From owner-freebsd-multimedia Sun Jan 30 3:52:35 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 40392151E9 for ; Sun, 30 Jan 2000 03:52:24 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id LAA17500 Sun, 30 Jan 2000 11:51:59 GMT Message-ID: <3894252F.F597ECDF@cs.strath.ac.uk> Date: Sun, 30 Jan 2000 11:49:03 +0000 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Joachim =?iso-8859-1?Q?J=E4ckel?= , freebsd-multimedia@FreeBSD.ORG Subject: Re: could need a little bit support with a device-driver References: <38923745.8ADE97CC@d.kamp.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joachim, > Because of that, I think I've to program it similiar to the > i2c-interface of the bktr-device. I'll explain bit-banging. The i2c bus uses 2 wires, one for data, one for a clock pulse. On the bt848 chip, you can write an i2c device address, and some data to a single register and the bt848 handles the i2c bus for you. Alternativly, you can write your own software to drive the data and clock lines (SDL and SCL) manually, in which case you output each bit in turn, and handle the full i2c protocol. This manual control is called bit-banding. in the bt848 driver, you can use the bt848 i2c control for the tuner device, but you need to use bit banging for the MSP34xx stereo audio decoder as it needs a protocol unsupported by the bt848's easy i2c register. Finally, the bktr driver used to do all the i2c control locally to the driver. Now it registers both as an i2c hardware provider and an i2c bus user with the smbus and iicbus code. Both the old code and the new code are in the driver (as the driver still compiles on old FreeBSD versions and on NetBSD and OpenBSD which do not have our smbus and iicbus code) Good luck Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 30 4: 5:56 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-ob.kamp.net (mail-ob.kamp.net [195.62.97.26]) by hub.freebsd.org (Postfix) with ESMTP id 6DF4E14ECC for ; Sun, 30 Jan 2000 04:05:47 -0800 (PST) (envelope-from Joachim.Jaeckel@d.kamp.net) Received: from d.kamp.net (port-55.d.kamp.de [195.62.120.247]) by mail-ob.kamp.net (8.9.3/8.9.3) with ESMTP id NAA11040 for ; Sun, 30 Jan 2000 13:05:46 +0100 Message-ID: <389429DD.14421432@d.kamp.net> Date: Sun, 30 Jan 2000 13:09:01 +0100 From: "Joachim Jäckel" X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.3-19991111-STABLE i386) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: Re: could need a little bit support with a device-driver References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello again, I think my last mail was a little bit of nonsens, I saw, that I cannot use the bktr_i2c.c file like it is. My current problem is to understand, how I could use the i2c functionality under FreeBSD... Maybe here's someone who could explain me that a littel bit and could give me a hand, how to addapt it to my needs? (I know the data, that I have to send over the i2c-bus to my chips, but how...) Thanks in advance. -- Joachim.Jaeckel@d.kamp.net -- http://home.kamp.net/home/joachim.jaeckel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 30 14:46:15 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from dqc.org (gonzo.st [208.44.74.16]) by hub.freebsd.org (Postfix) with ESMTP id 81CED1519B for ; Sun, 30 Jan 2000 14:46:13 -0800 (PST) (envelope-from matt@dqc.org) Received: by dqc.org (Postfix, from userid 1005) id DB582BBA3; Sun, 30 Jan 2000 14:46:12 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dqc.org (Postfix) with ESMTP id D01F6ACC7 for ; Sun, 30 Jan 2000 14:46:12 -0800 (PST) Date: Sun, 30 Jan 2000 14:46:12 -0800 (PST) From: just matt To: freebsd-multimedia@freebsd.org Subject: more problems with encoding mpeg's In-Reply-To: <389429DD.14421432@d.kamp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alright I almost have a way to make large mpeg files, as I was having problems with streams freezing in the past, but now I have a different problem. For no apperatn reason, I'm getting streams that are twice as big as they should be. For example, last week I was making mpeg's that had ~46Kb/s audio streams and ~128Kb/s video streams(according to some random windows mpeg player) for a comined stream of around ~170Kb/s. Yesterday I tried to make some mpeg's and I ended up with these hideoulsy slow and large movies, that have the same audio and video rates, but the system stream was ~300Kb/s. Needless to say the speed with which anything could play these streams was pathetic. Instead of the normal 10 megs per minute rate, I was getting 20 megs of space per minute. I diffed the convert script against an old one I saved, and it was the same, I remove and recompiled fxtv, mpeg encode, and everything else, and I continue to get the problem. As I was running 3.3, I decided now was good as any to install 3.4, so I did that and the problem persists. Does anyone know why mpeg_encode is being so stupid? fxtv seems to be capturing .AVraw streams that are the same size as before... any ideas at all? - Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 30 16:38: 2 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id C578B151AA for ; Sun, 30 Jan 2000 16:37:50 -0800 (PST) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id BAA16716 for freebsd-multimedia@freebsd.org; Mon, 31 Jan 2000 01:37:43 +0100 (CET) (envelope-from karelj) Date: Mon, 31 Jan 2000 01:37:43 +0100 From: "Karel J. Bosschaart" To: freebsd-multimedia@freebsd.org Subject: voodoo2 card not found Message-ID: <20000131013743.A16660@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'd like to play the linux version of Unreal Tournament on FreeBSD and followed the instructions at www.freebsd.org/~3d/apps/games/unreal_tournament. Installed the Linux Glide rpm (Glide_V2-2.53-2.i386.rpm) and updated the linux library cache. However, when I try to run the test3Dfx program to test it complains that it cannot find the card: libglide2x.so expected Voodoo, none detected I searched around the net and in the mailing archives but couldn't find how to solve this problem. I'm running 3.4-Stable with linux_base-6.1. Same problem with 4.0-Current (linux_base-6.1) and RedHat 6.1. In Windoze '98, the card appears as a Voodoo2 1000 and works fine. I'm wondering if there is a difference between Voodoo2 and Voodoo2 1000, or do both terms refer to the same card? Thanks, Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 30 16:43:37 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 0A952150C6 for ; Sun, 30 Jan 2000 16:43:34 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id LAA15697; Mon, 31 Jan 2000 11:13:23 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000131013743.A16660@wop21.wop.wtb.tue.nl> Date: Mon, 31 Jan 2000 11:13:23 +1030 (CST) From: "Daniel O'Connor" To: K.J.Bosschaart@wtb.tue.nl Subject: RE: voodoo2 card not found Cc: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Jan-00 Karel J. Bosschaart wrote: > test it complains that it cannot find the card: > libglide2x.so expected Voodoo, none detected This can happen if you aren't root. The glide libs need to be root to open /dev/io to talk to the card. Linux has /dev/3dfx which allows non-root access to the card. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 30 17: 3: 8 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id D6D0A15352 for ; Sun, 30 Jan 2000 17:02:54 -0800 (PST) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id CAA16905; Mon, 31 Jan 2000 02:02:29 +0100 (CET) (envelope-from karelj) Date: Mon, 31 Jan 2000 02:02:28 +0100 From: "Karel J. Bosschaart" To: "Daniel O'Connor" , freebsd-multimedia@freebsd.org Subject: Re: voodoo2 card not found Message-ID: <20000131020228.A16757@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <20000131013743.A16660@wop21.wop.wtb.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 31, 2000 at 11:13:23AM +1030, Daniel O'Connor wrote: > > On 31-Jan-00 Karel J. Bosschaart wrote: > > test it complains that it cannot find the card: > > libglide2x.so expected Voodoo, none detected > > This can happen if you aren't root. > > The glide libs need to be root to open /dev/io to talk to the card. > Linux has /dev/3dfx which allows non-root access to the card. > Wow, thanks for such a quick answer :-). However, I tried as root. (When I don't, it will give me a 'Permission denied. Couldn't change I/O priveledge level.') Didn't know it was using /dev/io... (I was wondering :). /dev/io is sometimes used on my system for lmmon, monitoring fan speeds and such, but I don't have it permanently running. How does a program know what hardware to connect to via /dev/io ?? (Doing man io now) Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 31 3:43:11 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id C0E3F14E21 for ; Mon, 31 Jan 2000 03:43:08 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id MAA28211 for ; Mon, 31 Jan 2000 12:43:03 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA10051 for ; Mon, 31 Jan 2000 12:43:27 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id MAA08437 for multimedia@freebsd.org; Mon, 31 Jan 2000 12:43:04 +0100 (CET) Date: Mon, 31 Jan 2000 12:43:04 +0100 (CET) From: Christoph Kukulies Message-Id: <200001311143.MAA08437@gil.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: got vic with Win/TV working, vat not yet with Opti 931 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Now vic works with my Win/TV (meteor-1 driver). Had to build the driver device meteor0 into the kernel as it seemed. But when I start vat I have trouble getting any sound device working. pcm0: unit not configured, perhaps you want pcm1 ? pcm0: unit not configured, perhaps you want pcm1 ? pcm0: unit not configured, perhaps you want pcm1 ? Looks like i need pcm1: bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus0: on iicsmb0 iic0: on iicbus0 smbus1: on bti2c0 bktr0: Hauppauge Model 60124 A2 V Hauppauge WinCast/TV, Philips FR1216 PAL FM tuner, msp3400c stereo. bktr0: Detected a MSP3400C-C6 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffff ffff Comp ID: @@@0000 [0x00000000] AD_WAIT_INIT FAILED 1002 0xff mss_attach 1 at 0x530 irq 10 dma 3:5 flags 0x15 pcm1 (OPTi931 sn 0xffffffff) at 0x530-0x5 37 irq 10 drq 3 flags 0x15 on isa But why? (my kernel CONFIG): #Luigi's pcm sound driver for Opti 931 secondary dma 3 device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0b -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 31 4: 8:56 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 0BAB314F0E for ; Mon, 31 Jan 2000 04:08:52 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id NAA02675; Mon, 31 Jan 2000 13:08:49 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id NAA10284; Mon, 31 Jan 2000 13:09:08 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id NAA08650; Mon, 31 Jan 2000 13:08:46 +0100 (CET) Date: Mon, 31 Jan 2000 13:08:46 +0100 From: Christoph Kukulies To: Thomas Runge Cc: freebsd-multimedia@freebsd.org Subject: Re: tele-/videotext Message-ID: <20000131130846.B8611@gil.physik.rwth-aachen.de> References: <39429FB9.AE716BFB@rostock.zgdv.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39429FB9.AE716BFB@rostock.zgdv.de>; from runge@rostock.zgdv.de on Sat, Jun 10, 2000 at 10:06:17PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 10, 2000 at 10:06:17PM +0200, Thomas Runge wrote: Your date is wrong, BTW. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 31 4:17:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (port-6-72.adsl.one.net [207.78.253.72]) by hub.freebsd.org (Postfix) with ESMTP id 1199814F5C for ; Mon, 31 Jan 2000 04:17:42 -0800 (PST) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id HAA18073; Mon, 31 Jan 2000 07:19:56 -0500 (EST) (envelope-from cokane) Date: Mon, 31 Jan 2000 07:19:56 -0500 From: Coleman Kane To: Christoph Kukulies Cc: multimedia@freebsd.org Subject: Re: got vic with Win/TV working, vat not yet with Opti 931 Message-ID: <20000131071956.A18051@evil.2y.net> References: <200001311143.MAA08437@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" X-Mailer: Mutt 1.0i In-Reply-To: <200001311143.MAA08437@gil.physik.rwth-aachen.de>; from kuku@gilberto.physik.RWTH-Aachen.DE on Mon, Jan 31, 2000 at 06:43:24AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable pnp and pci devices start at index 1, such as pcm1. Try going to the /dev and ./MAKEDEV pcm1. That *should* fix your troubles as far as I can see... --cokane Christoph Kukulies had the audacity to say: > Now vic works with my Win/TV (meteor-1 driver). Had > to build the driver device meteor0 into the kernel > as it seemed. >=20 > But when I start vat I have trouble getting=20 > any sound device working. > pcm0: unit not configured, perhaps you want pcm1 ? > pcm0: unit not configured, perhaps you want pcm1 ? > pcm0: unit not configured, perhaps you want pcm1 ? >=20 > Looks like i need pcm1: >=20 > bti2c0: > iicbb0: on bti2c0 > iicbus0: on iicbb0 master-only > iicsmb0: on iicbus0 > smbus0: on iicsmb0 > iic0: on iicbus0 =20 > smbus1: on bti2c0 > bktr0: Hauppauge Model 60124 A2 V > Hauppauge WinCast/TV, Philips FR1216 PAL FM tuner, > msp3400c stereo. > bktr0: Detected a MSP3400C-C6 > Probing for devices on PCI bus 1: > Probing for PnP devices: > CSN 1 Vendor ID: OPT0931 [0x3109143e] Serial 0xffff > ffff Comp ID: @@@0000 [0x00000000] > AD_WAIT_INIT FAILED 1002 0xff > mss_attach 1 at 0x530 irq 10 dma 3:5 flags > 0x15=20 > pcm1 (OPTi931 sn 0xffffffff) at 0x530-0x5 > 37 irq 10 drq 3 flags 0x15 on isa >=20 >=20 > But why? (my kernel CONFIG): > #Luigi's pcm sound driver for Opti 931 secondary dma 3 >=20 > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0b=20 >=20 > --=20 > Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE4lX3rERViMObJ880RAbVMAJ4m7MwRudZoAeLZE2dOVwFMfdpYCACcCXWi 4qu7fcTU12qSufyxjLizttc= =+5Td -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 31 23: 9:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from thelab.hub.org (nat198.40.mpoweredpc.net [142.177.198.40]) by builder.freebsd.org (Postfix) with ESMTP id CEB203D24 for ; Mon, 31 Jan 2000 23:08:59 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id WAA02302 for ; Mon, 31 Jan 2000 22:16:42 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 31 Jan 2000 22:16:42 -0400 (AST) From: The Hermit Hacker To: freebsd-multimedia@freebsd.org Subject: Sphinx: Speech Recognition ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone looking at this yet? http://slashdot.org/article.pl?sid=00/01/31/0848243 Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 31 23:59: 5 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from oskar.dev.nanoteq.co.za (oskar.dev.nanoteq.co.za [196.7.114.5]) by builder.freebsd.org (Postfix) with ESMTP id 4C5F23D0C for ; Mon, 31 Jan 2000 23:58:58 -0800 (PST) Received: (from rbezuide@localhost) by oskar.dev.nanoteq.co.za (8.9.3/8.9.0) id IAA12776 for freebsd-multimedia@freebsd.org; Tue, 1 Feb 2000 08:35:59 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <200002010635.IAA12776@oskar.dev.nanoteq.co.za> Subject: DVD-ROM mount To: freebsd-multimedia@freebsd.org Date: Tue, 1 Feb 2000 08:35:59 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ... I'm trying to mount a DVD-ROM in my DVS DVD drive without any success using mount_cd9660 ... I'm running current of Jan 10 ... jarrow# mount_cd9660 /dev/acd1c /cdrom mount_cd9660: Invalid argument jarrow# Any ideas .. Reinier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 2:33:50 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from gw-nl4.philips.com (gw-nl4.philips.com [192.68.44.36]) by builder.freebsd.org (Postfix) with ESMTP id 9ABA03DA0 for ; Tue, 1 Feb 2000 02:33:47 -0800 (PST) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id LAA12996 for ; Tue, 1 Feb 2000 11:33:35 +0100 (MET) (envelope-from Paul.Hernaus@nl.origin-it.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a) id xma012992; Tue, 1 Feb 00 11:33:35 +0100 Received: from itchy.mpn.cp.philips.com (itchy.mpn.cp.philips.com [130.139.64.191]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id LAA23095 for ; Tue, 1 Feb 2000 11:33:34 +0100 (MET) Received: by itchy.mpn.cp.philips.com (Postfix, from userid 100) id 4DC67A8A5; Tue, 1 Feb 2000 11:33:32 +0100 (CET) Date: Tue, 1 Feb 2000 11:33:32 +0100 From: Paul Hernaus To: freebsd-multimedia@freebsd.org Subject: Status of aureal driver in newpcm Message-ID: <20000201113332.C62196@itchy.mpn.cp.philips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What is the status of the aureal driver in newpcm? I see it is still commented out in /sys/conf/files. I have tried it, and it kind of works. Playing audio cd's works just fine. I can also play samples with it, though they are playes about 10% too fast. Are there any plans for finising this driver? Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 3:29:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id 77D653DA6 for ; Tue, 1 Feb 2000 03:29:42 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id MAA15731 for ; Tue, 1 Feb 2000 12:29:31 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA10766 for ; Tue, 1 Feb 2000 12:29:55 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id MAA07370 for multimedia@freebsd.org; Tue, 1 Feb 2000 12:29:34 +0100 (CET) Date: Tue, 1 Feb 2000 12:29:34 +0100 (CET) From: Christoph Kukulies Message-Id: <200002011129.MAA07370@gil.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: qcam or cqcam support in kernel Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Although support for the quickcam has been discontinued for a while I'm wondering whether it is possible to build a kernel with the older driver. Has anyone done this with 3.3 or 3.4? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 3:33:12 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by builder.freebsd.org (Postfix) with ESMTP id D50593D6A for ; Tue, 1 Feb 2000 03:33:09 -0800 (PST) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id MAA16573 for ; Tue, 1 Feb 2000 12:32:58 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id MAA10812 for ; Tue, 1 Feb 2000 12:33:22 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id MAA07385 for multimedia@freebsd.org; Tue, 1 Feb 2000 12:33:02 +0100 (CET) Date: Tue, 1 Feb 2000 12:33:02 +0100 (CET) From: Christoph Kukulies Message-Id: <200002011133.MAA07385@gil.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: vat loopback delay Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can anyone tell me why there is a quite significant delay (of 0.5 s) when doing a loopback test. But it does not occur always. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 7:57: 4 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by builder.freebsd.org (Postfix) with ESMTP id E7CCF3DFB for ; Tue, 1 Feb 2000 07:57:01 -0800 (PST) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.19 2000/01/29 00:15:43 dmccart Exp $) with ESMTP id IAA24060; Tue, 1 Feb 2000 08:56:45 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id IAA02615; Tue, 1 Feb 2000 08:56:45 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id KAA09606; Tue, 1 Feb 2000 10:56:44 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14487.571.22866.859337@hip186.ch.intel.com> Date: Tue, 1 Feb 2000 08:56:43 -0700 (MST) To: The Hermit Hacker Cc: freebsd-multimedia@freebsd.org Subject: Re: Sphinx: Speech Recognition ... In-Reply-To: References: X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Monday, January 31, The Hermit Hacker wrote: ] > > Anyone looking at this yet? > > http://slashdot.org/article.pl?sid=00/01/31/0848243 > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > I downloaded it and tried to "./configure; gmake" and the thing died while trying to compile itself. So much for autoconf. I don't have the error handy as my window to my machine at home vaporized overnight due to idle time. If anybody has any better luck compiling the sucker, please let the list know :) -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 8:14: 5 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by builder.freebsd.org (Postfix) with ESMTP id 4FBF53DF1 for ; Tue, 1 Feb 2000 08:14:02 -0800 (PST) Received: from mothra.bri.hp.com (mothra.bri.hp.com [15.144.1.185]) by palrel3.hp.com (Postfix) with ESMTP id CE2641ECB; Tue, 1 Feb 2000 08:13:48 -0800 (PST) Received: from localhost (steveroo@localhost) by mothra.bri.hp.com with ESMTP (8.8.6 (PHNE_17135)/8.7.1) id QAA05133; Tue, 1 Feb 2000 16:12:57 GMT Date: Tue, 1 Feb 2000 16:12:57 +0000 (GMT) From: Stephen Roome To: John Reynolds~ Cc: The Hermit Hacker , freebsd-multimedia@FreeBSD.ORG Subject: Re: Sphinx: Speech Recognition ... In-Reply-To: <14487.571.22866.859337@hip186.ch.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 1 Feb 2000, John Reynolds~ wrote: > I downloaded it and tried to "./configure; gmake" and the thing died while > trying to compile itself. So much for autoconf. > > I don't have the error handy as my window to my machine at home vaporized > overnight due to idle time. If anybody has any better luck compiling the > sucker, please let the list know :) Same here, the problem I had was with ad_read, ad_open, ad_close ad_**** etc, from what I can tell (I'm not very good at this perhaps) someone needs to write a ./sphinx2-0.1/src/libsphinx2/ad_freebsd.c to make it work properly. (Also the version of autoconf used doesn't seem to decide to use stdlib.h instead of malloc.h - should it ?) Apparently it works under Linux emulation. If you get it working can you send me some diffs, because I'd be interested in getting it to work. Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 8:27:41 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from astralblue.com (adsl-209-76-108-39.dsl.snfc21.pacbell.net [209.76.108.39]) by builder.freebsd.org (Postfix) with ESMTP id 39AC448C2 for ; Tue, 1 Feb 2000 08:27:35 -0800 (PST) Received: from localhost (ab@localhost) by astralblue.com (8.9.3/8.9.3) with ESMTP id IAA30966; Tue, 1 Feb 2000 08:27:20 -0800 (PST) (envelope-from ab@astralblue.com) Date: Tue, 1 Feb 2000 08:27:20 -0800 (PST) From: "Eugene M. Kim" To: Paul Hernaus Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Status of aureal driver in newpcm In-Reply-To: <20000201113332.C62196@itchy.mpn.cp.philips.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org AFAIK, the work on this chipset has been suspended due to lack of technical documentation. Aureal says it is working on the public release of chip documentation (see linux.aureal.com), but nobody knows when it's going to happen. HTH, Eugene On Tue, 1 Feb 2000, Paul Hernaus wrote: | What is the status of the aureal driver in newpcm? | | I see it is still commented out in /sys/conf/files. I have tried it, and | it kind of works. Playing audio cd's works just fine. I can also play | samples with it, though they are playes about 10% too fast. | | Are there any plans for finising this driver? | | Paul. | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-multimedia" in the body of the message | -- Eugene M. Kim "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 9:39:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by builder.freebsd.org (Postfix) with ESMTP id 934C83E96 for ; Tue, 1 Feb 2000 09:39:45 -0800 (PST) Received: from pinhead.parag.codegen.com (parag@localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id JAA72340; Tue, 1 Feb 2000 09:36:36 -0800 (PST) (envelope-from parag@pinhead.parag.codegen.com) To: Stephen Roome Cc: John Reynolds~ , The Hermit Hacker , freebsd-multimedia@FreeBSD.ORG Subject: Re: Sphinx: Speech Recognition ... In-Reply-To: Message from Stephen Roome of "Tue, 01 Feb 2000 16:12:57 GMT." X-Image-URL: http://www.codegen.com/images/CG-logo-only.gif X-URL: http://www.codegen.com X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm Date: Tue, 01 Feb 2000 09:36:36 -0800 Message-ID: <72336.949426596@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to the Project Info page's Release Notes and Changelog info, a new tarball is supposed to have ad-freebsd.c in it, but it doesn't seem to have it. -- Parag Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 9:42:25 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from melete.ch.intel.com (melete.ch.intel.com [143.182.246.25]) by builder.freebsd.org (Postfix) with ESMTP id DC5C63E83 for ; Tue, 1 Feb 2000 09:42:20 -0800 (PST) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.19 2000/01/29 00:15:43 dmccart Exp $) with ESMTP id RAA06045 for ; Tue, 1 Feb 2000 17:43:31 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id KAA25868 for ; Tue, 1 Feb 2000 10:42:08 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id MAA13235; Tue, 1 Feb 2000 12:42:07 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14487.6895.197127.828831@hip186.ch.intel.com> Date: Tue, 1 Feb 2000 10:42:07 -0700 (MST) To: freebsd-multimedia@freebsd.org Subject: Re: Sphinx: Speech Recognition ... In-Reply-To: <72336.949426596@pinhead.parag.codegen.com> References: <72336.949426596@pinhead.parag.codegen.com> X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Tuesday, February 1, Parag Patel wrote: ] > > According to the Project Info page's Release Notes and Changelog info, > a new tarball is supposed to have ad-freebsd.c in it, but it doesn't > seem to have it. > > we'll have to bug them about it then .... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 11: 5:22 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by builder.freebsd.org (Postfix) with ESMTP id 7CF453E6E for ; Tue, 1 Feb 2000 11:05:13 -0800 (PST) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id OAA89823; Tue, 1 Feb 2000 14:03:31 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Tue, 1 Feb 2000 14:03:31 -0500 (EST) From: Chuck Robey To: John Reynolds~ Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Sphinx: Speech Recognition ... In-Reply-To: <14487.6895.197127.828831@hip186.ch.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-238192653-949431811=:305" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-238192653-949431811=:305 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 1 Feb 2000, John Reynolds~ wrote: > > [ On Tuesday, February 1, Parag Patel wrote: ] > > > > According to the Project Info page's Release Notes and Changelog info, > > a new tarball is supposed to have ad-freebsd.c in it, but it doesn't > > seem to have it. > > > > > > we'll have to bug them about it then .... It's available from their cvsweb interface. I'm attaching a copy I got that way here in this mail. > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- --0-238192653-949431811=:305 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="ad_i386_freebsd.c" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="ad_i386_freebsd.c" LyogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0NCiAqIENvcHlyaWdodCAoYykg MTk5Ny0yMDAwIENhcm5lZ2llIE1lbGxvbiBVbml2ZXJzaXR5LiAgQWxsIHJp Z2h0cyANCiAqIHJlc2VydmVkLg0KICoNCiAqIFJlZGlzdHJpYnV0aW9uIGFu ZCB1c2UgaW4gc291cmNlIGFuZCBiaW5hcnkgZm9ybXMsIHdpdGggb3Igd2l0 aG91dA0KICogbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVk IHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zDQogKiBhcmUgbWV0Og0K ICoNCiAqIDEuIFJlZGlzdHJpYnV0aW9ucyBvZiBzb3VyY2UgY29kZSBtdXN0 IHJldGFpbiB0aGUgYWJvdmUgY29weXJpZ2h0DQogKiAgICBub3RpY2UsIHRo aXMgbGlzdCBvZiBjb25kaXRpb25zIGFuZCB0aGUgZm9sbG93aW5nIGRpc2Ns YWltZXIuIA0KICoNCiAqIDIuIFJlZGlzdHJpYnV0aW9ucyBpbiBiaW5hcnkg Zm9ybSBtdXN0IHJlcHJvZHVjZSB0aGUgYWJvdmUgY29weXJpZ2h0DQogKiAg ICBub3RpY2UsIHRoaXMgbGlzdCBvZiBjb25kaXRpb25zIGFuZCB0aGUgZm9s bG93aW5nIGRpc2NsYWltZXIgaW4NCiAqICAgIHRoZSBkb2N1bWVudGF0aW9u IGFuZC9vciBvdGhlciBtYXRlcmlhbHMgcHJvdmlkZWQgd2l0aCB0aGUNCiAq ICAgIGRpc3RyaWJ1dGlvbi4NCiAqDQogKiAzLiBUaGUgbmFtZXMgIlNwaGlu eCIgYW5kICJDYXJuZWdpZSBNZWxsb24iIG11c3Qgbm90IGJlIHVzZWQgdG8N CiAqICAgIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkIGZy b20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0DQogKiAgICBwcmlvciB3cml0dGVu IHBlcm1pc3Npb24uIFRvIG9idGFpbiBwZXJtaXNzaW9uLCBjb250YWN0IA0K ICogICAgc3BoaW54QGNzLmNtdS5lZHUuDQogKg0KICogNC4gUHJvZHVjdHMg ZGVyaXZlZCBmcm9tIHRoaXMgc29mdHdhcmUgbWF5IG5vdCBiZSBjYWxsZWQg IlNwaGlueCINCiAqICAgIG5vciBtYXkgIlNwaGlueCIgYXBwZWFyIGluIHRo ZWlyIG5hbWVzIHdpdGhvdXQgcHJpb3Igd3JpdHRlbg0KICogICAgcGVybWlz c2lvbiBvZiBDYXJuZWdpZSBNZWxsb24gVW5pdmVyc2l0eS4gVG8gb2J0YWlu IHBlcm1pc3Npb24sDQogKiAgICBjb250YWN0IHNwaGlueEBjcy5jbXUuZWR1 Lg0KICoNCiAqIDUuIFJlZGlzdHJpYnV0aW9ucyBvZiBhbnkgZm9ybSB3aGF0 c29ldmVyIG11c3QgcmV0YWluIHRoZSBmb2xsb3dpbmcNCiAqICAgIGFja25v d2xlZGdtZW50Og0KICogICAgIlRoaXMgcHJvZHVjdCBpbmNsdWRlcyBzb2Z0 d2FyZSBkZXZlbG9wZWQgYnkgQ2FybmVnaWUNCiAqICAgIE1lbGxvbiBVbml2 ZXJzaXR5IChodHRwOi8vd3d3LnNwZWVjaC5jcy5jbXUuZWR1LykuIg0KICoN CiAqIFRISVMgU09GVFdBUkUgSVMgUFJPVklERUQgQlkgQ0FSTkVHSUUgTUVM TE9OIFVOSVZFUlNJVFkgYGBBUyBJUycnIEFORCANCiAqIEFOWSBFWFBSRVNT RUQgT1IgSU1QTElFRCBXQVJSQU5USUVTLCBJTkNMVURJTkcsIEJVVCBOT1Qg TElNSVRFRCBUTywgDQogKiBUSEUgSU1QTElFRCBXQVJSQU5USUVTIE9GIE1F UkNIQU5UQUJJTElUWSBBTkQgRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSDQog KiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiAgSU4gTk8gRVZFTlQgU0hBTEwg Q0FSTkVHSUUgTUVMTE9OIFVOSVZFUlNJVFkNCiAqIE5PUiBJVFMgRU1QTE9Z RUVTIEJFIExJQUJMRSBGT1IgQU5ZIERJUkVDVCwgSU5ESVJFQ1QsIElOQ0lE RU5UQUwsDQogKiBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJ QUwgREFNQUdFUyAoSU5DTFVESU5HLCBCVVQgTk9UIA0KICogTElNSVRFRCBU TywgUFJPQ1VSRU1FTlQgT0YgU1VCU1RJVFVURSBHT09EUyBPUiBTRVJWSUNF UzsgTE9TUyBPRiBVU0UsIA0KICogREFUQSwgT1IgUFJPRklUUzsgT1IgQlVT SU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5Z IA0KICogVEhFT1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFD VCwgU1RSSUNUIExJQUJJTElUWSwgT1IgVE9SVCANCiAqIChJTkNMVURJTkcg TkVHTElHRU5DRSBPUiBPVEhFUldJU0UpIEFSSVNJTkcgSU4gQU5ZIFdBWSBP VVQgT0YgVEhFIFVTRSANCiAqIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYg QURWSVNFRCBPRiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0UuDQog Kg0KICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NCiAqDQogKi8NCg0KLyog U3BoaW54IElJIGxpYmFkIChGcmVlQlNEKQ0KICogXl5eXl5eXl5eXl5eXl5e Xl5eXl5eXl4NCiAqICRJZDogYWRfaTM4Nl9mcmVlYnNkLmMsdiAxLjEgMjAw MC8wMS8yOCAyMzo0MjoxNCBhd2IgRXhwICQNCiAqDQogKiBKb2huIEcuIERv cnNleSAoamQ1cStAYW5kcmV3LmNtdS5lZHUpDQogKiBFbmdpbmVlcmluZyBE ZXNpZ24gUmVzZWFyY2ggQ2VudGVyDQogKiBDYXJuZWdpZSBNZWxsb24gVW5p dmVyc2l0eQ0KICogKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCiAqIA0KICog UkVWSVNJT04gSElTVE9SWQ0KICoNCiAqIDI4LUphbi0yMDAwICBBbGFuIFcg QmxhY2sgKGF3YkBjcy5jbXUuZWR1LiBhZGRlZCBGcmVlQlNEIHN1cHBvcnQg KGJ5DQogICAgICAgICAgICAgICAgc2ltcGx5IGNsb25pbmcgdGhlIGxpbnV4 IHN1cHBvcnQpLg0KICogMDktQXVnLTE5OTkgIEtldmluIExlbnpvIChsZW56 b0Bjcy5jbXUuZWR1KSBhdCBDZXJuZWdpZSBNZWxsb24gVW5pdmVyc2l0eS4N CiAqICAgICAgICAgICAgICBJbmNvcnBvcmF0ZWQgbmlja3JAY3MuY211LmVk dSdzIGNoYW5nZXMgKG1hcmtlZCBiZWxvdykgYW5kDQogKiAgICAgICAgICAg ICAgU1BTX0VQU0lMT04gdG8gYWxsb3cgZm9yIHNhbXBsZSByYXRlcyB0aGF0 IGFyZSAiY2xvc2UgZW5vdWdoIi4NCiAqIA0KICogMTUtSnVuLTE5OTkJTS4g Sy4gUmF2aXNoYW5rYXIgKHJrbUBjcy5jbXUuZWR1KSBDb25zb2xpZGF0ZWQg YWxsIGFkIGZ1bmN0aW9ucyBpbnRvDQogKgkJdGhpcyBvbmUgZmlsZS4gIEFk ZGVkIGFkX29wZW5fc3BzKCkuDQogKiAJCU90aGVyIGNvc21ldGljIGNoYW5n ZXMgZm9yIGNvbnNpc3RlbmN5IChlLmcuLCB1c2Ugb2YgZXJyLmgpLg0KICog DQogKiAxOC1NYXktMTk5OQlLZXZpbiBMZW56byAobGVuem9AY3MuY211LmVk dSkgYWRkZWQgPGVycm5vLmg+Lg0KICovDQoNCg0KI2luY2x1ZGUgPGZjbnRs Lmg+DQojaW5jbHVkZSA8c3RkaW8uaD4NCiNpbmNsdWRlIDxzdGRsaWIuaD4N CiNpbmNsdWRlIDxzdHJpbmcuaD4NCiNpbmNsdWRlIDxtYWNoaW5lL3NvdW5k Y2FyZC5oPg0KI2luY2x1ZGUgPGVycm5vLmg+DQoNCiNpbmNsdWRlICJlcnIu aCINCiNpbmNsdWRlICJhZC5oIg0KDQoNCiNkZWZpbmUgQVVESU9fRk9STUFU IEFGTVRfUzE2X0xFCS8qIDE2LWJpdCBzaWduZWQsIGxpdHRsZSBlbmRpYW4g Ki8NCiNkZWZpbmUgSU5QVVRfR0FJTiAgICg4NSkNCg0KI2RlZmluZSBTUFNf RVBTSUxPTiAgIDIwMA0KDQojaWZuZGVmIFNORENUTF9EU1BfU0VURFVQTEVY DQojZGVmaW5lIFNORENUTF9EU1BfU0VURFVQTEVYIC0xDQojZW5kaWYNCg0K YWRfcmVjX3QgKmFkX29wZW5fc3BzIChpbnQzMiBzcHMpIHsNCiAgICBhZF9y ZWNfdCAqaGFuZGxlOw0KICAgIGludDMyIGRzcEZELCBtaXhlckZEOw0KICAg IGludDMyIG5vbkJsb2NraW5nPTEsIHNvdXJjZU1pYz0xLCBpbnB1dEdhaW49 SU5QVVRfR0FJTjsNCiAgICBpbnQzMiBhdWRpb0Zvcm1hdD1BVURJT19GT1JN QVQ7DQogICAgaW50MzIgZHNwQ2Fwcz0wOw0KICAgIGludDMyIHNhbXBsZVJh dGU7DQogICAgDQogICAgaWYgKHNwcyAhPSBERUZBVUxUX1NBTVBMRVNfUEVS X1NFQykgew0KICAgICAgaWYoYWJzKHNwcyAtIERFRkFVTFRfU0FNUExFU19Q RVJfU0VDKSA8PSBTUFNfRVBTSUxPTikgew0KCUVfV0FSTigiQXVkaW8gc2Ft cGxpbmcgcmF0ZSAlZCBpcyB3aXRoaW4gJWQgb2YgJWQgc2FtcGxlcy9zZWNc biIsDQoJCXNwcywgU1BTX0VQU0lMT04sIERFRkFVTFRfU0FNUExFU19QRVJf U0VDKTsNCiAgICAgIH0gZWxzZSB7DQoJRV9FUlJPUigiQXVkaW8gc2FtcGxp bmcgcmF0ZSAlZCBub3Qgc3VwcG9ydGVkOyBtdXN0IGJlICVkIHNhbXBsZXMv c2VjXG4iLA0KCQlzcHMsIERFRkFVTFRfU0FNUExFU19QRVJfU0VDKTsNCgly ZXR1cm4gTlVMTDsNCiAgICAgIH0NCiAgICB9DQogICAgc2FtcGxlUmF0ZSA9 IHNwczsNCiAgICANCiAgICAvKiBVc2VkIHRvIGhhdmUgT19OREVMQVkuICov DQogICAgaWYoKGRzcEZEID0gb3BlbiAoIi9kZXYvZHNwIiwgT19SRE9OTFkp KTwwKXsNCglpZiAoZXJybm8gPT0gRUJVU1kpDQoJICAgIEVfRVJST1IoIkF1 ZGlvIGRldmljZSBidXN5XG4iKTsNCgllbHNlDQoJICAgIEVfRVJST1IoIkZh aWxlZCB0byBvcGVuIGF1ZGlvIGRldmljZTogJXNcbiIsIHN0cmVycm9yKGVy cm5vKSk7DQoJcmV0dXJuIE5VTEw7DQogICAgfQ0KICAgIA0KICAgIGlmIChp b2N0bCAoZHNwRkQsIFNORENUTF9EU1BfU1lOQywgMCkgPCAwKXsNCglFX0VS Uk9SKCJBdWRpbyBpb2N0bChTWU5DKSBmYWlsZWQ6ICVzXG4iLCBzdHJlcnJv cihlcnJubykpOw0KCWNsb3NlIChkc3BGRCk7DQoJcmV0dXJuIE5VTEw7DQog ICAgfQ0KICAgIA0KICAgIGlmIChpb2N0bCAoZHNwRkQsIFNORENUTF9EU1Bf UkVTRVQsIDApIDwgMCl7DQoJRV9FUlJPUigiQXVkaW8gaW9jdGwoUkVTRVQp IGZhaWxlZDogJXNcbiIsIHN0cmVycm9yKGVycm5vKSk7DQoJY2xvc2UgKGRz cEZEKTsNCglyZXR1cm4gTlVMTDsNCiAgICB9DQogICAgDQogICAgaWYgKGlv Y3RsIChkc3BGRCwgU05EQ1RMX0RTUF9TRVRGTVQsICZhdWRpb0Zvcm1hdCkg PCAwKXsNCglFX0VSUk9SKCJBdWRpbyBpb2N0bChTRVRGTVQgMHgleCkgZmFp bGVkOiAlc1xuIiwgYXVkaW9Gb3JtYXQsIHN0cmVycm9yKGVycm5vKSk7DQoJ Y2xvc2UgKGRzcEZEKTsNCglyZXR1cm4gTlVMTDsNCiAgICB9DQogICAgaWYg KGF1ZGlvRm9ybWF0ICE9IEFVRElPX0ZPUk1BVCkgew0KCUVfRVJST1IoIkF1 ZGlvIGlvY3RsKFNFVEZNVCk6IDB4JXgsIGV4cGVjdGVkOiAweCV4XG4iLCBh dWRpb0Zvcm1hdCwgQVVESU9fRk9STUFUKTsNCgljbG9zZSAoZHNwRkQpOw0K CXJldHVybiBOVUxMOw0KICAgIH0NCiAgICANCiAgICBpZiAoaW9jdGwgKGRz cEZELCBTTkRDVExfRFNQX1NQRUVELCAmc2FtcGxlUmF0ZSkgPCAwKSB7DQoJ RV9FUlJPUigiQXVkaW8gaW9jdGwoU1BFRUQgJWQpIGZhaWxlZCAlc1xuIiwg c2FtcGxlUmF0ZSwgc3RyZXJyb3IoZXJybm8pKTsNCgljbG9zZSAoZHNwRkQp Ow0KCXJldHVybiBOVUxMOw0KICAgIH0NCiAgICBpZiAoc2FtcGxlUmF0ZSAh PSBzcHMpIHsNCglFX0VSUk9SKCJBdWRpbyBpb2N0bChTUEVFRCk6ICVkLCBl eHBlY3RlZDogJWRcbiIsIHNhbXBsZVJhdGUsIHNwcyk7DQoJY2xvc2UgKGRz cEZEKTsNCglyZXR1cm4gTlVMTDsNCiAgICB9DQogICAgDQogICAgaWYgKGlv Y3RsIChkc3BGRCwgU05EQ1RMX0RTUF9OT05CTE9DSywgJm5vbkJsb2NraW5n KSA8IDApIHsNCglFX0VSUk9SKCJpb2N0bChOT05CTE9DSykgZmFpbGVkOiAl c1xuIiwgc3RyZXJyb3IoZXJybm8pKTsNCgljbG9zZSAoZHNwRkQpOw0KCXJl dHVybiBOVUxMOw0KICAgIH0NCiAgICANCiAgICBpZiAoaW9jdGwgKGRzcEZE LCBTTkRDVExfRFNQX0dFVENBUFMsICZkc3BDYXBzKSA8IDApIHsNCglFX0VS Uk9SKCJpb2N0bChHRVRDQVBTKSBmYWlsZWQ6ICVzXG4iLCBzdHJlcnJvcihl cnJubykpOw0KCWNsb3NlIChkc3BGRCk7DQoJcmV0dXJuIE5VTEw7DQogICAg fQ0KICAgIA0KI2lmIDANCiAgICBFX0lORk8gKCJEU1AgUmV2aXNpb24gJWQ6 XG4iLCBkc3BDYXBzJkRTUF9DQVBfUkVWSVNJT04pOw0KICAgIEVfSU5GTyAo IkRTUCAlcyBkdXBsZXggY2FwYWJpbGl0eS5cbiIsIChkc3BDYXBzJkRTUF9D QVBfRFVQTEVYKT8iaGFzIjoiZG9lcyBub3QgaGF2ZSIpOw0KICAgIEVfSU5G TyAoIkRTUCAlcyByZWFsIHRpbWUgY2FwYWJpbGl0eS5cbiIsIChkc3BDYXBz JkRTUF9DQVBfUkVBTFRJTUUpPyJoYXMiOiJkb2VzIG5vdCBoYXZlIik7DQog ICAgRV9JTkZPICgiRFNQICVzIGJhdGNoIGNhcGFiaWxpdHkuXG4iLCAoZHNw Q2FwcyZEU1BfQ0FQX0JBVENIKT8iaGFzIjoiZG9lcyBub3QgaGF2ZSIpOw0K ICAgIEVfSU5GTyAoIkRTUCAlcyBjb3Byb2Nlc3NvciBjYXBhYmlsaXR5Llxu IiwgKGRzcENhcHMmRFNQX0NBUF9DT1BST0MpPyJoYXMiOiJkb2VzIG5vdCBo YXZlIik7DQogICAgRV9JTkZPICgiRFNQICVzIHRyaWdnZXIgY2FwYWJpbGl0 eS5cbiIsIChkc3BDYXBzJkRTUF9DQVBfVFJJR0dFUik/ImhhcyI6ImRvZXMg bm90IGhhdmUiKTsNCiAgICBFX0lORk8gKCJEU1AgJXMgbWVtb3J5IG1hcCBj YXBhYmlsaXR5LlxuIiwgKGRzcENhcHMmRFNQX0NBUF9NTUFQKT8iaGFzIjoi ZG9lcyBub3QgaGF2ZSIpOw0KI2VuZGlmDQogICAgDQogICAgaWYgKChkc3BD YXBzICYgRFNQX0NBUF9EVVBMRVgpICYmIChpb2N0bCAoZHNwRkQsIFNORENU TF9EU1BfU0VURFVQTEVYLCAwKSA8IDApKQ0KCUVfRVJST1IoImlvY3RsKFNF VERVUExFWCkgZmFpbGVkOiAlc1xuIiwgc3RyZXJyb3IoZXJybm8pKTsNCiAg ICANCiAgLyogUGF0Y2hlZCBieSBOLiBSb3kgKG5pY2tyQHJpLmNtdS5lZHUp LCA5OS83LzIzLiANCiAgICAgUHJldmlvdXNseSwgbWl4ZXIgd2FzIHNldCB0 aHJvdWdoIGRzcEZELiBUaGlzIGlzIGluY29ycmVjdC4gU2hvdWxkDQogICAg IGJlIHNldCB0aHJvdWdoIG1peGVyRkQsIC9kZXYvbWl4ZXIuIA0KICAgICBB bHNvLCBvbmx5IHRoZSBsZWZ0IGNoYW5uZWwgdm9sdW1lIHdhcyBiZWluZyBz ZXQuDQogICovDQoNCiAgaWYoKG1peGVyRkQ9b3BlbigiL2Rldi9taXhlciIs IE9fUkRPTkxZKSk8MCl7DQogICAgaWYoZXJybm89PUVCVVNZKXsNCiAgICAg IGZwcmludGYoc3RkZXJyLCAiJXMgJWQ6IG1peGVyIGRldmljZSBidXN5Llxu IiwgX19GSUxFX18sIF9fTElORV9fKTsNCiAgICAgIGZwcmludGYoc3RkZXJy LCAiJXMgJWQ6IFVzaW5nIGN1cnJlbnQgc2V0dGluZy5cbiIsIF9fRklMRV9f LCBfX0xJTkVfXyk7DQogICAgfSBlbHNlIHsNCiAgICAgIGZwcmludGYoc3Rk ZXJyLCAiJXMgJWQ6ICVzXG4iLCBfX0ZJTEVfXywgX19MSU5FX18sIHN0cmVy cm9yKGVycm5vKSk7DQogICAgICBleGl0KDEpOw0KICAgIH0NCiAgfQ0KDQog IGlmIChtaXhlckZEID49IDApIHsNCiAgICBpZihpb2N0bChtaXhlckZELCBT T1VORF9NSVhFUl9XUklURV9SRUNTUkMsICZzb3VyY2VNaWMpPDApIHsNCiAg ICAgIGlmIChlcnJubyA9PSBFTlhJTykgDQogICAgICAgIGZwcmludGYoc3Rk ZXJyLCAiJXMgJWQ6IGNhbid0IHNldCBtaWMgc291cmNlIGZvciB0aGlzIGRl dmljZS5cbiIsDQogICAgICAgICAgICAgICAgX19GSUxFX18sIF9fTElORV9f KTsNCiAgICAgIGVsc2Ugew0KICAgICAgICBmcHJpbnRmKHN0ZGVyciwgIiVz ICVkOiBtaXhlciBzZXQgdG8gbWljOiAlc1xuIiwgX19GSUxFX18sIF9fTElO RV9fLA0KICAgICAgICAgICAgICAgIHN0cmVycm9yKGVycm5vKSk7DQogICAg ICAgIGV4aXQoMSk7DQogICAgICB9DQogICAgfQ0KDQogICAgLyogU2V0IHRo ZSBzYW1lIGdhaW4gZm9yIGxlZnQgYW5kIHJpZ2h0IGNoYW5uZWxzLiAqLw0K DQogICAgaW5wdXRHYWluID0gaW5wdXRHYWluIDw8IDggfCBpbnB1dEdhaW47 DQogICAgaWYoaW9jdGwobWl4ZXJGRCwgU09VTkRfTUlYRVJfV1JJVEVfTUlD LCAmaW5wdXRHYWluKTwwKXsNCiAgICAgIGZwcmludGYoc3RkZXJyLCAiJXMg JWQ6IG1peGVyIGlucHV0IGdhaW4gdG8gJWQ6ICVzXG4iLCBfX0ZJTEVfXywg X19MSU5FX18sDQogICAgICAgICAgICAgIHN0cmVycm9yKGVycm5vKSk7DQog ICAgICBleGl0KDEpOw0KICAgIH0NCg0KICAgIGNsb3NlKG1peGVyRkQpOw0K ICB9DQoNCiAgICBpZiAoKGhhbmRsZSA9IChhZF9yZWNfdCAqKSBjYWxsb2Mg KDEsIHNpemVvZihhZF9yZWNfdCkpKSA9PSBOVUxMKQ0KCUVfRkFUQUwoImNh bGxvYyglZCkgZmFpbGVkXG4iLCBzaXplb2YoYWRfcmVjX3QpKTsNCiAgICAN CiAgICBoYW5kbGUtPmRzcEZEID0gZHNwRkQ7DQogICAgaGFuZGxlLT5yZWNv cmRpbmcgPSAwOw0KICAgIGhhbmRsZS0+c3BzID0gc3BzOw0KICAgIGhhbmRs ZS0+YnBzID0gc2l6ZW9mKGludDE2KTsNCg0KICAgIHJldHVybihoYW5kbGUp Ow0KfQ0KDQoNCmFkX3JlY190ICphZF9vcGVuICggdm9pZCApDQp7DQogICAg cmV0dXJuIGFkX29wZW5fc3BzIChERUZBVUxUX1NBTVBMRVNfUEVSX1NFQyk7 DQp9DQoNCg0KaW50MzIgYWRfY2xvc2UgKGFkX3JlY190ICpoYW5kbGUpDQp7 DQogICAgaWYgKGhhbmRsZS0+ZHNwRkQgPCAwKQ0KCXJldHVybiBBRF9FUlJf Tk9UX09QRU47DQogICAgDQogICAgaWYgKGhhbmRsZS0+cmVjb3JkaW5nKSB7 DQoJaWYgKGFkX3N0b3BfcmVjIChoYW5kbGUpIDwgMCkNCgkgICAgcmV0dXJu IEFEX0VSUl9HRU47DQogICAgfQ0KICAgIA0KICAgIGNsb3NlIChoYW5kbGUt PmRzcEZEKTsNCiAgICBmcmVlKGhhbmRsZSk7DQogICAgDQogICAgcmV0dXJu KDApOw0KfQ0KDQoNCmludDMyIGFkX3N0YXJ0X3JlYyAoYWRfcmVjX3QgKmhh bmRsZSkNCnsNCiAgICBpZiAoaGFuZGxlLT5kc3BGRCA8IDApDQoJcmV0dXJu IEFEX0VSUl9OT1RfT1BFTjsNCiAgICANCiAgICBpZiAoaGFuZGxlLT5yZWNv cmRpbmcpDQoJcmV0dXJuIEFEX0VSUl9HRU47DQogICAgDQogICAgLyogU2Ft cGxlIHJhdGUsIGZvcm1hdCwgaW5wdXQgbWl4IHNldHRpbmdzLCAmYy4gYXJl IGNvbmZpZ3VyZWQNCiAgICAgKiB3aXRoIGlvY3RsKDIpIGNhbGxzIHVuZGVy IExpbnV4LiBJdCBtYWtlcyBtb3JlIHNlbnNlIHRvIGhhbmRsZQ0KICAgICAq IHRoZXNlIGF0IGRldmljZSBvcGVuIHRpbWUgYW5kIGNvbnNpZGVyIHRoZSBz dGF0ZSBvZiB0aGUgZGV2aWNlDQogICAgICogdG8gYmUgZml4ZWQgdW50aWwg Y2xvc2VkLg0KICAgICAqLw0KICAgIA0KICAgIGhhbmRsZS0+cmVjb3JkaW5n ID0gMTsNCg0KICAgIC8qIHJrbUBjczogVGhpcyBkb2Vzbid0IGFjdHVhbGx5 IGRvIGFueXRoaW5nLiAgSG93IGRvIHdlIHR1cm4gcmVjb3JkaW5nIG9uL29m Zj8gKi8NCg0KICAgIHJldHVybigwKTsNCn0NCg0KDQppbnQzMiBhZF9zdG9w X3JlYyAoYWRfcmVjX3QgKmhhbmRsZSkNCnsNCiAgICBpZiAoaGFuZGxlLT5k c3BGRCA8IDApDQoJcmV0dXJuIEFEX0VSUl9OT1RfT1BFTjsNCiAgICANCiAg ICBpZiAoISBoYW5kbGUtPnJlY29yZGluZykNCglyZXR1cm4gQURfRVJSX0dF TjsNCiAgICANCiAgICBpZiAoaW9jdGwgKGhhbmRsZS0+ZHNwRkQsIFNORENU TF9EU1BfU1lOQywgMCkgPCAwKSB7DQoJRV9FUlJPUigiQXVkaW8gaW9jdGwo U1lOQykgZmFpbGVkOiAlc1xuIiwgc3RyZXJyb3IoZXJybm8pKTsNCglyZXR1 cm4gQURfRVJSX0dFTjsNCiAgICB9DQogICAgDQogICAgaGFuZGxlLT5yZWNv cmRpbmcgPSAwOw0KICAgIA0KICAgIHJldHVybiAoMCk7DQp9DQoNCg0KaW50 MzIgYWRfcmVhZCAoYWRfcmVjX3QgKmhhbmRsZSwgaW50MTYgKmJ1ZiwgaW50 MzIgbWF4KQ0Kew0KICAgIGludDMyIGxlbmd0aDsNCiAgICANCiAgICBsZW5n dGggPSBtYXggKiBoYW5kbGUtPmJwczsJCS8qICNzYW1wbGVzIC0+ICNieXRl cyAqLw0KICAgIA0KICAgIGlmICgobGVuZ3RoID0gcmVhZCAoaGFuZGxlLT5k c3BGRCwgYnVmLCBsZW5ndGgpKSA+IDApIHsNCiNpZiAwDQoJaWYgKChsZW5n dGggJSBoYW5kbGUtPmJwcykgIT0gMCkNCgkgICAgRV9FUlJPUigiQXVkaW8g cmVhZCByZXR1cm5lZCBub24taW50ZWdyYWwgI3NhbXBsZSBieXRlcyAoJWQp XG4iLCBsZW5ndGgpOw0KI2VuZGlmDQoJbGVuZ3RoIC89IGhhbmRsZS0+YnBz Ow0KICAgIH0NCiAgICANCiAgICBpZiAobGVuZ3RoIDwgMCkgew0KCUVfRVJS T1IoIkF1ZGlvIHJlYWQgZXJyb3JcbiIpOw0KCXJldHVybiBBRF9FUlJfR0VO Ow0KICAgIH0NCiAgICANCiAgICBpZiAoKGxlbmd0aCA9PSAwKSAmJiAoISBo YW5kbGUtPnJlY29yZGluZykpDQoJcmV0dXJuIEFEX0VPRjsNCiAgICANCiAg ICByZXR1cm4gbGVuZ3RoOw0KfQ0K --0-238192653-949431811=:305-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 12:33: 1 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (port-8-193.adsl.one.net [216.23.16.193]) by builder.freebsd.org (Postfix) with ESMTP id E5F683EBA for ; Tue, 1 Feb 2000 12:32:54 -0800 (PST) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id PAA04560; Tue, 1 Feb 2000 15:35:15 -0500 (EST) (envelope-from cokane) Date: Tue, 1 Feb 2000 15:35:15 -0500 From: Coleman Kane To: Reinier Bezuidenhout Cc: freebsd-multimedia@freebsd.org Subject: Re: DVD-ROM mount Message-ID: <20000201153515.C4463@evil.2y.net> References: <200002010635.IAA12776@oskar.dev.nanoteq.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2/5bycvrmDh4d1IB" X-Mailer: Mutt 1.0i In-Reply-To: <200002010635.IAA12776@oskar.dev.nanoteq.co.za>; from rbezuide@oskar.dev.nanoteq.co.za on Tue, Feb 01, 2000 at 03:03:02AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --2/5bycvrmDh4d1IB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Reinier Bezuidenhout had the audacity to say: > Hi ...=20 >=20 > I'm trying to mount a DVD-ROM in my DVS DVD drive without > any success using mount_cd9660 ...=20 >=20 > I'm running current of Jan 10 ... >=20 >=20 > jarrow# mount_cd9660 /dev/acd1c /cdrom > mount_cd9660: Invalid argument > jarrow# >=20 >=20 >=20 > Any ideas .. >=20 >=20 > Reinier >=20 I'm just guessing here, that your DVD is not in cd9660 format... try a normal cd. --cokane --2/5bycvrmDh4d1IB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE4l0OCERViMObJ880RAQpKAKCIVunSnOdQg7RsQ4OwD6m94SHBbgCeIMDk LctQnj4CidtEoEUkHxZ+OOg= =zskv -----END PGP SIGNATURE----- --2/5bycvrmDh4d1IB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Feb 1 13: 9:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by builder.freebsd.org (Postfix) with ESMTP id AB1D03F49 for ; Tue, 1 Feb 2000 13:09:31 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id WAA83311; Tue, 1 Feb 2000 22:08:58 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200002012108.WAA83311@freebsd.dk> Subject: Re: DVD-ROM mount In-Reply-To: <20000201153515.C4463@evil.2y.net> from Coleman Kane at "Feb 1, 2000 03:35:15 pm" To: cokane@one.net (Coleman Kane) Date: Tue, 1 Feb 2000 22:08:58 +0100 (CET) Cc: rbezuide@oskar.dev.nanoteq.co.za (Reinier Bezuidenhout), freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Coleman Kane wrote: > Reinier Bezuidenhout had the audacity to say: > > Hi ... > > > > I'm trying to mount a DVD-ROM in my DVS DVD drive without > > any success using mount_cd9660 ... > > > > I'm running current of Jan 10 ... > > > > jarrow# mount_cd9660 /dev/acd1c /cdrom > > mount_cd9660: Invalid argument > > jarrow# that whould work, but you will not be able to read the videostreams with an authentication program like css-auth... test# mount -t cd9660 /dev/acd0c /mnt test# ls /mnt audio_ts video_ts test# -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 2 5: 7:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from thelab.hub.org (nat198.40.mpoweredpc.net [142.177.198.40]) by builder.freebsd.org (Postfix) with ESMTP id 3E3A73FDF for ; Wed, 2 Feb 2000 05:07:37 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id JAA20082 for ; Wed, 2 Feb 2000 09:07:21 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 2 Feb 2000 09:07:21 -0400 (AST) From: The Hermit Hacker To: freebsd-multimedia@freebsd.org Subject: Quake running on IPv6 over CA*net 3 (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just something that I thought might be of interest, assuming that nobody knew about it already? ================== Subject: Quake running on IPv6 over CA*net 3 Good day, On Jan 13th 3h10 am, we played what we think is the first IPv6 multiuser game: the well-known quake using IPv6. Quake source (the quakeforge version) was ported to Freebsd and then ported to freebsd-kame-ipv6 and solaris8-ipv6-ready. Some code was based on ipv6 code for linux-quake from Pontus Lidman (Thanks Pontus). We are currently porting the NT version with the MSR NT stack. Information on the port and source code is available in english at http://www.viagenie.qc.ca/en/quake.shtml and en français à http://www.viagenie.qc.ca/en/quake.shtml . Port was done by Florent Parent and André Cormier of Viagénie. A quake-ipv6 server (running solaris8-ipv6) is available to the community: quake.ipv6.viagenie.qc.ca, so people can play together using IPv6. It is a IPv6-only server: no IPv4. If you need IPv6 connectivity for your computer, you can use our freenet6 service: http://www.freenet6.net. If you want to play with us, the crew here is scheduled to play every friday 16h00 EST (GMT -5:00 I think). comments, support and suggestions are welcome at: quake-v6@viagenie.qc.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 2 14:13:15 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from postfix3.free.fr (postfix3.free.fr [212.27.32.22]) by builder.freebsd.org (Postfix) with ESMTP id 70A844184 for ; Wed, 2 Feb 2000 14:13:09 -0800 (PST) Received: from free.fr (paris11-nas2-42-98.dial.proxad.net [212.27.42.98]) by postfix3.free.fr (Postfix) with ESMTP id 67A2686C00; Wed, 2 Feb 2000 22:13:01 +0000 (Local time zone must be set--see zic manual page) Received: (from nsouch@localhost) by free.fr (8.9.3/8.9.3) id VAA00517; Wed, 2 Feb 2000 21:54:34 +0100 (CET) (envelope-from nsouch) Message-ID: <20000202215434.57500@armor.free.fr> Date: Wed, 2 Feb 2000 21:54:34 +0100 From: Nicolas Souchu To: Christoph Kukulies Cc: multimedia@freebsd.org Subject: Re: qcam or cqcam support in kernel References: <200002011129.MAA07370@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <200002011129.MAA07370@gil.physik.rwth-aachen.de>; from Christoph Kukulies on Tue, Feb 01, 2000 at 12:29:34PM +0100 X-Operating-System: FreeBSD armor 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 01, 2000 at 12:29:34PM +0100, Christoph Kukulies wrote: > > >Although support for the quickcam has been discontinued for >a while I'm wondering whether it is possible to build >a kernel with the older driver. > >Has anyone done this with 3.3 or 3.4? Parallel port stuff has really changed since qcam was removed. Why don't you want to use it as a user process? > >-- >Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-multimedia" in the body of the message > -- nsouch@free.fr / nsouch@freebsd.org FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 2 14:16:43 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kinkajou.arc.nasa.gov (kinkajou.arc.nasa.gov [128.102.132.150]) by builder.freebsd.org (Postfix) with ESMTP id 6AEF241B6 for ; Wed, 2 Feb 2000 14:16:40 -0800 (PST) Received: from localhost (lamaster@localhost) by kinkajou.arc.nasa.gov (8.9.3+Sun/8.9.1) with ESMTP id OAA24229 for ; Wed, 2 Feb 2000 14:16:34 -0800 (PST) X-Authentication-Warning: kinkajou.arc.nasa.gov: lamaster owned process doing -bs Date: Wed, 2 Feb 2000 14:16:33 -0800 (PST) From: Hugh LaMaster X-Sender: lamaster@kinkajou.arc.nasa.gov To: multimedia@FreeBSD.ORG Subject: Re: does full duplex work on the ES1370/1371 SB PCI cards? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 29 Jan 2000, Kim Culhan wrote: > On Thu, 27 Jan 2000, Roger Hardiman wrote: > > > Does it work with the proper ioctls, and/or with the 4.x-current NewPCM? > > > > I just wanted to check for someone before they buy. > > The plan is for the card to work with the good old vic/vat team. > I'm running recent 3.4-RELEASE and would be very interested in which > card(s) work, if I knew of one card which worked correctly I'd order one > immediately. I have exactly the same questions. Does anyone know if full duplex is supported on some combination of H/W & S/W with this card family? -- Hugh LaMaster, M/S 233-21, Email: lamaster@nren.nasa.gov NASA Ames Research Center Or: lamaster@nas.nasa.gov Moffett Field, CA 94035-1000 Or: lamaster@george.arc.nasa.gov Phone: 650/604-1056 Disc: Unofficial, personal *opinion*. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 2 16:26: 6 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by builder.freebsd.org (Postfix) with ESMTP id 78A4241D7 for ; Wed, 2 Feb 2000 16:25:58 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id KAA19429; Thu, 3 Feb 2000 10:55:24 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 03 Feb 2000 10:55:23 +1030 (CST) From: "Daniel O'Connor" To: The Hermit Hacker Subject: RE: Quake running on IPv6 over CA*net 3 (fwd) Cc: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 02-Feb-00 The Hermit Hacker wrote: > Just something that I thought might be of interest, assuming that > nobody > knew about it already? I made a port for Quake Forge.. Unfortunatly when using the SW renderer it crashes (under FreeBSD.. not Linux - they're both using the same code) Any tips on how to fix it would be appreciated :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Feb 2 17:11:45 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from thelab.hub.org (nat198.40.mpoweredpc.net [142.177.198.40]) by builder.freebsd.org (Postfix) with ESMTP id 2E36541D7 for ; Wed, 2 Feb 2000 17:11:42 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id VAA25884; Wed, 2 Feb 2000 21:11:17 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 2 Feb 2000 21:11:17 -0400 (AST) From: The Hermit Hacker To: "Daniel O'Connor" Cc: freebsd-multimedia@freebsd.org Subject: RE: Quake running on IPv6 over CA*net 3 (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 3 Feb 2000, Daniel O'Connor wrote: > > On 02-Feb-00 The Hermit Hacker wrote: > > Just something that I thought might be of interest, assuming that > > nobody > > knew about it already? > > I made a port for Quake Forge.. > > Unfortunatly when using the SW renderer it crashes (under FreeBSD.. not > Linux - they're both using the same code) > > Any tips on how to fix it would be appreciated :) the urls included in the email I sent in supposedly included patches and code ... are none of them applicable? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 2:24:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by builder.freebsd.org (Postfix) with ESMTP id B01D6432C for ; Thu, 3 Feb 2000 02:24:44 -0800 (PST) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 12GJRS-0001tJ-0K; Thu, 3 Feb 2000 10:24:50 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA13850; Thu, 3 Feb 2000 10:24:47 GMT (envelope-from dfr@nlsystems.com) Date: Thu, 3 Feb 2000 10:27:36 +0000 (GMT) From: Doug Rabson To: "Daniel O'Connor" Cc: The Hermit Hacker , freebsd-multimedia@freebsd.org Subject: RE: Quake running on IPv6 over CA*net 3 (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 3 Feb 2000, Daniel O'Connor wrote: > > On 02-Feb-00 The Hermit Hacker wrote: > > Just something that I thought might be of interest, assuming that > > nobody > > knew about it already? > > I made a port for Quake Forge.. > > Unfortunatly when using the SW renderer it crashes (under FreeBSD.. not > Linux - they're both using the same code) > > Any tips on how to fix it would be appreciated :) Crashes how? If its a SIGFPE, maybe disabling fp exceptions would help. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 3:49:18 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by builder.freebsd.org (Postfix) with ESMTP id 2F7984387 for ; Thu, 3 Feb 2000 03:49:16 -0800 (PST) Received: from mothra.bri.hp.com (mothra.bri.hp.com [15.144.1.185]) by atlrel1.hp.com (Postfix) with ESMTP id 04D911B85D for ; Thu, 3 Feb 2000 06:49:21 -0500 (EST) Received: from localhost (steveroo@localhost) by mothra.bri.hp.com with ESMTP (8.8.6 (PHNE_17135)/8.7.1) id LAA27037 for ; Thu, 3 Feb 2000 11:48:30 GMT Date: Thu, 3 Feb 2000 11:48:30 +0000 (GMT) From: Stephen Roome To: multimedia@freebsd.org Subject: YMF719 soundcard Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay, it's that getting sound card to work time of year again. I've got a Yamaha OPL-SAx card : pnpinfo says : CSN YMH0800 (0x0008a865), Serial Number 0xffffffff Logical device #0 IO: 0x0220 0x0530 0x0388 0x0370 0x0000 0x0000 0x0000 0x0000 IRQ 5 0 DMA 1 3 IO range check 0x00 activate 0x01 Kernel config contains : controller pnp0 device pcm0 #device pcm0 at isa ? port ? tty irq 5 drq 1 flags 0x15 #neither of the above two lines work properly. /boot/kernel.conf contains : pnp 1 0 os enable port0 0x220 port1 0x530 port2 0x388 port3 0x370 pnp 1 0 irq0 5 drq0 1 drq1 3 dmesg says : CSN 1 Vendor ID: YMH0800 [0x0008a865] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] mss_attach 1 at 0x530 irq 5 dma 1:3 flags 0x13 setting up yamaha registers set yamaha master volume to max pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x13 on isa ... How strange... mss_intr with no reason! (I get a lot of these sometimes) The pcm driver just doesn't work properly [1], I've been through this before, and I've tried to get the chipset specs from Yamaha (no luck). In the past I've tried to get this card to work properly, and yesterday with oss it worked properly for the first time (after oss caused me about 10 different panics/double panics etc.) however I'd like to try to get this to work with the pcm driver or even the voxware [2] driver. I assume that to do this I will need either someone who has a working card to tell me how they did it, or alternatively if someone has the relevant chipset information to send it to me. Alternatively, I can buy a new card (I expect that once this card has failed any attempts to make it work I'll put it in the bin - or I could send it to someone who really wants to make it work =) ) Any help would be very much appreciated, Steve Roome [1] I can get the card to play standard audio, but all the mixer channels are wrong, i.e. synth is the cd player, mic/cd/line are all the wrong channels and they don't always work, also the bass/treble channels don't come up in the mixer. [2] I'd like working midi, and I'd like to be able to use the synthesizer on the card, as I beleive it's probably not all that bad, so maybe voxware is what I want after all. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 5: 7:28 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by builder.freebsd.org (Postfix) with ESMTP id BAA4F432A for ; Thu, 3 Feb 2000 05:07:24 -0800 (PST) Received: from guppy.dons.net.au (darius@guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id XAA01291; Thu, 3 Feb 2000 23:36:17 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 03 Feb 2000 23:36:17 +1030 (CST) From: "Daniel J. O'Connor" To: Doug Rabson Subject: RE: Quake running on IPv6 over CA*net 3 (fwd) Cc: freebsd-multimedia@freebsd.org, The Hermit Hacker Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 03-Feb-00 Doug Rabson wrote: > > Any tips on how to fix it would be appreciated :) > Crashes how? If its a SIGFPE, maybe disabling fp exceptions would help. It SIG SEGV/BUS's inside the SW renderer assembly code. I can send you core dumps if you like :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 9:26:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kumr.lns.com (kumr.lns.com [140.174.7.1]) by builder.freebsd.org (Postfix) with ESMTP id B0E854128 for ; Thu, 3 Feb 2000 09:26:27 -0800 (PST) Received: (from pozar@localhost) by kumr.lns.com (8.9.3/8.9.3) id JAA67052 for freebsd-multimedia@FreeBSD.ORG; Thu, 3 Feb 2000 09:27:57 -0800 (PST) (envelope-from pozar) Date: Thu, 3 Feb 2000 09:27:57 -0800 From: Tim Pozar To: freebsd-multimedia@FreeBSD.ORG Subject: Hauppage WinTV-D Digital TV receiver Message-ID: <20000203092757.A67002@lns.com> References: <14487.571.22866.859337@hip186.ch.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14487.571.22866.859337@hip186.ch.intel.com>; from jreynold@sedona.ch.intel.com on Tue, Feb 01, 2000 at 08:56:43AM -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://hauppauge.lightpath.net/html/wintv-d.pdf Anyone have any experience with this card? I thought instead of getting the regular card I would try this one as we have HDTV in this area now. Thanks... Tim -- Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247 "It's a damn poor mind that can only think of one way to spell a word." - Andrew Jackson "What is wanted is not the will to believe, but the will to find out, which is the exact opposite." - Bertrand Russel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 12:44:12 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by builder.freebsd.org (Postfix) with ESMTP id F00894014 for ; Thu, 3 Feb 2000 12:43:59 -0800 (PST) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 12GS4d-0009qA-0A; Thu, 3 Feb 2000 19:37:51 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id TAA00928; Thu, 3 Feb 2000 19:38:36 GMT (envelope-from dfr@nlsystems.com) Date: Thu, 3 Feb 2000 19:41:35 +0000 (GMT) From: Doug Rabson To: "Daniel J. O'Connor" Cc: freebsd-multimedia@freebsd.org, The Hermit Hacker Subject: RE: Quake running on IPv6 over CA*net 3 (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 3 Feb 2000, Daniel J. O'Connor wrote: > > On 03-Feb-00 Doug Rabson wrote: > > > Any tips on how to fix it would be appreciated :) > > Crashes how? If its a SIGFPE, maybe disabling fp exceptions would help. > > It SIG SEGV/BUS's inside the SW renderer assembly code. > > I can send you core dumps if you like :) No thanks. I spend enough time debugging my own renderers :-) -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 21: 4:27 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by builder.freebsd.org (Postfix) with ESMTP id 8FA30438D for ; Thu, 3 Feb 2000 21:04:24 -0800 (PST) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id AAA23944; Fri, 4 Feb 2000 00:04:15 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Fri, 4 Feb 2000 00:04:14 -0500 (EST) From: Chuck Robey To: Tim Pozar Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Hauppage WinTV-D Digital TV receiver In-Reply-To: <20000203092757.A67002@lns.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 3 Feb 2000, Tim Pozar wrote: > http://hauppauge.lightpath.net/html/wintv-d.pdf > > Anyone have any experience with this card? I thought instead of > getting the regular card I would try this one as we have HDTV in > this area now. Don't miss the fact that while it does decode from 480i format to 1080i format, it bring it down to 480i format. In other words, you won't be able to tell it's any better quality. Personally, I think the real McCoy (real HDTV rendered without bit loss) may be in the future, and I don't want to buy this half measure. > > Thanks... > Tim > ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Feb 3 21:46:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by builder.freebsd.org (Postfix) with ESMTP id A248E43CB for ; Thu, 3 Feb 2000 21:46:28 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id WAA58315; Thu, 3 Feb 2000 22:45:46 -0700 (MST) (envelope-from ken) Date: Thu, 3 Feb 2000 22:45:46 -0700 From: "Kenneth D. Merry" To: Chuck Robey Cc: Tim Pozar , freebsd-multimedia@FreeBSD.ORG Subject: Re: Hauppage WinTV-D Digital TV receiver Message-ID: <20000203224546.A58186@panzer.kdm.org> References: <20000203092757.A67002@lns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from chuckr@picnic.mat.net on Fri, Feb 04, 2000 at 12:04:14AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Feb 04, 2000 at 00:04:14 -0500, Chuck Robey wrote: > On Thu, 3 Feb 2000, Tim Pozar wrote: > > > http://hauppauge.lightpath.net/html/wintv-d.pdf > > > > Anyone have any experience with this card? I thought instead of > > getting the regular card I would try this one as we have HDTV in > > this area now. > > Don't miss the fact that while it does decode from 480i format to 1080i > format, it bring it down to 480i format. In other words, you won't be > able to tell it's any better quality. Personally, I think the real McCoy > (real HDTV rendered without bit loss) may be in the future, and I don't > want to buy this half measure. The other question is, what chipset does it use, and are there programming specs? The main chip in there has a heat sink on top in the picture, so you can't tell what it is. I agree that it would be better to have full resolution HD. Of course it can't be done (using the method the Brooktree chips use, and the method that this Hauppauge board uses) with 32 bit 33MHz PCI. It would take up a significant fraction of the available bandwidth with 64 bit 33MHz PCI. It becomes more of a possibility with 64 bit 66MHz PCI, though. (1920 * 1080 * 24bpp = 6.2MB/frame, * 30 frames/sec = 187MB/sec) FWIW, professional uncompressed HD runs over 1.5Gbps serial digital links. There are only a couple of ways that I can think of that you could do HD on most PCs out there today: (i.e. PCs with just 32 bit 33MHz PCI) - Have a tuner board that sends the ATSC MPEG stream over the PCI bus to the graphics board, which would also need an integrated MPEG decompression chip. - Put the tuner and MPEG decompressor on the graphics board. Then there's the fact that most monitors don't have the horizontal resolution to fit 1920 pixels. So you'd have to downconvert it somewhat anyway to fit it in a window. (Interestingly enough, you can display HD on a standard monitor with coax inputs -- most decent monitors have the bandwidth to do it.) Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Feb 4 12:31: 4 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by builder.freebsd.org (Postfix) with SMTP id 6139444D6 for ; Fri, 4 Feb 2000 12:30:56 -0800 (PST) Received: (qmail 74664 invoked by uid 501); 4 Feb 2000 19:31:07 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Feb 2000 19:31:07 -0000 Date: Fri, 4 Feb 2000 17:31:07 -0200 (EDT) From: Paulo Fragoso To: multimedia@freebsd.org Subject: FXTV or 3.4? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, After I've changed from FBSD 3.3 to FBSD 3.4 (RELEASE), I don't obtain sound from TV-CARD. I'm trying Aver Media and VideoXtrem cards, both aren't whith sound when menu is . Using VideoXtrem its sound is working when I've change from to