From owner-freebsd-multimedia Sun Nov 12 10:23:15 2000 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 B62E937B479; Sun, 12 Nov 2000 10:23:09 -0800 (PST) Received: by arg1.demon.co.uk (Postfix, from userid 300) id C67369B10; Sun, 12 Nov 2000 18:23:07 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by arg1.demon.co.uk (Postfix) with ESMTP id C35285D07; Sun, 12 Nov 2000 18:23:07 +0000 (GMT) Date: Sun, 12 Nov 2000 18:23:07 +0000 (GMT) From: Andrew Gordon X-Sender: arg@server.arg.sj.co.uk To: Cameron Grant Cc: j mckitrick , stable@freebsd.org, multimedia@freebsd.org Subject: RE: continuing sound problems with 4.2-beta In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 10 Nov 2000, Cameron Grant wrote: > > I ran into this the other day; it appears that there has been a change in > > the sound API recently such that you need to do SNDCTL_DSP_SPEED before > > SNDCTL_DSP_SETFMT. I haven't had time to dig into CVS to see when this > > happened or why. > > this is a bug that i cannot replicate. can you give me more info on your > hardware? pcm0: port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 7.5 on pci0 FreeBSD Audio Driver (newpcm) Nov 12 2000 01:08:07 Installed devices: pcm0: at io 0xdc00 irq 10 (1p/1r channels duplex) This is now running with -stable from yesterday. However, I think the real problem relates to the AC'97 codec rather than the VIA chipset - this codec only supports one speed (44KHz). I have now traced the problem some way into the driver. The DSP_SETFMT call never gets as far as the hardware specific driver - it calls chn_setformat(), which then calls chn_buildfeeder(), which returns EINVAL from around line 1430: for (type = FEEDER_RATE; type <= FEEDER_LAST; type++) { if (flags & (1 << type)) { desc.type = type; desc.in = 0; desc.out = 0; desc.flags = 0; DEB(printf("find feeder type %d, ", type)); f = feeder_get(&desc); DEB(printf("got %p\n", f)); if (f == NULL) return EINVAL; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 15:56:28 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailhub.teliauk.com (mailhub.teliauk.com [195.12.225.36]) by hub.freebsd.org (Postfix) with ESMTP id 81EED37B479; Sun, 12 Nov 2000 15:56:23 -0800 (PST) Received: from d1o314.teliauk.com (root@d1o314.teliauk.com [195.12.237.81]) by mailhub.teliauk.com (8.10.1/8.10.1) with ESMTP id eACNuLA18802; Sun, 12 Nov 2000 23:56:21 GMT Received: from vilnya.demon.co.uk (t1o314p109.teliauk.com [195.12.238.109]) by d1o314.teliauk.com (8.8.8/8.8.8) with ESMTP id XAA18305; Sun, 12 Nov 2000 23:55:26 GMT Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id D07B5D9B8; Sun, 12 Nov 2000 23:54:26 +0000 (GMT) From: "Cameron Grant" To: "Andrew Gordon" Cc: "j mckitrick" , , Subject: RE: continuing sound problems with 4.2-beta Date: Sun, 12 Nov 2000 23:55:34 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > However, I think the real problem relates to the AC'97 codec rather than > the VIA chipset - this codec only supports one speed (44KHz). ah. this is not a bug in my code. software resampling is coming, but will be some time. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 17: 3:25 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from web10304.mail.yahoo.com (web10304.mail.yahoo.com [216.136.130.82]) by hub.freebsd.org (Postfix) with SMTP id 86A3C37B479 for ; Sun, 12 Nov 2000 17:03:20 -0800 (PST) Message-ID: <20001113010320.48820.qmail@web10304.mail.yahoo.com> Received: from [128.165.7.25] by web10304.mail.yahoo.com; Mon, 13 Nov 2000 14:03:20 NZDT Date: Mon, 13 Nov 2000 14:03:20 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: my first coaster with cdrecord/FreeBSD :-( To: freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After burning nearly a dozen CD-Rs with my new Plextor PX-W1210S CD-RW drive, my luck ran out. Can anyone interpret what these errors mean? (see attached output) Is this a problem with cdrecord, hardware, or with the FreeBSD SCSI driver? BTW, I was burning an audio CD and following the cdrecord man-page example to "record an audio CD in the most accurate way" as I always have: cdda2wav -v255 -D2,0 -B -Owav ; cdrecord -v dev=2,0 -dao -useinfo *.wav Also, after this error, I tried again with new media and didn't have any problems. However, it's these type of transitory errors that make me lose confidence in my burning routine.. ------------------------ Last chance to quit, starting real write in 1 seconds. Waiting for reader process to fill input buffer ... input buffer ready. cdrecord: Turning BURN-Proof on Performing OPC... Sending CUE sheet... Writing pregap for track 1 at -150 Starting new track at sector: 0 Track 01: 87 of 87 MB written (fifo 100%). Track 01: Total bytes read/written: 91784448/91784448 (39024 sectors). Starting new track at sector: 39024 Track 02: 38 of 38 MB written (fifo 100%). Track 02: Total bytes read/written: 40007520/40007520 (17010 sectors). Starting new track at sector: 56034 Track 03: 61 of 61 MB written (fifo 100%). Track 03: Total bytes read/written: 64021440/64021440 (27220 sectors). Starting new track at sector: 83254 Track 04: 48 of 48 MB written (fifo 100%). Track 04: Total bytes read/written: 50704416/50704416 (21558 sectors). Starting new track at sector: 104812 Track 05: 42 of 42 MB written (fifo 100%). Track 05: Total bytes read/written: 45031392/45031392 (19146 sectors). Starting new track at sector: 123958 Track 06: 40 of 40 MB written (fifo 99%). Track 06: Total bytes read/written: 42742896/42742896 (18173 sectors). Starting new track at sector: 142131 Track 07: 40 of 40 MB written (fifo 100%). Track 07: Total bytes read/written: 42745248/42745248 (18174 sectors). Starting new track at sector: 160305 Track 08: 22 of 53 MB written (fifo 100%).cdrecord: Input/output error. write_g1: scsi sendcmd: retry able error CDB: 2A 00 00 02 98 E6 00 00 1B 00 status: 0x2 (CHECK CONDITION) Sense Bytes: F0 00 03 00 02 99 7C 0A 00 00 00 00 0C 07 00 00 00 00 Sense Key: 0x3 Medium Error, Segment 0 Sense Code: 0x0C Qual 0x07 (write error - recovery needed) Fru 0x0 Sense flags: Blk 170364 (valid) write track data: error after 23305968 bytes Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00 Writing time: 217.203s Fixating... cdrecord: Input/output error. flush cache: scsi sendcmd: retryable error CDB: 35 00 00 00 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0 Sense flags: Blk 0 (not valid) Trouble flushing the cache Fixating time: 0.002s cdrecord: fifo had 6820 puts and 6310 gets. cdrecord: fifo was 0 times empty and 4643 times full, min fill was 99%. _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 17:10:46 2000 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 3181F37B479; Sun, 12 Nov 2000 17:10:41 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id SAA61403; Sun, 12 Nov 2000 18:10:34 -0700 (MST) (envelope-from ken) Date: Sun, 12 Nov 2000 18:10:34 -0700 From: "Kenneth D. Merry" To: Graham Guttocks Cc: freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( Message-ID: <20001112181034.A61376@panzer.kdm.org> References: <20001113010320.48820.qmail@web10304.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001113010320.48820.qmail@web10304.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Nov 13, 2000 at 02:03:20PM +1300 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Nov 13, 2000 at 14:03:20 +1300, Graham Guttocks wrote: > After burning nearly a dozen CD-Rs with my new Plextor PX-W1210S > CD-RW drive, my luck ran out. Can anyone interpret what these errors > mean? (see attached output) Is this a problem with cdrecord, hardware, > or with the FreeBSD SCSI driver? > > BTW, I was burning an audio CD and following the cdrecord man-page example > to "record an audio CD in the most accurate way" as I always have: > > cdda2wav -v255 -D2,0 -B -Owav ; cdrecord -v dev=2,0 -dao -useinfo *.wav > > Also, after this error, I tried again with new media and didn't have any > problems. However, it's these type of transitory errors that make me lose > confidence in my burning routine.. [ ... ] > Starting new track at sector: 160305 > Track 08: 22 of 53 MB written (fifo 100%).cdrecord: Input/output error. > write_g1: scsi sendcmd: retry > able error > CDB: 2A 00 00 02 98 E6 00 00 1B 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: F0 00 03 00 02 99 7C 0A 00 00 00 00 0C 07 00 00 00 00 > Sense Key: 0x3 Medium Error, Segment 0 > Sense Code: 0x0C Qual 0x07 (write error - recovery needed) Fru 0x0 > Sense flags: Blk 170364 (valid) This looks like a bad block on the CD. Thus the reason it worked when you tried again with a new CD. (Which is probably the right approach to take to fix the problem.) 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 Sun Nov 12 17:20:36 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 69CBA37B479; Sun, 12 Nov 2000 17:20:28 -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 LAA22264; Mon, 13 Nov 2000 11:50:06 +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: <20001112181034.A61376@panzer.kdm.org> Date: Mon, 13 Nov 2000 11:50:06 +1030 (CST) From: "Daniel O'Connor" To: "Kenneth D. Merry" Subject: Re: my first coaster with cdrecord/FreeBSD :-( Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG, Graham Guttocks Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 13-Nov-00 Kenneth D. Merry wrote: > > Starting new track at sector: 160305 > > Track 08: 22 of 53 MB written (fifo 100%).cdrecord: Input/output error. > > write_g1: scsi sendcmd: retry > > able error > > CDB: 2A 00 00 02 98 E6 00 00 1B 00 > > status: 0x2 (CHECK CONDITION) > > Sense Bytes: F0 00 03 00 02 99 7C 0A 00 00 00 00 0C 07 00 00 00 00 > > Sense Key: 0x3 Medium Error, Segment 0 > > Sense Code: 0x0C Qual 0x07 (write error - recovery needed) Fru 0x0 > > Sense flags: Blk 170364 (valid) > This looks like a bad block on the CD. Thus the reason it worked when you > tried again with a new CD. (Which is probably the right approach to take > to fix the problem.) Which black book do you get that from? 8-) Seriously is there a place you can look this stuff up, or is it vendor specific? --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 17:35: 2 2000 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 7F3C937B479; Sun, 12 Nov 2000 17:34:53 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id SAA61528; Sun, 12 Nov 2000 18:34:39 -0700 (MST) (envelope-from ken) Date: Sun, 12 Nov 2000 18:34:39 -0700 From: "Kenneth D. Merry" To: "Daniel O'Connor" Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG, Graham Guttocks Subject: Re: my first coaster with cdrecord/FreeBSD :-( Message-ID: <20001112183439.A61514@panzer.kdm.org> References: <20001112181034.A61376@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from doconnor@gsoft.com.au on Mon, Nov 13, 2000 at 11:50:06AM +1030 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Nov 13, 2000 at 11:50:06 +1030, Daniel O'Connor wrote: > > On 13-Nov-00 Kenneth D. Merry wrote: > > > Starting new track at sector: 160305 > > > Track 08: 22 of 53 MB written (fifo 100%).cdrecord: Input/output error. > > > write_g1: scsi sendcmd: retry > > > able error > > > CDB: 2A 00 00 02 98 E6 00 00 1B 00 > > > status: 0x2 (CHECK CONDITION) > > > Sense Bytes: F0 00 03 00 02 99 7C 0A 00 00 00 00 0C 07 00 00 00 00 > > > Sense Key: 0x3 Medium Error, Segment 0 > > > Sense Code: 0x0C Qual 0x07 (write error - recovery needed) Fru 0x0 > > > Sense flags: Blk 170364 (valid) > > This looks like a bad block on the CD. Thus the reason it worked when you > > tried again with a new CD. (Which is probably the right approach to take > > to fix the problem.) > > Which black book do you get that from? 8-) > > Seriously is there a place you can look this stuff up, or is it vendor specific? Well, I didn't really need to look it up anywhere, since cdrecord already printed the sense key, and the interpretation of the ASC and ASCQ. The sense key is "Medium Error", and the ASC/ASCQ translates to "write error - recovery needed". Presumably cdrecord would have recovered if that were possible. I also looked it up in sys/cam/scsi/scsi_all.c in the sense code table to make sure the error message was the same. Also, if you go to www.t10.org, the SCSI specs are available there. (Draft specs, but generally the final draft is very close to the actual published spec.) 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 Sun Nov 12 18:10:33 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from web10308.mail.yahoo.com (web10308.mail.yahoo.com [216.136.130.86]) by hub.freebsd.org (Postfix) with SMTP id 4975E37B479 for ; Sun, 12 Nov 2000 18:10:31 -0800 (PST) Message-ID: <20001113021031.75150.qmail@web10308.mail.yahoo.com> Received: from [128.165.7.25] by web10308.mail.yahoo.com; Mon, 13 Nov 2000 15:10:31 NZDT Date: Mon, 13 Nov 2000 15:10:31 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: my first coaster with cdrecord/FreeBSD :-( To: "Kenneth D. Merry" Cc: freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Kenneth D. Merry" wrote: > This looks like a bad block on the CD. Thus the reason it worked when you > tried again with a new CD. (Which is probably the right approach to take > to fix the problem.) Uhm, ok. I guess I find this hard to swallow since this was a high-quality CD-R, brand-new from its case. Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 18:25:37 2000 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 AE4F437B479; Sun, 12 Nov 2000 18:25:32 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id TAA61798; Sun, 12 Nov 2000 19:23:30 -0700 (MST) (envelope-from ken) Date: Sun, 12 Nov 2000 19:23:30 -0700 From: "Kenneth D. Merry" To: Graham Guttocks Cc: freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( Message-ID: <20001112192329.A61763@panzer.kdm.org> References: <20001113021031.75150.qmail@web10308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001113021031.75150.qmail@web10308.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Nov 13, 2000 at 03:10:31PM +1300 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Nov 13, 2000 at 15:10:31 +1300, Graham Guttocks wrote: > "Kenneth D. Merry" wrote: > > > This looks like a bad block on the CD. Thus the reason it worked when you > > tried again with a new CD. (Which is probably the right approach to take > > to fix the problem.) > > Uhm, ok. I guess I find this hard to swallow since this was a high-quality > CD-R, brand-new from its case. If you want a more definitive answer, you can ask the cdwrite mailing list: cdwrite@other.debian.org Or Joerg Schilling (the author of cdrecord): schilling@fokus.gmd.de 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 Sun Nov 12 18:28:33 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from web10307.mail.yahoo.com (web10307.mail.yahoo.com [216.136.130.85]) by hub.freebsd.org (Postfix) with SMTP id 1348637B479 for ; Sun, 12 Nov 2000 18:28:32 -0800 (PST) Message-ID: <20001113022831.55274.qmail@web10307.mail.yahoo.com> Received: from [128.165.7.25] by web10307.mail.yahoo.com; Mon, 13 Nov 2000 15:28:31 NZDT Date: Mon, 13 Nov 2000 15:28:31 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: preserving id3 tag with mp3-->wav-->mp3 conversions To: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, I have about 12GB of MP3 files that I now wish I had encoded at a lower bitrate so that they took up less diskspace. I plan to solve this by decoding the MP3s into WAVE format, and then re-encoding them back into MP3, this time at a lower bitrate. The problem is that I'll lose the id3 tags in the process. Can anyone recommend a command line tool that would allow me to easily extract the id3 tags from the original MP3, and then write them to the new MP3 after it is encoded? Regards, Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 18:38:29 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from nexus.oss.uswest.net (nexus.oss.uswest.net [216.160.46.66]) by hub.freebsd.org (Postfix) with SMTP id BD89137B479 for ; Sun, 12 Nov 2000 18:38:27 -0800 (PST) Received: (qmail 66964 invoked by uid 1002); 13 Nov 2000 02:38:27 -0000 Date: Sun, 12 Nov 2000 20:38:27 -0600 From: Jamie Novak To: freebsd-multimedia@FreeBSD.ORG Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions Message-ID: <20001112203826.A63264@qwest.net> References: <20001113022831.55274.qmail@web10307.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001113022831.55274.qmail@web10307.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Nov 13, 2000 at 03:28:31PM +1300 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 11/12, Graham Guttocks rearranged the electrons to read: > Can anyone recommend a command line tool that would allow me to easily > extract the id3 tags from the original MP3, and then write them to the > new MP3 after it is encoded? Here are two tools I know of that will do similar (if not exact) functions: http://www.azstarnet.com/~donut/programs/id3ed.html http://kitsumi.xware.cx/id3tool/ Good luck. - Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 19: 0:14 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from grumpy.dyndns.org (cm-24-246-28-166.toney.mediacom.ispchannel.com [24.246.28.166]) by hub.freebsd.org (Postfix) with ESMTP id 42D7C37B479; Sun, 12 Nov 2000 19:00:08 -0800 (PST) Received: from grumpy.dyndns.org (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.1/8.11.1) with ESMTP id eAD2weS69470; Sun, 12 Nov 2000 20:58:40 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200011130258.eAD2weS69470@grumpy.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: =?iso-8859-1?q?Graham=20Guttocks?= Cc: freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG From: David Kelly Subject: Re: my first coaster with cdrecord/FreeBSD :-( In-reply-to: Message from =?iso-8859-1?q?Graham=20Guttocks?= of "Mon, 13 Nov 2000 15:10:31 +1300." <20001113021031.75150.qmail@web10308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Nov 2000 20:58:40 -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org =?iso-8859-1?q?Graham=20Guttocks?= writes: > "Kenneth D. Merry" wrote: > > > This looks like a bad block on the CD. Thus the reason it worked when you > > tried again with a new CD. (Which is probably the right approach to take > > to fix the problem.) > > Uhm, ok. I guess I find this hard to swallow since this was a high-quality > CD-R, brand-new from its case. In previous employment we were going thru about 500 CD-R blanks/year. One bad out of 12 isn't good, but also isn't a large enough sample size to say. Some lots of blanks are simply lemons. Its not as if they can do 100% testing from the factory. :-) Most of this was happening about 3 years ago. Had 2 CD stations, one SGI O2, another Gateway P-133 and FreeBSD 2.2.[5-8] (I forget, at one time it had them all). Cdrecord did very well on both systems. Neither system accepted the Yamaha CDR-100 as a cdreader. So I had shell scripts to make "working copies" on HD of whatever the source was (often 8mm tape) and MD5 signatures of every file. Another to burn the CD-R. And another to verify it mounted in the reader. Almost always was verifying one while the next was burning. Often reading the next from tape or over the network at the same time. The FreeBSD system ran with XFree86 all the time, in 24 MB of RAM. The O2 had 64MB. Cdrecord never reported a buffer underrun. But sometimes a bad disc would turn up in the verify stage. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 19: 7:19 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from shrubbery.satx.bikeworld.net (shrubbery.satx.bikeworld.net [209.142.99.220]) by hub.freebsd.org (Postfix) with ESMTP id CEA6837B4C5; Sun, 12 Nov 2000 19:07:14 -0800 (PST) Received: from cattleguard.bikeworld.net ([209.142.101.34] helo=roscoe.ah.bikeworld.net ident=chris) by shrubbery.satx.bikeworld.net with esmtp (Exim 3.16 #1) id 13v9xG-000FBa-00; Sun, 12 Nov 2000 21:06:47 -0600 Received: from roscoe.ah.bikeworld.net ([10.0.0.2] ident=root) by roscoe.ah.bikeworld.net with esmtp (Exim 3.16 #1) id 13v9xa-000NeR-00; Sun, 12 Nov 2000 21:07:06 -0600 Date: Sun, 12 Nov 2000 21:07:06 -0600 (CST) From: Chris Snell X-Sender: chris@roscoe.ah.bikeworld.net To: freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( In-Reply-To: <200011130258.eAD2weS69470@grumpy.dyndns.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 On Sun, 12 Nov 2000, David Kelly wrote: > In previous employment we were going thru about 500 CD-R blanks/year. > One bad out of 12 isn't good, but also isn't a large enough sample size > to say. Some lots of blanks are simply lemons. Its not as if they can > do 100% testing from the factory. :-) Also, check to see if your CD-R blank's rated speed (8x, 10x, etc) matches up with the speed that your burner burns at. I ruined a stack of good blanks before I realized that I was attempting to burn 8x blanks at 10x. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Nov 12 20:24:36 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 5E4D237B479; Sun, 12 Nov 2000 20:24:33 -0800 (PST) Received: from home.com ([24.3.185.85]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001113042306.GEQA26316.femail4.sdc1.sfba.home.com@home.com>; Sun, 12 Nov 2000 20:23:06 -0800 Message-ID: <3A0F6C59.7FED129E@home.com> Date: Sun, 12 Nov 2000 23:21:45 -0500 From: "Gary T. Corcoran" X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Graham Guttocks Cc: "Kenneth D. Merry" , freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( References: <20001113021031.75150.qmail@web10308.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Graham Guttocks wrote: > > "Kenneth D. Merry" wrote: > > > This looks like a bad block on the CD. Thus the reason it worked when you > > tried again with a new CD. (Which is probably the right approach to take > > to fix the problem.) > > Uhm, ok. I guess I find this hard to swallow since this was a high-quality > CD-R, brand-new from its case. Be sure to actually visually inspect your brand-new-from-the-case CDRs. I find that roughly 1 in 10 CDRs have a few bits of plastic "dust" on them, even with quality brands. The bits are easily blown off, but some of the pieces are probably big enough (relative to the tiny laser beam) to ruin a sector of the disk if you don't bother to remove them... Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 1:12: 8 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from antholoma.wanadoo.fr (smtp-abo-4.wanadoo.fr [193.252.19.153]) by hub.freebsd.org (Postfix) with ESMTP id 3479A37B479; Mon, 13 Nov 2000 01:12:02 -0800 (PST) Received: from hautmedoc.dockes.com (164.138.104.90) by antholoma.wanadoo.fr; 13 Nov 2000 10:11:58 +0100 Received: (from dockes@localhost) by hautmedoc.dockes.com (8.9.3/8.9.3) id KAA46032; Mon, 13 Nov 2000 10:11:57 +0100 (MET) From: Jean-Francois Dockes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14863.45144.972743.315716@hautmedoc.dockes.com> Date: Mon, 13 Nov 2000 10:11:52 +0100 (MET) To: David Kelly Cc: =?iso-8859-1?q?Graham=20Guttocks?= , freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( In-Reply-To: <200011130258.eAD2weS69470@grumpy.dyndns.org> References: <20001113021031.75150.qmail@web10308.mail.yahoo.com> <200011130258.eAD2weS69470@grumpy.dyndns.org> X-Mailer: VM 6.75 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Kelly writes: > =?iso-8859-1?q?Graham=20Guttocks?= writes: > > "Kenneth D. Merry" wrote: > > > > > This looks like a bad block on the CD. Thus the reason it worked > > > when you tried again with a new CD. (Which is probably the right > > > approach to take to fix the problem.) > > > > Uhm, ok. I guess I find this hard to swallow since this was a > > high-quality CD-R, brand-new from its case. > > In previous employment we were going thru about 500 CD-R blanks/year. > One bad out of 12 isn't good, but also isn't a large enough sample size > to say. Some lots of blanks are simply lemons. Its not as if they can > do 100% testing from the factory. :-) My current employer went through >1.5 million discs this year :) In my experience, pure optical media problems are relatively infrequent, except for the already mentioned case of the bit of plastic stuck to the disc by static (or the fingerprints). The most probable situation when you see a transient writing failure is that you have a slightly marginal recorder meeting slightly marginal media. The recorder will work fine on perfect media, and other media from the marginal batch will work well on a healthy recorder. This makes for very difficult problem solving. When you are lucky, the recorder will go completely south a little after, and you'll stop pulling your hair... Of course, there are also cases of really bad (out of spec) media, just to make for a richer fun. But keep smiling: you are working with 1$ discs. It was much more fun a few years ago, when trying to diagnose 12" optical media that costed around $1000, on recorders in the 20,000 $ range, that would fail much more than the current cd burners :) Especially on big banking customer sites... -- Jean-Francois Dockes jean-francois.dockes@wanadoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 8:45:32 2000 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 36B2937B4CF for ; Mon, 13 Nov 2000 08:45:28 -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 LAA02335 for ; Mon, 13 Nov 2000 11:45:26 -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 LAA00190 for ; Mon, 13 Nov 2000 11:45:21 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G3Z2JJ00.KTH; Mon, 13 Nov 2000 11:45:19 -0500 Message-ID: <3A101AD0.FA06AAB9@mitre.org> Date: Mon, 13 Nov 2000 11:46:09 -0500 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Mike Holling Cc: Alex Povolotsky , Oliver Brandmueller , Heiko Schaefer <320048919767-0001@t-online.de>, freebsd-multimedia@FreeBSD.ORG Subject: Re: VideoCD and/or MPEG4 players for FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Holling wrote: > > > On my AMD-K6-300, it gives 100% frame loss. I.e. no picture except paused. > > > > Is it THAT slow? Or something deeply > > FreeBSD-of-that-exact-date-on-that-exact-CPU-related? > > I get the same results on my K2-350 system. I have one demo mpeg4 that > plays somewhat, and is almost viewable with sound disabled. However none > of the movie trailer clips I've downloaded will play at all, except for > the sound. I've had friends tell me their PII 400 systems work, maybe > there is a design difference between the CPUs that's crucial for this app? Well, you might also look into other factors. My PII 400 plays Divx and MPEG4 streams just fine, even with a bit of load in the background. One BIG factor is which X server you are using. XFree 3.3.6 is a CPU hog when it comes to blitting sections of the screen over and over again. In fact a good well supported video card can make as much difference as your CPU with XFree. I'm using an old Mystique G200 with XFree 4.0.1, with the DRI stuff enabled. In addition, try not to run flashy windowmanagers/desk utilities (or dockapps) with a lot of animation, since X is apparently rather poor at context switching between different animations. I've heard a rumor (but never tested it myself) that X runs a lot faster if you turn off EVERYTHING (including your windowmanager) in X when you want to run a screen update intensive appliction. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | 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 Mon Nov 13 8:53:38 2000 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 CA97037B4C5 for ; Mon, 13 Nov 2000 08:53:35 -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 LAA04015 for ; Mon, 13 Nov 2000 11:53:34 -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 LAA01710 for ; Mon, 13 Nov 2000 11:53:31 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G3Z2X700.CV4; Mon, 13 Nov 2000 11:53:31 -0500 Message-ID: <3A101CBC.3BC0364@mitre.org> Date: Mon, 13 Nov 2000 11:54:20 -0500 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Graham Guttocks Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions References: <20001113022831.55274.qmail@web10307.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Graham Guttocks wrote: > > Greetings, > > I have about 12GB of MP3 files that I now wish I had encoded at a lower > bitrate so that they took up less diskspace. I plan to solve this by > decoding the MP3s into WAVE format, and then re-encoding them back into > MP3, this time at a lower bitrate. The problem is that I'll lose the > id3 tags in the process. > > Can anyone recommend a command line tool that would allow me to easily > extract the id3 tags from the original MP3, and then write them to the > new MP3 after it is encoded? Well, there's mp3info in the ports. It works OK, but it doesn't support the new genre tags. It's very customizable, and you should have no problem scripting with it. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | 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 Mon Nov 13 10:20:27 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pilot11.cl.msu.edu (pilot11.cl.msu.edu [35.9.5.31]) by hub.freebsd.org (Postfix) with ESMTP id BA50C37B681; Mon, 13 Nov 2000 10:20:22 -0800 (PST) Received: from pilot.msu.edu (mlss27.cl.msu.edu [35.9.4.127]) by pilot11.cl.msu.edu (8.10.2/8.10.2) with ESMTP id eADIKKN69730; Mon, 13 Nov 2000 13:20:20 -0500 Message-ID: <3A10304D.A01FEE35@pilot.msu.edu> Date: Mon, 13 Nov 2000 13:17:50 -0500 From: Brian Martinez X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: 4.1.1 / SMP / SBLive References: <8up93i$1vul$1@msunews.cl.msu.edu> 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 sending this to both the STABLE & MultiMedia lists. This thread originates however, in the freebsd-stable list. ====================================== I would be curious about your outcome on the problem Evan, I too run an SMP box (Dual PII 450's) and I have a SBLive in there, Everything shows that it's working just fine. ************ Bootup: Oct 22 16:38:27 iguana /kernel: pcm0: port 0xef40-0xef5f irq 9 at device 18.0 on pci0 --- and --- > cat /dev/sndstat FreeBSD Audio Driver (newpcm) Sep 29 2000 14:51:47 Installed devices: pcm0: at io 0xef40 irq 9 (4p/3r channels duplex) ************ On yours, my question is this. IRQ 16? That doesn't exist, there ARE 16 IRQs, but they start at 00 ( == System Timer). So I would be a little iffy on that in regards to your situation. However mine is at IRQ9, and I have the same thing. I turn the speakers up, put headphones in, installed Xmixer, turned up the volume in there, Everything I can think of and still NO sound. The only thing that gives me any kind of error is in /var/log/messages, and it seems to show up when I go to a site that has Flash and Sound in it: Oct 22 16:48:17 iguana /kernel: pcm0: sample rate tracker lock status change I also get one other error only on the console that says something about a buggy irq 10000. Any other insight on this would be extremely helpful :) I run 4.1.1-STABLE, I have read through approximately 4 different tutorials on how to get the Sound Blaster Live working under STABLE, and have been at this point for a couple of months now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 12:49:19 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from dqc.org (106.76.44.208.in-addr.arpa [208.44.76.106]) by hub.freebsd.org (Postfix) with ESMTP id 5C2EE37B479; Mon, 13 Nov 2000 12:49:15 -0800 (PST) Received: by dqc.org (Postfix, from userid 1005) id DEC70BB88; Mon, 13 Nov 2000 12:49:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dqc.org (Postfix) with ESMTP id DD23DACD4; Mon, 13 Nov 2000 12:49:09 -0800 (PST) Date: Mon, 13 Nov 2000 12:49:09 -0800 (PST) From: just matt To: Brian Martinez Cc: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: 4.1.1 / SMP / SBLive In-Reply-To: <3A10304D.A01FEE35@pilot.msu.edu> 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 The funky irq thing probably isn't the source of your problem. With some of the better SMP boards you get more than the de-facto number of irq's seen on all single cpu x86 boxes. I've seen smp boards that support over 30 irq's. Chances are you have more available than you think. - Matt On Mon, 13 Nov 2000, Brian Martinez wrote: > I'm sending this to both the STABLE & MultiMedia lists. This thread originates > however, in the freebsd-stable list. > ====================================== > > I would be curious about your outcome on the problem Evan, I too run an SMP box > (Dual PII 450's) and I have a SBLive in there, Everything shows that it's working > just fine. > > ************ > Bootup: > Oct 22 16:38:27 iguana /kernel: pcm0: port 0xef40-0xef5f irq 9 > at device 18.0 on pci0 > --- and --- > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Sep 29 2000 14:51:47 > Installed devices: > pcm0: at io 0xef40 irq 9 (4p/3r channels duplex) > ************ > > On yours, my question is this. IRQ 16? That doesn't exist, there ARE 16 IRQs, > but they start at 00 ( == System Timer). So I would be a little iffy on that in > regards to your situation. However mine is at IRQ9, and I have the same thing. > I turn the speakers up, put headphones in, installed Xmixer, turned up the volume > in there, Everything I can think of and still NO sound. The only thing that gives > me any kind of error is in /var/log/messages, and it seems to show up when I go to > a site that has Flash and Sound in it: > > Oct 22 16:48:17 iguana /kernel: pcm0: sample rate tracker lock status change > I also get one other error only on the console that says something about a buggy > irq 10000. > > Any other insight on this would be extremely helpful :) I run 4.1.1-STABLE, > I have read through approximately 4 different tutorials on how to get the Sound > Blaster Live working under STABLE, and have been at this point for a couple of > months now. > > > > 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 Mon Nov 13 13: 2:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id B134937B4C5 for ; Mon, 13 Nov 2000 13:02:25 -0800 (PST) Received: (qmail 29089 invoked by uid 0); 13 Nov 2000 21:02:24 -0000 Received: from p3e9ecc4c.dip.t-dialin.net (HELO wunderland.own) (62.158.204.76) by mail.gmx.net (mail04) with SMTP; 13 Nov 2000 21:02:24 -0000 Received: from wunderland.own (localhost [127.0.0.1]) by wunderland.own (8.11.0/8.11.1) with SMTP id eADJ92A00799 for ; Mon, 13 Nov 2000 20:09:02 +0100 (CET) (envelope-from klaus.herrmann@gmx.net) Message-Id: <200011131909.eADJ92A00799@wunderland.own> Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 From: Klaus Herrmann To: freebsd-multimedia@freebsd.org Reply-To: Klaus Herrmann Subject: Terratec DMX XFire 1024 X-Mailer: CSCMail v1.7.9 Date: 13 Nov 2000 20:08:53 CET Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi *! I want to get a new soundcard and my major choice is: Soundblaster Live! Player 1024 Terratec DMX XFire 1024 Both cards seem to be ok and all i want to do is some gaming an listeing to mp3s and cds. well, i heard support for the soundblaster live cards is difficult. Is the DMX Xfire supported by the newpcm driver? I don't care if i have to run 5.0-current, that would be ok. If both aren't supported: soundblaster 128 pci is, right? maybe that would do it, but i'd like the other cards better. thanks in advance, Klaus P.S.: please CC to my mail address as i haven't accually subscribed to the list -- "Don't put off for tomorrow what you can do today, because if you enjoy it today you can do it again tomorrow." Klaus Herrmann PGP-Fingerprint: B6FD E394 B6BB 0B58 17BF 35EC 1AF3 A4BD B8D6 E23A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 13: 5:31 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from itchy.serv.net (itchy.serv.net [205.153.153.233]) by hub.freebsd.org (Postfix) with ESMTP id 247CE37B479; Mon, 13 Nov 2000 13:05:27 -0800 (PST) Received: from localhost (utz@localhost) by itchy.serv.net (8.8.5/8.8.5) with SMTP id NAA59576; Mon, 13 Nov 2000 13:04:52 -0800 (PST) Date: Mon, 13 Nov 2000 13:04:50 -0800 (PST) From: The Utz Family To: =?iso-8859-1?q?Graham=20Guttocks?= Cc: "Kenneth D. Merry" , freebsd-scsi@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( In-Reply-To: <20001113021031.75150.qmail@web10308.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org happens all the time....... On Mon, 13 Nov 2000, [iso-8859-1] Graham Guttocks wrote: > "Kenneth D. Merry" wrote: > > > This looks like a bad block on the CD. Thus the reason it worked when you > > tried again with a new CD. (Which is probably the right approach to take > > to fix the problem.) > > Uhm, ok. I guess I find this hard to swallow since this was a high-quality > CD-R, brand-new from its case. > > Graham > > _____________________________________________________________________________ > http://clubs.yahoo.com.au - Yahoo! Clubs > - Join a club or build your own! > > > 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 Mon Nov 13 14:42:20 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wintermute.sekt7.org.sekt7.org (146-115-75-83.c6-0.brl-ubr1.sbo-brl.ma.cable.rcn.com [146.115.75.83]) by hub.freebsd.org (Postfix) with SMTP id 750B837B479 for ; Mon, 13 Nov 2000 14:42:12 -0800 (PST) Received: (qmail 3591 invoked from network); 13 Nov 2000 22:45:31 -0000 Received: from wintermute.sekt7.org (169.69.6.5) by wintermute.sekt7.org with SMTP; 13 Nov 2000 22:45:31 -0000 Date: Mon, 13 Nov 2000 17:45:30 -0500 (EST) From: Evan S X-Sender: kaworu@wintermute.sekt7 To: Brian Martinez Cc: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: 4.1.1 / SMP / SBLive In-Reply-To: <3A10304D.A01FEE35@pilot.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alright. Here's what I did today, but to no avail! :( I upgraded to 4.2-BETA, since I've heard many people have had SB lives working on it. Upgraded fine actually. Here are the steps I took: 1. cd /dev 2. rm *dsp* 3. rm *audio* 4. ./MAKEDEV snd0 5. reboot 6. here's my dmesg: has sblive in it: 7. mpg123 Prodigy-SmackMyBitchUp.mp3 (no sound coming from speakers, mpg123 did not complain) Tried with XMMS as well. Tried catting au to /dev/dsp. Copyright (c) 1992-2000 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-BETA #3: Sun Nov 12 16:17:20 GMT 2000 kaworu@teqnix.sekt7.org:/usr/src/sys/compile/KAWORU Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (544.09-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183fbff real memory = 268435456 (262144K bytes) avail memory = 256720896 (250704K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 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 0xc048c000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 16 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=14 b=eb ata0-slave: ATAPI probe a=7f b=7f ata0: mask=03 status0=10 status1=00 ata0: devices=04 ata0: at 0x1f0 irq 14 on atapci0 ata1: mask=03 status0=50 status1=00 ata1: mask=03 ostat0=50 ostat2=00 ata1-master: ATAPI probe a=00 b=00 ata1-slave: ATAPI probe a=00 b=00 ata1: mask=03 status0=50 status1=00 ata1-master: ATA probe a=01 b=a5 ata1: devices=01 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xc000-0xc01f irq 5 at devi ce 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered Timecounter "PIIX" frequency 3579545 Hz chip1: port 0x5000-0x500f at device 7 .3 on pci0 pcm0: port 0xc400-0xc41f irq 18 at device 11.0 on pci0 dc0: <82c169 PNIC 10/100BaseTX> port 0xcc00-0xccff mem 0xeb000000-0xeb0000ff irq 17 at device 13.0 on pci0 dc0: Ethernet address: 00:a0:cc:63:e1:8f miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto atapci1: port 0xd800-0xd8ff,0xd400-0xd403,0x d000-0xd007 irq 18 at device 19.0 on pci0 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: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE Probing for PnP devices on ppbus0: ppbus0: HP ENHANCED PCL5,PJL plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ad2: 29311MB [59554/16/63] at ata1-master UDMA33 acd0: CDROM at ata0-master using PIO4 Mounting root from ufs:/dev/ad2s1a Okay. Sorry if that flooded. Now here is my /dev/sndstat bash-2.04$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Nov 12 2000 16:16:31 Installed devices: pcm0: at io 0xc400 irq 18 (4p/3r channels duplex) Thanks, Evan Sarmiento (kaworu@sekt7.org) http://sekt7.org/es On Mon, 13 Nov 2000, Brian Martinez wrote: > I'm sending this to both the STABLE & MultiMedia lists. This thread originates > however, in the freebsd-stable list. > ====================================== > > I would be curious about your outcome on the problem Evan, I too run an SMP box > (Dual PII 450's) and I have a SBLive in there, Everything shows that it's working > just fine. > > ************ > Bootup: > Oct 22 16:38:27 iguana /kernel: pcm0: port 0xef40-0xef5f irq 9 > at device 18.0 on pci0 > --- and --- > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Sep 29 2000 14:51:47 > Installed devices: > pcm0: at io 0xef40 irq 9 (4p/3r channels duplex) > ************ > > On yours, my question is this. IRQ 16? That doesn't exist, there ARE 16 IRQs, > but they start at 00 ( == System Timer). So I would be a little iffy on that in > regards to your situation. However mine is at IRQ9, and I have the same thing. > I turn the speakers up, put headphones in, installed Xmixer, turned up the volume > in there, Everything I can think of and still NO sound. The only thing that gives > me any kind of error is in /var/log/messages, and it seems to show up when I go to > a site that has Flash and Sound in it: > > Oct 22 16:48:17 iguana /kernel: pcm0: sample rate tracker lock status change > I also get one other error only on the console that says something about a buggy > irq 10000. > > Any other insight on this would be extremely helpful :) I run 4.1.1-STABLE, > I have read through approximately 4 different tutorials on how to get the Sound > Blaster Live working under STABLE, and have been at this point for a couple of > months now. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" 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 Mon Nov 13 14:46:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 8EEA537B4C5; Mon, 13 Nov 2000 14:46:31 -0800 (PST) Received: from planetwe.com (admin.planetwe.com [64.182.69.146]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id eADMkMl15037; Mon, 13 Nov 2000 16:46:22 -0600 (CST) Message-ID: <3A106F3E.7D2FB154@planetwe.com> Date: Mon, 13 Nov 2000 16:46:22 -0600 From: Drew Sanford X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Evan S Cc: Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive References: Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------msBC41C27422872747D8FDDBDB" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------msBC41C27422872747D8FDDBDB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Evan S wrote: > > Alright. Here's what I did today, but to no avail! :( > I upgraded to 4.2-BETA, since I've heard many people have had SB lives > working on it. Upgraded fine actually. > > Here are the steps I took: > 1. cd /dev > 2. rm *dsp* > 3. rm *audio* > 4. ./MAKEDEV snd0 > 5. reboot > 6. here's my dmesg: has sblive in it: > 7. mpg123 Prodigy-SmackMyBitchUp.mp3 (no sound coming from speakers, > mpg123 did not complain) Tried with XMMS as well. Tried catting au to > /dev/dsp. > All that looked good. Did you try doing away with /dev/snd0 completely? Like I said, my Live works fine, and there is no /dev/snd0 on the system: lauasanf@lims(~)$ ls -l /dev/snd* crw-rw-rw- 1 root wheel 30, 6 Aug 16 19:42 /dev/sndstat -- Drew Sanford Systems Administrator Planetwe.com Email: drew@planetwe.com --------------msBC41C27422872747D8FDDBDB Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIH7gYJKoZIhvcNAQcCoIIH3zCCB9sCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BewwggK7MIICJKADAgECAgMDmsMwDQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhh d3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDIwMDAuOC4zMDAeFw0wMDExMTMxOTA3NDJaFw0wMTExMTMxOTA3NDJa MGoxHzAdBgNVBAMTFlRoYXd0ZSBGcmVlbWFpbCBNZW1iZXIxIDAeBgkqhkiG9w0BCQEWEWRy ZXdAcGxhbmV0d2UuY29tMSUwIwYJKoZIhvcNAQkBFhZsYXVhc2FuZkBiZWxsc291dGgubmV0 MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGzUBSNz/Zwv1/SjZtuthF4KLsdGut5vwn vonJ81xA8z6F7MpBKtI7pKLm0kY0wzqPoAqTkiZjYBde+m44DVVN96jHFFuSvX+9Y88GEN7P f4LeLFcSg6qvK44uAFgyXd9ertRB883oxXINOrBe0gzLGrKBdUj05NOyMdK/eScvTQIDAQAB o0YwRDA0BgNVHREELTArgRFkcmV3QHBsYW5ldHdlLmNvbYEWbGF1YXNhbmZAYmVsbHNvdXRo Lm5ldDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAADoGxoZZ6noXCOBAAD32DNG F5R1XMvp3NKmRKIlyZLzdzFPYk6eM1oPaSmPL+G3besnPFe8lYdcfkUHcmWE9dNp8TLlEGbf NlyCtLaYAwGL6SE9yt375VYTvmyO2yt1HdH9MD1/B7k3qLlAeJaTP0+LRboj0a9J8I+TlWl8 yFsSMIIDKTCCApKgAwIBAgIBDDANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lv bjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkB FhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAwMDgzMDAwMDAwMFoXDTAyMDgy OTIzNTk1OVowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBT ZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMDCBnzAN BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA3jMypmPHCSVFPtJueCdngcXaiBmClw7jRCmKYzUq bXA8+tyu9+50bzC8M5B/+TRxoKNtmPHDT6Jl2w36S/HW3WGl+YXNVZo1Gp2Sdagnrthy+boC 9tewkd4c6avgGAOofENCUFGHgzzwObSbVIoTh/+zm51JZgAtCYnslGvpoWkCAwEAAaNOMEww KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDEtMjk3MBIGA1UdEwEB/wQI MAYBAf8CAQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBAUAA4GBAHMbbyZli/8VNEtZYort RL5Jx+gNu4+5DWomKmKEH7iHY3QcbbfPGlORS+HN5jjZ7VD0Omw0kqzmkpxuwSMBwgmn70uu ct0GZ/VQby5YuLYLwVBXtewc1+8XttWIm7eiiBrtOVs5fTT8tpYYJU1q9J3Fw5EvqZa4BTxS /N3pYgNIMYIByjCCAcYCAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJu IENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRD ZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIw MDAuOC4zMAIDA5rDMAkGBSsOAwIaBQCggYYwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAc BgkqhkiG9w0BCQUxDxcNMDAxMTEzMjI0NjIyWjAjBgkqhkiG9w0BCQQxFgQUiDhNKmP9Tfwt J1U8+Bh5Utd0SzMwJwYJKoZIhvcNAQkPMRowGDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDAN BgkqhkiG9w0BAQEFAASBgCAlcX4Q+J5lTy6xTVef+YgP1y+g6ALKpTfCvOBs8k1wQrtiGwOT 6Dtmu4TRJPP3nGJZmQapBJ2U+oGzI295v15U7/PkReSelDzeqrZjJWvuYiNrwMhIKAZkFv0U KGwqTUqp0aSId5XXpq7CufYLzc6GVOpeqvwFmQnD/WBmUjsc --------------msBC41C27422872747D8FDDBDB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 14:54:59 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wintermute.sekt7.org.sekt7.org (146-115-75-83.c6-0.brl-ubr1.sbo-brl.ma.cable.rcn.com [146.115.75.83]) by hub.freebsd.org (Postfix) with SMTP id 5C06A37B479 for ; Mon, 13 Nov 2000 14:54:55 -0800 (PST) Received: (qmail 3632 invoked from network); 13 Nov 2000 22:58:14 -0000 Received: from wintermute.sekt7.org (169.69.6.5) by wintermute.sekt7.org with SMTP; 13 Nov 2000 22:58:14 -0000 Date: Mon, 13 Nov 2000 17:58:13 -0500 (EST) From: Evan S X-Sender: kaworu@wintermute.sekt7 To: Drew Sanford Cc: Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive In-Reply-To: <3A106F3E.7D2FB154@planetwe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yeah, there is no /dev/snd0. What the hell is wrong with my sblive!@# Evan Sarmiento (kaworu@sekt7.org) http://sekt7.org/es On Mon, 13 Nov 2000, Drew Sanford wrote: > Evan S wrote: > > > > Alright. Here's what I did today, but to no avail! :( > > I upgraded to 4.2-BETA, since I've heard many people have had SB lives > > working on it. Upgraded fine actually. > > > > Here are the steps I took: > > 1. cd /dev > > 2. rm *dsp* > > 3. rm *audio* > > 4. ./MAKEDEV snd0 > > 5. reboot > > 6. here's my dmesg: has sblive in it: > > 7. mpg123 Prodigy-SmackMyBitchUp.mp3 (no sound coming from speakers, > > mpg123 did not complain) Tried with XMMS as well. Tried catting au to > > /dev/dsp. > > > > All that looked good. Did you try doing away with /dev/snd0 completely? > Like I said, my Live works fine, and there is no /dev/snd0 on the > system: > > lauasanf@lims(~)$ ls -l /dev/snd* > crw-rw-rw- 1 root wheel 30, 6 Aug 16 19:42 /dev/sndstat > > > -- > Drew Sanford > Systems Administrator > Planetwe.com > Email: drew@planetwe.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 14:56:52 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 899E237B4C5; Mon, 13 Nov 2000 14:56:46 -0800 (PST) Received: from planetwe.com (admin.planetwe.com [64.182.69.146]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id eADMucl17226; Mon, 13 Nov 2000 16:56:38 -0600 (CST) Message-ID: <3A1071A6.F98E2277@planetwe.com> Date: Mon, 13 Nov 2000 16:56:38 -0600 From: Drew Sanford X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Evan S Cc: Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive References: Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms252B0CBBBC8BADEBD5A94498" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------ms252B0CBBBC8BADEBD5A94498 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Evan S wrote: > > Yeah, there is no /dev/snd0. What the hell is wrong with my sblive!@# > > Evan Sarmiento (kaworu@sekt7.org) > http://sekt7.org/es > > > > > lauasanf@lims(~)$ ls -l /dev/snd* > > crw-rw-rw- 1 root wheel 30, 6 Aug 16 19:42 /dev/sndstat The only thing that jumps out at me is make sure that /dev/sndstat has everyone's favorite permissions (chmod 666 /dev/sndstat). -- Drew Sanford Systems Administrator Planetwe.com Email: drew@planetwe.com --------------ms252B0CBBBC8BADEBD5A94498 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIH7gYJKoZIhvcNAQcCoIIH3zCCB9sCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BewwggK7MIICJKADAgECAgMDmsMwDQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhh d3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDIwMDAuOC4zMDAeFw0wMDExMTMxOTA3NDJaFw0wMTExMTMxOTA3NDJa MGoxHzAdBgNVBAMTFlRoYXd0ZSBGcmVlbWFpbCBNZW1iZXIxIDAeBgkqhkiG9w0BCQEWEWRy ZXdAcGxhbmV0d2UuY29tMSUwIwYJKoZIhvcNAQkBFhZsYXVhc2FuZkBiZWxsc291dGgubmV0 MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGzUBSNz/Zwv1/SjZtuthF4KLsdGut5vwn vonJ81xA8z6F7MpBKtI7pKLm0kY0wzqPoAqTkiZjYBde+m44DVVN96jHFFuSvX+9Y88GEN7P f4LeLFcSg6qvK44uAFgyXd9ertRB883oxXINOrBe0gzLGrKBdUj05NOyMdK/eScvTQIDAQAB o0YwRDA0BgNVHREELTArgRFkcmV3QHBsYW5ldHdlLmNvbYEWbGF1YXNhbmZAYmVsbHNvdXRo Lm5ldDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAADoGxoZZ6noXCOBAAD32DNG F5R1XMvp3NKmRKIlyZLzdzFPYk6eM1oPaSmPL+G3besnPFe8lYdcfkUHcmWE9dNp8TLlEGbf NlyCtLaYAwGL6SE9yt375VYTvmyO2yt1HdH9MD1/B7k3qLlAeJaTP0+LRboj0a9J8I+TlWl8 yFsSMIIDKTCCApKgAwIBAgIBDDANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lv bjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkB FhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAwMDgzMDAwMDAwMFoXDTAyMDgy OTIzNTk1OVowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBT ZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMDCBnzAN BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA3jMypmPHCSVFPtJueCdngcXaiBmClw7jRCmKYzUq bXA8+tyu9+50bzC8M5B/+TRxoKNtmPHDT6Jl2w36S/HW3WGl+YXNVZo1Gp2Sdagnrthy+boC 9tewkd4c6avgGAOofENCUFGHgzzwObSbVIoTh/+zm51JZgAtCYnslGvpoWkCAwEAAaNOMEww KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDEtMjk3MBIGA1UdEwEB/wQI MAYBAf8CAQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBAUAA4GBAHMbbyZli/8VNEtZYort RL5Jx+gNu4+5DWomKmKEH7iHY3QcbbfPGlORS+HN5jjZ7VD0Omw0kqzmkpxuwSMBwgmn70uu ct0GZ/VQby5YuLYLwVBXtewc1+8XttWIm7eiiBrtOVs5fTT8tpYYJU1q9J3Fw5EvqZa4BTxS /N3pYgNIMYIByjCCAcYCAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJu IENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRD ZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIw MDAuOC4zMAIDA5rDMAkGBSsOAwIaBQCggYYwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAc BgkqhkiG9w0BCQUxDxcNMDAxMTEzMjI1NjM4WjAjBgkqhkiG9w0BCQQxFgQUB5RWwVA4JsqM GTWMTqyitTwlY1YwJwYJKoZIhvcNAQkPMRowGDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDAN BgkqhkiG9w0BAQEFAASBgMEhUMxs2V0n4NiuoZpCWtTgxF1HSWhQHQRhxZLpy7+6x9ICoHa8 vXIyaDh+dha8BCZvOPBKQ1vqOWVTy3BA6nNXSIF2Wf0GWvdr8VS6F5RFWsG7w0KgOPdqBOD0 bfhW4/v6bIpAsfE2XCYiL0uU1vYDQHBk0QSV+PzuDlGHGYmK --------------ms252B0CBBBC8BADEBD5A94498-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 14:58:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wintermute.sekt7.org.sekt7.org (146-115-75-83.c6-0.brl-ubr1.sbo-brl.ma.cable.rcn.com [146.115.75.83]) by hub.freebsd.org (Postfix) with SMTP id CD24B37B4D7 for ; Mon, 13 Nov 2000 14:57:49 -0800 (PST) Received: (qmail 3653 invoked from network); 13 Nov 2000 23:01:08 -0000 Received: from wintermute.sekt7.org (169.69.6.5) by wintermute.sekt7.org with SMTP; 13 Nov 2000 23:01:08 -0000 Date: Mon, 13 Nov 2000 18:01:07 -0500 (EST) From: Evan S X-Sender: kaworu@wintermute.sekt7 To: Drew Sanford Cc: Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive In-Reply-To: <3A1071A6.F98E2277@planetwe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alright. I did that. Didn't work. Oh well.. Thanks nee'ways Evan Sarmiento (kaworu@sekt7.org) http://sekt7.org/es On Mon, 13 Nov 2000, Drew Sanford wrote: > Evan S wrote: > > > > Yeah, there is no /dev/snd0. What the hell is wrong with my sblive!@# > > > > Evan Sarmiento (kaworu@sekt7.org) > > http://sekt7.org/es > > > > > > > > lauasanf@lims(~)$ ls -l /dev/snd* > > > crw-rw-rw- 1 root wheel 30, 6 Aug 16 19:42 /dev/sndstat > > The only thing that jumps out at me is make sure that /dev/sndstat has > everyone's favorite permissions (chmod 666 /dev/sndstat). > > -- > Drew Sanford > Systems Administrator > Planetwe.com > Email: drew@planetwe.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 15:17:57 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cmailg7.svr.pol.co.uk (cmailg7.svr.pol.co.uk [195.92.195.177]) by hub.freebsd.org (Postfix) with ESMTP id C335337B479; Mon, 13 Nov 2000 15:17:53 -0800 (PST) Received: from [195.92.67.23] (helo=mail18.svr.pol.co.uk) by cmailg7.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 13vSrD-0000OW-00; Mon, 13 Nov 2000 23:17:48 +0000 Received: from modem-55.antenna-lion.dialup.pol.co.uk ([62.136.223.55] helo=kenny.kill-9.org.uk) by mail18.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 13vSrB-0006G2-00; Mon, 13 Nov 2000 23:17:45 +0000 Received: from bluescreen (bluescreen.kill-9.org.uk [192.168.1.2]) by kenny.kill-9.org.uk (Postfix) with ESMTP id 97C867066; Mon, 13 Nov 2000 23:19:21 +0000 (GMT) From: "Rich Wood" Organization: dynamite.org To: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org Date: Mon, 13 Nov 2000 23:17:43 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: 4.1.1 / SMP / SBLive Reply-To: rich@dynamite.org Message-ID: <3A107697.2350.17D3BDFF@localhost> References: <3A10304D.A01FEE35@pilot.msu.edu> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 13 Nov 2000, at 12:49, just matt wrote: > > The funky irq thing probably isn't the source of your problem. With > some of the better SMP boards you get more than the de-facto number of > irq's seen on all single cpu x86 boxes. I've seen smp boards that > support over 30 irq's. Chances are you have more available than you > think. This system (ABit BP6, 2xCeleron433's@520, NT4) claims to be issuing IRQ's up to and including 255. Rich -- rich@dynamite.org rich@FreeBSD.org.uk If that's what they call normal, I'd rather be insane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 15:24:33 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 9E23437B479; Mon, 13 Nov 2000 15:24:28 -0800 (PST) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id PAA01024; Mon, 13 Nov 2000 15:24:09 -0800 Message-ID: <3A107818.FEF5B494@urx.com> Date: Mon, 13 Nov 2000 15:24:08 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Drew Sanford Cc: Evan S , Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive References: <3A106F3E.7D2FB154@planetwe.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Drew Sanford wrote: > > Evan S wrote: > > > > Alright. Here's what I did today, but to no avail! :( > > I upgraded to 4.2-BETA, since I've heard many people have had SB lives > > working on it. Upgraded fine actually. > > > > Here are the steps I took: > > 1. cd /dev > > 2. rm *dsp* > > 3. rm *audio* > > 4. ./MAKEDEV snd0 > > 5. reboot > > 6. here's my dmesg: has sblive in it: > > 7. mpg123 Prodigy-SmackMyBitchUp.mp3 (no sound coming from speakers, > > mpg123 did not complain) Tried with XMMS as well. Tried catting au to > > /dev/dsp. > > > > All that looked good. Did you try doing away with /dev/snd0 completely? > Like I said, my Live works fine, and there is no /dev/snd0 on the > system: The "MAKEDEV snd0" creates the links such that your sound card will work with the new pcm module. You can't type mixer and have it return anything until you create the links. Kent > > lauasanf@lims(~)$ ls -l /dev/snd* > crw-rw-rw- 1 root wheel 30, 6 Aug 16 19:42 /dev/sndstat > > -- > Drew Sanford > Systems Administrator > Planetwe.com > Email: drew@planetwe.com -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 15:25:44 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wintermute.sekt7.org.sekt7.org (146-115-75-83.c6-0.brl-ubr1.sbo-brl.ma.cable.rcn.com [146.115.75.83]) by hub.freebsd.org (Postfix) with SMTP id 1672737B479 for ; Mon, 13 Nov 2000 15:25:39 -0800 (PST) Received: (qmail 3721 invoked from network); 13 Nov 2000 23:28:57 -0000 Received: from wintermute.sekt7.org (169.69.6.5) by wintermute.sekt7.org with SMTP; 13 Nov 2000 23:28:57 -0000 Date: Mon, 13 Nov 2000 18:28:57 -0500 (EST) From: Evan S X-Sender: kaworu@wintermute.sekt7 To: Kent Stewart Cc: Drew Sanford , Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive In-Reply-To: <3A107818.FEF5B494@urx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I did ./MAKEDEV snd0, and I can type mixer and get output. soo.. I don't understand what you mean. Evan Sarmiento (kaworu@sekt7.org) http://sekt7.org/es On Mon, 13 Nov 2000, Kent Stewart wrote: > > > Drew Sanford wrote: > > > > Evan S wrote: > > > > > > Alright. Here's what I did today, but to no avail! :( > > > I upgraded to 4.2-BETA, since I've heard many people have had SB lives > > > working on it. Upgraded fine actually. > > > > > > Here are the steps I took: > > > 1. cd /dev > > > 2. rm *dsp* > > > 3. rm *audio* > > > 4. ./MAKEDEV snd0 > > > 5. reboot > > > 6. here's my dmesg: has sblive in it: > > > 7. mpg123 Prodigy-SmackMyBitchUp.mp3 (no sound coming from speakers, > > > mpg123 did not complain) Tried with XMMS as well. Tried catting au to > > > /dev/dsp. > > > > > > > All that looked good. Did you try doing away with /dev/snd0 completely? > > Like I said, my Live works fine, and there is no /dev/snd0 on the > > system: > > The "MAKEDEV snd0" creates the links such that your sound card will > work with the new pcm module. You can't type mixer and have it return > anything until you create the links. > > Kent > > > > > lauasanf@lims(~)$ ls -l /dev/snd* > > crw-rw-rw- 1 root wheel 30, 6 Aug 16 19:42 /dev/sndstat > > > > -- > > Drew Sanford > > Systems Administrator > > Planetwe.com > > Email: drew@planetwe.com > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Nov 13 17:12:29 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 1F9F537B479 for ; Mon, 13 Nov 2000 17:12:27 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAE1CQj17351 for multimedia@freebsd.org; Mon, 13 Nov 2000 17:12:26 -0800 (PST) Date: Mon, 13 Nov 2000 17:12:26 -0800 From: Alfred Perlstein To: multimedia@freebsd.org Subject: ALS4000 sound chipset supported? Message-ID: <20001113171226.T11449@fw.wintelcom.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 Subject says it all, anyone have any luck figuring out what driver to use for an ALS4000 chipset which is found on Siig Soundwave Pro PCI? http://www.avance.com/ - makes the chipset datasheets and whatnot: http://www.realtek.com.tw/htm/download/cgi/DLd1.cgi?model=ALS4000&type=1 actual product: http://www.siig.com/sound/soundwave_pro_pci.html Lot's of fun btw, we bought two in identicle boxes, one had an ess176x (?) compat, worked without a hitch, the other one of course was different than what was on the box, and doesn't work. (ALS4000). Thanks, -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 4:51:40 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail2.bna.bellsouth.net (mail2.bna.bellsouth.net [205.152.150.14]) by hub.freebsd.org (Postfix) with ESMTP id 21E4A37B4C5; Tue, 14 Nov 2000 04:51:36 -0800 (PST) Received: from bellsouth.net (adsl-63-164-15.bna.bellsouth.net [208.63.164.15]) by mail2.bna.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id HAA02709; Tue, 14 Nov 2000 07:51:30 -0500 (EST) Message-ID: <3A1137EF.2C1DECE4@bellsouth.net> Date: Tue, 14 Nov 2000 07:02:39 -0600 From: Drew Sanford X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: kstewart@urx.com Cc: Drew Sanford , Evan S , Brian Martinez , freebsd-stable@FreeBSD.ORG, freebsd-multimedia@FreeBSD.ORG Subject: Re: 4.1.1 / SMP / SBLive References: <3A106F3E.7D2FB154@planetwe.com> <3A107818.FEF5B494@urx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kent Stewart wrote: > > The "MAKEDEV snd0" creates the links such that your sound card will > work with the new pcm module. You can't type mixer and have it return > anything until you create the links. > > Kent Type mixer? I use Xmixer or something - does that require a /dev/snd0 too? 'cause no offence, but its not there. -- Drew Sanford lauasanf@bellsouth.net or drew@planetwe.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 5:26:56 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 65D6E37B479 for ; Tue, 14 Nov 2000 05:26:53 -0800 (PST) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id OAA88024; Tue, 14 Nov 2000 14:25:43 +0100 (CET) (envelope-from karelj) Date: Tue, 14 Nov 2000 14:25:43 +0100 From: "Karel J. Bosschaart" To: Graham Guttocks Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: my first coaster with cdrecord/FreeBSD :-( Message-ID: <20001114142543.A87992@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <20001113021031.75150.qmail@web10308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20001113021031.75150.qmail@web10308.mail.yahoo.com>; from graham_guttocks@yahoo.co.nz on Mon, Nov 13, 2000 at 03:10:31PM +1300 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Nov 13, 2000 at 03:10:31PM +1300, Graham Guttocks wrote: > "Kenneth D. Merry" wrote: > > > This looks like a bad block on the CD. Thus the reason it worked when you > > tried again with a new CD. (Which is probably the right approach to take > > to fix the problem.) > > Uhm, ok. I guess I find this hard to swallow since this was a high-quality > CD-R, brand-new from its case. > You might want to look up http://www.plextor.be/English/technical/cdrmedia.html and see if your medium is listed as 'recommended'. I had trouble with high quality CD's on a 4/2/20 and it appeared not to be listed. Using recommended ones, I had remarkably few problems writing CD's. As others have mentioned, always check the new CD on particles on the surface, and remove them carefully if needed. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 5:38: 1 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cj.vallcom.net (unknown [213.239.10.181]) by hub.freebsd.org (Postfix) with ESMTP id F31A637B479; Tue, 14 Nov 2000 05:37:56 -0800 (PST) Received: from vallcom.net (cj@localhost [127.0.0.1]) by cj.vallcom.net (8.11.1/8.11.1) with ESMTP id eAEDYIh00769; Tue, 14 Nov 2000 14:34:19 +0100 Message-ID: <3A113F55.17DE0110@vallcom.net> Date: Tue, 14 Nov 2000 14:34:14 +0100 From: Carl Johan Madestrand X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.16 i586) X-Accept-Language: en MIME-Version: 1.0 To: Drew Sanford Cc: stable@freebsd.org, multimedia@freebsd.org Subject: Re: 4.1.1 / SMP / SBLive References: <3A106F3E.7D2FB154@planetwe.com> <3A107818.FEF5B494@urx.com> <3A1137EF.2C1DECE4@bellsouth.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Drew Sanford wrote: > Kent Stewart wrote: > > > > The "MAKEDEV snd0" creates the links such that your sound card will > > work with the new pcm module. You can't type mixer and have it return > > anything until you create the links. > > > > Kent > > Type mixer? I use Xmixer or something - does that require a /dev/snd0 > too? 'cause no offence, but its not there. > > -- > Drew Sanford > lauasanf@bellsouth.net or drew@planetwe.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message ./MAKEDEV snd0 does not create /dev/snd0, but instead a bunch of symbolic links (/dev/dsp etc). man pcm explains this. -- Carl Johan Madestrand LoRd_CJ on IRC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 6: 7: 2 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 6511637B479 for ; Tue, 14 Nov 2000 06:06:59 -0800 (PST) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id PAA88116 for freebsd-multimedia@freebsd.org; Tue, 14 Nov 2000 15:05:50 +0100 (CET) (envelope-from karelj) Date: Tue, 14 Nov 2000 15:05:50 +0100 From: "Karel J. Bosschaart" To: freebsd-multimedia@freebsd.org Subject: Utah-glx, agpgart and G400 Message-ID: <20001114150550.B87992@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Recently I installed XFree86-3.3.6 and Utah-glx (on 4.2-BETA), both using ports. I'm loading agp.ko at startup (in /boot/loader.conf) and did a 'sh MAKEDEV agpgart' in /dev. At startup, an agp0 device is detected. X is configured to run at 16bpp, 1600x1200 on a Matrox G400 card with 32MB. I browsed the glx.conf file and found the defaults OK for me. When starting X (using xdm), the log shows a lot of [mga] lines. It shows some AGP related stuff and ends with waitForDmaCompletion: still going! PRIMADDRESS is 0xdc005a74 END 0xdc3fb7f6 SECADDRESS is 0x0 END 0x0 SETUPADDRESS is 0x0 END 0x0 STATUS is 0x80000020 xdm error (pid 271): IO Error in XOpenDisplay xdm error (pid 267): Server for display :0 terminated unexpectedly: 1536 xdm error (pid 267): Display :0 cannot be opened xdm is restarted several times but always fails. The screen is black and I need to log in through the network to reboot the machine (thereby resetting the video card). If I do not load agp.ko, the log complains about the agpgart device not configured, but starts OK, and rendering works more or less. It's a lot faster then software-Mesa, but my impression is that a G400 could do faster. Playing linux Unreal Tournament, the framerate is far below the performance of the Voodoo2-SLI that I also have in the machine (a factor 2 or so). Is it possible to get agp going with Utah glx? Would it be useful to increase the performance? BTW: on the same machine I had XFree-4 with agp and DRI going fine, so I assume resources are OK. Before going to XFree-3 I removed XFree-4 and Mesa (compiled via port with XFREE86_VERSION=4 option, to install some additional libs). If additional info is needed, I'll do my best to provide it ;-). Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 6:22:36 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fwse.teligent.se (gateway.teligent.se [194.17.198.3]) by hub.freebsd.org (Postfix) with SMTP id 8A0E337B479 for ; Tue, 14 Nov 2000 06:22:29 -0800 (PST) Date: Tue, 14 Nov 2000 15:22:11 +0100 (CET) To: multimedia@freebsd.org Subject: ESS Maestro 2E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Message-ID: Reply-To: jakob.alvermark@teligent.se From: Jakob Alvermark Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I recently found out that there is a driver for the above, and I happily downloaded it and followed the instructions to install it. When I boot up I get the message: pcm0: irq 5 at device 12.0 on pci0 pcm0: unable to map register space device_probe_and_attach: pcm0 attach returned 6 What could be the problem? Could it be related to this message: uhci0: irq 5 at device 7.2 on=20 pci0 uhci0: Could not map ports device_probe_and_attach: uhci0 attach returned 6 I see that theese devices use the same irq, maybe that is the problem? They are both pci devices, so they should be able to share the same irq? Any help appreciated. /Jakob ------------------------------------------------------- Teligent AB, P.O. Box 213, S-149 23 Nyn=E4shamn, Sweden =20 Telephone +46-(0)8 520 660 00 * Fax +46-(0)8 520 193 36=20 Direct +46-(0)8 520 660 32=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 6:22:53 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wintermute.sekt7.org.sekt7.org (146-115-75-83.c6-0.brl-ubr1.sbo-brl.ma.cable.rcn.com [146.115.75.83]) by hub.freebsd.org (Postfix) with SMTP id 81B7B37B4C5 for ; Tue, 14 Nov 2000 06:22:48 -0800 (PST) Received: (qmail 4295 invoked from network); 14 Nov 2000 14:26:08 -0000 Received: from wintermute.sekt7.org (169.69.6.5) by wintermute.sekt7.org with SMTP; 14 Nov 2000 14:26:08 -0000 Date: Tue, 14 Nov 2000 09:26:07 -0500 (EST) From: Evan S X-Sender: kaworu@wintermute.sekt7 To: Carl Johan Madestrand Cc: Drew Sanford , stable@freebsd.org, multimedia@freebsd.org Subject: Re: 4.1.1 / SMP / SBLive In-Reply-To: <3A113F55.17DE0110@vallcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know whats going on. I tried device sbc. Mixer works fine, sound is all the way up. Someone recently posted something about Esound settings? Thanks, Evan Sarmiento (kaworu@sekt7.org) http://sekt7.org/es On Tue, 14 Nov 2000, Carl Johan Madestrand wrote: > Drew Sanford wrote: > > > Kent Stewart wrote: > > > > > > The "MAKEDEV snd0" creates the links such that your sound card will > > > work with the new pcm module. You can't type mixer and have it return > > > anything until you create the links. > > > > > > Kent > > > > Type mixer? I use Xmixer or something - does that require a /dev/snd0 > > too? 'cause no offence, but its not there. > > > > -- > > Drew Sanford > > lauasanf@bellsouth.net or drew@planetwe.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > ./MAKEDEV snd0 does not create /dev/snd0, but instead a bunch of symbolic > links (/dev/dsp etc). man pcm explains this. > > > -- > Carl Johan Madestrand > LoRd_CJ on IRC > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" 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 Nov 14 6:28:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from h132-197-97-45.gte.com (h132-197-97-45.gte.com [132.197.97.45]) by hub.freebsd.org (Postfix) with ESMTP id DFEEC37B4CF for ; Tue, 14 Nov 2000 06:28:27 -0800 (PST) Received: (from ak03@localhost) by h132-197-97-45.gte.com (8.11.0/8.11.0) id eAEESFP78853; Tue, 14 Nov 2000 09:28:15 -0500 (EST) (envelope-from ak03) 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: <20001114150550.B87992@wop21.wop.wtb.tue.nl> Date: Tue, 14 Nov 2000 09:28:15 -0500 (EST) Organization: GTE Laboratories Inc. From: "Alexander N. Kabaev" To: K.J.Bosschaart@wtb.tue.nl Subject: RE: Utah-glx, agpgart and G400 Cc: freebsd-multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > If additional info is needed, I'll do my best to provide it ;-). > What AGP chip in in your PC? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 6:41:17 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 4009937B479 for ; Tue, 14 Nov 2000 06:41:15 -0800 (PST) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id PAA88347; Tue, 14 Nov 2000 15:40:00 +0100 (CET) (envelope-from karelj) Date: Tue, 14 Nov 2000 15:39:19 +0100 From: "Karel J. Bosschaart" To: "Alexander N. Kabaev" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Utah-glx, agpgart and G400 Message-ID: <20001114153919.A88303@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <20001114150550.B87992@wop21.wop.wtb.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ak03@gte.com on Tue, Nov 14, 2000 at 09:28:15AM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Nov 14, 2000 at 09:28:15AM -0500, Alexander N. Kabaev wrote: > What AGP chip in in your PC? > It's an ASUS P5A mainboard, with the Aladdin chipset. dmesg shows: pcib0: on motherboard pci0: on pcib0 agp0: mem 0xdc000000-0xdfffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 7:30:19 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from h132-197-97-45.gte.com (h132-197-97-45.gte.com [132.197.97.45]) by hub.freebsd.org (Postfix) with ESMTP id 0222A37B4E5 for ; Tue, 14 Nov 2000 07:30:15 -0800 (PST) Received: (from ak03@localhost) by h132-197-97-45.gte.com (8.11.0/8.11.0) id eAEFU7S79118; Tue, 14 Nov 2000 10:30:07 -0500 (EST) (envelope-from ak03) 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: <20001114153919.A88303@wop21.wop.wtb.tue.nl> Date: Tue, 14 Nov 2000 10:30:07 -0500 (EST) Organization: GTE Laboratories Inc. From: "Alexander N. Kabaev" To: K.J.Bosschaart@wtb.tue.nl Subject: Re: Utah-glx, agpgart and G400 Cc: freebsd-multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, I cannot say anything about ALI chipset. Your best bet would be to check the source against agpgart driver in Linux and see if our driver does something differently. On 14-Nov-00 Karel J. Bosschaart wrote: > On Tue, Nov 14, 2000 at 09:28:15AM -0500, Alexander N. Kabaev wrote: >> What AGP chip in in your PC? >> > > It's an ASUS P5A mainboard, with the Aladdin chipset. > > dmesg shows: > > pcib0: on motherboard > pci0: on pcib0 > agp0: mem 0xdc000000-0xdfffffff at device 0.0 > on > pci0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at 0.0 irq 11 > > Karel. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 7:47:20 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from h132-197-97-45.gte.com (h132-197-97-45.gte.com [132.197.97.45]) by hub.freebsd.org (Postfix) with ESMTP id 585BE37B4C5 for ; Tue, 14 Nov 2000 07:47:14 -0800 (PST) Received: (from ak03@localhost) by h132-197-97-45.gte.com (8.11.0/8.11.0) id eAEFlD979214 for freebsd-multimedia@freebsd.org; Tue, 14 Nov 2000 10:47:13 -0500 (EST) (envelope-from ak03) 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 Date: Tue, 14 Nov 2000 10:47:13 -0500 (EST) Organization: GTE Laboratories Inc. From: "Alexander N. Kabaev" To: freebsd-multimedia@freebsd.org Subject: Utah-glx, G400, AGP and AMD 751 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org While we are here, does anyone have success running Utah-GLX with AMD Irongate AGP driver enabled? Everytime I am trying to start the server, DMA times out in exactly the same way as Karel J. Bosschaart describes. I tried to go over AMD 751 datasheet using Linux driver source for the reference and indeed our implementation seems rather broken. I have patches which bring AMD 751 driver closer to it's Linux counterpart and configuration registers dumps taken on Linux and FreeBSD right after the system startup are now identical, testgart runs just fine every time, etc. Unfortunately, these patches still do not allow Utah-GLX to run successfully. At the moment I am pretty much out of ideas on what to try next. ---------------------------------- E-Mail: Alexander N. Kabaev Date: 14-Nov-00 Time: 10:34:32 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 10: 6:49 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 5689F37B4C5 for ; Tue, 14 Nov 2000 10:06:45 -0800 (PST) Received: from platinum.scientia.demon.co.uk ([192.168.91.37] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.169 #1) id 13vjrl-000GJG-00; Tue, 14 Nov 2000 17:27:29 +0000 Received: (from ben@localhost) by platinum.scientia.demon.co.uk (8.11.1/8.11.1) id eAEHRTQ53763; Tue, 14 Nov 2000 17:27:29 GMT (envelope-from ben) Date: Tue, 14 Nov 2000 17:27:28 +0000 From: Ben Smithurst To: Graham Guttocks Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions Message-ID: <20001114172728.A42464@platinum.scientia.demon.co.uk> References: <20001113022831.55274.qmail@web10307.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001113022831.55274.qmail@web10307.mail.yahoo.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Graham Guttocks wrote: > Can anyone recommend a command line tool that would allow me to easily > extract the id3 tags from the original MP3, and then write them to the > new MP3 after it is encoded? 'tail -c128' might be able to help; the MP3 tag is just the last 128 bytes of the MP3 file. Just take those off the original, re-encode it, and append the bytes on again. For a sanity check make sure the first three bytes of the last 128 bytes are the three letters "TAG". Alternatively write a small perl script to do it, there's nothing particularly magic about MP3 tags. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 11:31:17 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from linus.dvart.com (linus.dvart.com [64.79.2.3]) by hub.freebsd.org (Postfix) with ESMTP id 04E3337B479 for ; Tue, 14 Nov 2000 11:31:15 -0800 (PST) Received: from dvart.com ([192.168.100.141]) by linus.dvart.com (8.9.3/8.9.3) with ESMTP id LAA01289 for ; Tue, 14 Nov 2000 11:31:14 -0800 Message-ID: <3A119302.80B42CEB@dvart.com> Date: Tue, 14 Nov 2000 11:31:14 -0800 From: bruno schwander X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: fxtv sound recording Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have TV playback working great, sound and all, with fxtv. However, whenever I try to record sound (whether alone or with video) fxtv freezes. The UI freezes and I have to kill fxtv from another console. I can than see a tiny raw sound file in the temp directory. Video capture (no sound) works great (althought fxtv complains that the compression script exited with a wrong return code, but I can run it manually and it works.) I am using a Hauppauge WinTV/GO card and a SoundBlaster 16 , on FreeBSD 4.0 with the latest bktr driver (not the one from the distribution, I got it directly from the bt848 developments web pages) Oh, and video playback freezes when I record video, is this normal ? I actually could not care less if there was no video and audio feedback, as long as it records properly ! Thanks to all who have suggestions bruno To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 12:17:45 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from web10303.mail.yahoo.com (web10303.mail.yahoo.com [216.136.130.81]) by hub.freebsd.org (Postfix) with SMTP id CA70F37B479 for ; Tue, 14 Nov 2000 12:17:42 -0800 (PST) Message-ID: <20001114201742.38549.qmail@web10303.mail.yahoo.com> Received: from [128.165.147.151] by web10303.mail.yahoo.com; Wed, 15 Nov 2000 09:17:42 NZDT Date: Wed, 15 Nov 2000 09:17:42 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions To: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the suggestions all. It looks like my best bet is the perl MP3::Info module (port audio/p5-MP3-Info) which should make this job really easy. The downside of course is that I have to code in perl, but I'll probably live through it. Regards, Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Nov 14 13:40:17 2000 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 1CD5937B4CF for ; Tue, 14 Nov 2000 13:40:05 -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 QAA18542 for ; Tue, 14 Nov 2000 16:39:59 -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 QAA16382 for ; Tue, 14 Nov 2000 16:39:58 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G41AUL00.NLO; Tue, 14 Nov 2000 16:39:57 -0500 Message-ID: <3A11B15C.A0503399@mitre.org> Date: Tue, 14 Nov 2000 16:40:44 -0500 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Graham Guttocks Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions References: <20001114201742.38549.qmail@web10303.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Graham Guttocks wrote: > > Thanks for the suggestions all. It looks like my best bet > is the perl MP3::Info module (port audio/p5-MP3-Info) which should > make this job really easy. The downside of course is that I have > to code in perl, but I'll probably live through it. On the upside, you get to code in perl. :) -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | 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 Tue Nov 14 22:48:59 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from web10306.mail.yahoo.com (web10306.mail.yahoo.com [216.136.130.84]) by hub.freebsd.org (Postfix) with SMTP id 5313637B4CF for ; Tue, 14 Nov 2000 22:48:57 -0800 (PST) Message-ID: <20001115064857.42190.qmail@web10306.mail.yahoo.com> Received: from [128.165.7.25] by web10306.mail.yahoo.com; Wed, 15 Nov 2000 19:48:57 NZDT Date: Wed, 15 Nov 2000 19:48:57 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions To: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-60924082-974270937=:40384" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --0-60924082-974270937=:40384 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Ben Smithurst wrote: > Alternatively write a small perl script to do it, there's nothing > particularly magic about MP3 tags. Thanks for the info, I didn't realise the nature of mp3 tags were so simple. In any case, I've attached the perl script I hacked up this afternoon in case it may be of use to anyone else. I plan to let it run on my 12GB of MP3s while I'm out of town this weekend. Cheers, Graham _____________________________________________________________________________ http://clubs.yahoo.com.au - Yahoo! Clubs - Join a club or build your own! --0-60924082-974270937=:40384 Content-Type: application/x-perl; name="mp3reenc.pl" Content-Transfer-Encoding: base64 Content-Description: mp3reenc.pl Content-Disposition: attachment; filename="mp3reenc.pl" IyEvdXNyL2Jpbi9wZXJsCgojIFN0YXJ0cyBpbiB0aGUgY3VycmVudCB3b3Jr aW5nIGRpcmVjdG9yeSBhbmQgcmVjdXJzaXZlbHkgZGVjb2RlcyBhbGwKIyBN UDNzIGludG8gV0FWRSBmb3JtYXQgYW5kIHRoZW4gZW5jb2RlcyB0aGVtIGJh Y2sgaW50byBNUDMsCiMgcHJlc2VydmluZyB0aGVpciBpZDMgdGFncyBpbiB0 aGUgcHJvY2Vzcy4gIFVzZWZ1bCBmb3IgcmVkb2luZyBwb29ybHkKIyBlbmNv ZGVkIE1QM3MgZG93bmxvYWRlZCBvZmYgdGhlIG5ldC4KCnVzZSBNUDM6Oklu Zm87CQkJIyA8aHR0cDovL3NlYXJjaC5jcGFuLm9yZy9zZWFyY2g/bW9kdWxl PU1QMzo6SW5mbz4KdXNlIEZpbGU6OlJlY3Vyc2U7CQkjIDxodHRwOi8vc2Vh cmNoLmNwYW4ub3JnL3NlYXJjaD9tb2R1bGU9RmlsZTo6UmVjdXJzZT4KCm15 ICVmaWxlcyA9IFJlY3Vyc2UoWycuJ10sIHttYXRjaCA9PiAnXC5tcDMkJ30p OwoKZm9yZWFjaCAoc29ydCBrZXlzICVmaWxlcykgewogICAkZGlyID0gJF87 CiAgIGZvcmVhY2ggKEB7ICRmaWxlc3skX30gfSkgewogICAgICRtcDMgPSAi JGRpci8kXyI7CiAgICAgJG5ld21wMyA9ICIkbXAzLk9MRCI7CgogICAgICMg dXNlcyBsYW1lIChiZXRhKSA8aHR0cDovL2xhbWUuc291cmNlZm9yZ2UubmV0 PgogICAgICRkZWNvZGUgPSAibGFtZSAtLWRlY29kZSAtLW1wM2lucHV0ICRu ZXdtcDMgJG5ld21wMy53YXYgMj4vZGV2L251bGwiOyAgICAgCiAgICAgJGVu Y29kZSA9ICJsYW1lIC1wIC1oIC1iIDE2MCAkbmV3bXAzLndhdiAkbXAzIDI+ L2Rldi9udWxsIjsKICAgIAogICAgICR0YWcgPSBnZXRfbXAzdGFnKCRtcDMp OwkgICAgICAjIGZldGNoIHRoZSBvcmlnaW5hbCBtcDMgZmlsZSdzIGlkMyB0 YWcuCiAgICAgcmVuYW1lKCRtcDMsJG5ld21wMyk7CSAgICAgICMgcmVuYW1l IHRoZSBmaWxlLgogICAgIHByaW50ICJyZS1lbmNvZGluZyAkbXAzXG4iOyAg CiAgICAgc3lzdGVtKCIkZGVjb2RlIik7CQkgICAgICAjIGRlY29kZSBpdCBp bnRvIHdhdmUuCiAgICAgc3lzdGVtKCIkZW5jb2RlIik7CQkgICAgICAjIGVu Y29kZSB0aGUgd2F2IGludG8gYSBuZXcgbXAzLgogICAgIHNldF9tcDN0YWco IiRtcDMiLCAkdGFnKTsJICAgICAgIyBzZXQgdGhlIG5ldyBtcDMncyBpZDMg dGFnLgogICAgIHVubGluaygiJG5ld21wMy53YXYiLCIkbmV3bXAzIik7ICMg Y2xlYW51cCBieSBkZWxldGluZyB0aGUgb2xkIG1wMyBhbmQgd2F2ZS4KICAg fQp9CnByaW50ICJcbiI7CnByaW50ICJEb25lXG4iOwo= --0-60924082-974270937=:40384-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Nov 15 0:28: 2 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 942CC37B4CF for ; Wed, 15 Nov 2000 00:28:00 -0800 (PST) Received: from m673-mp1-cvx1b.edi.ntl.com ([62.253.10.161] helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 13vxui-00069H-00; Wed, 15 Nov 2000 08:27:29 +0000 Message-ID: <3A1248E1.A6838DBC@cs.strath.ac.uk> Date: Wed, 15 Nov 2000 08:27:13 +0000 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: bruno schwander Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv sound recording References: <3A119302.80B42CEB@dvart.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Bruno > I have TV playback working great, sound and all, with fxtv. However, > whenever I try to record sound (whether alone or with video) fxtv > freezes. The UI freezes and I have to kill fxtv from another console. > I can than see a tiny raw sound file in the temp directory. > Video capture (no sound) works great (althought fxtv complains that the > compression script exited with a wrong return code, but I can run it > manually and it works.) There were a whole load of problems in FreeBSD 4.0 with the sound card drivers. And from what I can remember,recording on a Sound Blaster 16 was one of the problems. Just to give the history, FreeBSD 4.0 was the first release of FreeBSD to use the new sound drivers from Cameron Grant. (sometimes called the newpcm drivers) These drivers support all the new PCI based sound cards and are very good. But back at FreeBSD 4.0, there were a few problems. I see you had downloaded and installed my latest bt848 drivers. Unfortunatly I no not think there is an easy way to install the latest sound drivers on a 4.0 machine. So my only advice is to upgrade FreeBSD. FreeBSD 4.2 will be released on November 20th and has the latest sound card drivers. You can either wait until then, or you can try FreeBSD 4.1.1. If you want to do things properly you can always use CVS to get the latest 4.x-stable source and rebuild your kernel and userland programs from source. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Nov 15 4:43:55 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 4748237B479 for ; Wed, 15 Nov 2000 04:43:51 -0800 (PST) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id eAFChXu08368; Wed, 15 Nov 2000 13:43:33 +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 eAFChXh16282; Wed, 15 Nov 2000 13:43:33 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id eAFChWp19365; Date: Wed, 15 Nov 2000 13:43:32 +0100 From: Andre Albsmeier To: Roger Hardiman Cc: bruno schwander , freebsd-multimedia@FreeBSD.ORG Subject: Re: fxtv sound recording Message-ID: <20001115134332.A18957@curry.mchp.siemens.de> References: <3A119302.80B42CEB@dvart.com> <3A1248E1.A6838DBC@cs.strath.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.2.5i In-Reply-To: <3A1248E1.A6838DBC@cs.strath.ac.uk>; from roger@cs.strath.ac.uk on Wed, Nov 15, 2000 at 08:27:13AM +0000 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 Wed, 15-Nov-2000 at 08:27:13 +0000, Roger Hardiman wrote: > Hi Bruno > =20 > > I have TV playback working great, sound and all, with fxtv. However, > > whenever I try to record sound (whether alone or with video) fxtv > > freezes. The UI freezes and I have to kill fxtv from another console. > > I can than see a tiny raw sound file in the temp directory. > > Video capture (no sound) works great (althought fxtv complains that the > > compression script exited with a wrong return code, but I can run it > > manually and it works.) >=20 >=20 > There were a whole load of problems in FreeBSD 4.0 with the sound card > drivers. > And from what I can remember,=12recording on a Sound Blaster 16 was > one of the problems. >=20 > Just to give the history, FreeBSD 4.0 was the first release > of FreeBSD to use the new sound drivers from Cameron Grant. > (sometimes called the newpcm drivers) > These drivers support all the new PCI based sound cards and are > very good. But back at FreeBSD 4.0, there were a few problems. >=20 >=20 > I see you had downloaded and installed my latest bt848 drivers. > Unfortunatly I no not think there is an easy way to install > the latest sound drivers on a 4.0 machine. >=20 > So my only advice is to upgrade FreeBSD. >=20 > FreeBSD 4.2 will be released on November 20th and has the latest > sound card drivers. Well, the latest drivers are in -current only. At least the one for the Soundblaster; they seem to be different: andre@bali:~>ll /src/src-4/sys/dev/sound/isa/sb* =20 -rw-r--r-- 1 root wheel - 22862 Oct 7 19:38 /src/src-4/sys/dev/sound/is= a/sb.c -rw-r--r-- 1 root wheel - 8631 Apr 1 2000 /src/src-4/sys/dev/sound/is= a/sb.h -rw-r--r-- 1 root wheel - 18332 Oct 7 19:38 /src/src-4/sys/dev/sound/is= a/sbc.c and in -current: andre@bali:~>ll /src/src-5/sys/dev/sound/isa/sb* =20 -rw-r--r-- 1 root wheel - 8656 Jun 22 16:50 /src/src-5/sys/dev/sound/is= a/sb.h -rw-r--r-- 1 root wheel - 20638 Nov 7 18:18 /src/src-5/sys/dev/sound/is= a/sb16.c -rw-r--r-- 1 root wheel - 17595 Oct 29 11:47 /src/src-5/sys/dev/sound/is= a/sb8.c -rw-r--r-- 1 root wheel - 18417 Oct 27 08:51 /src/src-5/sys/dev/sound/is= a/sbc.c I hope that 16Bit recording will work with the new ones... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Nov 15 6:12:57 2000 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 3162137B4C5 for ; Wed, 15 Nov 2000 06:12:55 -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 JAA07660 for ; Wed, 15 Nov 2000 09:12:54 -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 JAA09778 for ; Wed, 15 Nov 2000 09:12:52 -0500 (EST) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.15) with ESMTP id G42KTF00.BAK; Wed, 15 Nov 2000 09:12:51 -0500 Message-ID: <3A129A0E.95B94A6E@mitre.org> Date: Wed, 15 Nov 2000 09:13:34 -0500 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.75 [en]C-20000818M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Graham Guttocks Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: preserving id3 tag with mp3-->wav-->mp3 conversions References: <20001115064857.42190.qmail@web10306.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Graham Guttocks wrote: > > Ben Smithurst wrote: > > > Alternatively write a small perl script to do it, there's nothing > > particularly magic about MP3 tags. > > Thanks for the info, I didn't realise the nature of mp3 tags were > so simple. In any case, I've attached the perl script I hacked up > this afternoon in case it may be of use to anyone else. I plan to > let it run on my 12GB of MP3s while I'm out of town this weekend. I don't know if you noticed it, but lame supports vbr encoding now with the -v switch. I find it makes the mp3 sound a little better and take a little less space, although it makes the filesizes vary a bit more than they do with the straight encoding. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | 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 Nov 16 6: 5:54 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id 5325A37B4C5 for ; Thu, 16 Nov 2000 06:05:46 -0800 (PST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.9.3/8.9.3) with ESMTP id OAA17309 for ; Thu, 16 Nov 2000 14:04:30 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: freebsd-multimedia@freebsd.org Subject: Utah-GLX on Matrox G400 using DMA ?? Date: Thu, 16 Nov 2000 14:04:30 +0000 Message-ID: <17307.974383470@thrush.ravenbrook.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a new machine running 4.1-RELEASE and Utah-GLX. When I start X, bI get this glx.log. Note the "Device not configured" message. It's the same when I try to open /dev/agpgart manually (e.g. cat /dev/agpgart > /dev/null gives "Device not configured"). The Mesa demos run OK; much faster than without Utah-GLX. But as I understand it, this agpgart failure means I am using PseudoDMA only, which slows down the card and prevents direct rendering. Any ideas? I've studied the LINT configuration file and sys/pci/agp.c but without success. Nick B glx.log: 1176220624:virtual (x, y) (1280, 1024) 112:width: 1280 17:depth: 24 17:memBase: 0x28689000 18:videoRam: 0x00008000 18:Detected 0x525 Chip ID 42:Memory heap 0x834b360: 20: Offset:00000000, Size:005a0000, UR 19: Offset:005a0000, Size:01a5fc00, .. 20: Offset:01fffc00, Size:00000400, UR 18:End of memory blocks 46:defaulting to mga_dma = 3 146:pseudoDmaPhysical : 0xfe000000 19:pseudoDmaVirtual : 0x2a68e000 18:Defaulting to mga_dmasize = 4 17:defaulting to mga_dmaadr = agp 35301:unable to open /dev/agpgart: Device not configured 63:AllocateGARTMemory failed. 17:mgaDmaInit: mga_dma = 3 18:defaulting to mga_cmdsize = 4 141:allocated 0x400000 bytes from virtual memory for command buffers. 22963:MemoryBenchmark: 174 mb/s 20413:MemoryBenchmark: 197 mb/s 119:dmaBuffers[]->maxPrimaryDwords = 65536 25:dmaBuffers[]->maxSecondaryDwords = 458752 86:No sysmemHeap, textures must be stored on card 17169:Configuring WARP 7130:Only using a single warp pipe. 42:tgz 0x0, 0x2865563c, 824 22:tgza 0x0, 0x28655974, 856 17:tgzaf 0x0, 0x28655ccc, 896 19:tgzf 0x0, 0x2865604c, 864 17:tgzs 0x0, 0x286563ac, 928 19:tgzsa 0x0, 0x2865674c, 968 18:tgzsaf 0x0, 0x28656b14, 1000 18:tgzsf 0x0, 0x28656efc, 968 18:t2gz 0x0, 0x286531b4, 1080 19:t2gza 0x0, 0x286535ec, 1112 17:t2gzaf 0x0, 0x28653a44, 1152 19:t2gzf 0x0, 0x28653ec4, 1120 17:t2gzs 0x0, 0x28654324, 1184 19:t2gzsa 0x0, 0x286547c4, 1224 18:t2gzsaf 0x0, 0x28654c8c, 1256 18:t2gzsf 0x0, 0x28655174, 1224 18:Warp initialisation successfully completed 21:enabling mga_nosgram mgaInitGLX completed 347808771:mgaGLXCreateContext() 60685:mgaGLXCreateContext succeeded: 0x8855000 Don't allow direct clients with pseudo-dma132643:mgaGLXCreateImage( 400, 400 ) 151:mgaDestroyAllTextures() 28: 4 bytesPerPixel 0 bytesPerDepth 24:Memory heap 0x834b360: 20: Offset:00000000, Size:005a0000, UR 22: Offset:005a0000, Size:00a60000, .. 91: Offset:01000000, Size:000af000, U. 19: Offset:010af000, Size:00f50c00, .. 19: Offset:01fffc00, Size:00000400, UR 19:End of memory blocks 13744144:mgaGLXCreateImage( 647, 616 ) 82:mgaGLXDestroyImage( 0x838e100 ) 30:Memory heap 0x834b360: 18: Offset:00000000, Size:005a0000, UR 22: Offset:005a0000, Size:01a5fc00, .. 18: Offset:01fffc00, Size:00000400, UR 19:End of memory blocks 29:mgaDestroyAllTextures() 18: 4 bytesPerPixel 0 bytesPerDepth 20:Memory heap 0x834b360: 17: Offset:00000000, Size:005a0000, UR 19: Offset:005a0000, Size:00a60000, .. 18: Offset:01000000, Size:001a8000, U. 19: Offset:011a8000, Size:00e57c00, .. 19: Offset:01fffc00, Size:00000400, UR 18:End of memory blocks 296512400:mgaGLXDestroyImage( 0x838e100 ) 55:Memory heap 0x834b360: 19: Offset:00000000, Size:005a0000, UR 22: Offset:005a0000, Size:01a5fc00, .. 20: Offset:01fffc00, Size:00000400, UR 18:End of memory blocks 1693:mgaGLXDestroyContext( 0x8855000 ) 58:mgaDestroyContext(): successfully destroyed. Section "Module" Load "/usr/X11R6/lib/modules/glx.so" EndSection -- FreeBSD 4.1-RELEASE: up 7 days, 59 mins last reboot Thu Nov 2 10:55 (new machine) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Nov 16 6:18:33 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id D429237B4CF for ; Thu, 16 Nov 2000 06:18:30 -0800 (PST) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id PAA97679; Thu, 16 Nov 2000 15:17:22 +0100 (CET) (envelope-from karelj) Date: Thu, 16 Nov 2000 15:17:00 +0100 From: "Karel J. Bosschaart" To: Nick Barnes Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Utah-GLX on Matrox G400 using DMA ?? Message-ID: <20001116151700.A97625@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <17307.974383470@thrush.ravenbrook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <17307.974383470@thrush.ravenbrook.com>; from Nick.Barnes@pobox.com on Thu, Nov 16, 2000 at 02:04:30PM +0000 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 16, 2000 at 02:04:30PM +0000, Nick Barnes wrote: > I have a new machine running 4.1-RELEASE and Utah-GLX. > > When I start X, bI get this glx.log. Note the "Device not configured" > message. It's the same when I try to open /dev/agpgart manually > (e.g. cat /dev/agpgart > /dev/null gives "Device not configured"). > > The Mesa demos run OK; much faster than without Utah-GLX. But as I > understand it, this agpgart failure means I am using PseudoDMA only, > which slows down the card and prevents direct rendering. > > Any ideas? I've studied the LINT configuration file and sys/pci/agp.c > but without success. > Do you have the agp module loaded? I load it at startup with agp_load="YES" in /boot/loader.conf. Then I did 'sh MAKEDEV agpgart' in /dev. However, when I start X I'm getting a DMA timeout, and a black screen. I need to reset via a remote login (actually a reboot to get the G400 back in order). I mailed to this list couple of days ago with a more extensive description. Alexander N. Kabaev reported that he has the same DMA timeout on another AGP chipset than what I have. I don't have a solution (yet?) :-(. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Nov 16 6:27:28 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id BB09A37B4CF for ; Thu, 16 Nov 2000 06:27:24 -0800 (PST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.9.3/8.9.3) with ESMTP id OAA17458; Thu, 16 Nov 2000 14:25:56 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: K.J.Bosschaart@wtb.tue.nl Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Utah-GLX on Matrox G400 using DMA ?? In-Reply-To: Message from "Karel J. Bosschaart" of "Thu, 16 Nov 2000 15:17:00 +0100." <20001116151700.A97625@wop21.wop.wtb.tue.nl> Date: Thu, 16 Nov 2000 14:25:56 +0000 Message-ID: <17456.974384756@thrush.ravenbrook.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 2000-11-16 14:17:00+0000, "Karel J. Bosschaart" writes: > On Thu, Nov 16, 2000 at 02:04:30PM +0000, Nick Barnes wrote: > > I have a new machine running 4.1-RELEASE and Utah-GLX. > > > > When I start X, bI get this glx.log. Note the "Device not configured" > > message. It's the same when I try to open /dev/agpgart manually > > (e.g. cat /dev/agpgart > /dev/null gives "Device not configured"). > > > > The Mesa demos run OK; much faster than without Utah-GLX. But as I > > understand it, this agpgart failure means I am using PseudoDMA only, > > which slows down the card and prevents direct rendering. > > > > Any ideas? I've studied the LINT configuration file and sys/pci/agp.c > > but without success. > > > > Do you have the agp module loaded? I load it at startup with agp_load="YES" > in /boot/loader.conf. Then I did 'sh MAKEDEV agpgart' in /dev. I loaded the agp module with kldload; that didn't help. Nick B > However, when I start X I'm getting a DMA timeout, and a black screen. > I need to reset via a remote login (actually a reboot to get the G400 back > in order). > > I mailed to this list couple of days ago with a more extensive description. > Alexander N. Kabaev reported that he has the same DMA timeout > on another AGP chipset than what I have. > > I don't have a solution (yet?) :-(. > > Karel. > > -- FreeBSD 4.1-RELEASE: up 7 days, 1:21 last reboot Thu Nov 2 10:55 (new machine) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Nov 16 6:49:18 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 44AD437B4C5 for ; Thu, 16 Nov 2000 06:49:16 -0800 (PST) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id PAA99099; Thu, 16 Nov 2000 15:48:08 +0100 (CET) (envelope-from karelj) Date: Thu, 16 Nov 2000 15:48:07 +0100 From: "Karel J. Bosschaart" To: Nick Barnes Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Utah-GLX on Matrox G400 using DMA ?? Message-ID: <20001116154807.A99022@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@wtb.tue.nl References: <17456.974384756@thrush.ravenbrook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <17456.974384756@thrush.ravenbrook.com>; from Nick.Barnes@pobox.com on Thu, Nov 16, 2000 at 02:25:56PM +0000 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 16, 2000 at 02:25:56PM +0000, Nick Barnes wrote: > At 2000-11-16 14:17:00+0000, "Karel J. Bosschaart" writes: > > On Thu, Nov 16, 2000 at 02:04:30PM +0000, Nick Barnes wrote: > > > I have a new machine running 4.1-RELEASE and Utah-GLX. > > > > > > Any ideas? I've studied the LINT configuration file and sys/pci/agp.c > > > but without success. > > > > > > > Do you have the agp module loaded? I load it at startup with agp_load="YES" > > in /boot/loader.conf. Then I did 'sh MAKEDEV agpgart' in /dev. > > I loaded the agp module with kldload; that didn't help. > Same problem that I have... I need to load it at startup, or else it won't attach the agp device :-(. > FreeBSD 4.1-RELEASE: up 7 days, 1:21 > last reboot Thu Nov 2 10:55 (new machine) FreeBSD 4.1-RC: up 56 days, 1:41 ...but my machine with G400 is rebooted quite often :-( Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Nov 16 7: 8:18 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id 165C937B479 for ; Thu, 16 Nov 2000 07:08:12 -0800 (PST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.9.3/8.9.3) with ESMTP id PAA00277; Thu, 16 Nov 2000 15:07:02 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: K.J.Bosschaart@wtb.tue.nl Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Utah-GLX on Matrox G400 using DMA ?? In-Reply-To: Message from "Karel J. Bosschaart" of "Thu, 16 Nov 2000 15:48:07 +0100." <20001116154807.A99022@wop21.wop.wtb.tue.nl> Date: Thu, 16 Nov 2000 15:07:02 +0000 Message-ID: <275.974387222@thrush.ravenbrook.com> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 2000-11-16 14:48:07+0000, "Karel J. Bosschaart" writes: > On Thu, Nov 16, 2000 at 02:25:56PM +0000, Nick Barnes wrote: > > At 2000-11-16 14:17:00+0000, "Karel J. Bosschaart" writes: > > > On Thu, Nov 16, 2000 at 02:04:30PM +0000, Nick Barnes wrote: > > > > I have a new machine running 4.1-RELEASE and Utah-GLX. > > > > > > > > > Any ideas? I've studied the LINT configuration file and sys/pci/agp.c > > > > but without success. > > > > > > > > > > Do you have the agp module loaded? I load it at startup with agp_load="YES" > > > in /boot/loader.conf. Then I did 'sh MAKEDEV agpgart' in /dev. > > > > I loaded the agp module with kldload; that didn't help. > > > Same problem that I have... I need to load it at startup, or else it won't > attach the agp device :-(. I added it to /boot/loader.conf. GLX started up OK, finding agpgart, but then didn't actually work at all. I tried the morph3d Mesa demo and it kept timing out waiting for the DMA confirmation. I would send the log file but I've rebooted now and for some reason GLX deletes old log files rather than appending to them. Argh. Nick B -- FreeBSD 4.1-RELEASE: up 5 mins last reboot Thu Nov 16 15:01 (new machine) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Nov 16 11:32:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from linus.dvart.com (linus.dvart.com [64.79.2.3]) by hub.freebsd.org (Postfix) with ESMTP id 1148B37B479 for ; Thu, 16 Nov 2000 11:32:37 -0800 (PST) Received: from dvart.com ([192.168.100.141]) by linus.dvart.com (8.9.3/8.9.3) with ESMTP id LAA18755 for ; Thu, 16 Nov 2000 11:00:32 -0800 Message-ID: <3A143651.233D8B89@dvart.com> Date: Thu, 16 Nov 2000 11:32:33 -0800 From: bruno schwander X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-multimedia@FreeBSD.ORG" Subject: Re: Utah-GLX on Matrox G400 using DMA ?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How does Utah-GLX and DRI differ ? It looks to me like they are 2 different 3D accel interfaces/libs, anyone tried using DRI ? Maybe I am totally off here.. bruno Nick Barnes wrote: > At 2000-11-16 14:48:07+0000, "Karel J. Bosschaart" writes: > > On Thu, Nov 16, 2000 at 02:25:56PM +0000, Nick Barnes wrote: > > > At 2000-11-16 14:17:00+0000, "Karel J. Bosschaart" writes: > > > > On Thu, Nov 16, 2000 at 02:04:30PM +0000, Nick Barnes wrote: > > > > > I have a new machine running 4.1-RELEASE and Utah-GLX. > > > > > > > < -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Nov 16 12:27:29 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 8A4F637B479 for ; Thu, 16 Nov 2000 12:27:27 -0800 (PST) Received: from m254-mp1-cvx2b.ren.ntl.com ([62.252.148.254] helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 13wVcT-00033w-00; Thu, 16 Nov 2000 20:26:55 +0000 Message-ID: <3A144323.8E132C2@cs.strath.ac.uk> Date: Thu, 16 Nov 2000 20:27:15 +0000 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.2-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: bruno schwander Cc: "freebsd-multimedia@FreeBSD.ORG" Subject: Re: Utah-GLX on Matrox G400 using DMA ?? References: <3A143651.233D8B89@dvart.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bruno > > How does Utah-GLX and DRI differ ? > It looks to me like they are 2 different 3D accel interfaces/libs, > anyone tried using DRI ? Utah GLX was a method for allowing Hardware OpenGL acceleration with XFree86 3.3.x DRI is an alternative method for XFree86 4.x Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Nov 18 8:20:43 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from hotmail.com (f91.law4.hotmail.com [216.33.149.91]) by hub.freebsd.org (Postfix) with ESMTP id 8459C37B4C5 for ; Sat, 18 Nov 2000 08:20:41 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 18 Nov 2000 08:20:41 -0800 Received: from 212.11.3.16 by lw4fd.law4.hotmail.msn.com with HTTP; Sat, 18 Nov 2000 16:20:41 GMT X-Originating-IP: [212.11.3.16] From: "Julien Clauzel" To: multimedia@freebsd.org Subject: help!: open("/dev/bktr0") failed: No such file or directory Date: Sat, 18 Nov 2000 17:20:41 CET Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Nov 2000 16:20:41.0404 (UTC) FILETIME=[7EA677C0:01C0517B] Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I installed sucessfully fxtv-1.02 from FreeBSD 4 /usr/ports/graphics/fxtv but when i try to run it i get the following message: stardust# fxtv open("/dev/bktr0") failed: No such file or directory At boot time everything seems to happens nicely dmesg gives me: bktr0: mem 0xeddfd000-0xeddfdfff irq 11 at device 13.0 on pci0 bktr0: Pinnacle/Miro TV, Temic PAL tuner. I recompiled my kernel with: # bktr brooktree848 I2C hardware interface device bktr I added too (just in case): #--------------------------------------------------------- # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need to have the following 3 lines in the kernel config. device smbus device iicbus device iicbb # The iic and smb devices are only needed if you want to control other # I2C slaves connected to the external connector of some cards. #--------------------------------------------------------- But once the system loaded I just find in /dev : stardust# ls b* bpf0 bpf1 bpf2 bpf3 As I am not a professional a configuring devices any tips ? what did i miss ? Thx Julien _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Nov 18 8:32:28 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from herbelot.dyndns.org (s014.dhcp212-24.cybercable.fr [212.198.24.14]) by hub.freebsd.org (Postfix) with ESMTP id 5455737B479 for ; Sat, 18 Nov 2000 08:32:21 -0800 (PST) Received: from cybercable.fr (multi.herbelot.nom [192.168.1.2]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id RAA58284; Sat, 18 Nov 2000 17:32:08 +0100 (CET) (envelope-from herbelot@cybercable.fr) Message-ID: <3A16AF08.A0C8F051@cybercable.fr> Date: Sat, 18 Nov 2000 17:32:08 +0100 From: Thierry Herbelot X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Julien Clauzel Cc: multimedia@FreeBSD.ORG Subject: Re: help!: open("/dev/bktr0") failed: No such file or directory References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Julien Clauzel wrote: > > Hello, > > I installed sucessfully fxtv-1.02 from FreeBSD 4 /usr/ports/graphics/fxtv > but when i try to run it i get the following message: > > stardust# fxtv > open("/dev/bktr0") failed: No such file or directory > [SNIP] > > But once the system loaded I just find in /dev : > stardust# ls b* > bpf0 bpf1 bpf2 bpf3 > > As I am not a professional a configuring devices any tips ? what did i miss > ? cd /dev sh ./MAKEDEV bktr0 -- Thierry Herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Nov 18 15:10:34 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.193.221.1]) by hub.freebsd.org (Postfix) with ESMTP id 3D1F537B479 for ; Sat, 18 Nov 2000 15:10:30 -0800 (PST) Received: from localhost (kunia@localhost) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id BAA11700 for ; Sun, 19 Nov 2000 01:10:21 +0200 Date: Sun, 19 Nov 2000 01:10:21 +0200 (EET) From: Olexander Kunytsa To: freebsd-multimedia@FreeBSD.ORG Subject: XFree86 i810 problem 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 hello when I am trying to run Xwindow on my computer, i get message: XFree86 Version 4.0.1 / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 1 July 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 4.1-STABLE i386 [ELF] ... (II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815 (--) Assigning device section with no busID to primary device (--) Chipset i810-dc100 found ... (**) I810(0): Depth 24, (--) framebuffer bpp 24 (==) I810(0): RGB weight 888 (==) I810(0): Default visual is TrueColor (--) I810(0): Chipset: "i810-dc100" (--) I810(0): Linear framebuffer at 0xF8000000 (--) I810(0): IO registers at addr 0xFFA80000 (**) I810(0): Will alloc AGP framebuffer: 8192 kByte (==) I810(0): Using gamma correction (1.0, 1.0, 1.0) .... (--) I810(0): Virtual size is 1280x1024 (pitch 2048) (**) I810(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (**) I810(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (==) I810(0): DPI set to (75, 75) .... (==) Depth 24 pixmap format is 32 bpp (==) I810(0): Write-combining range (0xffa80000,0x80000) was already clear (==) I810(0): Write-combining range (0xf8000000,0x2000000) (==) I810(0): Write-combining range (0xa0000,0x10000) was already clear Setting dot clock to 94.5 MHz [ 0x3d 0xe 0x20 ] [ 63 16 2 ] () i810: chose watermark 0x22218000: (tab.freq 94.5) (==) I810(0): Backing store disabled (II) I810(0): AGPGART: allocation of 2048 pages failed Fatal server error: AddScreen/ScreenInit failed for driver 0 > dmesg|grep agp agp0: mem 0xffa80000-0xffa fffff,0xf8000000-0xfbffffff irq 11 at device 1.0 on pci0 > FreeBSD 4.2-BETA what can i do to run Xwindow? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message