From owner-freebsd-multimedia Sun Sep 23 0: 5:21 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from iwat.resnet.bucknell.edu (iwat.resnet.bucknell.edu [134.82.88.20]) by hub.freebsd.org (Postfix) with ESMTP id 49FE837B413 for ; Sun, 23 Sep 2001 00:05:18 -0700 (PDT) Received: (from iwat@localhost) by iwat.resnet (8.11.6/8.11.6) id f8N1AjG45535 for freebsd-multimedia@FreeBSD.org; Sat, 22 Sep 2001 21:10:45 -0400 (EDT) (envelope-from iwat) Date: Sat, 22 Sep 2001 21:10:45 -0400 From: Ian Wat To: freebsd-multimedia@FreeBSD.org Subject: XMMS cpu usage Message-ID: <20010922211045.A45497@iwat.resnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Editor: Vim http://www.vim.org/ X-Info: http://www.students.bucknell.edu/iwat X-Operating-System: FreeBSD/4.4-STABLE (i386) X-Uptime: 9:03PM up 2 days, 23:33, 1 user, load averages: 0.02, 0.16, 0.46 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I'm experiencing a lot of CPU usage when running XMMS. About 15-20% when playing mp3/ogg files and about 2-3% when not. XMMS (1.2.5) is compiled from ports and I'm using the PCM driver as a module. From the information from mailing lists and such, it seems like a threading issue. Anybody have any ideas? FreeBSD Audio Driver (newpcm) Sep 19 2001 21:23:17 Installed devices: pcm0: at io 0xb800 irq 5 (4p/3r/0v channels duplex) /---------------------------------------------------------------------------\ | Ian J Wat || http://www.students.bucknell.edu/iwat | | Bucknell University || http://www.bucknell.edu | | Lewisburg, Pennsylvania || | \---------------------------------------------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Sep 23 13: 1:18 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 2763D37B436 for ; Sun, 23 Sep 2001 13:01:14 -0700 (PDT) Received: from sm.socccd.cc.ca.us (pool0831.cvx14-bradley.dialup.earthlink.net [209.179.41.66]) by pintail.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id NAA10005 for ; Sun, 23 Sep 2001 13:01:12 -0700 (PDT) Message-ID: <3BAE4042.97148FC0@sm.socccd.cc.ca.us> Date: Sun, 23 Sep 2001 13:04:18 -0700 From: Farooq Mela X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Multimedia@FreeBSD.ORG Subject: Trouble with DVD Movies Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi -multimedia, I recently purchased an IDE Toshiba DVD-ROM drive: acd1: DVD-ROM at ata1-slave using PIO4 I can mount DVD movies, however there are I/O errors when I try to read certain .vob files. (I have the DVD mount point as /cdrom2) 1 [~]$ cd /cdrom2/video_ts 2 [/cdrom2/video_ts]$ ls video_ts.bup vts_01_1.vob vts_02_0.vob vts_03_0.vob vts_05_0.bup video_ts.ifo vts_01_2.vob vts_02_1.vob vts_03_1.vob vts_05_0.ifo video_ts.vob vts_01_3.vob vts_02_2.vob vts_04_0.bup vts_05_0.vob vts_01_0.bup vts_01_4.vob vts_02_3.vob vts_04_0.ifo vts_05_1.vob vts_01_0.ifo vts_02_0.bup vts_03_0.bup vts_04_0.vob vts_01_0.vob vts_02_0.ifo vts_03_0.ifo vts_04_1.vob 3 [/cdrom2/video_ts]$ file video_ts.vob video_ts.vob: MPEG system stream data 4 [/cdrom2/video_ts]$ sudo dd if=video_ts.vob of=/home/farooq/out.vob bs=16384 3543+1 records in 3543+1 records out 58052608 bytes transferred in 11.193690 secs (5186190 bytes/sec) 5 [/cdrom2/video_ts]$ sysctl hw.atamodes hw.atamodes: dma,dma,dma,dma, 6 [/cdrom2/video_ts]$ dd if=video_ts.vob of=/home/farooq/out.vob bs=32768 1771+1 records in 1771+1 records out 58052608 bytes transferred in 2.682431 secs (21641790 bytes/sec) 7 [/cdrom2/video_ts]$ dd if=vts_01_0.vob of=/home/farooq/out.vob bs=32768 acd1: READ_BIG - ILLEGAL REQUEST asc=6f ascq=03 error=00 dd: vts_01_0.vob: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 0.053502 secs (0 bytes/sec) If I turn off DMA on the drive with hw.atamodes, I get 'too many segments in DMA table' errors instead, which are immediately followed by fatal kernel traps. In fact the only .vob file I can read from this entire DVD is the video_ts.vob file, which is just a trailer for the movie company. I have looked on the web without much success for a sort of "FreeBSD DVD-Howto" or any other useful information. Could this have anything to do with "region locking" that I have seen references to on various places on the net? Any other suggestions? -- farooq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Sep 23 13:59:19 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id D785F37B429 for ; Sun, 23 Sep 2001 13:59:14 -0700 (PDT) Received: (from sos@localhost) by freebsd.dk (8.11.3/8.11.3) id f8NKxB738634; Sun, 23 Sep 2001 22:59:11 +0200 (CEST) (envelope-from sos) From: Søren Schmidt Message-Id: <200109232059.f8NKxB738634@freebsd.dk> Subject: Re: Trouble with DVD Movies In-Reply-To: <3BAE4042.97148FC0@sm.socccd.cc.ca.us> "from Farooq Mela at Sep 23, 2001 01:04:18 pm" To: Farooq Mela Date: Sun, 23 Sep 2001 22:59:11 +0200 (CEST) Cc: FreeBSD-Multimedia@FreeBSD.ORG Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems Farooq Mela wrote: > Hi -multimedia, > > I recently purchased an IDE Toshiba DVD-ROM drive: > > acd1: DVD-ROM at ata1-slave using PIO4 (snip snap) > acd1: READ_BIG - ILLEGAL REQUEST asc=6f ascq=03 error=00 You have just found out that DVD's are copyprotected, the above error is the drive saying you haven't authenticated the drive and disc proberly. You need "something" to do the CSS dance with the drive and the media, such code should exist I'm told.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Sep 23 17:51: 6 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id D634537B41C for ; Sun, 23 Sep 2001 17:51:03 -0700 (PDT) Received: from sm.socccd.cc.ca.us (pool0218.cvx14-bradley.dialup.earthlink.net [209.179.38.218]) by hawk.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id RAA08124; Sun, 23 Sep 2001 17:50:59 -0700 (PDT) Message-ID: <3BAE842D.DC465D7D@sm.socccd.cc.ca.us> Date: Sun, 23 Sep 2001 17:54:05 -0700 From: Farooq Mela X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: sos@freebsd.dk Cc: FreeBSD-Multimedia@FreeBSD.ORG Subject: Re: Trouble with DVD Movies References: <200109232059.f8NKxB738634@freebsd.dk> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Søren Schmidt" wrote: > and disc proberly. You need "something" to do the CSS dance > with the drive and the media, such code should exist I'm told.... OK, I got that figured out. However, I still get fatal kernel traps when reading some of the .vobs :-( (Hand copied because I don't have a serial line to my box) ata1-slave: too many segments in DMA table Fatal kernel trap 12: page fault while in kernel mode Fault virtual address = 0x3a Code = supervisor write, page not present Instruction pointer = 0x8:0xc01d110 Stack pointer = 0x10:0xd29cba48 Frame pointer = 0x10:0xd29cbae8 Code segment = base 0x0, limit 0xfffff, type 0xb DPL 0, pres 1, def32 1, gran 1 Processor eflags = interrupt enabled, resume, IOPL=0 Current process = 234 (css-cat) Interrupt mask = bio Trap number = 12 panic: page fault syncing disks: 64 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 giving up on 14 buffers uptime = 8m41s Here is the ata info: acd1: DVD-ROM at ata1-slave using PIO4 However it has DMA enabled from /etc/sysctl.conf and hw.atamodes. The fatal kernel trap takes place as soon as the css-cat (just reads file off dvd, css descrambles) program gets to the last parts of the .vob file. I also tried using PIO, it also resulted in a page fault in kernel, but it just took a lot longer :-) (don't have the panic info from that one sorry). The interesting thing is that this only happens from reading the fourth .vob file (each is almost 1GB). I am not sure, does the 0x3a mean it is trying to access virtual memory at 0x3a in the kernel? I cvsupped and rebuilt kernel/world on Sep 4. I can give more info if it will be helpful, maybe file a PR. -- farooq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Sep 23 23:46:22 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id E657A37B40C for ; Sun, 23 Sep 2001 23:46:17 -0700 (PDT) Received: (from sos@localhost) by freebsd.dk (8.11.3/8.11.3) id f8O6kEY86383; Mon, 24 Sep 2001 08:46:14 +0200 (CEST) (envelope-from sos) From: Søren Schmidt Message-Id: <200109240646.f8O6kEY86383@freebsd.dk> Subject: Re: Trouble with DVD Movies In-Reply-To: <3BAE842D.DC465D7D@sm.socccd.cc.ca.us> "from Farooq Mela at Sep 23, 2001 05:54:05 pm" To: Farooq Mela Date: Mon, 24 Sep 2001 08:46:14 +0200 (CEST) Cc: FreeBSD-Multimedia@FreeBSD.ORG Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems Farooq Mela wrote: > "Søren Schmidt" wrote: > > and disc proberly. You need "something" to do the CSS dance > > with the drive and the media, such code should exist I'm told.... > > OK, I got that figured out. However, I still get fatal kernel traps > when reading some of the .vobs :-( > > (Hand copied because I don't have a serial line to my box) > > ata1-slave: too many segments in DMA table Thats because the ATA driver is called with bogus parameters, most likely from the fs code because it has gotten bad data from a failed DMA read that returned corrupted data. > However it has DMA enabled from /etc/sysctl.conf and hw.atamodes. The > fatal kernel trap takes place as soon as the css-cat (just reads file > off dvd, css descrambles) program gets to the last parts of the .vob > file. I also tried using PIO, it also resulted in a page fault in > kernel, but it just took a lot longer :-) (don't have the panic info > from that one sorry). The interesting thing is that this only happens > from reading the fourth .vob file (each is almost 1GB). I am not sure, > does the 0x3a mean it is trying to access virtual memory at 0x3a in > the kernel? Your drive/controller combination apparently doesn't support ATAPI DMA, thats unfortunately true for ALOT of ATAPI devices and controllers. It should not fail when using PIO mode, but we need more info to tell whats going on (dmesg, panic mesg, and possibly a stack trace) I just checked on both -stable and -current here, and it does work. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 1:53:54 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id D56FE37B430 for ; Mon, 24 Sep 2001 01:53:48 -0700 (PDT) Received: (qmail 24612 invoked by uid 0); 24 Sep 2001 08:53:47 -0000 Received: from pd9e50ee0.dip.t-dialin.net (HELO blob.ecademix.com) (217.229.14.224) by mail.gmx.net (mp005-rz3) with SMTP; 24 Sep 2001 08:53:47 -0000 Received: (qmail 273 invoked by uid 501); 24 Sep 2001 08:54:39 -0000 Date: Mon, 24 Sep 2001 10:54:39 +0200 From: Johannes Hofmann To: freebsd-multimedia@freebsd.org Subject: recording with ICH-driver Message-ID: <20010924105438.A260@blob.baaderstrasse.com> 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, first of all, thanks for the new ICH-driver. Sound playback now works great on my i1200 thinkpad. Unfortunately recording does not work. When I try to record something (e.g. rec test.wav) I get /kernel: pcm0: record interrupt timeout, channel dead in the logfile. Any ideas? thanks, Johannes Hofmann. boot -v: pcm0: port 0x7400-0x743f,0x7000-0x70ff irq 11 at device 0.1 on pci0 pcm0: ac97 codec id 0x43525934 (Cirrus Logic CS4299D) pcm0: ac97 codec features headphone, 20 bit DAC, 18 bit ADC, 6 bit master volume, Crystal Semi 3D Stereo Enhancement pcm0: ac97 primary codec extended features variable rate PCM, AMAP pcm: setmap e000, 4000; 0xc9954000 -> e000 pcm: setmap 12000, 4000; 0xc9958000 -> 12000 pcm: setmap 16000, 4000; 0xc995c000 -> 16000 sndstat: FreeBSD Audio Driver (newpcm) Sep 18 2001 12:46:08 Installed devices: pcm0: at io 0x7000, 0x7400 irq 11 (1p/2r/0v channels duplex) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 2:43:30 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp.postech.ac.kr (smtp.postech.ac.kr [141.223.1.88]) by hub.freebsd.org (Postfix) with ESMTP id 5F66437B403 for ; Mon, 24 Sep 2001 02:43:26 -0700 (PDT) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by smtp.postech.ac.kr (8.11.5/8.11.5) with ESMTP id f8O9hOs24222 for ; Mon, 24 Sep 2001 18:43:24 +0900 (KST) Message-ID: <3BAF00A9.63789D84@users.sourceforge.net> Date: Mon, 24 Sep 2001 18:45:13 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: Bt878 TV Card + fxtv freezes my PC Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, [FreeBSD 4.4] I have the "Little On Air" TV card (a Korean make), which is BT878. I have recompiled the kernel with necessary device support and installed fxtv (1.03) along with other related software. (See below for kernel configuration and output). Running fxtv as a regular user does nothing, but COMPLETELY freezing my PC. Only switching the power off/on brings it back to life. I have no idea how to debug this. Any suggestions what's going wrong? I myself am not a hardware/multimedia expert at all. Just wanted to watch TV with FreeBSD. I hope someone can help me out here. Thanks a lot! Rob. ----- Kernel configuration file "MYKERNEL": [...] device pcm # PCM audio device driver, see pcm(4) device bktr # brooktree - video capture driver, see bktr(4) device iicbus device iicbb device smbus options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC device meteor0 # meteor - video capture driver, see meteor(4) Kernel output during boot up: [...] bktr0: mem 0xf0dff000-0xf0dfffff irq 10 at device 17.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 bktr0: Card has no configuration EEPROM. Cannot determine card make. bktr0: Pinnacle/Miro TV, Temic NTSC tuner. pci0: (vendor=0x109e, dev=0x0878) at 17.1 irq 10 pcm0: port 0xfccc-0xfccf,0xfcc8-0xfccb,0xfce0-0xfcef,0xfcd0-0xfcdf,0xfc80-0xfcbf irq 11 at device 18.0 on pci0 pci0: at 20.0 irq 9 [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 5:19:48 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 28C3237B419 for ; Mon, 24 Sep 2001 05:19:39 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id VAA16621; Mon, 24 Sep 2001 21:49:27 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.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: <20010924105438.A260@blob.baaderstrasse.com> Date: Mon, 24 Sep 2001 21:49:25 +0930 (CST) From: "Daniel O'Connor" To: Johannes Hofmann Subject: RE: recording with ICH-driver Cc: freebsd-multimedia@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 24-Sep-2001 Johannes Hofmann wrote: > first of all, thanks for the new ICH-driver. Sound playback now works > great on my i1200 thinkpad. > Unfortunately recording does not work. When I try to record something > (e.g. rec test.wav) I get > > /kernel: pcm0: record interrupt timeout, channel dead > > in the logfile. Any ideas? I get this on 3 sound cards :( A trident 4dwave (expected since recording isn't implemented yet :), a Via '686 chipset system, and a ESS Maestro 3 :( Does anyone have a list of what soundcard should work for recording? --- 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 Mon Sep 24 8:23:32 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 6EF3337B415 for ; Mon, 24 Sep 2001 08:23:23 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f8OFNHn35238 ; Mon, 24 Sep 2001 17:23:17 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id RAA06429 ; Mon, 24 Sep 2001 17:23:17 +0200 (CEST) Date: Mon, 24 Sep 2001 17:23:17 +0200 From: Rahul Siddharthan To: "Daniel O'Connor" Cc: Johannes Hofmann , freebsd-multimedia@FreeBSD.ORG Subject: Re: recording with ICH-driver Message-ID: <20010924172317.A6247@lpt.ens.fr> References: <20010924105438.A260@blob.baaderstrasse.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 Mon, Sep 24, 2001 at 09:49:25PM +0930 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Daniel O'Connor said on Sep 24, 2001 at 21:49:25: > A trident 4dwave (expected since recording isn't implemented yet :), a Via '686 > chipset system, and a ESS Maestro 3 :( > > Does anyone have a list of what soundcard should work for recording? My Via VT82C686A works fine for recording -- isn't that the same as yours? Only at 48000 Hz, however, otherwise I get all kinds of terrible noises. I use wavrec (ports/audio/wavplay) and am quite happy with it. R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 8:47: 1 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 83D7637B40E for ; Mon, 24 Sep 2001 08:46:52 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id BAA18784; Tue, 25 Sep 2001 01:16:31 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.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: <20010924172317.A6247@lpt.ens.fr> Date: Tue, 25 Sep 2001 01:16:19 +0930 (CST) From: "Daniel O'Connor" To: Rahul Siddharthan Subject: Re: recording with ICH-driver Cc: freebsd-multimedia@FreeBSD.ORG, Johannes Hofmann Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 24-Sep-2001 Rahul Siddharthan wrote: > My Via VT82C686A works fine for recording -- isn't that the same as > yours? Only at 48000 Hz, however, otherwise I get all kinds of > terrible noises. I use wavrec (ports/audio/wavplay) and am quite > happy with it. Hmm OK.. I always got pcm0: interrupt timeout, record channel dead. I'll try it again.. Was this on stable or current BTW? --- 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 Mon Sep 24 8:49:23 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 2CB1437B41C for ; Mon, 24 Sep 2001 08:49:16 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f8OFmnn39061 ; Mon, 24 Sep 2001 17:48:49 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id RAA08045 ; Mon, 24 Sep 2001 17:48:49 +0200 (CEST) Date: Mon, 24 Sep 2001 17:48:49 +0200 From: Rahul Siddharthan To: "Daniel O'Connor" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: recording with ICH-driver Message-ID: <20010924174848.B6247@lpt.ens.fr> References: <20010924172317.A6247@lpt.ens.fr> 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 Tue, Sep 25, 2001 at 01:16:19AM +0930 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Daniel O'Connor said on Sep 25, 2001 at 01:16:19: > > I always got pcm0: interrupt timeout, record channel dead. > > I'll try it again.. > > Was this on stable or current BTW? -stable, of around Aug 14. R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 9:10:33 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 52EC337B41F for ; Mon, 24 Sep 2001 09:10:28 -0700 (PDT) Received: (qmail 21771 invoked by uid 0); 24 Sep 2001 16:10:26 -0000 Received: from pd9590ae0.dip.t-dialin.net (HELO blob.ecademix.com) (217.89.10.224) by mail.gmx.net (mp010-rz3) with SMTP; 24 Sep 2001 16:10:26 -0000 Received: (qmail 772 invoked by uid 501); 24 Sep 2001 16:11:17 -0000 Date: Mon, 24 Sep 2001 18:11:17 +0200 From: Johannes Hofmann To: Daniel O'Connor Cc: freebsd-multimedia@freebsd.org Subject: Re: recording with ICH-driver Message-ID: <20010924181117.A281@blob.baaderstrasse.com> References: <20010924172317.A6247@lpt.ens.fr> 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 Tue, Sep 25, 2001 at 01:16:19AM +0930 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Sep 25, 2001 at 01:16:19AM +0930, Daniel O'Connor wrote: > > On 24-Sep-2001 Rahul Siddharthan wrote: > > My Via VT82C686A works fine for recording -- isn't that the same as > > yours? Only at 48000 Hz, however, otherwise I get all kinds of > > terrible noises. I use wavrec (ports/audio/wavplay) and am quite > > happy with it. > > Hmm OK.. > I always got pcm0: interrupt timeout, record channel dead. > > I'll try it again.. > > Was this on stable or current BTW? For me it is 4.4 release. With earlier versions I could do some recording (no record channel dead) but I only got strange noises. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 9:52: 3 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from CRWdog.demon.co.uk (t1-22.realtime.net [205.238.131.22]) by hub.freebsd.org (Postfix) with SMTP id AFCDD37B414 for ; Mon, 24 Sep 2001 09:52:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id 98B8F3E2A; Mon, 24 Sep 2001 11:51:57 -0500 (CDT) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Daniel O'Connor" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: recording with ICH-driver In-Reply-To: Your message of "Mon, 24 Sep 2001 21:49:25 +0930." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Sep 2001 11:51:57 -0500 From: Andy Sparrow Message-Id: <20010924165157.98B8F3E2A@CRWdog.demon.co.uk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > A trident 4dwave (expected since recording isn't implemented yet :), a Via '686 > chipset system, and a ESS Maestro 3 :( > > Does anyone have a list of what soundcard should work for recording? Hmmm. I *know* that recording on an ESS Maestro3 worked on -STABLE sometime in the last 4-6 months, because I played around with the built-in microphone on my laptop using some Gnome tool. Sorry I can't be more specific :-) Cheers, AS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 12: 3:43 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 7D94537B420 for ; Mon, 24 Sep 2001 12:03:31 -0700 (PDT) Received: from randy by rip.psg.com with local (Exim 3.33 #1) id 15lb0s-000Ldd-00 for freebsd-multimedia@freebsd.org; Mon, 24 Sep 2001 12:03:30 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-multimedia@freebsd.org Subject: tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed Message-Id: Date: Mon, 24 Sep 2001 12:03:30 -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org the command tosha -t1 -d/dev/racd0c -k128 -f wav -o foo produces tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed cam_lookup_pass: No such file or directory cam_lookup_pass: either the pass driver isn't in your kernel cam_lookup_pass: or acd0 doesn't exist i can play the cd using xmcd, but on /dev/acd0c with same major/minor as acd0. the device is there # ls -l /dev/acd0 crw-r--r-- 1 root wheel 117, 2 Sep 24 11:51 /dev/acd0 kernel does have pass driver # SCSI peripherals device scbus0 at sym0 # SCSI bus (required) #device da # Direct Access (disks) device da0 at scbus0 target 0 unit 0 device da1 at scbus0 target 1 unit 0 device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) clues please? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 12:14:51 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 6BCBE37B401 for ; Mon, 24 Sep 2001 12:14:46 -0700 (PDT) Received: from randy by rip.psg.com with local (Exim 3.33 #1) id 15lbBm-000MC4-00 for freebsd-multimedia@freebsd.org; Mon, 24 Sep 2001 12:14:46 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-multimedia@freebsd.org Subject: Re: tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed References: Message-Id: Date: Mon, 24 Sep 2001 12:14:46 -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > the command > > tosha -t1 -d/dev/racd0c -k128 -f wav -o foo > > produces > > tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed > cam_lookup_pass: No such file or directory > cam_lookup_pass: either the pass driver isn't in your kernel > cam_lookup_pass: or acd0 doesn't exist > > i can play the cd using xmcd, but on /dev/acd0c with same major/minor > as acd0. > > the device is there > > # ls -l /dev/acd0 > crw-r--r-- 1 root wheel 117, 2 Sep 24 11:51 /dev/acd0 > > kernel does have pass driver > > # SCSI peripherals > device scbus0 at sym0 # SCSI bus (required) > #device da # Direct Access (disks) > device da0 at scbus0 target 0 unit 0 > device da1 at scbus0 target 1 unit 0 > device sa # Sequential Access (tape etc) > device cd # CD > device pass # Passthrough device (direct SCSI access) forgot to mention the obvious, dmesg sez acd0: DVD-ROM at ata0-master using PIO4 randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Sep 24 12:20:40 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 47DE937B40C for ; Mon, 24 Sep 2001 12:20:32 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.11.6/8.9.1) id f8OJKNq05777; Mon, 24 Sep 2001 13:20:23 -0600 (MDT) (envelope-from ken) Date: Mon, 24 Sep 2001 13:20:23 -0600 From: "Kenneth D. Merry" To: Randy Bush Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed Message-ID: <20010924132023.A5762@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from randy@psg.com on Mon, Sep 24, 2001 at 12:14:46PM -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Sep 24, 2001 at 12:14:46 -0700, Randy Bush wrote: > > the command > > > > tosha -t1 -d/dev/racd0c -k128 -f wav -o foo > > > > produces > > > > tosha: cam_lookup_pass: CAMGETPASSTHRU ioctl failed > > cam_lookup_pass: No such file or directory > > cam_lookup_pass: either the pass driver isn't in your kernel > > cam_lookup_pass: or acd0 doesn't exist > > > > i can play the cd using xmcd, but on /dev/acd0c with same major/minor > > as acd0. > > > > the device is there > > > > # ls -l /dev/acd0 > > crw-r--r-- 1 root wheel 117, 2 Sep 24 11:51 /dev/acd0 > > > > kernel does have pass driver > > > > # SCSI peripherals > > device scbus0 at sym0 # SCSI bus (required) > > #device da # Direct Access (disks) > > device da0 at scbus0 target 0 unit 0 > > device da1 at scbus0 target 1 unit 0 > > device sa # Sequential Access (tape etc) > > device cd # CD > > device pass # Passthrough device (direct SCSI access) > > forgot to mention the obvious, dmesg sez > > acd0: DVD-ROM at ata0-master using PIO4 The pass driver works for SCSI CD/DVD drives, not ATAPI. Tosha only works with the pass driver. You probably need something like dagrab to get audio off an ATAPI CDROM. 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 Tue Sep 25 15: 7:19 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from sigbus.com (we-66-74-56-237.we.mediaone.net [66.74.56.237]) by hub.freebsd.org (Postfix) with ESMTP id 43FDA37B403 for ; Tue, 25 Sep 2001 15:07:17 -0700 (PDT) Received: (from henrich@localhost) by sigbus.com (8.11.1/8.11.1) id f8PM7Bl19602 for freebsd-multimedia@freebsd.org; Tue, 25 Sep 2001 15:07:11 -0700 (PDT) (envelope-from henrich) Date: Tue, 25 Sep 2001 15:07:11 -0700 From: Charles Henrich To: freebsd-multimedia@freebsd.org Subject: MPEG2/DivX encoding on FreeBSD? Message-ID: <20010925150711.A19500@sigbus.com> Mail-Followup-To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F X-GPG-Fingerprint: EA4C AB9B 0C38 17C0 AB3F 11DE 41F6 5883 41E7 4F49 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anyone done any work porting ffmpeg, or Mpeg-2 Movie to FreeBSD? (http://heroinewarrior.com/mpeg2movie.php3) Or know of any DivX encoding tools for BSD? Thanks! -Crh Charles Henrich ** This space for rent ** henrich@msu.edu http://www.sigbus.com:81/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Sep 25 15:13:40 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from Stalker.alfacom.net (Stalker.Alfacom.net [193.108.124.1]) by hub.freebsd.org (Postfix) with ESMTP id 7943C37B416 for ; Tue, 25 Sep 2001 15:13:34 -0700 (PDT) Received: from kushnir1.kiev.ua (dup-124-95.Alfacom.net [193.108.124.95]) by Stalker.alfacom.net (8.12.0.Beta12/8.12.0.Beta12) with ESMTP id f8PMDRoE022131; Wed, 26 Sep 2001 01:13:28 +0300 (EEST) Received: from localhost (volodya@localhost) by kushnir1.kiev.ua (8.11.6/8.11.4) with ESMTP id f8PMD2D04497; Wed, 26 Sep 2001 01:13:06 +0300 (EEST) (envelope-from vkushnir@Alfacom.net) X-Authentication-Warning: kushnir1.kiev.ua: volodya owned process doing -bs Date: Wed, 26 Sep 2001 01:13:00 +0300 (EEST) From: Vladimir Kushnir X-X-Sender: To: Charles Henrich Cc: Subject: Re: MPEG2/DivX encoding on FreeBSD? In-Reply-To: <20010925150711.A19500@sigbus.com> Message-ID: <20010926010943.O761-100000@kushnir1.kiev.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Tue, 25 Sep 2001, Charles Henrich wrote: > Has anyone done any work porting ffmpeg, or Mpeg-2 Movie to FreeBSD? > Just today ffmpeg hs bee included in ports collection - you're in time :-) > (http://heroinewarrior.com/mpeg2movie.php3) > > Or know of any DivX encoding tools for BSD? > Actually, I personally prefere avirecompress (from ports/graphics/avifile). It seems to produce better quality. Regards, Vladimir -- Vladimir Kushnir - vkushnir@Alfacom.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 14:29:36 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from asmodean-ssn.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 2DB9F37B408 for ; Thu, 27 Sep 2001 14:29:34 -0700 (PDT) Received: from localhost (joeo@localhost) by asmodean-ssn.nks.net (8.9.3/8.9.3) with ESMTP id RAA12889 for ; Thu, 27 Sep 2001 17:29:33 -0400 Date: Thu, 27 Sep 2001 17:29:33 -0400 (EDT) From: X-Sender: To: Subject: stable pcm problem with some linux games errs apps Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A few of the games from Loki use the OpenAL libs to drive sound. PCM on my 4.4-RC4 box is displaying a long standing (I've kindof ignored it for the last year) problem that games like UT and Tribes2 of noticable lag in sound compared to what is seen on a linux box. The lag is much less noticable if I use the 4-front tech OSS driver. Setting up some debugging reveals that both these games do a ioctl DSP_SETFRAGMENT requesting only 1 DMA block. Here's what UT requests; SNDCTL_DSP_SETFRAGMENT 0x0001000b SNDCTL_DSP_SETFRAGMENT 1 frags, 2048 sz SNDCTL_DSP_SETFRAGMENT 0x0001000c SNDCTL_DSP_SETFRAGMENT 1 frags, 4096 sz I was hoping that the workaround for would be a simple kluge, but chn_setblocksize(...) in /sys/dev/sound/pcm/channel.c has some additional logic in it that sets the blkcnt much higher... Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 17:56:22 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id A42DC37B40B for ; Thu, 27 Sep 2001 17:56:19 -0700 (PDT) Received: from stealth.cary.dummynet ([66.26.231.240]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 27 Sep 2001 20:55:51 -0400 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id f8S0tJA20268; Thu, 27 Sep 2001 20:55:19 -0400 (EDT) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Thu, 27 Sep 2001 20:55:19 -0400 From: Randall Hopper To: "Steven M. Schultz" Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv suggestion Message-ID: <20010927205519.A15291@nc.rr.com> References: <200109051653.f85Grrc07553@wlv.to.gd-es.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109051653.f85Grrc07553@wlv.to.gd-es.com>; from sms@TO.GD-ES.COM on Wed, Sep 05, 2001 at 09:53:53AM -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sorry for the long delay on the response. I'm just now getting to the bottom of my inbox this month. Steven M. Schultz: | I've run into a bit of grief creating content destined for hardware | players such as portable DVD/VCD players. Hardware players demand | the NTSC frame rate of 29.97 fps (frames per sec). Feeding a | hardware player with 30 fps causes a .1% (30 vs 30000/1001) drift | with the result that the audio starts leading the video and after | about 8 or 9 minutes there's a ~.5 second lag which is very | noticeable. | | My temporary solution was to create a small utility to process the | YUV data (I'm using the MJPEG tools from mjpeg.sourceforge.net) and | drop every 1000th frame (which is I'm told is how it's done). Voila, | sync'd playback all the way thru a VCD! | | What I've done, but not tested, is hack fxtv's "-batch" mode to | implement a "-ntsc" option that drops every 1000th frame (and the | associated audio). I was wondering if you'd be interested in the | diffs or had other ideas how to generate NTSC compatible (29.97fps) | output in lieu of 30fps. Yes, definitely! Send it on and I'll merge it in. Also, I'd be interested to know how you've got fxtv configured for capture to get max fps and at what frame resolution. | On another note I've found the mjpegtools from mjpeg.sourceforge.net | to be very good indeed - the video encoder has support for both | mpeg-1 and mpeg-2 and has been mmx'ified which brings about a 6 or 7x | speed improvement. Also included is a vastly improved 'mplex' | program as well as a MP2 audio encoder. Definitely worth a look at. Could you give me some tips toward using this (how you're using it for exampless)? It sounds like this is a much better encoding option. Would also be interested in your DVD workflow ;-) Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 18: 6:43 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id D42F237B411 for ; Thu, 27 Sep 2001 18:06:33 -0700 (PDT) Received: from stealth.cary.dummynet ([66.26.231.240]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Thu, 27 Sep 2001 21:06:33 -0400 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id f8S16BQ20418; Thu, 27 Sep 2001 21:06:11 -0400 (EDT) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Thu, 27 Sep 2001 21:06:11 -0400 From: Randall Hopper To: "R. Lahaye" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Bt878 TV Card + fxtv freezes my PC Message-ID: <20010927210610.A20279@nc.rr.com> References: <3BAF00A9.63789D84@users.sourceforge.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BAF00A9.63789D84@users.sourceforge.net>; from lahaye@users.sourceforge.net on Mon, Sep 24, 2001 at 06:45:13PM +0900 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org R. Lahaye: |Running fxtv as a regular user does nothing, but COMPLETELY freezing my PC. Ouch. Ok, first up, make sure you unmount any unnecessary file systems before running any tests, and run 'sync' right before you try fxtv. First, a few comments about your kernel config: |options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC ? Consider removing that one. Also, make sure these are there: options SYSVSHM options SYSVSEM options SYSVMSG # XFree86 4.0 wants these options SHMALL=1025 options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=1025 options SHMMIN=2 options SHMMNI=256 options SHMSEG=128 |device meteor0 # meteor - video capture driver, see meteor(4) Consider removing this one also. You don't need it for bktr. Whether it will cause problems if included with bktr I don't know. After adjusting your kernel, this is the first thing I'd try: fxtv -disableDirectV This forces fxtv to pass all video through the X server like a good X app (no telling the TV card to dump images on the video card directly). If that works for a while, try it without the option. Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 19:35:38 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 63E6137B406 for ; Thu, 27 Sep 2001 19:35:34 -0700 (PDT) Received: from vilnya.demon.co.uk ([158.152.19.238]) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 15mnUw-000H6e-0V; Fri, 28 Sep 2001 03:35:33 +0100 Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id 1686F32622; Fri, 28 Sep 2001 03:33:34 +0100 (BST) Message-ID: <00c201c147c6$09991a90$0504020a@haveblue> From: "cameron grant" To: , References: Subject: Re: stable pcm problem with some linux games errs apps Date: Fri, 28 Sep 2001 03:34:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Setting up some debugging reveals that both these games do a ioctl > DSP_SETFRAGMENT requesting only 1 DMA block. the oss spec says: The 16 most significant bits (MMMM) determine the maximum number of fragments. By default, the driver computes this based on available buffer space. The minimum value is 2 and the maximum depends on the total buffer space available for the device. Set MMMM=0x7fff if you don't want to limit the number of fragments. > I was hoping that the workaround for would be a simple kluge, but > chn_setblocksize(...) in /sys/dev/sound/pcm/channel.c has some additional > logic in it that sets the blkcnt much higher... that logic is only used where no blocksize is requested. if i knew what it was trying to do by requesting 1 block, i could implement it. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 20:10:41 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 5EC4437B408 for ; Thu, 27 Sep 2001 20:10:39 -0700 (PDT) Received: from cheech.uchaswv.edu ([172.16.32.40]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id XAA24876 for ; Thu, 27 Sep 2001 23:10:42 -0400 (EDT) Date: Thu, 27 Sep 2001 23:18:48 -0400 From: Nathan Mace To: multimedia@freebsd.org Subject: can't rip CD's Message-Id: <20010927231848.2369f128.mace_nathan@uchaswv.edu> X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i'm trying to set up my freebsd 4.3 stable box to rip audio cd's. i've tried grip with dagrab, and thats not working. if anyone can point to a tutorial about grip on freebsd it would be great i've also followed the tutorial on the link below....however i got to the point where you have to get an older version of xmcd...i can't find any version but the version that i have....and it gives the exact same error as the one in the tutorial..... http://www.onlamp.com/pub/a/bsd/2001/09/13/Big_Scary_Daemons.html so...any suggestions? also can any replies be cc'd to my email address because i'm subscribed to this list. thanks for your time nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 22:15:28 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id 1C2C537B406 for ; Thu, 27 Sep 2001 22:15:25 -0700 (PDT) Received: (qmail 29725 invoked by uid 3001); 28 Sep 2001 05:15:23 -0000 Received: from natto.numachi.com (198.175.254.216) by numachi.numachi.com with SMTP; 28 Sep 2001 05:15:23 -0000 Received: (qmail 78742 invoked by uid 1001); 28 Sep 2001 05:15:23 -0000 Date: Fri, 28 Sep 2001 01:15:23 -0400 From: Brian Reichert To: Nathan Mace Cc: multimedia@freebsd.org Subject: Re: can't rip CD's Message-ID: <20010928011523.H75356@numachi.com> References: <20010927231848.2369f128.mace_nathan@uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010927231848.2369f128.mace_nathan@uchaswv.edu>; from mace_nathan@uchaswv.edu on Thu, Sep 27, 2001 at 11:18:48PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Sep 27, 2001 at 11:18:48PM -0400, Nathan Mace wrote: > i'm trying to set up my freebsd 4.3 stable box to rip audio cd's. i've tried grip with dagrab, and thats not working. if anyone can point to a tutorial about grip on freebsd it would be great I've used ccda2wav with no problems... > i've also followed the tutorial on the link below....however i got to the point where you have to get an older version of xmcd...i can't find any version but the version that i have....and it gives the exact same error as the one in the tutorial..... > > http://www.onlamp.com/pub/a/bsd/2001/09/13/Big_Scary_Daemons.html > > > so...any suggestions? also can any replies be cc'd to my email address because i'm subscribed to this list. thanks for your time > > nathan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Sep 27 23:21:28 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 0607837B411 for ; Thu, 27 Sep 2001 23:21:23 -0700 (PDT) Received: from cain.gsoft.com.au (root@spare0.gsoft.com.au [203.38.152.114]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id PAA09805; Fri, 28 Sep 2001 15:51:13 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.5.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: <20010928011523.H75356@numachi.com> Date: Fri, 28 Sep 2001 15:51:16 +0930 (CST) From: "Daniel O'Connor" To: Brian Reichert Subject: Re: can't rip CD's Cc: multimedia@freebsd.org, Nathan Mace Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 28-Sep-2001 Brian Reichert wrote: > On Thu, Sep 27, 2001 at 11:18:48PM -0400, Nathan Mace wrote: > > i'm trying to set up my freebsd 4.3 stable box to rip audio cd's. i've > > tried grip with dagrab, and thats not working. if anyone can point to a > > tutorial about grip on freebsd it would be great > > I've used ccda2wav with no problems... cdda2wav only works with SCSI drives. I'm not sure if 4.3 supports it (I believe so) - but you can use /dev/acd0tX where X is the track number to read the data directly. You need to read the data with the correct block size, eg -> t=1 name=track_01.mp3 dd if=/dev/acd0t$t bs=2352 | lame -r -x -V 1 -b 128 -h -m j -q1 - $name I use this in a shell script to rip my cd's. Another option is 'cdd' which is in the ports collection, it is marked broken but it builds and works for me (well last time I tried - 4.2 some time).. I have some Tcl scripts to chat to the cddb etc.. and a C program to gather some info from the CD (number of tracks and 'CDDB ID'). That stuff is available here -> http://www.dons.net.au/~darius/cdripping.html --- 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 Sep 28 7:33:14 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.numachi.com (numachi.numachi.com [198.175.254.2]) by hub.freebsd.org (Postfix) with SMTP id ED19F37B40E for ; Fri, 28 Sep 2001 07:33:08 -0700 (PDT) Received: (qmail 5567 invoked by uid 3001); 28 Sep 2001 14:33:05 -0000 Received: from natto.numachi.com (198.175.254.216) by numachi.numachi.com with SMTP; 28 Sep 2001 14:33:05 -0000 Received: (qmail 87142 invoked by uid 1001); 28 Sep 2001 14:33:05 -0000 Date: Fri, 28 Sep 2001 10:33:05 -0400 From: Brian Reichert To: Daniel O'Connor Cc: Brian Reichert , multimedia@freebsd.org, Nathan Mace Subject: Re: can't rip CD's Message-ID: <20010928103305.I75356@numachi.com> References: <20010928011523.H75356@numachi.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, Sep 28, 2001 at 03:51:16PM +0930 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Sep 28, 2001 at 03:51:16PM +0930, Daniel O'Connor wrote: > > On 28-Sep-2001 Brian Reichert wrote: > > On Thu, Sep 27, 2001 at 11:18:48PM -0400, Nathan Mace wrote: > > > i'm trying to set up my freebsd 4.3 stable box to rip audio cd's. i've > > > tried grip with dagrab, and thats not working. if anyone can point to a > > > tutorial about grip on freebsd it would be great > > > > I've used ccda2wav with no problems... > > cdda2wav only works with SCSI drives. Not true! I'm used it with several ATAPI drives. Use the 'cooked_ioctl' interface... > I'm not sure if 4.3 supports it (I believe so) - but you can use /dev/acd0tX > where X is the track number to read the data directly. You need to read the > data with the correct block size, eg -> That technique didn't work very well for me under 4.3. Running cdda2wav as root lets me minimize jitter, and I can grab track by track, or a whole disc in ten minutes or so. -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Sep 28 12: 0: 9 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from we-66-27-250-19.we.mediaone.net (we-66-27-250-19.we.mediaone.net [66.27.250.19]) by hub.freebsd.org (Postfix) with ESMTP id 22BAF37B40B for ; Fri, 28 Sep 2001 12:00:04 -0700 (PDT) Received: from unix.homeip.net (sjivid@unix.homeip.net [66.27.250.19]) by we-66-27-250-19.we.mediaone.net (8.11.6/8.11.6) with ESMTP id f8SJ0gr00707; Fri, 28 Sep 2001 12:00:50 -0700 (PDT) (envelope-from bear@unix.homeip.net) Date: Fri, 28 Sep 2001 12:00:42 -0700 (PDT) From: Joey Garcia X-X-Sender: To: "Daniel O'Connor" Cc: Subject: Re: can't rip CD's In-Reply-To: Message-ID: <20010928114920.T593-100000@we-66-27-250-19.we.mediaone.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 28 Sep 2001, Daniel O'Connor wrote: > > t=1 > name=track_01.mp3 > dd if=/dev/acd0t$t bs=2352 | lame -r -x -V 1 -b 128 -h -m j -q1 - $name I was rather interested in this subject due to the fact that I haven't had much luck ripping cds on my FreeBSD workstation. I have a IDE CDROM drive therefore made the task much harder considering that most of the ripping software in the ports collection are geared towards SCSI CDROM drives. I was curious to how you came to the blocksize of being 2352 bytes? Is this documented somewhere? Is that just how the data is layed out on the cd or something? In blocks of 2352 bytes? Now since we're on the subject of cd's and blocksizes. What if I wanted to create a cd image to the hard drive using dd, would I use the same blocksize? Would this command be correct: dd if=/dev/acd0c bs=2352 of=/home/myhome/image.iso ? I ask that question, because I was curious on how to create an image of an audio cd so that I can make duplicates later on. I'm gonna have to give your above command a try to see if it works for me on my FreeBSD 4.4 system. Oh yeah, how's the quality of the sound when ripping cd's that way? Well, thanks for the information! Joey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Sep 28 15:44: 2 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from carbon.flatlan.net (carbon.berkeley.netdot.net [216.27.190.209]) by hub.freebsd.org (Postfix) with ESMTP id AE33637B408; Fri, 28 Sep 2001 15:43:37 -0700 (PDT) Received: by carbon.flatlan.net (Postfix, from userid 101) id 383123C143; Fri, 28 Sep 2001 15:43:37 -0700 (PDT) Date: Fri, 28 Sep 2001 15:43:37 -0700 From: Nicholas Esborn To: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org Subject: pcm0: record interrupt timeout, channel dead; emu10k1 on 4.4-STABLE Message-ID: <20010928154337.A43106@netdot.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello. I'm trying to run voice-over-IP programs on my 4.4-STABLE, but none of them seem to be able to use /dev/dsp. When they try, the kernel complains: pcm0: record interrupt timeout, channel dead catting /dev/dsp pauses for a second, outputting no data from the record source, then drops back to a prompt. rat 4 doesn't see /dev/dsp0. Although it lets me select /dev/audio0, I can't change input sources, and neither sampling nor playback work. I've seen some other problems with sound cards with 4.4 go by on the mailing lists. Has anyone been able to determine the status of the pcm and bridge drivers? uname: FreeBSD carbuncle 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Thu Aug 2 14:01:02 PDT 2001 nick@carbuncle:/tmp/mfs/obj/share/FreeBSD/src/sys/CARBUNCLE i386 dmesg and kernel conf attached. Thanks! -nick -- Nicholas Esborn Unix Systems Administrator nick@netdot.net --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=CARBUNCLE # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.24 2001/04/05 17:23:10 sos Exp $ machine i386 cpu I686_CPU ident CARBUNCLE maxusers 512 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options IPSEC options IPSEC_ESP options IPSEC_DEBUG options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options EXT2FS #Linux ext2 filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options USER_LDT options NETATALK options QUOTA options MAXDSIZ="(512*1024*1024)" options DFLDSIZ="(256*1024*1024)" device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices # SCSI peripherals 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) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management device apm0 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') device alpm device pcm #options BKTR_SIS_VIA_MODE device smbus device iicbus device iicbb device bktr # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners device umodem #device udsc # USB digital cameras # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=carbuncle-dmesg 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.4-PRERELEASE #0: Thu Aug 2 14:01:02 PDT 2001 nick@carbuncle:/tmp/mfs/obj/share/FreeBSD/src/sys/CARBUNCLE Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) Processor (801.82-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Features=0x183f9ff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> real memory = 536805376 (524224K bytes) avail memory = 517554176 (505424K bytes) Preloaded elf kernel "kernel" at 0xc0435000. Preloaded elf module "agp.ko" at 0xc043509c. Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xd0000000-0xd3ffffff at device 0.0 on pci0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 3 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered bktr0: mem 0xda101000-0xda101fff irq 10 at device 8.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 bktr0: Hauppauge Model 61201 A2ME bktr0: Hauppauge WinCast/TV, Philips NTSC tuner. pci0: (vendor=0x109e, dev=0x0878) at 8.1 irq 10 fxp0: port 0xdc00-0xdc1f mem 0xda000000-0xda0fffff,0xda100000-0xda100fff irq 11 at device 9.0 on pci0 fxp0: Ethernet address 00:90:27:37:ae:95 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcm0: port 0xe000-0xe01f irq 3 at device 11.0 on pci0 pcib1: on motherboard pci2: on pcib1 orm0: