From owner-freebsd-multimedia Sun Jan 14 21:32:43 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E72A737B401 for ; Sun, 14 Jan 2001 21:32:26 -0800 (PST) Received: from rfx-64-6-211-149.users.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 14 Jan 2001 21:30:40 -0800 Received: (from cjc@localhost) by rfx-64-6-211-149.users.reflexcom.com (8.11.1/8.11.0) id f0F5WOK42022; Sun, 14 Jan 2001 21:32:24 -0800 (PST) (envelope-from cjc) Date: Sun, 14 Jan 2001 21:32:23 -0800 From: "Crist J. Clark" To: matey@cis.ohio-state.edu, freebsd-multimedia@freebsd.org Subject: Driver for Aureal Vortex soundcards Message-ID: <20010114213223.W97980@rfx-64-6-211-149.users.reflexco> Reply-To: cjclark@alum.mit.edu 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 I just wanted to say that I installed the Aureal Vortex code from Alexander Matey's pages, http://www.cis.ohio-state.edu/~matey/au88x0/ About a week ago and my sound has been working well since. And everything else looks OK too. ;) My card is a Turtle Beach Montego A3D in a DELL Dimension XPS R400 running FreeBSD 4.2-STABLE. Thanks to everyone who worked on this. I wanted put this in the mail archives for anyone who might be searching for how to get similar hardware running. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 15 23:14: 8 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from realtime.net (dragon.realtime.net [205.238.128.89]) by hub.freebsd.org (Postfix) with SMTP id 55F0837B404 for ; Mon, 15 Jan 2001 23:13:48 -0800 (PST) Received: from tigerfish2.my.domain ([205.238.179.171]) by realtime.net ; Tue, 16 Jan 2001 01:13:46 -0600 Received: (from brucegb@localhost) by tigerfish2.my.domain (8.11.1/8.11.1) id f0G7ELY93936 for freebsd-multimedia@freebsd.org; Tue, 16 Jan 2001 01:14:21 -0600 (CST) (envelope-from brucegb) Date: Tue, 16 Jan 2001 01:14:21 -0600 From: Bruce Burden To: freebsd-multimedia@freebsd.org Subject: MTV, 4.2, X-4.0.1, fvwm2, and audio? Message-ID: <20010116011421.A93884@tigerfish2.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I have a MSI 694D Pro mainboard, with the AC'97 built in audio (VIA Apollo Pro 133A chipset). I am running FreeBSD 4.2, XF86-4.0.1_10, fvwm2 2.2.4, and I have MTV 1.1.4. Here is the dmesg bit about the audio: pcm0: port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 18 at device 7.5 on pci0 My problem is that I get an error when attempting to start MTV w/audio, on a mpg that has audio. The problem would appear to be: [93925,1026] mtvp: audio: audioioctl.c:658: t=979629009.0867: opening d vice /dev/dsp [93925,1026] mtvp: audio: audioioctl.c:668: t=979629009.0873: configuring device /dev/dsp [93925,1026] mtvp: audio: audioioctl.c:249: t=979629009.0874: ioctl(24, SNDCTL_DSP_GETCAPS, (135338080=0x8111860) -> (12800=0x3200)) = 0 [93925,1026] mtvp: audio: audioioctl.c:684: t=979629009.0874: device can trigger [93925,1026] mtvp: audio: audioioctl.c:249: t=979629009.0875: ioctl(24, SNDCTL_DSP_SETTRIGGER, (-3=0xfffffffd) -> (-3=0xfffffffd)) = 0 [93925,1026] mtvp: audio: audioioctl.c:420: t=979629009.0876: setting frag size to 1024 bytes [93925,1026] mtvp: audio: audioioctl.c:249: t=979629009.0884: ioctl(24, SNDCTL_DSP_SETFRAGMENT, (2147418122=0x7fff000a) -> (8388618=0x80000a)) = 0 [93925,1026] mtvp: audio: audioioctl.c:428: t=979629009.0886: SNDCTL_DSP_SETFRAGMENT (set frag size to 1024) returned 0 [93925,1026] mtvp: audio: audioioctl.c:253: t=979629009.0886: ioctl(24, SNDCTL_DSP_GETOSPACE, ...) = 0 [93925,1026] mtvp: audio: audioioctl.c:249: t=979629009.0887: ioctl(24, SNDCTL_DSP_SAMPLESIZE, (16=0x10) -> (16=0x10)) = -1 [93925,1026] mtvp: audio: audioioctl.c:256: t=979629009.0887: error: ioctl failed: Invalid argument (status=22) [93925,1026] mtvp: audio: audiolib.c:2864: t=979629009.0894: error: couldn't open and configure device with output sampling frequency: 5333, error 22: Invalid argument (status=22) Or, the ioctl with SNDCTL_DSP_SAMPLESIZE is what is failing. Is anybody else encountering this problem? Work arounds? Fixes? Suggestions? Thanks, Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 16 3:11:31 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from arg1.demon.co.uk (arg1.demon.co.uk [194.222.34.166]) by hub.freebsd.org (Postfix) with ESMTP id E63CB37B6A7 for ; Tue, 16 Jan 2001 03:11:12 -0800 (PST) Received: by arg1.demon.co.uk (Postfix, from userid 300) id CA3719B17; Tue, 16 Jan 2001 11:11:05 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by arg1.demon.co.uk (Postfix) with ESMTP id C68C55D15; Tue, 16 Jan 2001 11:11:05 +0000 (GMT) Date: Tue, 16 Jan 2001 11:11:05 +0000 (GMT) From: Andrew Gordon X-Sender: arg@server.arg.sj.co.uk To: Bruce Burden Cc: freebsd-multimedia@freebsd.org Subject: Re: MTV, 4.2, X-4.0.1, fvwm2, and audio? In-Reply-To: <20010116011421.A93884@tigerfish2.my.domain> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-496454288-979643465=:64154" 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-496454288-979643465=:64154 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 16 Jan 2001, Bruce Burden wrote: > > I have a MSI 694D Pro mainboard, with the AC'97 built in audio > (VIA Apollo Pro 133A chipset). I am running FreeBSD 4.2, XF86-4.0.1_10, > fvwm2 2.2.4, and I have MTV 1.1.4. Here is the dmesg bit about the audio: > > pcm0: port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff > irq 18 at device 7.5 on pci0 > > Or, the ioctl with SNDCTL_DSP_SAMPLESIZE is what is failing. Is > anybody else encountering this problem? Work arounds? Fixes? Suggestions? There is a fix for this problem in -current (/sys/dev/sound/pcm/channel.c rev 1.46), but it doesn't seem to have made it back to -stable yet. Try the enclosed patch. However, this may not help very much (depending what kind of audio your application is trying to play): the problem is with sound hardware that only supports a limited set of sampling rates, so if your program needs a rate that the hardware doesn't support, this patch will get past the bogus failure on DSP_SAMPLESIZE, only to fail for real on DSP_SPEED later. --0-496454288-979643465=:64154 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=patch Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=patch SW5kZXg6IGNoYW5uZWwuYw0KPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KUkNT IGZpbGU6IC9yZXBvc2l0b3J5L3NyYy9zeXMvZGV2L3NvdW5kL3BjbS9jaGFu bmVsLmMsdg0KcmV0cmlldmluZyByZXZpc2lvbiAxLjE5LjIuNw0KZGlmZiAt YyAtcjEuMTkuMi43IGNoYW5uZWwuYw0KKioqIGNoYW5uZWwuYwkyMDAwLzEw LzE0IDIwOjU5OjQxCTEuMTkuMi43DQotLS0gY2hhbm5lbC5jCTIwMDAvMTEv MTMgMTI6MzQ6MjcNCioqKioqKioqKioqKioqKg0KKioqIDExMjAsMTEyNiAq KioqDQogIGludA0KICBjaG5fcmVzZXQocGNtX2NoYW5uZWwgKmMsIHVfaW50 MzJfdCBmbXQpDQogIHsNCiEgCWludCByID0gMDsNCiAgDQogIAljaG5fYWJv cnQoYyk7DQogIAljLT5mbGFncyAmPSBDSE5fRl9SRVNFVDsNCi0tLSAxMTIw LDExMjYgLS0tLQ0KICBpbnQNCiAgY2huX3Jlc2V0KHBjbV9jaGFubmVsICpj LCB1X2ludDMyX3QgZm10KQ0KICB7DQohIAlpbnQgaHdzcGQsIHIgPSAwOw0K ICANCiAgCWNobl9hYm9ydChjKTsNCiAgCWMtPmZsYWdzICY9IENITl9GX1JF U0VUOw0KKioqKioqKioqKioqKioqDQoqKiogMTEyOSwxMTM3ICoqKioNCiAg CQlyZXR1cm4gcjsNCiAgCWlmIChmbXQpIHsNCiAgCQljLT5zcGVlZCA9IERT UF9ERUZBVUxUX1NQRUVEOw0KICAJCXIgPSBjaG5fc2V0Zm9ybWF0KGMsIGZt dCk7DQohIAkJaWYgKHIgPT0gMCkNCiEgCQkJciA9IGNobl9zZXRzcGVlZChj LCBEU1BfREVGQVVMVF9TUEVFRCk7DQogIAkJaWYgKHIgPT0gMCkNCiAgCQkJ ciA9IGNobl9zZXR2b2x1bWUoYywgMTAwLCAxMDApOw0KICAJfQ0KLS0tIDEx MjksMTE0MiAtLS0tDQogIAkJcmV0dXJuIHI7DQogIAlpZiAoZm10KSB7DQog IAkJYy0+c3BlZWQgPSBEU1BfREVGQVVMVF9TUEVFRDsNCisgCQlod3NwZCA9 IERTUF9ERUZBVUxUX1NQRUVEOw0KKyAJCVJBTkdFKGh3c3BkLCBjaG5fZ2V0 Y2FwcyhjKS0+bWluc3BlZWQsDQorIAkJCWNobl9nZXRjYXBzKGMpLT5tYXhz cGVlZCk7DQorIAkJYy0+c3BlZWQgPSBod3NwZDsNCiAgCQlyID0gY2huX3Nl dGZvcm1hdChjLCBmbXQpOw0KISAJCWlmIChyID09IDApIHsNCiEgCQkJciA9 IGNobl9zZXRzcGVlZChjLCBod3NwZCk7DQohIAkJfQ0KICAJCWlmIChyID09 IDApDQogIAkJCXIgPSBjaG5fc2V0dm9sdW1lKGMsIDEwMCwgMTAwKTsNCiAg CX0NCg== --0-496454288-979643465=:64154-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 16 8:13: 5 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id 5B0F537B400 for ; Tue, 16 Jan 2001 08:12:47 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id RAA36769 for multimedia@freebsd.org; Tue, 16 Jan 2001 17:12:46 +0100 (CET) (envelope-from kuku) Date: Tue, 16 Jan 2001 17:12:46 +0100 (CET) From: Christoph Kukulies Message-Id: <200101161612.RAA36769@gilberto.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: cdda2wav into cdrecord Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm wondering if it is possible to setup a script that allows to rip a CD and burn it directly to a CD (audio in this case). cdda2wav seems to work on SCSI devices only, doesn't it? I have a 48x ATAPI drive and a YAMAHA CRW4260 SCSI-2 device. -- 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 Jan 16 8:17:16 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id E573537B402 for ; Tue, 16 Jan 2001 08:16:58 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.1/8.11.1) id f0GGGZ307604; Tue, 16 Jan 2001 08:16:35 -0800 (PST) (envelope-from rizzo) From: Luigi Rizzo Message-Id: <200101161616.f0GGGZ307604@iguana.aciri.org> Subject: Re: cdda2wav into cdrecord In-Reply-To: <200101161612.RAA36769@gilberto.physik.rwth-aachen.de> from Christoph Kukulies at "Jan 16, 2001 5:12:46 pm" To: kuku@gilberto.physik.rwth-aachen.de (Christoph Kukulies) Date: Tue, 16 Jan 2001 08:16:35 -0800 (PST) Cc: multimedia@FreeBSD.ORG 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 dagrab seems to do a good job, and it is pretty fast too if you use very large transfer sizes. it has jitter correction as cdd used to have. cheers luigi > I'm wondering if it is possible to setup a script that allows to > rip a CD and burn it directly to a CD (audio in this case). > > cdda2wav seems to work on SCSI devices only, doesn't it? > > I have a 48x ATAPI drive and a YAMAHA CRW4260 SCSI-2 device. > > -- > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 16 14:46:56 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from inga.augusta.de (inga.augusta.de [213.179.139.65]) by hub.freebsd.org (Postfix) with ESMTP id 9CF8137B400 for ; Tue, 16 Jan 2001 14:46:37 -0800 (PST) Received: (from slice@localhost) by inga.augusta.de (8.9.3/8.9.3) id XAA93284 for freebsd-multimedia@FreeBSD.ORG; Tue, 16 Jan 2001 23:46:37 +0100 (CET) Date: Tue, 16 Jan 2001 23:46:37 +0100 From: Christian Hamm To: freebsd-multimedia@FreeBSD.ORG Subject: Sound problem with CS4630 Message-ID: <20010116234637.C86881@inga.augusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi there, although the CS4630 is not in the list of supported hardware, it shows up as: csa0: mem 0xd3000000-0xd30fffff,0xd3800000-0xd3800fff irq 9 at device 13.0 on pci0 pcm0: on csa0 > cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jan 16 2001 21:19:07 Installed devices: pcm0: at irq 9 (1p/1r channels duplex) the strange thing is that there was at first no sound. when i listened somewhat more exactly, i found that the sound card was much too quiet that one could hear it. the volume control at the mixer is at maximum. i even changed the default config in mixer.c but without success. annyone who had the same problem and solved it? FYI: it's a VideoLogic SonicFury with a CS4630 thanks in advance! slice -- -------------------------------------------------------------------- Christian Hamm | slice@augusta.de | Nick: slice | http://www.augusta.de/~slice/ Irc: SLiCE | MUD: Reywind | -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 16 16:13:15 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from EnContacto.Net (adsl-63-200-120-84.dsl.mtry01.pacbell.net [63.200.120.84]) by hub.freebsd.org (Postfix) with ESMTP id 9CE1A37B402 for ; Tue, 16 Jan 2001 16:12:56 -0800 (PST) Received: (from root@localhost) by EnContacto.Net (8.11.1/8.11.1) id f0H0Cnd45650; Tue, 16 Jan 2001 16:12:49 -0800 (PST) (envelope-from eculp@EnContacto.Net) Received: from 63.200.120.86 ( [63.200.120.86]) as user eculp@EnContacto.Net by Mail.encontacto.net with HTTP; Tue, 16 Jan 2001 16:12:49 -0800 Message-ID: <979690369.3a64e3817e04e@Mail.encontacto.net> Date: Tue, 16 Jan 2001 16:12:49 -0800 From: Edwin Culp To: Christian Hamm Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Sound problem with CS4630 References: <20010116234637.C86881@inga.augusta.de> In-Reply-To: <20010116234637.C86881@inga.augusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got a CS4236B that I would love to get working. I can't even boot with the kernel options device pcm and device sbc that according to NOTES Supports ESS cards and I get a kernel panic on reboot. Could the 4614 help get the 4236 working? Thanks, ed Quoting Christian Hamm : > Hi there, > > although the CS4630 is not in the list of supported hardware, it shows up > as: > csa0: controller> mem 0xd3000000-0xd30fffff,0xd3800000-0xd3800fff irq 9 at device > 13.0 on pci0 > pcm0: on csa0 > > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Jan 16 2001 21:19:07 > Installed devices: > pcm0: at irq 9 (1p/1r channels duplex) > > the strange thing is that there was at first no sound. > when i listened somewhat more exactly, i found that the sound card > was much too quiet that one could hear it. > the volume control at the mixer is at maximum. i even changed > the default config in mixer.c but without success. > > annyone who had the same problem and solved it? > FYI: it's a VideoLogic SonicFury with a CS4630 > > thanks in advance! > > slice > > -- > -------------------------------------------------------------------- > Christian Hamm | > slice@augusta.de | > Nick: slice | http://www.augusta.de/~slice/ > Irc: SLiCE | > MUD: Reywind | > -------------------------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > -- - Creativity - Technology - Operativity - Technology is the practical application of knowledge. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 16 16:27:51 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from vilnya.demon.co.uk (vilnya.demon.co.uk [158.152.19.238]) by hub.freebsd.org (Postfix) with ESMTP id D51B637B400 for ; Tue, 16 Jan 2001 16:27:32 -0800 (PST) Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id F3517D9B8; Wed, 17 Jan 2001 00:27:30 +0000 (GMT) Message-ID: <00a601c0801c$65ae1140$0504020a@haveblue> From: "Cameron Grant" To: "Edwin Culp" , "Christian Hamm" Cc: References: <20010116234637.C86881@inga.augusta.de> <979690369.3a64e3817e04e@Mail.encontacto.net> Subject: Re: Sound problem with CS4630 Date: Wed, 17 Jan 2001 00:28:21 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've got a CS4236B that I would love to get working. I can't even boot with the > kernel options device pcm and device sbc that according to NOTES Supports ESS > cards and I get a kernel panic on reboot. Could the 4614 help get the 4236 > working? that has got to be one of the least coherent questions i've ever seen. the cs4236b is a crystal semiconductor chip. the cs4236 is not soundblaster compatible, so the sbc device is not involved in its support. it is not made by ess, so they are also not involved. the cs46xx/4280 chips are totally different than the cs423x chips, being pci based rather than isa. the cs423x chips are mss workalikes, and should work. some info on your setup, kernel version etc would be helpful. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 10:19:12 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from milquetoast.cs.mcgill.ca (milquetoast.CS.McGill.CA [132.206.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 23BEF37B69C for ; Wed, 17 Jan 2001 10:18:52 -0800 (PST) Received: (from mat@localhost) by milquetoast.cs.mcgill.ca (8.9.3/8.9.3) id NAA08007 for freebsd-multimedia@freebsd.org; Wed, 17 Jan 2001 13:18:51 -0500 (EST) Date: Wed, 17 Jan 2001 13:18:51 -0500 From: Mathew KANNER To: freebsd-multimedia@freebsd.org Subject: DVD playback Message-ID: <20010117131850.A3402@cs.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: SOCS, McGill University, Montreal, CANADA Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, My friends at work got me DVD drive as a departing gift (thanks guys). Naturally, I don't want to install Windows so I searched for a way to play DVDs from FBSD. I didn't have any luck with the standard tool that people talk about -- a small user-land utility and some FBSD patches that does a IOCTL dance with the DVD drive. Both this utility and the FBSD patches are available on the Internet with a small number of searches. However, with a third tool, a small userland utility that blasts a mounted file looking for the right bits, you can spool or pipe the movies to a player. This tool is also readily found on the Internet, often close to the other files mentioned above. I've used players such as xmovie or xine, both of which are in the ports. So, to summarize, it is possible to view block-buster, Hollywood DVD movies in FBSD. Thanks to all who participated on the lists so that I could search the archive and arrive at this conclusion. --Mat -- Mathew Kanner SOCS McGill University Obtuse quote: He [not me] understands: "This field of perception is void of perception of man." -- The Quintessence of Buddhism To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 10:34:10 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 7527B37B6B8 for ; Wed, 17 Jan 2001 10:33:49 -0800 (PST) Received: from nacho.cs.duke.edu (nacho.cs.duke.edu [152.3.140.230]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id NAA07828 for ; Wed, 17 Jan 2001 13:33:49 -0500 (EST) Received: (gadde@localhost) by nacho.cs.duke.edu (8.8.5/8.6.9) id NAA05287 for freebsd-multimedia@FreeBSD.ORG; Wed, 17 Jan 2001 13:33:49 -0500 (EST) Date: Wed, 17 Jan 2001 13:33:49 -0500 From: Syam Gadde To: freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD playback Message-ID: <20010117133348.A5283@nacho.cs.duke.edu> References: <20010117131850.A3402@cs.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20010117131850.A3402@cs.mcgill.ca> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Mathew KANNER (mat@cs.mcgill.ca): > However, with a third tool, a small userland utility that > blasts a mounted file looking for the right bits, you can spool or > pipe the movies to a player. This tool is also readily found on the > Internet, often close to the other files mentioned above. I've used > players such as xmovie or xine, both of which are in the ports. In fact, you can just use xine, and the xine DVD plugin (available separately, just search for it) to play DVDs. Complete with semi- functional UDF reader, IFO parser and stuff. They both now compile natively under FreeBSD. But you didn't hear me say that. -syam -- Syam Gadde....................LSRC D307..................(O) (919)660-6599 Department of Computer Science, Duke University, Durham, NC 27708-0129 email==> gadde@cs.duke.edu ...... http://www.cs.duke.edu/~gadde/ <==WWW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 13:52:48 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from milquetoast.cs.mcgill.ca (milquetoast.CS.McGill.CA [132.206.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 2804837B6E2 for ; Wed, 17 Jan 2001 13:52:29 -0800 (PST) Received: (from mat@localhost) by milquetoast.cs.mcgill.ca (8.9.3/8.9.3) id QAA11784 for freebsd-multimedia@freebsd.org; Wed, 17 Jan 2001 16:52:28 -0500 (EST) Date: Wed, 17 Jan 2001 16:52:28 -0500 From: Mathew KANNER To: freebsd-multimedia@freebsd.org Subject: DVD: an ugly how-to Message-ID: <20010117165228.A11154@cs.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: SOCS, McGill University, Montreal, CANADA Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, There seems to be demand for this info. I don't think I'm breaking the law by submiting this... Warning: I am not an expert, I probably don't have the answer you are looking for. Please don't ask for the utilities. How I played DVDs 0.0) uname -a FreeBSD XXXX.XXXX.XX 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Dec 10 21:28:13 EST 2000 XXX@XXXX.XXXX.XX:/XXXXX/src/sys/compile/XX i386 0.1) pkg_info | grep -i mpe mpeg2play-1.1b A program to play mpeg-2 movies on X displays mpeg_lib-1.3.1 A collection of C routines to decode MPEG movies mtv-1.1.4 High-performance MPEG video player (shareware) smpeg-0.4.0 SMPEG is a free MPEG1 video player library with sound suppo xine-0.3.5 A MPEG-1 and MPEG-2 player xmovie-1.5.3.1 A movie player for MPEG-2 and Quicktime movies 0.2) dmesg | grep cd acd0: DVD-ROM at ata1-master using PIO4 0.3) xdpyinfo | grep release vendor release number: 3360 1) You need css-auth + FBSD patches and DeCSSplus. A Google search for "DeCSSplus_v1" or "+decss freebsd patch" should do. 2) Build tstdvd from css-auth and decss from DeCSS. I patched DeCSS to stop using / as a getopt token. 3) insert DVD 4) tstdvd /dev/acd0c, it appears that the DVD drive won't give sector access without this. This should authorize. 5) mount /dev/acd0c /mnt 6) cd /mnt/video_ts/ 7) DeCSS vts_06_1.vob -o /dev/stderr 2>&1 1>&- | dd obs=10m | dd ibs=1m obs=50k | xine - - the above is a bash'ism - xine doesn't last long when piped. - xmovie doesn't seem to want to use the STDIN so I spool somewhere. -- Mathew Kanner SOCS McGill University Obtuse quote: He [not me] understands: "This field of perception is void of perception of man." -- The Quintessence of Buddhism To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 14: 5:26 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id C995037B6E0 for ; Wed, 17 Jan 2001 14:05:06 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0HM4kN12044; Wed, 17 Jan 2001 14:04:46 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Syam Gadde Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD playback In-Reply-To: Message from Syam Gadde of "Wed, 17 Jan 2001 13:33:49 EST." <20010117133348.A5283@nacho.cs.duke.edu> Date: Wed, 17 Jan 2001 14:04:46 -0800 Message-ID: <12039.979769086@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > In fact, you can just use xine, and the xine DVD plugin (available > separately, just search for it) to play DVDs. Complete with semi- > functional UDF reader, IFO parser and stuff. They both now compile > natively under FreeBSD. Really? How did you get it to work? Whenever I load a DVD in the drive and use xine with the dvd_input plugin which of course I wouldn't actually be using for legal reasons, I get the following on the console whenver I hit the "play" button (the DVD does get detected and I jimmied the path to it correctly in input_dvd.c correctly so I'm sure that much works). (cd0:ahc0:0:5:0): Vendor Specific Command. CDB: a4 0 0 0 0 0 0 0 0 0 3f 0 (cd0:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:5:0): Invalid field in CDB (cd0:ahc0:0:5:0): Vendor Specific Command. CDB: a4 0 0 0 0 0 0 0 0 0 7f 0 (cd0:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:5:0): Invalid field in CDB (cd0:ahc0:0:5:0): Vendor Specific Command. CDB: a4 0 0 0 0 0 0 0 0 0 bf 0 (cd0:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 (cd0:ahc0:0:5:0): Invalid field in CDB dscheck(#cd/2): b_bcount 6418 is not on a sector boundary (ssize 2048) dscheck(#cd/2): b_bcount 4876 is not on a sector boundary (ssize 2048) dscheck(#cd/2): b_bcount 16472 is not on a sector boundary (ssize 2048) dscheck(#cd/2): b_bcount 16088 is not on a sector boundary (ssize 2048) xine itself reports: input_dvd: get_autoplay_list Using ifo VTS_01_0.IFO input dvd : input_plugin_open >dvd://t0c0t0< input dvd : input_plugin_open media type correct. file name is t0c0t0 IFO-mode playing title 0 from chapter 0 -> chapter 0 Using ifo VTS_01_0.IFO error get PGCI open input source: No such file or directory At the same time. What sort of DVD drive are you, erm, not actually using? Mine's a "TOSHIBA DVD-ROM SD-M1201" SCSI DVD drive. > But you didn't hear me say that. Ditto. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 14:52:26 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 0F14337B401 for ; Wed, 17 Jan 2001 14:52:05 -0800 (PST) Received: from nacho.cs.duke.edu (nacho.cs.duke.edu [152.3.140.230]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA13361 for ; Wed, 17 Jan 2001 17:52:04 -0500 (EST) Received: (gadde@localhost) by nacho.cs.duke.edu (8.8.5/8.6.9) id RAA05978 for freebsd-multimedia@FreeBSD.ORG; Wed, 17 Jan 2001 17:52:04 -0500 (EST) Date: Wed, 17 Jan 2001 17:52:04 -0500 From: Syam Gadde To: freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD playback Message-ID: <20010117175203.A5972@nacho.cs.duke.edu> References: <12039.979769086@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <12039.979769086@winston.osd.bsdi.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Jordan Hubbard (jkh@winston.osd.bsdi.com): > xine itself reports: > error get PGCI > open input source: No such file or directory You know, I never received this error message until you mentioned it. :) Do you get the same xine errors when using xine dvd://vts_01_1.vob ? (this requires you know what the file names on the DVD are, perhaps by mounting it as CD9660) On some discs I get your error when running with the dvd://t0c0t0 syntax. Hence, as I described it, a "semi-functional" IFO parser. :) Perhaps sometimes-functional is more accurate. BTW, I'm running an unmodified xine-0.3.3 and a plugin to remain nameless. I've got /dev/dvd symbolically linked to acd0c. I get different (but I think equivalent) console messages than the ones you provided, for I have an ATAPI DVD drive: acd0: DVD-ROM drive at ata1 as master acd0: read 5512KB/s (5512KB/s), 256KB buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA stream, DVD-ROM, DVD-R They all look like: acd0: REPORT_KEY - ILLEGAL REQUEST asc=24 ascq=00 error=00 acd0: READ_SUBCHANNEL - ILLEGAL REQUEST asc=30 ascq=02 error=00 But I do get moving pictures! -syam -- Syam Gadde....................LSRC D307..................(O) (919)660-6599 Department of Computer Science, Duke University, Durham, NC 27708-0129 email==> gadde@cs.duke.edu ...... http://www.cs.duke.edu/~gadde/ <==WWW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 19: 5:13 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id CD37637B400 for ; Wed, 17 Jan 2001 19:04:56 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0I34lN12770; Wed, 17 Jan 2001 19:04:47 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Syam Gadde Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD playback In-Reply-To: Message from Syam Gadde of "Wed, 17 Jan 2001 17:52:04 EST." <20010117175203.A5972@nacho.cs.duke.edu> Date: Wed, 17 Jan 2001 19:04:47 -0800 Message-ID: <12766.979787087@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > You know, I never received this error message until you mentioned it. :) > > Do you get the same xine errors when using > xine dvd://vts_01_1.vob > ? (this requires you know what the file names on the DVD are, perhaps by > mounting it as CD9660) No, in that case I don't get the errors and even get a little bit of video and audio. I think even that will work a fair bit better once the number of shared memory segments are raised - I used the suggested values but also "leaked" a whole bunch so it's time to reboot. :) Thanks for the tip - I'm at least seeing something now. Still, strange that it doesn't deal with the raw CD. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 19:29:33 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 77B7C37B400 for ; Wed, 17 Jan 2001 19:29:16 -0800 (PST) Received: from nacho.cs.duke.edu (nacho.cs.duke.edu [152.3.140.230]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id WAA16835 for ; Wed, 17 Jan 2001 22:29:15 -0500 (EST) Received: (gadde@localhost) by nacho.cs.duke.edu (8.8.5/8.6.9) id WAA06076 for freebsd-multimedia@FreeBSD.ORG; Wed, 17 Jan 2001 22:29:15 -0500 (EST) Date: Wed, 17 Jan 2001 22:29:15 -0500 From: Syam Gadde To: freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD playback Message-ID: <20010117222915.A6070@nacho.cs.duke.edu> References: <12766.979787087@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <12766.979787087@winston.osd.bsdi.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Jordan Hubbard (jkh@winston.osd.bsdi.com): > No, in that case I don't get the errors and even get a little bit of > video and audio. I think even that will work a fair bit better once > the number of shared memory segments are raised - I used the suggested > values but also "leaked" a whole bunch so it's time to reboot. :) Excellent. Maybe something like this will help: ipcs -ma | awk '{if ($9 == 0) print $2}' | xargs ipcrm -m It seems to remove enough to run xine again without rebooting. :) -syam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 17 19:37:19 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 8F18F37B400 for ; Wed, 17 Jan 2001 19:37:00 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id UAA21901; Wed, 17 Jan 2001 20:37:02 -0700 (MST) (envelope-from ken) Date: Wed, 17 Jan 2001 20:37:02 -0700 From: "Kenneth D. Merry" To: Jordan Hubbard Cc: Syam Gadde , freebsd-multimedia@FreeBSD.ORG Subject: Re: DVD playback Message-ID: <20010117203702.A21729@panzer.kdm.org> References: <12039.979769086@winston.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <12039.979769086@winston.osd.bsdi.com>; from jkh@winston.osd.bsdi.com on Wed, Jan 17, 2001 at 02:04:46PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 17, 2001 at 14:04:46 -0800, Jordan Hubbard wrote: > > In fact, you can just use xine, and the xine DVD plugin (available > > separately, just search for it) to play DVDs. Complete with semi- > > functional UDF reader, IFO parser and stuff. They both now compile > > natively under FreeBSD. > > Really? How did you get it to work? Whenever I load a DVD in the > drive and use xine with the dvd_input plugin which of course I > wouldn't actually be using for legal reasons, I get the following on > the console whenver I hit the "play" button (the DVD does get detected > and I jimmied the path to it correctly in input_dvd.c correctly so I'm > sure that much works). > > (cd0:ahc0:0:5:0): Vendor Specific Command. CDB: a4 0 0 0 0 0 0 0 0 0 3f 0 > (cd0:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 > (cd0:ahc0:0:5:0): Invalid field in CDB > (cd0:ahc0:0:5:0): Vendor Specific Command. CDB: a4 0 0 0 0 0 0 0 0 0 7f 0 > (cd0:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 > (cd0:ahc0:0:5:0): Invalid field in CDB > (cd0:ahc0:0:5:0): Vendor Specific Command. CDB: a4 0 0 0 0 0 0 0 0 0 bf 0 > (cd0:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 > (cd0:ahc0:0:5:0): Invalid field in CDB Hmm, that's the report key command (I need to update the CDB descriptions). It looks like it may just be invalidating those particular AGIDs, but they're not active. So that is likely not anything to worry about. > dscheck(#cd/2): b_bcount 6418 is not on a sector boundary (ssize 2048) > dscheck(#cd/2): b_bcount 4876 is not on a sector boundary (ssize 2048) > dscheck(#cd/2): b_bcount 16472 is not on a sector boundary (ssize 2048) > dscheck(#cd/2): b_bcount 16088 is not on a sector boundary (ssize 2048) Looks like it's trying to access things in chunks that aren't sector multiples. (a sector being 2048 or 512 bytes, depending on the media) The cd(4) driver doesn't support that. 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 Wed Jan 17 22:15:44 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id D9E9537B698 for ; Wed, 17 Jan 2001 22:15:27 -0800 (PST) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id WAA01671; Wed, 17 Jan 2001 22:14:53 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id WAA00987; Wed, 17 Jan 2001 22:08:19 -0800 (PST) Received: from btcexc01.btc.adaptec.com (btcexc01 [162.62.147.10]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id XAA03085; Wed, 17 Jan 2001 23:14:49 -0700 (MST) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2650.21) id ; Wed, 17 Jan 2001 23:14:51 -0700 Message-ID: From: "Long, Scott" To: "'Syam Gadde'" , freebsd-multimedia@freebsd.org Subject: RE: DVD playback Date: Wed, 17 Jan 2001 23:14:44 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On some discs I get your error when running with the > dvd://t0c0t0 syntax. > Hence, as I described it, a "semi-functional" IFO parser. :) Perhaps > sometimes-functional is more accurate. I think I figured this one out. The UDF functions allocate HUGE (60kb in one case) arrays on the local heap. Changing these variables to use malloc fixed it right up. I'm (theoretically) playing a movie now and auto-chapter advance is working great, along with the ability to read the TOC when you start the player. No more need to specify a specific .VOB anymore! Look in xine/input/udf_dvd.c:UDFScanDir() to see the worst example of this (hint: DVD_VIDEO_LB_LENGTH=2048), other functions in that file are in need of fix up too. I'd post patches, but this is all theoretical, of course. btw, on my PIII-700MHz, I'm getting anyware from 5% to 40% frame loss when the ac3 sound channel is enabled. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 1:57:37 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 62B7B37B6A0 for ; Thu, 18 Jan 2001 01:57:18 -0800 (PST) Received: from fwd01.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14JBoe-0004pt-01; Thu, 18 Jan 2001 10:57:12 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.235]) by fmrl01.sul.t-online.com with esmtp id 14JBoM-20HHQuC; Thu, 18 Jan 2001 10:56:54 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 4F41AAB0C; Thu, 18 Jan 2001 10:58:36 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 899C814BB0; Thu, 18 Jan 2001 10:56:53 +0100 (CET) Date: Thu, 18 Jan 2001 10:56:53 +0100 To: Syam Gadde Cc: freebsd-multimedia@freebsd.org Subject: Re: DVD playback Message-ID: <20010118105653.B5578@cichlids.cichlids.com> References: <20010117131850.A3402@cs.mcgill.ca> <20010117133348.A5283@nacho.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010117133348.A5283@nacho.cs.duke.edu>; from gadde@cs.duke.edu on Wed, Jan 17, 2001 at 01:33:49PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Syam Gadde (gadde@cs.duke.edu): > separately, just search for it) to play DVDs. Complete with semi- > functional UDF reader, IFO parser and stuff. They both now compile > natively under FreeBSD. What about CSS encrypted movies? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 6:45:31 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id 0365637B401 for ; Thu, 18 Jan 2001 06:45:12 -0800 (PST) Received: from 213-193-182-69.adsl.easynet.be ([213.193.182.69] helo=livens.net) by bigglesworth.mail.be.easynet.net with esmtp (Exim 3.16 #1) id 14JGG6-0003Tg-00 for freebsd-multimedia@freebsd.org; Thu, 18 Jan 2001 15:41:50 +0100 Received: (from wim@localhost) by livens.net (8.9.3/8.9.3) id PAA36343; Thu, 18 Jan 2001 15:34:19 GMT (envelope-from wim) Date: Thu, 18 Jan 2001 15:34:19 +0000 From: Wim Livens To: freebsd-multimedia@freebsd.org Cc: wim@livens.net Subject: camserv: how to select PAL format ? Message-ID: <20010118153419.C33608@krijt.livens.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to get camserv working with a bt878 and a PAL camera. The camera works fine under fxtv and vic by selecting: input=0 (Video) format=PAL (BDGHI) There doesn't seem to be a way to select the format with camserv and the default seems to be the wrong setting. I.e. I only get a noise or a blue image. I tried to hardcode setting the format to PAL by the patch below. (copy paste from fxtv) This doen't solve it however. I only get a different type of noise. Any other ioctl's I need to do ? Other suggestions ? Thanks, Wim Livens. -- video_fbsd_bttv.c.orig *** video_fbsd_bttv.c Thu Jan 18 00:41:45 2001 --- video_fbsd_bttv.c.orig Wed Jan 17 23:01:10 2001 *************** *** 319,334 **** METEOR_INPUT_DEV2, METEOR_INPUT_DEV3, METEOR_INPUT_DEV_SVIDEO }; - /* dirty hack to force PAL format */ - long larg; - - larg = BT848_IFORM_F_PALBDGHI; - if (ioctl( fbttv_dev->bttv_fd, METEORSFMT, &larg ) < 0 ) { - camserv_log( MODNAME, "Can't set PAL input format"); - return -1; - } else { - camserv_log( MODNAME, "Forced format to PAL (=%d) (this is a hack)", larg); - } portnum = camconfig_query_def_int( ccfg, fbttv_dev->section_name, FBTTVMOD_DEV_PORT, FBTTV_DEF_PORT ); if( portnum >= array_elem( portdata ) ){ --- 319,324 ---- *************** *** 336,348 **** portnum = FBTTV_DEF_PORT; } actport = portdata[ portnum ]; - - fprintf(stderr, "port set to %d\n", portnum); - if( ioctl( fbttv_dev->bttv_fd, METEORSINPUT, &actport ) < 0 ){ if( portnum != FBTTV_DEF_PORT ) { camserv_log( MODNAME, "Port %d invalid -- Trying default of %d", --- 326,332 ---- FreeBSD 4.1-RELEASE #1: Sat Jan 6 02:05:15 GMT 2001 wim@gateway:/usr/src/sys/compile/P133 bktr0: mem 0xfffbd000-0xfffbdfff irq 10 at device 15.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 bktr0: Hauppauge Model 61294 D129 Hauppauge WinCast/TV, Philips PAL I tuner, remote control. path /usr/local/lib/libvideo_fbsd_bttv.so port 2 #width 576 width 144 #height 384 height 96 autobright 100 #brightness 0 #chroma 180 #contrast 1000 channelset 1 channel 3 camserv v0.42 - by Jon Travis (jon@dsndata.com) Syntax: camserv Attempting to use installation default: /usr/local/share/camserv.cfg 01-18 15:20 [camconfig] Using default of "2359296" for [main]:shm_alloc 01-18 15:20 [shm] shm key is 503323375 01-18 15:20 [mainloop] Setup signals 01-18 15:20 [fbsd_bttv] [video_fbsd_bttv]:device_path unset, defaulting to /dev/bktr0 01-18 15:20 [fbsd_bttv] [video_fbsd_bttv]:tuner_path unset, defaulting to /dev/tuner0 01-18 15:20 [filter] Loading filter [time_stamp] 01-18 15:20 [filter] Loading filter [jpg_filter] 01-18 15:20 [fbsd_bttv] Forced format to PAL (=3) (this is a hack) port set to 2 01-18 15:20 [fbsd_bttv] Camera Geometry: 144 x 96 01-18 15:20 [camconfig] Using default of "0" for [video_fbsd_bttv]:brightness 01-18 15:20 [camconfig] Using default of "100" for [video_fbsd_bttv]:chroma 01-18 15:20 [camconfig] Using default of "100" for [video_fbsd_bttv]:contrast 01-18 15:20 [fbsd_bttv] channelset set to 1 01-18 15:20 [fbsd_bttv] channel set to 3 01-18 15:21 [mainloop] Accepted new socket: 212.35.96.130 01-18 15:21 [mainloop] Error managing client! (Picture may not be taken yet) 01-18 15:22 [mainloop] Closing socket :212.35.96.130 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 7:36:20 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id A5B1E37B400 for ; Thu, 18 Jan 2001 07:36:02 -0800 (PST) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id QAA19753; Thu, 18 Jan 2001 16:35:55 +0100 (MET) Received: from bowtie.nl (nietzsche.intra.bowtie.nl [192.168.4.16]) by bowtie.nl (8.11.1/8.11.1) with ESMTP id f0IFWvM94305; Thu, 18 Jan 2001 16:32:58 +0100 (CET) (envelope-from marc@bowtie.nl) Message-ID: <3A670CA9.EEC14186@bowtie.nl> Date: Thu, 18 Jan 2001 16:32:57 +0100 From: Marc van Kempen Organization: BowTie Technology X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mathew KANNER , multimedia@freebsd.org Subject: Re: DVD playback References: <20010117131850.A3402@cs.mcgill.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How is the performance for you? I've tested xine and it loses a lot of frames, it not really usable now. I read on somewhere that it might be the fault of the dvd player not reading data as fast as under Linux. Any thoughts? My hardware: (Celeron 600, acd0: DVD-ROM at ata1-master using PIO4, Matrox G400 with XFree86 3.3.6) Bye, Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 8:14: 1 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id A247637B402 for ; Thu, 18 Jan 2001 08:13:43 -0800 (PST) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA08819 for ; Thu, 18 Jan 2001 11:13:41 -0500 (EST) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA01675 for ; Thu, 18 Jan 2001 11:13:40 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G7D92Q00.P1F; Thu, 18 Jan 2001 11:13:38 -0500 Message-ID: <3A671606.145AE597@mitre.org> Date: Thu, 18 Jan 2001 11:12:54 -0500 From: "Andresen,Jason R." X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Marc van Kempen Cc: Mathew KANNER , multimedia@FreeBSD.ORG Subject: Re: DVD playback References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marc van Kempen wrote: > > How is the performance for you? > > I've tested xine and it loses a lot of frames, it not really > usable now. > > I read on somewhere that it might be the fault of the > dvd player not reading data as fast as under Linux. Any thoughts? > > My hardware: > > (Celeron 600, > acd0: DVD-ROM at ata1-master using PIO4, > Matrox G400 with XFree86 3.3.6) Well, you've got two problems right off the bat: 1. PIO4, programmed I/O tends to eat a lot of CPU cycles that would be better spent decoding DVD frames. There may not be much you can do about this though. 2. XFree86 3.3.6 tends to be VERY SLOW with bitblts. Try running top and see if XF86_SVGA is consuming a large % of your available CPU time (>5-10%). If it is, you may want to consider upgrading to XFree4 and installing the drm support for your card. It made a huge difference on my machine (full screen playback went from <1 FPS (at 1280x1024) to ~30FPS with CPU time to spare. Finally, has anybody else experianced the problem where xine only runs at 1/2 speed (even the audio?)? The latest versions seem to do this on my system, and I am wondering if it is a common occurance or a fluke on my system. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 9:58: 9 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id ACE0037B400 for ; Thu, 18 Jan 2001 09:57:51 -0800 (PST) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id MAA28207 for ; Thu, 18 Jan 2001 12:57:49 -0500 (EST) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id MAA20007 for ; Thu, 18 Jan 2001 12:57:48 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G7DDWB00.B47 for ; Thu, 18 Jan 2001 12:57:47 -0500 Message-ID: <3A672E69.4231A6EA@mitre.org> Date: Thu, 18 Jan 2001 12:56:57 -0500 From: "Andresen,Jason R." X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: SB16 quieter than usual under newpcm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm not sure if this is a hardware issue or a software issue, but I'd like to know if anybody else has noticed that their SB16 seems a lot quieter under FreeBSD 4.x? I routinely have to pump the mixer all the way up to 100 to get the same sound I used to get out of the card in the 60-70 range. This is with the ogain, pcm, bass, and treble pumped all the way up playing mp3s. Under Windows and FreeBSD 3.x I can pump the volume up much higher. It's not a big problem, since the mixer can still be set high enough for acceptable performance, but I'm wondering if I should report this as a bug or not. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 12:33:36 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from Samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by hub.freebsd.org (Postfix) with ESMTP id 6E68237B6B0; Thu, 18 Jan 2001 12:33:14 -0800 (PST) Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id PAA14521; Thu, 18 Jan 2001 15:33:13 -0500 (EST) To: questions@freebsd.org, multimedia@freebsd.org From: cshenton@uucom.com Subject: 4.2R pcm/sbc AWE records noise, not audio: 16 bit bug?; gus broken? References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> Date: 18 Jan 2001 15:33:13 -0500 In-Reply-To: Marc van Kempen's message of "Thu, 18 Jan 2001 16:32:57 +0100" Message-ID: Lines: 69 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got 4.2-RELEASE with an ISA Creative AWE64 card and trying to record analog from the soundcard. It appears to record harsh (or nothing) noise instead of audio. My intent is to digitize out-of-print LPs and burn them to CD. Built kernel according to LINT and the examples in the handbook; relevant parts look like: options PNPBIOS device pcm # Creative, Advance, ESS device sbc # Creative SB PnP ISA card And it appears like this: chris@Nipper<164> cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jan 18 2001 13:39:58 Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r channels duplex) I can play a .wav file I grabbed digitally with "dagrab" just fine, but recording is broken. If I use "gramophone" from ports, the files it records are played back as harsh noise. If I use "rec" from the "sox" port, it records OK when I use the default 8 bit/sample, mono, 8KHz rate; but trying to use two channels, 16 bit/sample, and 44100Hz sampling records nothing. Some searching in the list archives turned up this gotcha from October 2000 about AWE 16-bit recording not working: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=553505+555911+/usr/local/www/db/text/2000/freebsd-stable/20001029.freebsd-stable Shouldn't the manpage document that? Here's a nice little patch: *** /usr/src/share/man/man4/pcm.4.org Wed Oct 25 14:43:36 2000 --- /usr/src/share/man/man4/pcm.4 Wed Oct 25 14:44:38 2000 *************** *** 192,197 **** --- 192,199 ---- .Sh BUGS Some features of your cards (e.g. global volume control) might not be supported on all devices. + + 16 bits recording is broken for AWE cards. So AWE is broken? The hardware or the drivers? I also have an old GUS nonPNP but "man psm" points me to this tidbit in "man gusc": BUGS Recording pcm sound data is not supported yet. FreeBSD December 18, 1999 1 Any chance this is now working? Would the non-PnP "gus0" be any different than the PnP "gusc" kernel config? Other suggestions? If I need to get a new card, what are your card recommendations? I'm not looking for anything extravagant, just something that can do 16-bit recording and playback with a fairly noise-free analog section, preferably PCI. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 19:23:18 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.evil.2y.net (ip-216-23-54-242.adsl.one.net [216.23.54.242]) by hub.freebsd.org (Postfix) with ESMTP id DCE5337B69B for ; Thu, 18 Jan 2001 19:23:00 -0800 (PST) Received: (from cokane@localhost) by www.evil.2y.net (8.11.1/8.11.1) id f0J3Z9f06312; Thu, 18 Jan 2001 22:35:09 -0500 (EST) (envelope-from cokane) Date: Thu, 18 Jan 2001 22:35:09 -0500 From: Coleman Kane To: Marc van Kempen Cc: Mathew KANNER , multimedia@freebsd.org Subject: Re: DVD playback Message-ID: <20010118223509.B6278@cokane.yi.org> References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3A670CA9.EEC14186@bowtie.nl>; from marc@bowtie.nl on Thu, Jan 18, 2001 at 10:36:45AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Strange. I have a K6-2 400Mhz wkstation with XF86 4.0, Matrox MGA G200 AGP card and 128M RAM, and it didn't drop many frames from the movie trailers I used to test it from the disc that came with the player. I don't know if they are the same quality as the actual DVD movies or not though. Your player is using PIO4 which causes the CPU to wait a lot and causes it to be the gateway from memory to DVD and vice versa. Mine is using UDMA2. Marc van Kempen had the audacity to say: > > How is the performance for you? > > I've tested xine and it loses a lot of frames, it not really > usable now. > > I read on somewhere that it might be the fault of the > dvd player not reading data as fast as under Linux. Any thoughts? > > My hardware: > > (Celeron 600, > acd0: DVD-ROM at ata1-master using PIO4, > Matrox G400 with XFree86 3.3.6) > > Bye, > Marc. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 20:53:25 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from flux.ptc.spbu.ru (flux.ptc.spbu.ru [195.19.225.195]) by hub.freebsd.org (Postfix) with ESMTP id 3A87A37B402; Thu, 18 Jan 2001 20:52:58 -0800 (PST) Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by flux.ptc.spbu.ru (8.9.3/8.9.3/cf-1.0.rbl) with ESMTP id HAA08507; Fri, 19 Jan 2001 07:52:50 +0300 (MSK) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id HAA27260; Fri, 19 Jan 2001 07:52:49 +0300 (MSK) Date: Fri, 19 Jan 2001 07:52:48 +0300 From: "Valeriy E. Ushakov" To: Soren Schmidt Cc: Josef Karthauser , Soren Schmidt , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c Message-ID: <20010119075248.A27136@snark.ptc.spbu.ru> Mail-Followup-To: Soren Schmidt , Josef Karthauser , Soren Schmidt , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG References: <20010118153731.B89385@tao.org.uk> <200101181542.QAA25804@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <200101181542.QAA25804@freebsd.dk>; from "Soren Schmidt" on Thu, Jan 18, 2001 at 16:42:21 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey. Thanks, Soren! On Thu, Jan 18, 2001 at 16:42:21 +0100, Soren Schmidt wrote: > > On Thu, Jan 18, 2001 at 07:20:19AM -0800, Soren Schmidt wrote: > > > sos 2001/01/18 07:20:19 PST > > > > > > Modified files: > > > sys/dev/ata atapi-cd.c > > > Log: > > > When blocksize is set to 2352, alwas read 2352 bytes. > > > This means it might read more than just data, but that is exactly > > > what we want here (for reading VCD's fx) > > > > Does this fix the reading of video cds or is the more to come? > > Yes, no. > > I have a patched input_vcd.c for xine and that works dandy, except > for the sound which xine thinks should be ac3 :) I have wrote a patch for smpeg the other night, that teaches it to read VCD tracks as files, not as streams (basicly, it implements a read and lseek and smpeg is tweaked to use "virtual" files, i.e. a handle + access functions). The benefit of this approach is that it eliminates problems with seeking. Since at my job I have a beta code freeze approaching, I don't have any time to work on this patch further. Anyone interested in taking it and adding buffering support (I was thinking about a circular buffer and a separate thread to read data from the device)? Currently the patched smpeg works just fine, but a little bit jerky for VCDs when data are read from device. SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 21: 1:26 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from gibbon.kungfumonkey.com (gibbon.kungfumonkey.com [204.238.225.200]) by hub.freebsd.org (Postfix) with ESMTP id 07CAF37B400 for ; Thu, 18 Jan 2001 21:00:54 -0800 (PST) Received: from localhost (jolly@localhost) by gibbon.kungfumonkey.com (8.9.3/8.9.3) with ESMTP id AAA32312 for ; Fri, 19 Jan 2001 00:00:53 -0500 Date: Fri, 19 Jan 2001 00:00:53 -0500 (EST) From: Jacob Frelinger To: multimedia@freebsd.org Subject: problems with gl apps. Message-ID: Approved: by Your Mother's Brand Of Detergent X-Archive: No MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i recient bought a matrox g450 card and think i got DRI working on it (xdpyinfo and logs show module XFree86-DRI as loaded and the log file doesn't show any errors) but i'm unable to build apps that require GL now that i've rebuilt Mesa. (xscreensavers port refused to build the gl programs and glclock gives errors of: /usr/X11R6/lib/libGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libGL.so: undefined reference to `pthread_setspecific' ) this looks like it may have problems due to the fact that recient builds of X from the ports are threaded (for programs like xine), but i've been known to be wrong before.. has anyone got dri and gl working sense the changes to x? any one have a better clue as to what is causing gl apps to not build, or even better a solution? -- Jacob "I'm Brainy For Zombie Pops" Frelinger Resident Psycho http://www.Kungfumonkey.com Jolly at Kungfumonkey dot Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 21:19:36 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.evil.2y.net (ip-216-23-54-242.adsl.one.net [216.23.54.242]) by hub.freebsd.org (Postfix) with ESMTP id 36DC837B401 for ; Thu, 18 Jan 2001 21:19:19 -0800 (PST) Received: (from cokane@localhost) by www.evil.2y.net (8.11.1/8.11.1) id f0J5VHF06732; Fri, 19 Jan 2001 00:31:17 -0500 (EST) (envelope-from cokane) Date: Fri, 19 Jan 2001 00:31:17 -0500 From: Coleman Kane To: Jacob Frelinger Cc: multimedia@freebsd.org Subject: Re: problems with gl apps. Message-ID: <20010119003117.A6702@cokane.yi.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jolly@gibbon.kungfumonkey.com on Fri, Jan 19, 2001 at 12:01:30AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Link them with -lc_r (libc_r.so). Jacob Frelinger had the audacity to say: > > i recient bought a matrox g450 card and think i got DRI working on > it (xdpyinfo and logs show module XFree86-DRI as loaded and the log file > doesn't show any errors) but i'm unable to build apps that require GL now > that i've rebuilt Mesa. (xscreensavers port refused to build the gl > programs and glclock gives errors of: > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_getspecific' > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_key_create' > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_setspecific' > ) > this looks like it may have problems due to the fact that recient builds > of X from the ports are threaded (for programs like xine), but i've been > known to be wrong before.. > > has anyone got dri and gl working sense the changes to x? > any one have a better clue as to what is causing gl apps to not build, or > even better a solution? > > -- > Jacob "I'm Brainy For Zombie Pops" Frelinger > Resident Psycho http://www.Kungfumonkey.com > Jolly at Kungfumonkey dot Com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 18 21:35:10 2001 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 A1DCA37B401 for ; Thu, 18 Jan 2001 21:34:51 -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 QAA13300; Fri, 19 Jan 2001 16:04:18 +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: <20010119003117.A6702@cokane.yi.org> Date: Fri, 19 Jan 2001 16:04:18 +1030 (CST) From: "Daniel O'Connor" To: Coleman Kane Subject: Re: problems with gl apps. Cc: multimedia@freebsd.org, Jacob Frelinger Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19-Jan-01 Coleman Kane wrote: > Link them with -lc_r (libc_r.so). You mean add -pthread to the compile flags right? --- 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 Jan 18 22:45:50 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from amsmta01-svc.chello.nl (mail-out.chello.nl [213.46.240.7]) by hub.freebsd.org (Postfix) with ESMTP id 8278E37B402 for ; Thu, 18 Jan 2001 22:45:33 -0800 (PST) Received: from bowtie.nl ([213.46.3.241]) by amsmta01-svc.chello.nl (InterMail vK.4.02.00.10 201-232-116-110 license 85b07e7cd9378159aa6ecc9a5634d971) with ESMTP id <20010119064023.FZNW7916.amsmta01-svc@bowtie.nl>; Fri, 19 Jan 2001 07:40:23 +0100 Message-ID: <3A67E28C.F7365861@bowtie.nl> Date: Fri, 19 Jan 2001 07:45:32 +0100 From: Marc van Kempen Organization: BowTie Technology X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Coleman Kane Cc: multimedia@freebsd.org Subject: Re: DVD playback References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> <20010118223509.B6278@cokane.yi.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Coleman Kane wrote: > > Strange. I have a K6-2 400Mhz wkstation with XF86 4.0, Matrox MGA G200 AGP card > and 128M RAM, and it didn't drop many frames from the movie trailers I used to > test it from the disc that came with the player. I don't know if they are the > same quality as the actual DVD movies or not though. Your player is using PIO4 > which causes the CPU to wait a lot and causes it to be the gateway from memory > to DVD and vice versa. Mine is using UDMA2. Is there anything I can do to get it to use UDMA2? Regards, Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 0:28:42 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.evil.2y.net (ip-216-23-54-242.adsl.one.net [216.23.54.242]) by hub.freebsd.org (Postfix) with ESMTP id C67F137B401 for ; Fri, 19 Jan 2001 00:28:24 -0800 (PST) Received: (from cokane@localhost) by www.evil.2y.net (8.11.1/8.11.1) id f0J8eab07754; Fri, 19 Jan 2001 03:40:36 -0500 (EST) (envelope-from cokane) Date: Fri, 19 Jan 2001 03:40:36 -0500 From: Coleman Kane To: "Daniel O'Connor" Cc: Coleman Kane , multimedia@freebsd.org, Jacob Frelinger Subject: Re: problems with gl apps. Message-ID: <20010119034036.A7735@cokane.yi.org> References: <20010119003117.A6702@cokane.yi.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" X-Mailer: Mutt 1.0.1i In-Reply-To: ; from doconnor@gsoft.com.au on Fri, Jan 19, 2001 at 12:35:08AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Yeah, they do the same thing don't they? (I guess -pthread is technically more portable) Daniel O'Connor had the audacity to say: >=20 > On 19-Jan-01 Coleman Kane wrote: > > Link them with -lc_r (libc_r.so). >=20 > You mean add -pthread to the compile flags right? >=20 > --- > 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 >=20 --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6Z/2DERViMObJ880RAV7EAKCSs+LJ5jF3paeAfTwDwhtx1PaDvACg3y7x qUQVPXImlDgTdEBNVRkxd6c= =UUSP -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 0:31:41 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.evil.2y.net (ip-216-23-54-242.adsl.one.net [216.23.54.242]) by hub.freebsd.org (Postfix) with ESMTP id 512CF37B401 for ; Fri, 19 Jan 2001 00:31:24 -0800 (PST) Received: (from cokane@localhost) by www.evil.2y.net (8.11.1/8.11.1) id f0J8hqi07792; Fri, 19 Jan 2001 03:43:52 -0500 (EST) (envelope-from cokane) Date: Fri, 19 Jan 2001 03:43:52 -0500 From: Coleman Kane To: Marc van Kempen Cc: Coleman Kane , multimedia@freebsd.org Subject: Re: DVD playback Message-ID: <20010119034352.B7735@cokane.yi.org> References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> <20010118223509.B6278@cokane.yi.org> <3A67E28C.F7365861@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3A67E28C.F7365861@bowtie.nl>; from marc@bowtie.nl on Fri, Jan 19, 2001 at 01:45:38AM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org set hw.atamodes to dma for the DVD device. I think the syntax is: [dev1m],[dev1s],[dev2m],[dev2s],... where each [dev??] can be either pio or dma. Ex: hw.atamodes=dma,---,dma,pio. (--- means not connected). Marc van Kempen had the audacity to say: > Coleman Kane wrote: > > > > Strange. I have a K6-2 400Mhz wkstation with XF86 4.0, Matrox MGA G200 AGP card > > and 128M RAM, and it didn't drop many frames from the movie trailers I used to > > test it from the disc that came with the player. I don't know if they are the > > same quality as the actual DVD movies or not though. Your player is using PIO4 > > which causes the CPU to wait a lot and causes it to be the gateway from memory > > to DVD and vice versa. Mine is using UDMA2. > > Is there anything I can do to get it to use UDMA2? > > Regards, > Marc. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 0:31:54 2001 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 C5E7737B404 for ; Fri, 19 Jan 2001 00:31:31 -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 TAA15262; Fri, 19 Jan 2001 19:00:58 +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: <20010119034036.A7735@cokane.yi.org> Date: Fri, 19 Jan 2001 19:00:58 +1030 (CST) From: "Daniel O'Connor" To: Coleman Kane Subject: Re: problems with gl apps. Cc: Jacob Frelinger , multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19-Jan-01 Coleman Kane wrote: > Yeah, they do the same thing don't they? (I guess -pthread is > technically more portable) I'm fairly sure -lc_r is Bad News because -pthread tells the compiler to use more magic (don't you love these technical explanations). Basically use -lc_r as a check for configure, but always pass -pthread to gcc. --- 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 Fri Jan 19 0:34: 0 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from Mail6.sc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 85FDE37B6C0 for ; Fri, 19 Jan 2001 00:33:40 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by Mail6.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 19 Jan 2001 03:32:54 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0J8Xoh03655; Fri, 19 Jan 2001 03:33:50 -0500 (EST) (envelope-from dmaddox) Date: Fri, 19 Jan 2001 03:33:50 -0500 From: "Donald J . Maddox" To: Coleman Kane Cc: "Daniel O'Connor" , multimedia@FreeBSD.ORG, Jacob Frelinger Subject: Re: problems with gl apps. Message-ID: <20010119033350.A3643@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Coleman Kane , Daniel O'Connor , multimedia@FreeBSD.ORG, Jacob Frelinger References: <20010119003117.A6702@cokane.yi.org> <20010119034036.A7735@cokane.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010119034036.A7735@cokane.yi.org>; from cokane@micro.ti.com on Fri, Jan 19, 2001 at 03:40:36AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A lot more portable. libc_r no longer exists on -current. On Fri, Jan 19, 2001 at 03:40:36AM -0500, Coleman Kane wrote: > Yeah, they do the same thing don't they? (I guess -pthread is > technically more portable) > > Daniel O'Connor had the audacity to say: > > > > On 19-Jan-01 Coleman Kane wrote: > > > Link them with -lc_r (libc_r.so). > > > > You mean add -pthread to the compile flags right? > > > > --- > > 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 Fri Jan 19 0:42:11 2001 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 7E4DA37B402 for ; Fri, 19 Jan 2001 00:41:53 -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 TAA15472; Fri, 19 Jan 2001 19:11:37 +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: <20010119033350.A3643@cae88-102-101.sc.rr.com> Date: Fri, 19 Jan 2001 19:11:37 +1030 (CST) From: "Daniel O'Connor" To: "Donald J . Maddox" Subject: Re: problems with gl apps. Cc: Jacob Frelinger , multimedia@FreeBSD.ORG, Coleman Kane Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19-Jan-01 Donald J . Maddox wrote: > A lot more portable. libc_r no longer exists on -current. Hmm.. major suckage for testing with configure then :( Since all the tests in configure check -lpthread for pthread_create it would make it difficult to convert them to check for -pthread. (I'm sure our ports gurus have a solution :) --- 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 Fri Jan 19 0:50:39 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail8.sc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id BBE1C37B402 for ; Fri, 19 Jan 2001 00:50:22 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by mail8.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 19 Jan 2001 03:47:20 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0J8o5Q03834; Fri, 19 Jan 2001 03:50:05 -0500 (EST) (envelope-from dmaddox) Date: Fri, 19 Jan 2001 03:50:05 -0500 From: "Donald J . Maddox" To: "Daniel O'Connor" Cc: "Donald J . Maddox" , Jacob Frelinger , multimedia@FreeBSD.ORG, Coleman Kane Subject: Re: problems with gl apps. Message-ID: <20010119035004.A3800@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Daniel O'Connor , "Donald J . Maddox" , Jacob Frelinger , multimedia@FreeBSD.ORG, Coleman Kane References: <20010119033350.A3643@cae88-102-101.sc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from doconnor@gsoft.com.au on Fri, Jan 19, 2001 at 07:11:37PM +1030 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 19, 2001 at 07:11:37PM +1030, Daniel O'Connor wrote: > > On 19-Jan-01 Donald J . Maddox wrote: > > A lot more portable. libc_r no longer exists on -current. > > Hmm.. major suckage for testing with configure then :( > > Since all the tests in configure check -lpthread for pthread_create it would make it > difficult to convert them to check for -pthread. > > (I'm sure our ports gurus have a solution :) I seem to recall seeing some discussion to the effect that libc_r would continue to live (at least as a symlink to libc) for a little while longer just because of that problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 0:54: 2 2001 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 6767A37B699 for ; Fri, 19 Jan 2001 00:53:43 -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 TAA15662; Fri, 19 Jan 2001 19:23:27 +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: <20010119035004.A3800@cae88-102-101.sc.rr.com> Date: Fri, 19 Jan 2001 19:23:27 +1030 (CST) From: "Daniel O'Connor" To: "Donald J . Maddox" Subject: Re: problems with gl apps. Cc: Coleman Kane , multimedia@FreeBSD.ORG, Jacob Frelinger Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19-Jan-01 Donald J . Maddox wrote: > On Fri, Jan 19, 2001 at 07:11:37PM +1030, Daniel O'Connor wrote: > > (I'm sure our ports gurus have a solution :) > I seem to recall seeing some discussion to the effect that libc_r > would continue to live (at least as a symlink to libc) for a little > while longer just because of that problem. Ahh, OK.. Most useful :) --- 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 Fri Jan 19 1: 1:15 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id EC7A537B6FC for ; Fri, 19 Jan 2001 01:00:55 -0800 (PST) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id KAA18002; Fri, 19 Jan 2001 10:00:53 +0100 (MET) Received: from bowtie.nl (nietzsche.intra.bowtie.nl [192.168.4.16]) by bowtie.nl (8.11.1/8.11.1) with ESMTP id f0J8waM01725; Fri, 19 Jan 2001 09:58:37 +0100 (CET) (envelope-from marc@bowtie.nl) Message-ID: <3A6801BC.D67DD02E@bowtie.nl> Date: Fri, 19 Jan 2001 09:58:36 +0100 From: Marc van Kempen Organization: BowTie Technology X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Coleman Kane Cc: multimedia@freebsd.org Subject: Re: DVD playback References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> <20010118223509.B6278@cokane.yi.org> <3A67E28C.F7365861@bowtie.nl> <20010119034352.B7735@cokane.yi.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Coleman Kane wrote: > > set hw.atamodes to dma for the DVD device. I think the syntax is: > [dev1m],[dev1s],[dev2m],[dev2s],... where each [dev??] can be either pio or dma. > Ex: hw.atamodes=dma,---,dma,pio. (--- means not connected). Thanks, That doesn't make too big a change, I'm going to try installing XFree86 4.x and I'll report back to you. BTW Is there a compelling reason to install 4.0.2 or will 4.0.1 do just fine? Marc. -- ---------------------------------------------------- Marc van Kempen BowTie Technology Raiffeisenstraat 7 5611 CH Eindhoven tel. +31 40 2 64 98 60 mailto:marc@bowtie.nl fax. +31 40 2 64 98 61 http://www.bowtie.nl ---------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 4:43: 8 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from f1node03.rhrz.uni-bonn.de (node03.rhrz.uni-bonn.de [131.220.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 8509637B400 for ; Fri, 19 Jan 2001 04:42:51 -0800 (PST) Received: from moritz.alleswirdgelber (ascend-tk-p158.dialin.uni-bonn.de [131.220.244.158]) by f1node03.rhrz.uni-bonn.de (8.9.3/8.9.3) with ESMTP id NAA71214 for ; Fri, 19 Jan 2001 13:42:49 +0100 Received: from localhost (uzs106@localhost [127.0.0.1]) by moritz.alleswirdgelber (8.9.3/8.9.3) with ESMTP id CAA00242 for ; Fri, 19 Jan 2001 02:27:57 +0100 (CET) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Fri, 19 Jan 2001 02:27:57 +0100 (CET) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: multimedia@FreeBSD.ORG Subject: New Toshiba MPEG 4 chip. 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 << << http://www.uni-bonn.de/~uzs106/ >> Or, see . >> Anybody seen this ? H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 6: 0:46 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id 46C8537B401 for ; Fri, 19 Jan 2001 06:00:29 -0800 (PST) Received: (qmail 2309 invoked from network); 19 Jan 2001 14:00:28 -0000 Received: from unknown (HELO diskfarm.firehouse.net) (10.0.0.28) by 192.168.1.2 with SMTP; 19 Jan 2001 14:00:28 -0000 Received: (from abc@localhost) by diskfarm.firehouse.net (8.11.0/8.11.0) id f0JEAnr90721; Fri, 19 Jan 2001 09:10:49 -0500 (EST) (envelope-from abc) Date: Fri, 19 Jan 2001 09:10:49 -0500 From: Alan Clegg To: Marc van Kempen Cc: multimedia@FreeBSD.ORG Subject: Re: DVD playback Message-ID: <20010119091049.F83006@diskfarm.firehouse.net> References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> <20010118223509.B6278@cokane.yi.org> <3A67E28C.F7365861@bowtie.nl> <20010119034352.B7735@cokane.yi.org> <3A6801BC.D67DD02E@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <3A6801BC.D67DD02E@bowtie.nl>; from marc@bowtie.nl on Fri, Jan 19, 2001 at 09:58:36AM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Unless the network is lying to me again, Marc van Kempen said: > That doesn't make too big a change, I'm going to try installing > XFree86 4.x and I'll report back to you. > BTW Is there a compelling reason to install 4.0.2 or will 4.0.1 do > just fine? xine won't run under 4.0.1, complaining about non-threadsafe something or another. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 6:58: 6 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 68E6937B401; Fri, 19 Jan 2001 06:57:44 -0800 (PST) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer goliath.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.0/8.11.0) with ESMTP id f0JEvdC20356; Fri, 19 Jan 2001 15:57:40 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f0JEvdG16905; Fri, 19 Jan 2001 15:57:39 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id f0JEvd697590; Date: Fri, 19 Jan 2001 15:57:39 +0100 From: Andre Albsmeier To: cshenton@uucom.com Cc: questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: 4.2R pcm/sbc AWE records noise, not audio: 16 bit bug?; gus broken? Message-ID: <20010119155739.A9580@curry.mchp.siemens.de> References: <20010117131850.A3402@cs.mcgill.ca> <3A670CA9.EEC14186@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from cshenton@uucom.com on Thu, Jan 18, 2001 at 03:33:13PM -0500 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18-Jan-2001 at 15:33:13 -0500, cshenton@uucom.com wrote: > ... > > Some searching in the list archives turned up this gotcha from > October 2000 about AWE 16-bit recording not working: > > http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=553505+555911+/usr/local/www/db/text/2000/freebsd-stable/20001029.freebsd-stable > > Shouldn't the manpage document that? > > Here's a nice little patch: > *** /usr/src/share/man/man4/pcm.4.org Wed Oct 25 14:43:36 2000 > --- /usr/src/share/man/man4/pcm.4 Wed Oct 25 14:44:38 2000 > *************** > *** 192,197 **** > --- 192,199 ---- > .Sh BUGS > Some features of your cards (e.g. global volume control) might not > be supported on all devices. > + > + 16 bits recording is broken for AWE cards. > > So AWE is broken? The hardware or the drivers? Same here. It must be the driver since it worked with FreeBSD-3.x :-) Maybe the new sb stuff in -current is better... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 8:11: 2 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 103E837B6A2 for ; Fri, 19 Jan 2001 08:10:41 -0800 (PST) Received: from iclub.nsu.ru (root@iclub.nsu.ru [193.124.222.66]) by mx.nsu.ru (8.9.1/8.9.0) with ESMTP id WAA17161; Fri, 19 Jan 2001 22:07:11 +0600 (NOVT) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.11.1/8.11.1) with ESMTP id f0JG6nf69396; Fri, 19 Jan 2001 22:06:49 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Fri, 19 Jan 2001 22:06:49 +0600 (NS) From: Max Khon To: Coleman Kane Cc: Jacob Frelinger , multimedia@FreeBSD.ORG Subject: Re: problems with gl apps. In-Reply-To: <20010119003117.A6702@cokane.yi.org> 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 hi, there! On Fri, 19 Jan 2001, Coleman Kane wrote: > Link them with -lc_r (libc_r.so). or better link them with -pthread > > i recient bought a matrox g450 card and think i got DRI working on > > it (xdpyinfo and logs show module XFree86-DRI as loaded and the log file > > doesn't show any errors) but i'm unable to build apps that require GL now > > that i've rebuilt Mesa. (xscreensavers port refused to build the gl > > programs and glclock gives errors of: > > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_getspecific' > > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_key_create' > > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_setspecific' > > ) /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 16:25:52 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from phobos.talarian.com (mailhost.talarian.com [207.5.32.17]) by hub.freebsd.org (Postfix) with ESMTP id 09E8537B400 for ; Fri, 19 Jan 2001 16:25:36 -0800 (PST) Received: from beast.talarian.com ([10.4.10.6]) by phobos.talarian.com (8.9.0/8.9.0) with ESMTP id QAA28515 for ; Fri, 19 Jan 2001 16:25:41 -0800 (PST) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.1/8.11.1) with ESMTP id f0K0PSR62795 for ; Fri, 19 Jan 2001 16:25:34 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Message-ID: <3A68DAF8.30603@quack.kfu.com> Date: Fri, 19 Jan 2001 16:25:28 -0800 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-RELEASE i386; en-US; 0.7) Gecko/20010115 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: Re: DVD playback Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am really, really sure I have XFree86 4.0.2 installed, but xine always fails with XInitThreads failed - looks like you don't have a thread-safe xlib. What did I miss? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 17:18:44 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 2A7C937B400 for ; Fri, 19 Jan 2001 17:18:27 -0800 (PST) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id RAA11908; Fri, 19 Jan 2001 17:18:11 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id RAA05760; Fri, 19 Jan 2001 17:11:35 -0800 (PST) Received: from btcexc01.btc.adaptec.com (btcexc01 [162.62.147.10]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id SAA27129; Fri, 19 Jan 2001 18:18:09 -0700 (MST) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2650.21) id ; Fri, 19 Jan 2001 18:18:10 -0700 Message-ID: From: "Long, Scott" To: "'Nick Sayer'" , freebsd-multimedia@freebsd.org Subject: RE: DVD playback Date: Fri, 19 Jan 2001 18:18:09 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Make sure you have XFree86-4.0.2_5 installed. The original XF86-4 port did not have threaded Xlib support. > -----Original Message----- > From: Nick Sayer [mailto:nsayer@quack.kfu.com] > Sent: Friday, January 19, 2001 5:25 PM > To: freebsd-multimedia@freebsd.org > Subject: Re: DVD playback > > > I am really, really sure I have XFree86 4.0.2 installed, but > xine always > fails with > > XInitThreads failed - looks like you don't have a thread-safe xlib. > > What did I miss? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 17:44:48 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail7.sc.rr.com (mail7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id A326237B400 for ; Fri, 19 Jan 2001 17:44:31 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by mail7.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 19 Jan 2001 20:44:29 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0K1jR900999; Fri, 19 Jan 2001 20:45:27 -0500 (EST) (envelope-from dmaddox) Date: Fri, 19 Jan 2001 20:45:27 -0500 From: "Donald J . Maddox" To: Coleman Kane , "Daniel O'Connor" , multimedia@FreeBSD.ORG, Jacob Frelinger Subject: Re: problems with gl apps. Message-ID: <20010119204527.A962@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Coleman Kane , Daniel O'Connor , multimedia@FreeBSD.ORG, Jacob Frelinger References: <20010119003117.A6702@cokane.yi.org> <20010119034036.A7735@cokane.yi.org> <20010119033350.A3643@cae88-102-101.sc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010119033350.A3643@cae88-102-101.sc.rr.com>; from dmaddox@sc.rr.com on Fri, Jan 19, 2001 at 03:33:50AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, but I seem to have totally fabricated this in my feverish imagination :-/ I could swear that I had read on one of the lists that libc and libc_r were being unified, but I can find no reference whatsoever to it now. Sorry... Must rest now... ;) On Fri, Jan 19, 2001 at 03:33:50AM -0500, Donald J . Maddox wrote: > A lot more portable. libc_r no longer exists on -current. > > On Fri, Jan 19, 2001 at 03:40:36AM -0500, Coleman Kane wrote: > > Yeah, they do the same thing don't they? (I guess -pthread is > > technically more portable) > > > > Daniel O'Connor had the audacity to say: > > > > > > On 19-Jan-01 Coleman Kane wrote: > > > > Link them with -lc_r (libc_r.so). > > > > > > You mean add -pthread to the compile flags right? > > > > > > --- > > > 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 Fri Jan 19 18: 3:55 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from www.evil.2y.net (ip-216-23-54-242.adsl.one.net [216.23.54.242]) by hub.freebsd.org (Postfix) with ESMTP id 3CDE437B400 for ; Fri, 19 Jan 2001 18:03:37 -0800 (PST) Received: (from cokane@localhost) by www.evil.2y.net (8.11.1/8.11.1) id f0K2GBD44210; Fri, 19 Jan 2001 21:16:11 -0500 (EST) (envelope-from cokane) Date: Fri, 19 Jan 2001 21:16:11 -0500 From: Coleman Kane To: Coleman Kane , "Daniel O'Connor" , multimedia@FreeBSD.ORG, Jacob Frelinger Subject: Re: problems with gl apps. Message-ID: <20010119211611.A44198@cokane.yi.org> References: <20010119003117.A6702@cokane.yi.org> <20010119034036.A7735@cokane.yi.org> <20010119033350.A3643@cae88-102-101.sc.rr.com> <20010119204527.A962@cae88-102-101.sc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010119204527.A962@cae88-102-101.sc.rr.com>; from dmaddox@sc.rr.com on Fri, Jan 19, 2001 at 08:45:24PM -0500 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That's OK, I believe you all :). Thanks. Donald J . Maddox had the audacity to say: > > Sorry, but I seem to have totally fabricated this in my feverish > imagination :-/ I could swear that I had read on one of the lists > that libc and libc_r were being unified, but I can find no reference > whatsoever to it now. Sorry... Must rest now... ;) > > On Fri, Jan 19, 2001 at 03:33:50AM -0500, Donald J . Maddox wrote: > > A lot more portable. libc_r no longer exists on -current. > > > > On Fri, Jan 19, 2001 at 03:40:36AM -0500, Coleman Kane wrote: > > > Yeah, they do the same thing don't they? (I guess -pthread is > > > technically more portable) > > > > > > Daniel O'Connor had the audacity to say: > > > > > > > > On 19-Jan-01 Coleman Kane wrote: > > > > > Link them with -lc_r (libc_r.so). > > > > > > > > You mean add -pthread to the compile flags right? > > > > > > > > --- > > > > 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 Fri Jan 19 20:42:19 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 87C2A37B6A2 for ; Fri, 19 Jan 2001 20:41:54 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 27F3E19C8; Fri, 19 Jan 2001 23:41:53 -0500 (EST) Date: Fri, 19 Jan 2001 23:41:53 -0500 From: Will Andrews To: FreeBSD Multimedia Subject: Dealing with IRQ conflicts & PCM in presence of SMP Message-ID: <20010119234153.A480@puck.firepipe.net> Reply-To: Will Andrews Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WplhKdTI2c8ulnbP" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --WplhKdTI2c8ulnbP Content-Type: multipart/mixed; boundary="+pHx0qQiF2pBVqBT" Content-Disposition: inline --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [ Please keep me on CC: as I'm not subscribed. Thanks! ] Hi all, I recently upgraded my system from a single PII-450 to a dual PIII-600E. A casualty of this upgrade has been my soundcard, which no longer (for what is apparently irq conflicts) works (but is recognized). I've tried everything from disabling serial & parallel ports (really don't need them anyway) and making the BIOS preference for PCI Slot 2 (which is the soundcard) IRQ 3 or 4 (depending on which sio port was disabled). Ech. Attached below are dmesg & kernel config & pciconf / sndstat / mixer status. I am using Alexander Matey's au88x0 driver for the Aureal Vortex 2-based Diamond Monster Sound MX300 card. My motherboard is a Supermicro SUPER P6DGU, in case that helps. TIA, --=20 wca --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.out" Content-Transfer-Encoding: quoted-printable Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-STABLE #0: Fri Jan 19 23:05:41 EST 2001 will@puck.firepipe.net:/a/stable/src/sys/compile/PUCK Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (601.37-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3 Features=3D0x383fbff real memory =3D 671088640 (655360K bytes) avail memory =3D 647512064 (632336K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 10 IOAPIC #0 intpin 17 -> irq 11 IOAPIC #0 intpin 18 -> irq 9 IOAPIC #0 intpin 19 -> irq 5 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc043a000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on= pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: at device 7.2 on pci0 uhci0: Invalid irq 255 uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS device_probe_and_attach: uhci0 attach returned 6 intpm0: port 0x440-0x44f irq 9 = at device 7.3 on pci0 intpm0: I/O mapped 440 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped 400=20 ahc0: port 0xe800-0xe8ff mem 0xffa= ff000-0xffafffff irq 10 at device 14.0 on pci0 aic7890/91: Wide Channel A, SCSI Id=3D7, 32/255 SCBs pcm0: port 0xefe0-0xefe7,0xeff0-0xeff7 mem 0xffa80000-= 0xffabffff irq 10 at device 15.0 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xffafef80-0= xffafefff irq 11 at device 16.0 on pci0 xl0: Ethernet address: 00:50:04:18:02:63 miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl1: <3Com 3c905B-TX Fast Etherlink XL> port 0xe480-0xe4ff mem 0xffafef00-0= xffafef7f irq 9 at device 18.0 on pci0 xl1: Ethernet address: 00:50:04:d0:d9:c2 miibus1: on xl1 xlphy1: <3Com internal media interface> on miibus1 xlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto atapci1: port 0xef00-0xef3f,0xefa0-0xefa3,0xef6= 8-0xef6f,0xefa4-0xefa7,0xefa8-0xefaf mem 0xffa20000-0xffa3ffff irq 5 at dev= ice 20.0 on pci0 ata2: at 0xefa8 on atapci1 ata3: at 0xef68 on atapci1 pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=3D0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 DUMMYNET initialized (000608) IPv6 packet filtering initialized, unlimited logging IP packet filtering initialized, divert enabled, rule-based forwarding enab= led, default to deny, unlimited logging IPsec: Initialized Security Association Processing. IP Filter: v3.4.8 initialized. Default =3D pass all, Logging =3D enabled SMP: AP CPU #1 Launched! ad4: 29314MB [59560/16/63] at ata2-master UDMA100 ad6: 29314MB [59560/16/63] at ata3-master UDMA100 Waiting 15 seconds for SCSI devices to settle pass1 at ahc0 bus 0 target 2 lun 0 pass1: Fixed Scanner SCSI-2 device=20 pass1: 3.300MB/s transfers Mounting root from ufs:/dev/da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device=20 da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing En= abled da0: 8754MB (17928698 512 byte sectors: 255H 63S/T 1116C) cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device=20 cd0: 8.333MB/s transfers (8.333MHz, offset 31) cd0: Attempt to query device size failed: NOT READY, Medium not present - t= ray closed da1 at ahc0 bus 0 target 5 lun 0 da1: Removable Direct Access SCSI-2 device=20 da1: 3.300MB/s transfers da1: Attempt to query device size failed: NOT READY, Medium not present --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=PUCK machine i386 # x86 architecture cpu I686_CPU # Machine is PII/PIII ident PUCK # puck.firepipe.net maxusers 512 # We run lots of stuff on it options INET # InterNETworking options INET6 # IPv6 communications protocols options IPSEC # IP security options IPSEC_ESP # IP security (crypto) options FFS # Berkeley Fast Filesystem options FFS_ROOT # FFS usable as root device options NFS # Network Filesystem options NFS_ROOT # NFS usable as root device options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options CD9660_ROOT # CD-ROM usable as root options PROCFS # Process filesystem options COMPAT_43 # Compatible with BSD 4.3 options SCSI_DELAY=15000 # Delay before probing SCSI options UCONSOLE # Allow users to grab console options USERCONFIG # boot -c editor options VISUAL_USERCONFIG # visual boot -c editor options INCLUDE_CONFIG_FILE # include this in kernel symbols options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SHMALL=1025 # SHM-related options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" # SHM max size options SHMMAXPGS=4096 # SHM max pages options SHMMIN=2 # SHM min ? options SHMMNI=33 # SHM? options SHMSEG=100 # SHM? options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options P1003_1B # Posix real-time extensions options _KPOSIX_PRIORITY_SCHEDULING # POSIX priority scheduling options ICMP_BANDLIM # Rate limit bad replies options SMP # Symmetric MultiProcessor (SMP) options APIC_IO # SMP: (APIC) I/O #options NCPU=2 # SMP: number of CPUs #options NBUS=4 # SMP: number of busses #options NAPIC=1 # SMP: number of IO APICs #options NINTR=24 # SMP: number of INTs options SOFTUPDATES # ffs speedups options IPFIREWALL # IP Firewall (IPFW) options IPFIREWALL_VERBOSE # IPFW: Logging support options IPDIVERT # IPFW: divert(4) support options IPFIREWALL_FORWARD # IPFW: Forwarding support options DUMMYNET # IPFW: Bandwidth piping options IPSTEALTH # IPFW: Stealth forwarding options IPV6FIREWALL # IP6 Firewall (IP6FW) options IPV6FIREWALL_VERBOSE # IP6FW: logging options IPFILTER # IPFilter (IPF) options IPFILTER_LOG # IPF: Logging support options TCP_RESTRICT_RST # TCP: Restrict emission of RST options CAMDEBUG # CAM debugging code options CAM_DEBUG_BUS=-1 # CAM: Default bus options CAM_DEBUG_TARGET=-1 # CAM: Default target options CAM_DEBUG_LUN=-1 # CAM: Default LUN options TCP_DROP_SYNFIN # TCP: Drop packets with SYN+FIN options TCP_RESTRICT_RST # TCP: Restrict emission of RST device isa # ISA bus device pci # PCI bus device fdc0 at isa? port IO_FD1 irq 6 drq 2 # floppy controller device fd0 at fdc0 drive 0 # floppy drive # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives options ATA_STATIC_ID #Static device numbering device ahc # AHA2940 and onboard AIC7xxx devices device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device pt # processor type device ses # SCSI SES/SAF-TE driver device atkbdc0 at isa? port IO_KBD # keyboard controller device atkbd0 at atkbdc? irq 1 # keyboard device psm0 at atkbdc? irq 12 # ps/2 mouse device vga0 at isa? # vga support device sc0 at isa? # syscons device npx0 at nexus? port IO_NPX irq 13 # floating point device sio0 at isa? port IO_COM1 flags 0x10 irq 4 # COM1 #device sio1 at isa? port IO_COM2 irq 3 # COM2 #device sio2 at isa? port IO_COM3 irq 5 # COM3 #device sio3 at isa? disable port IO_COM4 irq 9 # COM4 #device ppc0 at isa? irq 7 # Parallel port device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device device vpo # Iomega Zip - Requires scbus and da device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') device smbus # SMBus (SMB) device intpm # PIIX4 (IO) device smb # SMB: actual device device iicbus # IICBus (I2C) device ic # I2C: network interface device iic # I2C: standard i/o device iicsmb # I2C: SMB support pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device ppp 1 # Kernel PPP pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 2 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) pseudo-device bpf # Berkeley packet filter pseudo-device splash # Splash device device pcm # Sound support. device usb # Generic USB code (USB) device uhci # USB: UHCI controller device ohci # USB: OHCI controller device ugen # USB: Generic device driver --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pciconf.out" chip0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x71a08086 rev=0x00 hdr=0x00 pcib2@pci0:1:0: class=0x060400 card=0x00000000 chip=0x71a18086 rev=0x00 hdr=0x01 isab0@pci0:7:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02 hdr=0x00 atapci0@pci0:7:1: class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00 uhci0@pci0:7:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00 intpm0@pci0:7:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02 hdr=0x00 ahc0@pci0:14:0: class=0x010000 card=0x000f9005 chip=0x001f9005 rev=0x00 hdr=0x00 pcm0@pci0:15:0: class=0x040100 card=0x30011092 chip=0x000212eb rev=0xfe hdr=0x00 xl0@pci0:16:0: class=0x020000 card=0x905510b7 chip=0x905510b7 rev=0x30 hdr=0x00 xl1@pci0:18:0: class=0x020000 card=0x905510b7 chip=0x905510b7 rev=0x30 hdr=0x00 atapci1@pci0:20:0: class=0x018000 card=0x4d33105a chip=0x4d30105a rev=0x02 hdr=0x00 none0@pci1:0:0: class=0x030000 card=0x00281002 chip=0x50461002 rev=0x00 hdr=0x00 --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mixer.out" Mixer vol is currently set to 75:75 Mixer bass is currently set to 50:50 Mixer treble is currently set to 50:50 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer rec is currently set to 0:0 Mixer ogain is currently set to 50:50 Mixer line1 is currently set to 75:75 Mixer phin is currently set to 0:0 Mixer video is currently set to 75:75 --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sndstat.out" FreeBSD Audio Driver (newpcm) Jan 19 2001 23:05:30 Installed devices: pcm0: at memory 0xffa80000 irq 10 (4p/1r channels duplex) --+pHx0qQiF2pBVqBT-- --WplhKdTI2c8ulnbP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6aRcQF47idPgWcsURAp2XAJ4gaBfPof3Uh/PRh/sTlUSWvdDvlQCfTFu4 oT/k7bsJGb5RoH5bNb7pNjs= =lSIw -----END PGP SIGNATURE----- --WplhKdTI2c8ulnbP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 21:26:44 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 0951437B401 for ; Fri, 19 Jan 2001 21:26:27 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 1C46119C8; Sat, 20 Jan 2001 00:26:26 -0500 (EST) Date: Sat, 20 Jan 2001 00:26:26 -0500 From: Will Andrews To: Will Andrews Cc: FreeBSD Multimedia Subject: Re: Dealing with IRQ conflicts & PCM in presence of SMP Message-ID: <20010120002626.B480@puck.firepipe.net> Reply-To: Will Andrews References: <20010119234153.A480@puck.firepipe.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VMt1DrMGOVs3KQwf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010119234153.A480@puck.firepipe.net>; from will@physics.purdue.edu on Fri, Jan 19, 2001 at 11:41:53PM -0500 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --VMt1DrMGOVs3KQwf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 19, 2001 at 11:41:53PM -0500, Will Andrews wrote: > I recently upgraded my system from a single PII-450 to a dual PIII-600E. > A casualty of this upgrade has been my soundcard, which no longer (for [..] Ok. I'm a dork. I never noticed that mpg123 requires esound daemon to work (it never used to). Starting esound fixed the problem. *sigh* --=20 wca --VMt1DrMGOVs3KQwf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6aSGBF47idPgWcsURAtQPAJ9Vo1z6TOMk8ZjNlGv4aX/+9YGdywCdGGdP /FtJLxqRutm1NZxrmGTeZRI= =1upf -----END PGP SIGNATURE----- --VMt1DrMGOVs3KQwf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 19 22:26:37 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from kyle.tandemedia.com (kyle.tandemedia.com [216.29.169.3]) by hub.freebsd.org (Postfix) with ESMTP id 27BDB37B400 for ; Fri, 19 Jan 2001 22:26:21 -0800 (PST) Received: by kyle.tandemedia.com (Postfix, from userid 66) id A4E1055407; Sat, 20 Jan 2001 01:26:15 -0500 (EST) Received: from localhost (839 bytes) by servalan.servalan.com via sendmail with P:stdio/R:smart_host/T:hacked-uux (sender: ) (ident using unix) id for ; Sat, 20 Jan 2001 00:17:24 -0600 (CST) (Smail-3.2.0.111 2000-Feb-17 #1 built 2001-Jan-15) Message-Id: Date: Sat, 20 Jan 2001 00:17:24 -0600 (CST) From: rmtodd@servalan.servalan.com (Richard Todd) To: multimedia@freebsd.org Subject: Re: problems with gl apps. Newsgroups: servalan.mailinglist.fbsd-multimedia References: <20010119003117.A6702@cokane.yi.org> <20010119034036.A7735@cokane.yi.org> <20010119033350.A3643@cae88-102-101.sc.rr.com> <20010119204527.A962@cae88-102-101.sc.rr.com> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In servalan.mailinglist.fbsd-multimedia dmaddox@sc.rr.com writes >Sorry, but I seem to have totally fabricated this in my feverish >imagination :-/ I could swear that I had read on one of the lists >that libc and libc_r were being unified, but I can find no reference >whatsoever to it now. Sorry... Must rest now... ;) It's libgcc.a and libgcc_r.a that were unified. libc.a and libc_r.a are unchanged. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 20 1:17:48 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id 30D8E37B404 for ; Sat, 20 Jan 2001 01:17:27 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id BAA02665; Sat, 20 Jan 2001 01:17:08 -0800 (PST) (envelope-from jessem@spammie.svbug.com) Message-Id: <200101200917.BAA02665@spammie.svbug.com> Date: Sat, 20 Jan 2001 01:17:06 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: camserv: how to select PAL format ? To: wim@livens.net Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <20010118153419.C33608@krijt.livens.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18 Jan, Wim Livens wrote: > > I'm trying to get camserv working with a bt878 and a PAL camera. > The camera works fine under fxtv and vic by selecting: > > input=0 (Video) > format=PAL (BDGHI) > > There doesn't seem to be a way to select the format with camserv and > the default seems to be the wrong setting. I.e. I only get a noise or > a blue image. > Blue image usually means your camera is not connected. Check your connections. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 20 6:33: 1 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail8.sc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 457C737B401 for ; Sat, 20 Jan 2001 06:32:44 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by mail8.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 20 Jan 2001 09:30:53 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0KEXei12427; Sat, 20 Jan 2001 09:33:40 -0500 (EST) (envelope-from dmaddox) Date: Sat, 20 Jan 2001 09:33:40 -0500 From: "Donald J . Maddox" To: Richard Todd Cc: multimedia@FreeBSD.ORG Subject: Re: problems with gl apps. Message-ID: <20010120093340.A12408@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Richard Todd , multimedia@FreeBSD.ORG References: <20010119003117.A6702@cokane.yi.org> <20010119034036.A7735@cokane.yi.org> <20010119033350.A3643@cae88-102-101.sc.rr.com> <20010119204527.A962@cae88-102-101.sc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rmtodd@servalan.servalan.com on Sat, Jan 20, 2001 at 12:17:24AM -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 20, 2001 at 12:17:24AM -0600, Richard Todd wrote: > In servalan.mailinglist.fbsd-multimedia dmaddox@sc.rr.com writes > > >Sorry, but I seem to have totally fabricated this in my feverish > >imagination :-/ I could swear that I had read on one of the lists > >that libc and libc_r were being unified, but I can find no reference > >whatsoever to it now. Sorry... Must rest now... ;) > > It's libgcc.a and libgcc_r.a that were unified. libc.a and libc_r.a are > unchanged. Ahhh, ok, so that's what confused me :) Thanks for clearing that one up :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 20 21:47:41 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from sm8.texas.rr.com (sm8.texas.rr.com [24.93.35.220]) by hub.freebsd.org (Postfix) with ESMTP id 9BC4737B402 for ; Sat, 20 Jan 2001 21:47:23 -0800 (PST) Received: from bleep.craftncomp.com (cs2777-167.houston.rr.com [24.27.77.167]) by sm8.texas.rr.com (8.11.0/8.11.1) with ESMTP id f0L5Zss29585; Sat, 20 Jan 2001 23:35:54 -0600 Received: from bloop.craftncomp.com (bloop.craftncomp.com [202.12.111.1]) by bleep.craftncomp.com (8.11.0/8.9.3) with ESMTP id f0L5lCG63457; Sat, 20 Jan 2001 23:47:12 -0600 (CST) (envelope-from shocking@houston.rr.com) Received: from bloop.craftncomp.com (localhost [127.0.0.1]) by bloop.craftncomp.com (8.11.1/8.9.3) with ESMTP id f0L5lBe00426; Sat, 20 Jan 2001 23:47:11 -0600 (CST) (envelope-from shocking@bloop.craftncomp.com) Message-Id: <200101210547.f0L5lBe00426@bloop.craftncomp.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: multimedia@freebsd.org, dri-devel@lists.sourceforge.net Cc: devel@xfree86.org Subject: Glide3 CVS now working on FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 20 Jan 2001 23:47:11 -0600 From: Stephen Hocking Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've managed to compile up a version of the latest glide3 that gives me OpenGL acceleration on FreeBSD with a Voodoo3 under Xfree86-4.0.2 (although only as a user - root fails to authenticate for some reason). I'll test it on a Voodoo5 once I get one. It was rather tedious work, (basically looking for every ifdef involving linux and making the appropriate additions) and once I figure out how to tweak autoconf/automake to use the appropriate files I'll post a bunch of patches. My next step is to start working on getting the latest DRI code to work under FreeBSD. I've chosen the Voodoo stuff to do this because it has the simplest kernel drivers (unlike my old G400). I guess the DRI people can poke me as needed - I see a lot of work has gone on with the new Voodoo drivers plus the Radeon. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 20 21:56:21 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 80FF337B698 for ; Sat, 20 Jan 2001 21:56:02 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f0L5u2751418 for ; Sat, 20 Jan 2001 21:56:02 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: (from nsayer@localhost) by medusa.kfu.com (8.11.1/8.11.0) id f0L5u1F73910 for freebsd-multimedia@freebsd.org; Sat, 20 Jan 2001 21:56:01 -0800 (PST) (envelope-from nsayer) Date: Sat, 20 Jan 2001 21:56:01 -0800 (PST) From: Nick Sayer Message-Id: <200101210556.f0L5u1F73910@medusa.kfu.com> To: freebsd-multimedia@freebsd.org Subject: Re: DVD playback Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I got xine running and have tested it out with a couple of unencrypted DVDs (pr0n seems to be mostly unencrypted. Once again, adult entertainment leads the traditional industry in understanding technology). It seems to work pretty well modulo some bugs, although it takes most of an Athlon 600 to do it, and I can't get it really to do anything except play the individual vob files (dvd://vts_nn_m.vob). It would be naughty to suggest that I have done anything more than this. However, speaking in a purely hypothetical vane, I can suggest one thing that would be something someone would have to overcome. Pioneer used to make a drive called a 303. They currently make a drive that is model 305. The major difference between the two is that the 305 has region locking in the drive itself. The 303 did not. The wrinkle is that the 305 must be told at least once (and no more than 5 times) which region to accept. If you never tell it, it will petulently refuse to play any region locked media at all. If someone were to wish to be naughty, one would have to plug their DVD drive into a Windows box and set the region once before attempting to use DeCSS or other naughty software to playback encrypted media. Of course, this would not be required on a drive without region locking, but all drives now come with it, unfortunately. I have not read the DMCA. I hope it dies in the courts. Fair use would suggest that it would be legal to set up a decrypting service for people's DVDs. Mail in a region 2 DVD and $20 and get back your DVD and a copy of it as an MPEG-4 CD-R. So long as the conversion house doesn't preserve a copy of it, this would be as legal as PAL-to-NTSC conversion for personal use (which I believe *is* legal, isn't it?). IANAL, of course. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message