From owner-freebsd-multimedia Sun Jan 12 5:38:57 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A316C37B401 for ; Sun, 12 Jan 2003 05:38:54 -0800 (PST) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 182B543F13 for ; Sun, 12 Jan 2003 05:38:53 -0800 (PST) (envelope-from andre.albsmeier@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id h0CDcgA29025; Sun, 12 Jan 2003 14:38:43 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id h0CDcgg06474; Sun, 12 Jan 2003 14:38:42 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mars.cert.siemens.de (8.12.7/8.12.7/$SiemensCERT: mail/cert.mc,v 1.40 2003/01/07 15:49:50 ust Exp $) with ESMTP id h0CDcf1h037211; Sun, 12 Jan 2003 14:38:41 +0100 (CET) Received: (from localhost) by curry.mchp.siemens.de (8.12.6/8.12.6) id h0CDcfoJ024376; Date: Sun, 12 Jan 2003 14:38:40 +0100 From: Andre Albsmeier To: "Steve O'Hara-Smith" Cc: Andre Albsmeier , freebsd-multimedia@FreeBSD.ORG Subject: Re: AV sync on ffmpeg captures - was Re: FreeBSD 4.7R: no sound when recording with ffmpeg? Message-ID: <20030112143840.A90750@curry.mchp.siemens.de> References: <20021029194220.7fb532ad.steve@sohara.org> <20030106115851.A12349@curry.mchp.siemens.de> <20030106215821.60130d42.steve@sohara.org> <20030107085526.A14263@curry.mchp.siemens.de> <20030107191359.12abeb78.steve@sohara.org> <20030109144913.A30175@curry.mchp.siemens.de> <20030109192247.0602e203.steve@sohara.org> <20030110082231.A32663@curry.mchp.siemens.de> <20030110190040.00bc5dda.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030110190040.00bc5dda.steve@sohara.org>; from steve@sohara.org on Fri, Jan 10, 2003 at 07:00:40PM +0100 X-Echelon: secure shell, unix, Uzi, Sears Tower, Middleman Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 10-Jan-2003 at 19:00:40 +0100, Steve O'Hara-Smith wrote: > On Fri, 10 Jan 2003 08:22:31 +0100 > Andre Albsmeier wrote: > > AA> On Thu, 09-Jan-2003 at 19:22:47 +0100, Steve O'Hara-Smith wrote: > AA> > On Thu, 9 Jan 2003 14:49:13 +0100 > AA> > Andre Albsmeier wrote: > > AA> > Yep - I've played a lot of VOBs and AVIs in mplayer without sync > AA> > problems too. Timestamping in streams is an amazingly complex thing > AA> > (ie. > AA> > AA> Well, let me ask you one question: What happens if you play a ffmpeg > AA> generated stream with mplayer? Is the problem reproducible? > > I haven't seen slippage since the last iteration of the grab code, > before that I did. I don't think you are the only one seeing it now > though. > > AA> This doesn't help a lot. The interesting thing is, when playing > AA> without the -fps option, mplayer tells me that the frame rate is > AA> 25.00: > > Good the header is at least partially valid :) > > AA> However, I have got the impression that the whole -fps stuff doesn't > AA> work a good as it should be. E.g., if you use -fps and let a file > AA> play normally until a certain position, the AV-offset is different as > AA> it is if you seek 20 seconds before the same point and let it play > AA> from there. > > Ugh! > > AA> Unfortunately, I can't help here. But in case you want me to do some > AA> tests I am happy to help... > > Thanks, I'll let you know if/when I get anywhere with it. Well, I think, I have interesting news on it. I think it is best if I tell you the whole story: I am collecting Laurel and Hardy movies :-). I have a specific movie in good quality but in english. Today the same movie appeared in TV in german language. Since the quality of the english version was a lot better, I decided to try to mix the german sound with the english movie. This is what I did: 1. Grab the german movie using ffmpeg -y -vcodec mpeg1video -me zero -intra -b 9600 -s 384x288 -ac 2 -ab 224 2. Load the resulting mpg into virtual dub. 3. Save the raw audio track to harddisk. 4. Load the english movie into virtual dub. 5. Selected the german audio track. 6. Wrote the resulting movie to disk. The result was interesting: The new movie had a growing audio offset as well. The first shot I tried was to use 25.045 as the new frame rate. No the audio was perfect in sync! Since the orignal english version was coming from the internet (not grabbed by myself), I assume that the audio part in ffmpeg generated movies has it's problems. I also played both movies simultaneously and they were playing nearly synchronously (picture-wise). Could it be that the audio sampling rate does not correspond to what ffmpeg is thinking? This could also explain why others don't see the de-sync effects if they use a different sound card. I have got the pcm0: at io 0x220 irq 5 drq 1:5 bufsz 4096d (1p/1r/0v channels duplex) I will experiment a bit with the soundcard as soon as time permits. Just an idea, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 12 6:39:19 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B42F037B401 for ; Sun, 12 Jan 2003 06:39:18 -0800 (PST) Received: from smtp6.wanadoo.nl (smtp6.wanadoo.nl [194.134.35.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD8243ED8 for ; Sun, 12 Jan 2003 06:39:14 -0800 (PST) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p3160.vwr.wanadoo.nl [212.129.224.96]) by smtp6.wanadoo.nl (Postfix) with SMTP id BE0AC71BF3; Sun, 12 Jan 2003 15:39:11 +0100 (CET) Date: Sun, 12 Jan 2003 15:39:07 +0100 From: Steve O'Hara-Smith To: Andre Albsmeier Cc: andre.albsmeier@siemens.com, freebsd-multimedia@FreeBSD.ORG Subject: Re: AV sync on ffmpeg captures - was Re: FreeBSD 4.7R: no sound when recording with ffmpeg? Message-Id: <20030112153907.34590f7d.steve@sohara.org> In-Reply-To: <20030112143840.A90750@curry.mchp.siemens.de> References: <20021029194220.7fb532ad.steve@sohara.org> <20030106115851.A12349@curry.mchp.siemens.de> <20030106215821.60130d42.steve@sohara.org> <20030107085526.A14263@curry.mchp.siemens.de> <20030107191359.12abeb78.steve@sohara.org> <20030109144913.A30175@curry.mchp.siemens.de> <20030109192247.0602e203.steve@sohara.org> <20030110082231.A32663@curry.mchp.siemens.de> <20030110190040.00bc5dda.steve@sohara.org> <20030112143840.A90750@curry.mchp.siemens.de> X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^- GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 12 Jan 2003 14:38:40 +0100 Andre Albsmeier wrote: AA> Since the orignal english version was coming from the internet (not AA> grabbed by myself), I assume that the audio part in ffmpeg generated AA> movies has it's problems. I also played both movies simultaneously and AA> they were playing nearly synchronously (picture-wise). Nice test - I agree it seems likely that the ffmpeg audio stream is out a bit. I'll see if I can figure out how that works :) What happens if you sample at 48000 ? -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 12 7:18: 9 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E356137B401 for ; Sun, 12 Jan 2003 07:18:08 -0800 (PST) Received: from smtp.netcabo.pt (smtp.netcabo.pt [212.113.174.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C988943F1E for ; Sun, 12 Jan 2003 07:18:07 -0800 (PST) (envelope-from hununu@netcabo.pt) Received: from cheetah ([213.22.35.171]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.5329); Sun, 12 Jan 2003 15:16:38 +0000 From: "Bruno Afonso" Organization: Artists, Inc. To: freebsd-multimedia@freebsd.org Date: Sun, 12 Jan 2003 15:17:27 -0000 MIME-Version: 1.0 Subject: Reply-To: hununu@netcabo.pt Message-ID: <3E218707.10922.75F535@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-OriginalArrivalTime: 12 Jan 2003 15:16:38.0772 (UTC) FILETIME=[9A891B40:01C2BA4D] Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe Bruno Miguel Afonso, Biological Eng. student. brunomiguel at dequim dot ist dot utl dot pt D.E.Q. @ I.S.T. - Portugal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jan 12 16:14:33 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA95537B405 for ; Sun, 12 Jan 2003 16:14:30 -0800 (PST) Received: from morphy.iki.fi (baana-pppoes-213-139-166-84.suomi.net [213.139.166.84]) by mx1.FreeBSD.org (Postfix) with SMTP id EA79943F43 for ; Sun, 12 Jan 2003 16:14:28 -0800 (PST) (envelope-from morphy@morphy.iki.fi) Received: (qmail 709 invoked by uid 1000); 13 Jan 2003 00:14:21 -0000 Date: Mon, 13 Jan 2003 02:14:21 +0200 From: "Mikko S. Hyvarinen" To: freebsd-multimedia@freebsd.org Cc: freebsd-current@freebsd.org Subject: [PATCH] Asus A7N8X Deluxe, nForce2 chipset, integrated AC97 audio Message-ID: <20030113001421.GA621@morphy.iki.fi> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="QTprm0S8XgL7H0Dt" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --QTprm0S8XgL7H0Dt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, This one was easier than getting the on-board LAN to work. Judging from the Asus online product specifications the same audio hardware seems to be present also on the non-Deluxe version; the other unknown PCI device id in audio class seems not to work with the AC97 drivers so I assume that it is the much-touted APU. With this patch the on-board AC97 audio controller and Realtek Semiconductor ALC650 CODEC work as far as I can test; tested with headphones in line-out and playing two albums of MP3 audio with mpg123. dmesg extracts, boot -v: pcm0: port 0xd400-0xd47f,0xd000-0xd0ff mem 0xc9080000-0xc9080fff irq 11 at device 6.0 on pci0 pcm0: ac97 codec id 0x414c4720 (Realtek Semiconductor ALC650) pcm0: ac97 codec features 20 bit DAC, 18 bit ADC, 5 bit master volume, Realtek 3D Stereo Enhancement pcm0: ac97 primary codec extended features variable rate PCM, double rate PCM, reserved 1, center DAC, surround DAC, LFE DAC, reserved 4 pcm0: sndbuf_setmap 7b5000, 4000; 0xe0b97000 -> 7b5000 pcm0: sndbuf_setmap 7b9000, 4000; 0xe0b9b000 -> 7b9000 ... pcm0: measured ac97 link rate at 47999 Hz, will use 48000 Hz The only noticeable error I heard while playing the MP3s was a slight but audible pop after mpg123 starts playing; this might be something in the mixer control code. Anyway, it's just cosmetic, didn't bother me with headphones at normal playing volume. Regards, MSH -- All opinions expressed above are mine alone and do not express the views of my employer or any other organizations that I am affiliated with. --QTprm0S8XgL7H0Dt Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="nforce2-audio.patch" Index: sys/dev/sound/pcm/ac97.c =================================================================== RCS file: /data/cvs/freebsd/src/sys/dev/sound/pcm/ac97.c,v retrieving revision 1.28 diff -u -r1.28 ac97.c --- sys/dev/sound/pcm/ac97.c 26 Nov 2002 18:16:26 -0000 1.28 +++ sys/dev/sound/pcm/ac97.c 12 Jan 2003 23:43:23 -0000 @@ -89,6 +89,7 @@ { 0x414b4d01, 1, "Asahi Kasei AK4542" }, { 0x414b4d02, 1, "Asahi Kasei AK4543" }, { 0x414c4710, 0, "Avance Logic ALC200/200P" }, + { 0x414c4720, 0, "Realtek Semiconductor ALC650" }, { 0x43525900, 0, "Cirrus Logic CS4297" }, { 0x43525903, 0, "Cirrus Logic CS4297" }, { 0x43525913, 0, "Cirrus Logic CS4297A" }, Index: sys/dev/sound/pci/ich.c =================================================================== RCS file: /data/cvs/freebsd/src/sys/dev/sound/pci/ich.c,v retrieving revision 1.24 diff -u -r1.24 ich.c --- sys/dev/sound/pci/ich.c 19 Aug 2002 16:03:56 -0000 1.24 +++ sys/dev/sound/pci/ich.c 12 Jan 2003 23:43:04 -0000 @@ -628,6 +628,10 @@ device_set_desc(dev, "Nvidia nForce AC97 controller"); return 0; + case 0x006a10de: + device_set_desc(dev, "Nvidia nForce2 AC97 controller"); + return 0; + default: return ENXIO; } --QTprm0S8XgL7H0Dt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 13 2:43: 8 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B5F37B401; Mon, 13 Jan 2003 02:43:07 -0800 (PST) Received: from h162n2fls35o1000.telia.com (h162n2fls35o1000.telia.com [217.210.235.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6E043F43; Mon, 13 Jan 2003 02:43:06 -0800 (PST) (envelope-from john@veidit.net) Received: from veidit.net (20.130.88.213.host.tele1europe.se [213.88.130.20] (may be forged)) (authenticated bits=0) by h162n2fls35o1000.telia.com (8.12.7/8.12.7) with ESMTP id h0DAgq4K048811 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 13 Jan 2003 11:42:54 +0100 (CET) Message-ID: <3E229827.1080606@veidit.net> Date: Mon, 13 Jan 2003 11:42:47 +0100 From: John Angelmo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20030106 X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: FreeBSD-mobile@FreeBSD.org Cc: FreeBSD-multimedia@FreeBSD.org Subject: PR help Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello I submitted PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=46403 And I was wondering if anyone could help me in fixing it? Or perhaps there's more info needed from my side? /John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 13 9:17:28 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3C937B401 for ; Mon, 13 Jan 2003 09:17:27 -0800 (PST) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F20A43F18 for ; Mon, 13 Jan 2003 09:17:27 -0800 (PST) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.3/8.12.3) with ESMTP id h0DHHMpD094579; Mon, 13 Jan 2003 09:17:22 -0800 (PST) (envelope-from hodson@puma.icir.org) Message-Id: <200301131717.h0DHHMpD094579@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: John Angelmo Cc: FreeBSD-multimedia@FreeBSD.ORG From: orion@FreeBSD.ORG Subject: Re: PR help In-Reply-To: Your message of "Mon, 13 Jan 2003 11:42:47 +0100." <3E229827.1080606@veidit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 13 Jan 2003 09:17:22 -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /-- John Angelmo wrote: | Hello | | I submitted PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=46403 | And I was wondering if anyone could help me in fixing it? Or perhaps | there's more info needed from my side? I don't know if anyone has picked this up. I've not been chasing sound related pr's recently, though this didn't get assigned there. Anyway, just to confirm, this just needs the patch or something equivalent to fix the problem? There may be a more generic AC97 solution that detects the jack sense (he says without bothering read through ac97 spec or look at the ac97 code just now :-). Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 13 9:54:53 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0D837B401; Mon, 13 Jan 2003 09:54:52 -0800 (PST) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA6F143ED8; Mon, 13 Jan 2003 09:54:51 -0800 (PST) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.12.3/8.12.3) with ESMTP id h0DHsppD094961; Mon, 13 Jan 2003 09:54:51 -0800 (PST) (envelope-from hodson@puma.icir.org) Message-Id: <200301131754.h0DHsppD094961@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: "Mikko S. Hyvarinen" Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-current@FreeBSD.ORG From: Orion Hodson Subject: Re: [PATCH] Asus A7N8X Deluxe, nForce2 chipset, integrated AC97 audio In-Reply-To: Your message of "Mon, 13 Jan 2003 02:14:21 +0200." <20030113001421.GA621@morphy.iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 13 Jan 2003 09:54:51 -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /-- "Mikko S. Hyvarinen" wrote: | ... | With this patch the on-board AC97 audio controller and Realtek Semiconductor | ALC650 CODEC work as far as I can test; tested with headphones in line-out | and playing two albums of MP3 audio with mpg123. | ... MSH The patches have been applied to current and will follow to stable in a few days. Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jan 13 11:22:11 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBDCA37B401; Mon, 13 Jan 2003 11:22:09 -0800 (PST) Received: from maild.telia.com (maild.telia.com [194.22.190.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB3743EB2; Mon, 13 Jan 2003 11:22:08 -0800 (PST) (envelope-from john@veidit.net) Received: from d1o1000.telia.com (d1o1000.telia.com [217.208.12.241]) by maild.telia.com (8.12.5/8.12.5) with ESMTP id h0DJM68g002236; Mon, 13 Jan 2003 20:22:06 +0100 (CET) X-Original-Recipient: orion@FreeBSD.ORG Received: from veidit.net (h162n2fls35o1000.telia.com [217.210.235.162]) by d1o1000.telia.com (8.10.2/8.10.1) with ESMTP id h0DJM6R26664; Mon, 13 Jan 2003 20:22:06 +0100 (CET) Message-ID: <3E2311DB.20009@veidit.net> Date: Mon, 13 Jan 2003 20:22:03 +0100 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: orion@FreeBSD.ORG Cc: FreeBSD-multimedia@FreeBSD.ORG Subject: Re: PR help References: <200301131717.h0DHHMpD094579@puma.icir.org> In-Reply-To: <200301131717.h0DHHMpD094579@puma.icir.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org orion@FreeBSD.ORG wrote: > /-- John Angelmo wrote: > | Hello > | > | I submitted PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=46403 > | And I was wondering if anyone could help me in fixing it? Or perhaps > | there's more info needed from my side? > > I don't know if anyone has picked this up. I've not been chasing sound > related pr's recently, though this didn't get assigned there. Anyway, just to > confirm, this just needs the patch or something equivalent to fix the problem? > There may be a more generic AC97 solution that detects the jack sense (he > says without bothering read through ac97 spec or look at the ac97 code just > now :-). > > Cheers > - Orion > Sorry, I'm baseing this on that the exact problem even exist in both Linux and even Windows (In windows XP you needed an extra driver from compaq), for linux there was needed the patch that is attatched to the PR /John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jan 14 12:56: 5 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEC237B401; Tue, 14 Jan 2003 12:56:03 -0800 (PST) Received: from guardian.hermes.si (guardian.hermes.si [193.77.5.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F27843F8A; Tue, 14 Jan 2003 12:56:00 -0800 (PST) (envelope-from matjaz.rihtar@hermes.si) Received: from primus.hermes.si (primus.hermes.si [193.77.5.98]) by guardian.hermes.si (8.9.3/8.9.3) with ESMTP id VAA26915; Tue, 14 Jan 2003 21:55:57 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by primus.hermes.si (Postfix) with ESMTP id DD16673C6B; Tue, 14 Jan 2003 21:55:07 +0100 (CET) Received: from ninja.hermes.si (ninja.hermes.si [10.17.2.147]) by primus.hermes.si (Postfix) with ESMTP id 487AA73C68; Tue, 14 Jan 2003 21:55:07 +0100 (CET) Received: from ninja.hermes.si (matjaz@ninja.hermes.si [10.17.2.147]) by ninja.hermes.si (8.12.6/8.12.6) with ESMTP id h0EKtnbu016159; Tue, 14 Jan 2003 21:55:49 +0100 (CET) (envelope-from matjaz@hermes.si) Date: Tue, 14 Jan 2003 21:55:49 +0100 (CET) From: Matjaz Rihtar Reply-To: Matjaz Rihtar To: freebsd-questions@FreeBSD.ORG Cc: freebsd-multimedia@FreeBSD.ORG Subject: burncd dao first track problem Message-ID: <20030114213056.U50361-100000@ninja.hermes.si> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Date: Sun, 5 Jan 2003 17:36:50 -0500 (EST) > From: Chris Hill > Subject: Re: copying audio cd's > >> burncd -f /dev/acd0c -smax -d audio track1.raw track2.raw ... >> But (at least I found that) it didn't produce a completely correct >> audio CD; there's something fishy with the TOC, I think. > > I had trouble with that usage as well. The resulting CD would not > *start* playing in my audio CD player, but gave me a flashing "00:00" on > the front panel. If I fast-forwarded enough to get past the beginning of > the first track, it was fine. I'm also having this problem (4.7-RELEASE generic kernel). I've been looking at TOC dumps from the original CD and a copy and I can't find the difference, at least not with the utilities available to me. It seems though as if mandatory pregap (for audio CDs) is not written to CD and then the first track is considered to be pregap. Unfortunately, I don't have a SCSI drive and I don't want to mess with the kernel to get the SCSI CAM support for cdrdao. Has this already been fixed in the current version of burncd/kernel? If not, where can one find an easy-to-understand description of TOC, so that I can try to do something? -- Matjaz Rihtar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 15 2:44:54 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC12D37B401; Wed, 15 Jan 2003 02:44:53 -0800 (PST) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCBB43EB2; Wed, 15 Jan 2003 02:44:53 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 2A88ECA; Wed, 15 Jan 2003 13:44:52 +0300 (MSK) Date: Wed, 15 Jan 2003 13:44:52 +0300 From: "Sergey A. Osokin" To: freebsd-multimedia@FreeBSD.ORG Cc: freebsd-stable@FreeBSD.ORG Subject: Problem with ESS Technology Allegro-1 Message-ID: <20030115104452.GA1474@freebsd.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have a problem with ESS Technology Allegro-1 on HP Omnibook 6100 (FreeBSD-4.7-RELEASE) From /boot/loader.conf snd_maestro3_load="YES" dmesg says: pcm0: irq 5 at device 3.0 on pci2 pcm0: unable tp allocate register device device_probe_and_attach: pcm0 attach returned 6 In my kernel config file i haven't pcm or other sound-device description. kldstat says that snd_pcm.ko successfully load at boot time. Any idea? -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 15 10:52:54 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050BA37B401; Wed, 15 Jan 2003 10:52:53 -0800 (PST) Received: from CRWdog.demon.co.uk (adsl-66-123-232-98.dsl.sndg02.pacbell.net [66.123.232.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2195E43ED8; Wed, 15 Jan 2003 10:52:52 -0800 (PST) (envelope-from spadger@best.com) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id 1F54541F; Wed, 15 Jan 2003 10:52:38 -0800 (PST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Sergey A. Osokin" Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with ESS Technology Allegro-1 In-Reply-To: Message from "Sergey A. Osokin" of "Wed, 15 Jan 2003 13:44:52 +0300." <20030115104452.GA1474@freebsd.org.ru> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1943630312P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 15 Jan 2003 10:52:37 -0800 From: Andy Sparrow Message-Id: <20030115185238.1F54541F@CRWdog.demon.co.uk> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==_Exmh_-1943630312P Content-Type: text/plain; charset=us-ascii > Hello, > I have a problem with ESS Technology Allegro-1 on HP > Omnibook 6100 (FreeBSD-4.7-RELEASE) > > >From /boot/loader.conf > snd_maestro3_load="YES" > > dmesg says: > pcm0: irq 5 at device 3.0 on pci2 > pcm0: unable tp allocate register device > device_probe_and_attach: pcm0 attach returned 6 > > In my kernel config file i haven't pcm or other sound-device > description. kldstat says that snd_pcm.ko successfully load > at boot time. Hi, I had this exact problem with a OB 6100 in 4.4 (~Nov 2001), you might find that thread helpful. I tried -CURRENT of the time both with ACPI and without (ACPI at the time caused a crash on boot), but was unable to get both PC cards and sound working at the same time, so I sold it to and bought a larger HDD for my OB 6000. IIRC, to get sound working, you'll need to use the PCI_ALLOW_UNSUPPORTED_IO_RANGE mantra (only available on -CURRENT, I think, it's not in my -STABLE LINT config). If you don't need many PC-CARDs, it might be helpful to know that the internal modem on the OB6100 is a Lucent part and should work fine with comms/ltmdm from ports - or PCMCIA support may even work now, I don't know. Hope this helps - good luck! Cheers, AS --==_Exmh_-1943630312P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) Comment: Exmh version 2.5 07/13/2001 iD8DBQE+Ja31PHh895bDXeQRAgAVAKCMBvPpKyRT3AfbzsnIDFyPq312yQCgqC9k rvF9LZ8CP/erw4srsrnidxk= =Ic4Z -----END PGP SIGNATURE----- --==_Exmh_-1943630312P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jan 15 13:31:50 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E41937B401; Wed, 15 Jan 2003 13:31:47 -0800 (PST) Received: from crete.csd.uch.gr (crete.csd.uch.gr [147.52.16.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E93543E4A; Wed, 15 Jan 2003 13:31:40 -0800 (PST) (envelope-from gasparis@csd.uoc.gr) Received: from wendy.csd.uch.gr (wendy.csd.uch.gr [147.52.16.27]) by crete.csd.uch.gr (8.9.3+Sun/8.9.3) with SMTP id XAA23645 Received: from csd.uoc.gr ([147.52.8.29]) by wendy.csd.uch.gr (NAVGW 2.5 bld 89) with SMTP id M2003011523301328962 ; Wed, 15 Jan 2003 23:30:23 +0200 Message-ID: <3E25D31C.3080704@csd.uoc.gr> Date: Wed, 15 Jan 2003 23:31:08 +0200 From: Stelios Gasparis Organization: Computer Science Department, University of Crete User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20030102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Sergey A. Osokin" Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with ESS Technology Allegro-1 References: <20030115104452.GA1474@freebsd.org.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sergey A. Osokin wrote: > Hello, > I have a problem with ESS Technology Allegro-1 on HP > Omnibook 6100 (FreeBSD-4.7-RELEASE) > >>From /boot/loader.conf > snd_maestro3_load="YES" > > dmesg says: > pcm0: irq 5 at device 3.0 on pci2 > pcm0: unable tp allocate register device > device_probe_and_attach: pcm0 attach returned 6 > > In my kernel config file i haven't pcm or other sound-device > description. kldstat says that snd_pcm.ko successfully load > at boot time. > > Any idea? Yes ... i had some problems with my xe3 notebook (4.7-STABLE). Well, have you tried to unload and then load again the module? When i tried that (i had just install 4.7-RELEASE), it worked. Back then i thought that maestro module needs to be located before ntfs and other modules in memory, but right now it works fine at any place: $ dmesg|grep Preloaded Preloaded elf kernel "kernel" at 0xc033a000. Preloaded elf module "ntfs.ko" at 0xc033a09c. Preloaded elf module "snd_maestro3.ko" at 0xc033a138. Preloaded elf module "snd_pcm.ko" at 0xc033a1dc. Preloaded elf module "agp.ko" at 0xc033a27c. $ dmesg|grep pcm pcm0: port 0x2000-0x20ff irq 5 at device 3.0 on pci2 In my kernel config file i haven't pcm or other sound-devices either. I know that this is weird, but it worked ... weird for me that every time i boot, sound is enabled only at the right speaker. I have to manually set the pcm volume to any value (using the 'mixer pcm 75' command for example) in order to have stereo sound ... Any ideas? hope this helps, if you want any additional info, let me know. Stelios PS: i accidentaly answer only to the sender previously, so i re-post ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 16 10: 6:43 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C5637B401 for ; Thu, 16 Jan 2003 10:06:42 -0800 (PST) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5606843F5F for ; Thu, 16 Jan 2003 10:06:40 -0800 (PST) (envelope-from andre.albsmeier@siemens.com) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id h0GI6Q802527; Thu, 16 Jan 2003 19:06:31 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id h0GI60Z24795; Thu, 16 Jan 2003 19:06:00 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mars.cert.siemens.de (8.12.7/8.12.7/$SiemensCERT: mail/cert.mc,v 1.40 2003/01/07 15:49:50 ust Exp $) with ESMTP id h0GI5xuB068205; Thu, 16 Jan 2003 19:06:00 +0100 (CET) Received: (from localhost) by curry.mchp.siemens.de (8.12.6/8.12.6) id h0GI5xoJ076182; Date: Thu, 16 Jan 2003 19:05:55 +0100 From: Andre Albsmeier To: "Steve O'Hara-Smith" Cc: Andre Albsmeier , freebsd-multimedia@FreeBSD.ORG Subject: Re: AV sync on ffmpeg captures - was Re: FreeBSD 4.7R: no sound when recording with ffmpeg? Message-ID: <20030116190555.A24580@curry.mchp.siemens.de> References: <20030106115851.A12349@curry.mchp.siemens.de> <20030106215821.60130d42.steve@sohara.org> <20030107085526.A14263@curry.mchp.siemens.de> <20030107191359.12abeb78.steve@sohara.org> <20030109144913.A30175@curry.mchp.siemens.de> <20030109192247.0602e203.steve@sohara.org> <20030110082231.A32663@curry.mchp.siemens.de> <20030110190040.00bc5dda.steve@sohara.org> <20030112143840.A90750@curry.mchp.siemens.de> <20030112153907.34590f7d.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030112153907.34590f7d.steve@sohara.org>; from steve@sohara.org on Sun, Jan 12, 2003 at 03:39:07PM +0100 X-Echelon: MSNBC, Colonel, Saddam, MD2, DefCon V Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 12-Jan-2003 at 15:39:07 +0100, Steve O'Hara-Smith wrote: > On Sun, 12 Jan 2003 14:38:40 +0100 > Andre Albsmeier wrote: > > AA> Since the orignal english version was coming from the internet (not > AA> grabbed by myself), I assume that the audio part in ffmpeg generated > AA> movies has it's problems. I also played both movies simultaneously and > AA> they were playing nearly synchronously (picture-wise). > > Nice test - I agree it seems likely that the ffmpeg audio stream is > out a bit. I'll see if I can figure out how that works :) > > What happens if you sample at 48000 ? Tried it but the mplayer thing didn't work. After a while (approx. 300 seconds) I get this error: AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit... Start playing... A: 2.7 V: 2.7 A-V: -0.002 ct: -0.054 67/ 67 5% 3% 1.5% 0 0 0% DEMUXER: Too many (4096 in 8343498 bytes) video packets in the buffer! Maybe you are playing a non-interleaved stream/file or the codec failed? For .AVI files, try to force non-interleaved mode with the -ni option. I still have to try what happens if I re-encode it with Virtual Dub... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 16 11:24:40 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C9A37B401 for ; Thu, 16 Jan 2003 11:24:38 -0800 (PST) Received: from smtp5.wanadoo.nl (smtp5.wanadoo.nl [194.134.35.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id F31DC43ED8 for ; Thu, 16 Jan 2003 11:24:33 -0800 (PST) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (i0810.vwr.wanadoo.nl [194.134.211.46]) by smtp5.wanadoo.nl (Postfix) with SMTP id 6AF74749C2; Thu, 16 Jan 2003 20:24:29 +0100 (CET) Date: Thu, 16 Jan 2003 20:24:27 +0100 From: Steve O'Hara-Smith To: Andre Albsmeier Cc: andre.albsmeier@siemens.com, freebsd-multimedia@FreeBSD.ORG Subject: Re: AV sync on ffmpeg captures - was Re: FreeBSD 4.7R: no sound when recording with ffmpeg? Message-Id: <20030116202427.01932d14.steve@sohara.org> In-Reply-To: <20030116190555.A24580@curry.mchp.siemens.de> References: <20030106115851.A12349@curry.mchp.siemens.de> <20030106215821.60130d42.steve@sohara.org> <20030107085526.A14263@curry.mchp.siemens.de> <20030107191359.12abeb78.steve@sohara.org> <20030109144913.A30175@curry.mchp.siemens.de> <20030109192247.0602e203.steve@sohara.org> <20030110082231.A32663@curry.mchp.siemens.de> <20030110190040.00bc5dda.steve@sohara.org> <20030112143840.A90750@curry.mchp.siemens.de> <20030112153907.34590f7d.steve@sohara.org> <20030116190555.A24580@curry.mchp.siemens.de> X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^- GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 16 Jan 2003 19:05:55 +0100 Andre Albsmeier wrote: AA> > What happens if you sample at 48000 ? AA> AA> Tried it but the mplayer thing didn't work. After a while AA> (approx. 300 seconds) I get this error: AA> AA> AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) AA> Building audio filter chain for 48000Hz/2ch/16bit -> AA> 48000Hz/2ch/16bit... Start playing... AA> A: 2.7 V: 2.7 A-V: -0.002 ct: -0.054 67/ 67 5% 3% 1.5% 0 0 AA> 0% DEMUXER: Too many (4096 in 8343498 bytes) video packets in the AA> buffer! Maybe you are playing a non-interleaved stream/file or the AA> codec failed? For .AVI files, try to force non-interleaved mode with AA> the -ni option. Now that wasn't what I expected. I just tried the same thing - I didn't get the same problem. But I did get sync slippage - bad sync slippage. I was getting all sorts of nasty BLANK messages with disc activity too. I've had my box open and moved cards around since the last recordings were made - this is starting to smell nasty and PCI ish :( I'm not in the mood to take this beast apart tonight - but soon! -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Thu Jan 16 12:44:56 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 912BA37B401 for ; Thu, 16 Jan 2003 12:44:55 -0800 (PST) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB6743F13 for ; Thu, 16 Jan 2003 12:44:53 -0800 (PST) (envelope-from andre.albsmeier@siemens.com) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id h0GKih828915; Thu, 16 Jan 2003 21:44:43 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id h0GKihL21358; Thu, 16 Jan 2003 21:44:43 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mars.cert.siemens.de (8.12.7/8.12.7/$SiemensCERT: mail/cert.mc,v 1.40 2003/01/07 15:49:50 ust Exp $) with ESMTP id h0GKihuB027218; Thu, 16 Jan 2003 21:44:43 +0100 (CET) Received: (from localhost) by curry.mchp.siemens.de (8.12.6/8.12.6) id h0GKihoJ077402; Date: Thu, 16 Jan 2003 21:44:42 +0100 From: Andre Albsmeier To: "Steve O'Hara-Smith" Cc: Andre Albsmeier , freebsd-multimedia@FreeBSD.ORG Subject: Re: AV sync on ffmpeg captures - was Re: FreeBSD 4.7R: no sound when recording with ffmpeg? Message-ID: <20030116214442.B24751@curry.mchp.siemens.de> References: <20030107085526.A14263@curry.mchp.siemens.de> <20030107191359.12abeb78.steve@sohara.org> <20030109144913.A30175@curry.mchp.siemens.de> <20030109192247.0602e203.steve@sohara.org> <20030110082231.A32663@curry.mchp.siemens.de> <20030110190040.00bc5dda.steve@sohara.org> <20030112143840.A90750@curry.mchp.siemens.de> <20030112153907.34590f7d.steve@sohara.org> <20030116190555.A24580@curry.mchp.siemens.de> <20030116202427.01932d14.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030116202427.01932d14.steve@sohara.org>; from steve@sohara.org on Thu, Jan 16, 2003 at 08:24:27PM +0100 X-Echelon: Fax, smuggle, Pretoria, S/Key, remailers Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 16-Jan-2003 at 20:24:27 +0100, Steve O'Hara-Smith wrote: > On Thu, 16 Jan 2003 19:05:55 +0100 > Andre Albsmeier wrote: > > AA> > What happens if you sample at 48000 ? > AA> > AA> Tried it but the mplayer thing didn't work. After a while > AA> (approx. 300 seconds) I get this error: > AA> > AA> AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) > AA> Building audio filter chain for 48000Hz/2ch/16bit -> > AA> 48000Hz/2ch/16bit... Start playing... > AA> A: 2.7 V: 2.7 A-V: -0.002 ct: -0.054 67/ 67 5% 3% 1.5% 0 0 > AA> 0% DEMUXER: Too many (4096 in 8343498 bytes) video packets in the > AA> buffer! Maybe you are playing a non-interleaved stream/file or the > AA> codec failed? For .AVI files, try to force non-interleaved mode with > AA> the -ni option. > > Now that wasn't what I expected. I just tried the same thing - I > didn't get the same problem. But I did get sync slippage - bad sync > slippage. I was getting all sorts of nasty BLANK messages with disc > activity too. Oops... > > I've had my box open and moved cards around since the last > recordings were made - this is starting to smell nasty and PCI ish :( > I'm not in the mood to take this beast apart tonight - but soon! OK, we'll see. I hope I can try the virtualdub 48kHz thing this weekend... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 4: 8:44 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD92437B401; Fri, 17 Jan 2003 04:08:42 -0800 (PST) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A21AD43F13; Fri, 17 Jan 2003 04:08:41 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 2477977; Fri, 17 Jan 2003 15:08:39 +0300 (MSK) Date: Fri, 17 Jan 2003 15:08:39 +0300 From: "Sergey A. Osokin" To: Andy Sparrow Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with ESS Technology Allegro-1 Message-ID: <20030117120839.GB2301@freebsd.org.ru> References: <20030115104452.GA1474@freebsd.org.ru> <20030115185238.1F54541F@CRWdog.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20030115185238.1F54541F@CRWdog.demon.co.uk> User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jan 15, 2003 at 10:52:37AM -0800, Andy Sparrow wrote: > > Hello, > > I have a problem with ESS Technology Allegro-1 on HP > > Omnibook 6100 (FreeBSD-4.7-RELEASE) > >=20 > > >From /boot/loader.conf > > snd_maestro3_load=3D"YES" > >=20 > > dmesg says: > > pcm0: irq 5 at device 3.0 on pci2 > > pcm0: unable tp allocate register device > > device_probe_and_attach: pcm0 attach returned 6 > >=20 > > In my kernel config file i haven't pcm or other sound-device > > description. kldstat says that snd_pcm.ko successfully load > > at boot time. >=20 > I had this exact problem with a OB 6100 in 4.4 (~Nov 2001), you might=20 > find that thread helpful. >=20 > I tried -CURRENT of the time both with ACPI and without (ACPI at the=20 > time caused a crash on boot), but was unable to get both PC cards and=20 > sound working at the same time, so I sold it to and bought a larger HDD= =20 > for my OB 6000. >=20 > IIRC, to get sound working, you'll need to use the=20 > PCI_ALLOW_UNSUPPORTED_IO_RANGE mantra (only available on -CURRENT, I=20 > think, it's not in my -STABLE LINT config). >=20 > If you don't need many PC-CARDs, it might be helpful to know that the=20 > internal modem on the OB6100 is a Lucent part and should work fine with= =20 > comms/ltmdm from ports - or PCMCIA support may even work now, I don't=20 > know. >=20 > Hope this helps - good luck! Thanks for your responce. Upgrade to 5.0 resolve problem with sound card, but after upgrade i have some problems with PCCARDS... --=20 Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 4:33: 5 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AD037B401; Fri, 17 Jan 2003 04:33:04 -0800 (PST) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DEC43F65; Fri, 17 Jan 2003 04:33:02 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id E00A97D; Fri, 17 Jan 2003 15:33:00 +0300 (MSK) Date: Fri, 17 Jan 2003 15:33:00 +0300 From: "Sergey A. Osokin" To: Stelios Gasparis Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with ESS Technology Allegro-1 Message-ID: <20030117123300.GC2301@freebsd.org.ru> References: <20030115104452.GA1474@freebsd.org.ru> <3E25D31C.3080704@csd.uoc.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E25D31C.3080704@csd.uoc.gr> User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jan 15, 2003 at 11:31:08PM +0200, Stelios Gasparis wrote: > Sergey A. Osokin wrote: > >Hello, > >I have a problem with ESS Technology Allegro-1 on HP > >Omnibook 6100 (FreeBSD-4.7-RELEASE) > > > >>From /boot/loader.conf > >snd_maestro3_load="YES" > > > >dmesg says: > >pcm0: irq 5 at device 3.0 on pci2 > >pcm0: unable tp allocate register device > >device_probe_and_attach: pcm0 attach returned 6 > > > >In my kernel config file i haven't pcm or other sound-device > >description. kldstat says that snd_pcm.ko successfully load > >at boot time. > > > >Any idea? > > Yes ... i had some problems with my xe3 notebook (4.7-STABLE). Well, > have you tried to unload and then load again the module? When i tried > that (i had just install 4.7-RELEASE), it worked. Do not work for me. > Back then i thought > that maestro module needs to be located before ntfs and other modules in > memory, but right now it works fine at any place: > > $ dmesg|grep Preloaded > Preloaded elf kernel "kernel" at 0xc033a000. > Preloaded elf module "ntfs.ko" at 0xc033a09c. > Preloaded elf module "snd_maestro3.ko" at 0xc033a138. > Preloaded elf module "snd_pcm.ko" at 0xc033a1dc. > Preloaded elf module "agp.ko" at 0xc033a27c. > $ dmesg|grep pcm > pcm0: port 0x2000-0x20ff irq 5 at device 3.0 > on pci2 Yes, I tried to do this, can't resolve my problem. > In my kernel config file i haven't pcm or other sound-devices either. > > I know that this is weird, but it worked ... weird for me that every > time i boot, sound is enabled only at the right speaker. I have to > manually set the pcm volume to any value (using the 'mixer pcm 75' > command for example) in order to have stereo sound ... Any ideas? > > hope this helps, if you want any additional info, let me know. Thanks for responce. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 4:40:25 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988E837B405 for ; Fri, 17 Jan 2003 04:40:22 -0800 (PST) Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2D643ED8 for ; Fri, 17 Jan 2003 04:40:21 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.71.84) by smtp0.libero.it (6.7.015) id 3E1B037700481346 for freebsd-multimedia@FreeBSD.ORG; Fri, 17 Jan 2003 13:40:14 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 6367F3D3; Fri, 17 Jan 2003 13:39:28 +0100 (CET) Date: Fri, 17 Jan 2003 13:39:28 +0100 From: UndeRsc0re To: freebsd-multimedia@FreeBSD.ORG Subject: quake3 :-( Message-Id: <20030117133928.35c95614.delrosso.a@inwind.it> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, i want to play quake3 on my FreeBSD box :-)). I have installed /usr/ports/games/linux-q3ademo, but when i run it: bash-2.05b$ q3demo &> q3.txt the X server crashes and return the sig11.This is the log: bash-2.05b$ cat q3.txt Q3 1.11 linux-i386 Dec 4 1999 ----- FS_Startup ----- Current search path: /home/underscore/.q3a/baseq3 ./baseq3 ---------------------- Running in restricted demo mode. ----- FS_Startup ----- Current search path: /home/underscore/.q3a/demoq3 ./demoq3/pak0.pk3 (1387 files) ./demoq3 ---------------------- execing default.cfg execing q3config.cfg couldn't exec autoexec.cfg ----- Client Initialization ----- ----- Initializing Renderer ---- ------------------------------- ----- Client Initialization Complete ----- --- Common Initialization Complete --- Opening IP socket: localhost:27960 ----- R_Init ----- ...loading libGL.so: Initializing OpenGL display ...setting mode 3: 640 480 Using XFree86-VidModeExtension Version 2.1 XF86DGA Mouse (Version 2.0) initialized XFree86-VidModeExtension Activated at 640x480 Using 4/4/4 Color bits, 16 depth, 0 stencil display. X connection to :0.0 broken (explicit kill or server shutdown). @@Created GLX Context.. bash-2.05b$ cat /etc/X11/XF86Config|grep Load Load "dbe" # Double buffer extension Load "type1" Load "freetype" Load "glx" Load "dri" Load "dga" # Load "GLcore" and... bash-2.05b$ kldstat Id Refs Address Size Name 1 5 0xc0100000 4771f4 kernel 2 1 0xc0578000 ac2c agp.ko 3 1 0xc1722000 12000 fire_saver.ko 4 1 0xc178a000 15000 linux.ko 5 1 0xc17bd000 16000 mga.ko bash-2.05b$ pkg_info |grep linux linux-divx4linux-5.0.20020418 Linux binary release of DivX (TM) Codec linux-q3ademo-1.11.6_1 Linux 3d shooter from id Software / Loki Software linux_base-7.1_2 The base set of packages needed in Linux linux_dri-4.2.0_1 Binary Linux DRI libraries for 3D hardware linux_glx-991127 Libraries to make use of glx-aware linuxdoc-1.1 The Linuxdoc SGML DTD sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook Somebody can help me ? Thanks in advance for the your time. Sorry for my bad english and for thr long post, but it's complete :-)) Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 7:31:40 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8462137B401 for ; Fri, 17 Jan 2003 07:31:39 -0800 (PST) Received: from smtpproxy2.mitre.org (smtpproxy2.mitre.org [192.80.55.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD6843F18 for ; Fri, 17 Jan 2003 07:31:38 -0800 (PST) (envelope-from jandrese@mitre.org) Received: from avsrv2.mitre.org (avsrv2.mitre.org [128.29.154.4]) by smtpproxy2.mitre.org (8.11.3/8.11.3) with ESMTP id h0HFVSf00653; Fri, 17 Jan 2003 10:31:28 -0500 (EST) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtpsrv1.mitre.org (8.11.3/8.11.3) with ESMTP id h0HFVMi00725; Fri, 17 Jan 2003 10:31:22 -0500 (EST) Received: from mm112324-2k.mitre.org (128.29.3.65) by mailhub1.mitre.org with SMTP id 810636; Fri, 17 Jan 2003 10:31:18 -0500 Message-ID: <3E2821C0.8000203@mitre.org> Date: Fri, 17 Jan 2003 10:31:12 -0500 From: Jason Andresen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: UndeRsc0re Cc: freebsd-multimedia@freebsd.org Subject: Re: quake3 :-( References: <20030117133928.35c95614.delrosso.a@inwind.it> In-Reply-To: <20030117133928.35c95614.delrosso.a@inwind.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org UndeRsc0re wrote: > Hi, i want to play quake3 on my FreeBSD box :-)). > I have installed /usr/ports/games/linux-q3ademo, but when i run it: > > bash-2.05b$ q3demo &> q3.txt > > the X server crashes and return the sig11.This is the log: Well, the first thing to check is what GL libraries is Linux using? You don't have the linux-glx stuff installed do you? You might want to give some more information about your video card and X server (particularly if the server log has anything interesting at the end) too. -- \ |_ _|__ __|_ \ __| Jason Andresen jandrese@mitre.org |\/ | | | / _| Network and Distributed Systems Engineer _| _|___| _| _|_\___| Office: 703-883-7755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 11:13:55 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7378A37B401 for ; Fri, 17 Jan 2003 11:13:54 -0800 (PST) Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3062443F3F for ; Fri, 17 Jan 2003 11:13:53 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.102.207) by smtp0.libero.it (6.7.015) id 3E1B0377004B055D; Fri, 17 Jan 2003 20:13:51 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 92EDD392; Fri, 17 Jan 2003 20:13:54 +0100 (CET) Date: Fri, 17 Jan 2003 20:13:54 +0100 From: UndeRsc0re To: Jason Andresen Cc: freebsd-multimedia@freebsd.org Subject: Re: quake3 :-( Message-Id: <20030117201354.07fa62b4.delrosso.a@inwind.it> In-Reply-To: <3E2821C0.8000203@mitre.org> References: <20030117133928.35c95614.delrosso.a@inwind.it> <3E2821C0.8000203@mitre.org> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 17 Jan 2003 10:31:12 -0500 Jason Andresen scrisse: >UndeRsc0re wrote: >> Hi, i want to play quake3 on my FreeBSD box :-)). >> I have installed /usr/ports/games/linux-q3ademo, but when i run it: >> >> bash-2.05b$ q3demo &> q3.txt >> >> the X server crashes and return the sig11.This is the log: > >Well, the first thing to check is what GL libraries is Linux using? >You don't have the linux-glx stuff installed do you? No, i think it's ok: bash-2.05b$ pkg_info -L linux_glx-991127 Information for linux_glx-991127: Files: /compat/linux/lib/libGL.so /compat/linux/lib/libGL.so.1 /compat/linux/lib/libGLU.so /compat/linux/lib/libGLU.so.3 /compat/linux/lib/libglut.so /compat/linux/lib/libglut.so.3 > >You might want to give some more information about your video card and >X server (particularly if the server log has anything interesting at >the end) too. My cards is a Matrox G400 16M. bash-2.05b$ pkg_info |grep XFree XFree86-4.2.0_1,1 X11/XFree86 core distribution complete The agp works fine (glxgears) Thanks for all Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 12:23:48 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7968D37B401 for ; Fri, 17 Jan 2003 12:23:47 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D820E43EB2 for ; Fri, 17 Jan 2003 12:23:46 -0800 (PST) (envelope-from eta@lclark.edu) Received: from [192.168.0.3] (12-224-152-126.client.attbi.com[12.224.152.126]) by sccrmhc01.attbi.com (sccrmhc01) with SMTP id <2003011720234000100hne9ge>; Fri, 17 Jan 2003 20:23:40 +0000 Subject: Re: quake3 :-( From: Eric Anholt To: UndeRsc0re Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <20030117133928.35c95614.delrosso.a@inwind.it> References: <20030117133928.35c95614.delrosso.a@inwind.it> Content-Type: text/plain Organization: Message-Id: <1042835103.653.3.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 17 Jan 2003 12:25:03 -0800 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2003-01-17 at 04:39, UndeRsc0re wrote: > Hi, i want to play quake3 on my FreeBSD box :-)). > I have installed /usr/ports/games/linux-q3ademo, but when i run it: > > bash-2.05b$ q3demo &> q3.txt > > the X server crashes and return the sig11.This is the log: > Using XFree86-VidModeExtension Version 2.1 > XF86DGA Mouse (Version 2.0) initialized > XFree86-VidModeExtension Activated at 640x480 > Using 4/4/4 Color bits, 16 depth, 0 stencil display. > X connection to :0.0 broken (explicit kill or server shutdown). > @@Created GLX Context.. > bash-2.05b$ pkg_info |grep linux > > linux-divx4linux-5.0.20020418 Linux binary release of DivX (TM) Codec > linux-q3ademo-1.11.6_1 Linux 3d shooter from id Software / Loki Software > linux_base-7.1_2 The base set of packages needed in Linux > linux_dri-4.2.0_1 Binary Linux DRI libraries for 3D hardware > linux_glx-991127 Libraries to make use of glx-aware > linuxdoc-1.1 The Linuxdoc SGML DTD > sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook Remove linux_glx and reinstall linux_dri. linux_glx is for non-DRI, XFree86 3.3. linux_dri should work at that point. I'd really like to stick a big pre-everything: warning on top of linux_glx, because this is a common configuration problem these days. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 14:14:43 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5806737B401 for ; Fri, 17 Jan 2003 14:14:42 -0800 (PST) Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A67143F1E for ; Fri, 17 Jan 2003 14:14:41 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.68.219) by smtp2.libero.it (6.7.015) id 3E0C6F6000821214; Fri, 17 Jan 2003 23:14:34 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 448A72C0; Fri, 17 Jan 2003 23:12:47 +0100 (CET) Date: Fri, 17 Jan 2003 23:12:47 +0100 From: UndeRsc0re To: Eric Anholt Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: quake3 :-( Message-Id: <20030117231247.7f70c9d0.delrosso.a@inwind.it> In-Reply-To: <1042835103.653.3.camel@leguin> References: <20030117133928.35c95614.delrosso.a@inwind.it> <1042835103.653.3.camel@leguin> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 17 Jan 2003 12:25:03 -0800 Eric Anholt scrisse: hi, thanks for reply :-)). But: >Remove linux_glx and reinstall linux_dri. linux_glx is for non-DRI, bash-2.05b# pwd /usr/ports/games/linux-q3ademo bash-2.05b# make pretty-print-run-depends-list This port requires package(s) "Mesa-3.4.2_2 XFree86-libraries-4.2.1_5 freetype2-2.1.2_1 imake-4.2.0_1 linux_base-7.1_2 linux_glx-991127" to run. >XFree86 3.3. linux_dri should work at that point. I prefer the 4.2.1 version of X :-)) > >I'd really like to stick a big pre-everything: warning on top of >linux_glx, because this is a common configuration problem these days. > Can you explaine me ? I don't understand... thanks Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Fri Jan 17 21: 6:41 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1B437B401 for ; Fri, 17 Jan 2003 21:06:40 -0800 (PST) Received: from 002.216-123-229-0.interbaun.com (002.216-123-229-0.interbaun.com [216.123.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A7143ED8 for ; Fri, 17 Jan 2003 21:06:39 -0800 (PST) (envelope-from soralx@cydem.zp.ua) Received: from 128.216-123-229-0.interbaun.com (vasya [192.168.0.3]) by 002.216-123-229-0.interbaun.com (8.11.6/8.11.6) with ESMTP id h0I56Ur21873; Fri, 17 Jan 2003 22:06:36 -0700 (MST) (envelope-from soralx@cydem.zp.ua) Content-Type: text/plain; charset="iso-8859-1" From: To: delrosso.a@inwind.it Subject: Re: quake3 :-( Date: Fri, 17 Jan 2003 22:05:35 -0700 X-Mailer: KMail [version 1.4] References: <20030117133928.35c95614.delrosso.a@inwind.it> <3E2821C0.8000203@mitre.org> <20030117201354.07fa62b4.delrosso.a@inwind.it> In-Reply-To: <20030117201354.07fa62b4.delrosso.a@inwind.it> Cc: freebsd-multimedia@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301172205.35623.soralx@cydem.zp.ua> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > XFree86-4.2.0_1,1 X11/XFree86 core distribution complete > The agp works fine (glxgears) check how `/usr/compat/linux/usr/X11R6/bin/gears` works warning: may crash X-server 17.01.2003; 22:03:54 [SorAlx] http://cydem.zp.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 2:55:12 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C890037B401 for ; Sat, 18 Jan 2003 02:55:10 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DE143E4A for ; Sat, 18 Jan 2003 02:55:09 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id h0IAt7Uc035435 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 18 Jan 2003 11:55:07 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.12.5/8.12.5/Submit) with UUCP id h0IAt6EB035434 for multimedia@FreeBSD.ORG; Sat, 18 Jan 2003 11:55:06 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.6/8.12.6) with ESMTP id h0IAqMBm018554 for ; Sat, 18 Jan 2003 11:52:27 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost) by titan.klemm.apsfilter.org (8.12.6/8.12.6/Submit) id h0IAqL5Y018553 for multimedia@FreeBSD.ORG; Sat, 18 Jan 2003 11:52:21 +0100 (CET) Date: Sat, 18 Jan 2003 11:52:21 +0100 From: Andreas Klemm To: multimedia@FreeBSD.ORG Subject: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? Message-ID: <20030118105221.GA18392@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi ! I have FreeBSD 4.7 and a big problem copying Audio CD's with IDE hardware... How can I automate this process of ripping and burning, to get a nearly 100% exact copy of the audio CD ?? With gaps between songs ? I have an IDE DVD player and Burner: acd0: CD-RW at ata0-slave PIO4 acd1: DVD-ROM at ata1-slave PIO4 the following works, but the big disadvantage is, that then I have on the copy only one track containing all songs of the audio CD, so I can't select a single song on the CD player: dd if=/dev/acd1c bs=2352 | burncd -v -f /dev/acd0c -s 8 audio - fixate How can I ripp automatically all songs from an audio cd and feed the files to burncd so that I automatically have a nice working gap between the song ? I didn't find the right special devices in /dev, that would be suitable to pick the 1st, 2nd ... etc audio file from the CD ... Any pointer please ?? I didn't find the right things with google ... Thanks a lot Andreas /// -- Andreas Klemm /\/\/\/\/\/\/\/\/\/\/\ http://www.64bits.de < Powered by FreeBSD > http://www.apsfilter.org/ \ www.FreeBSD.org / http://people.FreeBSD.ORG/~andreas \/\/\/\/\/\/\/\/\/\/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 3:20:43 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1968F37B401 for ; Sat, 18 Jan 2003 03:20:43 -0800 (PST) Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BB843F18 for ; Sat, 18 Jan 2003 03:20:42 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.102.188) by smtp3.libero.it (6.7.015) id 3E0C6EDC00849229; Sat, 18 Jan 2003 12:20:16 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 3ED90342; Sat, 18 Jan 2003 12:20:24 +0100 (CET) Date: Sat, 18 Jan 2003 12:20:24 +0100 From: UndeRsc0re To: Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: quake3 :-( Message-Id: <20030118122024.44814349.delrosso.a@inwind.it> In-Reply-To: <200301172205.35623.soralx@cydem.zp.ua> References: <20030117133928.35c95614.delrosso.a@inwind.it> <3E2821C0.8000203@mitre.org> <20030117201354.07fa62b4.delrosso.a@inwind.it> <200301172205.35623.soralx@cydem.zp.ua> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 17 Jan 2003 22:05:35 -0700 scrisse: >> XFree86-4.2.0_1,1 X11/XFree86 core distribution complete >> The agp works fine (glxgears) > >check how `/usr/compat/linux/usr/X11R6/bin/gears` works >warning: may crash X-server Hey i'haven't ... In which port is it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 3:35:35 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E43937B401 for ; Sat, 18 Jan 2003 03:35:34 -0800 (PST) Received: from mail1.luukku.com (ultra45.almamedia.fi [193.209.83.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87ADE43F1E for ; Sat, 18 Jan 2003 03:35:33 -0800 (PST) (envelope-from atte.peltomaki@iki.fi) Received: by mail1.luukku.com (Postfix, from userid 60001) id 8991A1BA43C; Sat, 18 Jan 2003 13:35:32 +0200 (EET) Received: from kameli.org (ip213-185-39-29.laajakaista.mtv3.fi [213.185.39.29]) by mail1.luukku.com (Postfix) with SMTP id 3A99C1BA422 for ; Sat, 18 Jan 2003 13:35:32 +0200 (EET) Received: by kameli.org (sSMTP sendmail emulation); Sat, 18 Jan 2003 13:37:12 +0200 From: "Atte Peltomäki" Date: Sat, 18 Jan 2003 13:37:12 +0200 To: freebsd-multimedia@freebsd.org Subject: Re: AC3 throughput via S/PDIF Message-ID: <20030118113712.GA6169@kameli.kameli.org> References: <20030116001642.GA3650@kameli.kameli.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030116001642.GA3650@kameli.kameli.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I already sent this to freebsd-current, but this might be more multimedia than -current really.. so here goes. Hi, Does -CURRENT audio driver (SB Live!) support AC3 audio throughput via S/PDIF to an external DD5.1/DTS decoder? Last time I checked (year ago) it didn't. This actually forced me to switch to Linux on desktop back then, since my attempts to understand and fix the sourcecode failed miserably. Atte Peltomäki http://kameli.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 4: 5: 1 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218BF37B401 for ; Sat, 18 Jan 2003 04:05:00 -0800 (PST) Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF8043E4A for ; Sat, 18 Jan 2003 04:04:59 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.97.132) by smtp0.libero.it (6.7.015) id 3E1B0377004E0517; Sat, 18 Jan 2003 13:04:44 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 69613358; Sat, 18 Jan 2003 13:04:52 +0100 (CET) Date: Sat, 18 Jan 2003 13:04:52 +0100 From: UndeRsc0re To: UndeRsc0re Cc: soralx@cydem.zp.ua, freebsd-multimedia@FreeBSD.ORG Subject: Re: quake3 :-( Message-Id: <20030118130452.4b2a8693.delrosso.a@inwind.it> In-Reply-To: <20030118122024.44814349.delrosso.a@inwind.it> References: <20030117133928.35c95614.delrosso.a@inwind.it> <3E2821C0.8000203@mitre.org> <20030117201354.07fa62b4.delrosso.a@inwind.it> <200301172205.35623.soralx@cydem.zp.ua> <20030118122024.44814349.delrosso.a@inwind.it> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 18 Jan 2003 12:20:24 +0100 UndeRsc0re scrisse: >On Fri, 17 Jan 2003 22:05:35 -0700 > scrisse: > >>> XFree86-4.2.0_1,1 X11/XFree86 core distribution complete >>> The agp works fine (glxgears) >> >>check how `/usr/compat/linux/usr/X11R6/bin/gears` works >>warning: may crash X-server >Hey i'haven't ... >In which port is it? ok, i found it. it's in linux_dri port... Next trouble :-)) bash-2.05b$ /usr/compat/linux/usr/X11R6/bin/gears /usr/compat/linux/usr/X11R6/bin/gears: relocation error: /lib/libglut.so.3: undefined symbol: XmuLookupStandardColormap Somebody can help me, please? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 4: 8:35 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4726737B401 for ; Sat, 18 Jan 2003 04:08:34 -0800 (PST) Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DDA43F3F for ; Sat, 18 Jan 2003 04:08:33 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.97.132) by smtp1.libero.it (6.7.015) id 3E0C717100845365; Sat, 18 Jan 2003 13:08:15 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 08485350; Sat, 18 Jan 2003 13:08:24 +0100 (CET) Date: Sat, 18 Jan 2003 13:08:24 +0100 From: UndeRsc0re To: Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: quake3 :-( Message-Id: <20030118130824.4d72d528.delrosso.a@inwind.it> In-Reply-To: <200301172205.35623.soralx@cydem.zp.ua> References: <20030117133928.35c95614.delrosso.a@inwind.it> <3E2821C0.8000203@mitre.org> <20030117201354.07fa62b4.delrosso.a@inwind.it> <200301172205.35623.soralx@cydem.zp.ua> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 17 Jan 2003 22:05:35 -0700 scrisse: >> XFree86-4.2.0_1,1 X11/XFree86 core distribution complete >> The agp works fine (glxgears) > >check how `/usr/compat/linux/usr/X11R6/bin/gears` works >warning: may crash X-server > bash-2.05b$ /usr/compat/linux/usr/X11R6/bin/glxinfo this crash the X-server :-)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 4:13:27 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2267037B401 for ; Sat, 18 Jan 2003 04:13:26 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15FC943F5B for ; Sat, 18 Jan 2003 04:13:19 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h0ICDCA8078729; Sat, 18 Jan 2003 13:13:12 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200301181213.h0ICDCA8078729@spider.deepcore.dk> Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? In-Reply-To: <20030118105221.GA18392@titan.klemm.apsfilter.org> To: Andreas Klemm Date: Sat, 18 Jan 2003 13:13:11 +0100 (CET) Cc: multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems Andreas Klemm wrote: > Hi ! > > I have FreeBSD 4.7 and a big problem copying Audio CD's with > IDE hardware... > > How can I automate this process of ripping and burning, to get a > nearly 100% exact copy of the audio CD ?? With gaps between songs ? I dont have a script handy but the recipe goes like this: #open master device (ie acd0c ) so that the individual track devices appear cdcontrol -f ad0c info #from above the number of tracks can be derived then read the tracks for n in 01 02 03 04 ... do dd if=/dev/acd0t$n of=track$n bs=2352 done #burn copy using DAO mode to make (possibly) exact copy burncd -f /dev/acd0c -smax -d raw track* #done! -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 4:23:48 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B9637B401 for ; Sat, 18 Jan 2003 04:23:47 -0800 (PST) Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4296043F3F for ; Sat, 18 Jan 2003 04:23:46 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.97.132) by smtp0.libero.it (6.7.015) id 3E1B0377004E1A13; Sat, 18 Jan 2003 13:23:40 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 780E2350; Sat, 18 Jan 2003 13:23:48 +0100 (CET) Date: Sat, 18 Jan 2003 13:23:48 +0100 From: UndeRsc0re To: Soeren Schmidt Cc: andreas@klemm.apsfilter.org, multimedia@FreeBSD.ORG Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? Message-Id: <20030118132348.36801008.delrosso.a@inwind.it> In-Reply-To: <200301181213.h0ICDCA8078729@spider.deepcore.dk> References: <20030118105221.GA18392@titan.klemm.apsfilter.org> <200301181213.h0ICDCA8078729@spider.deepcore.dk> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 18 Jan 2003 13:13:11 +0100 (CET) Soeren Schmidt scrisse: >It seems Andreas Klemm wrote: >> Hi ! >> >> I have FreeBSD 4.7 and a big problem copying Audio CD's with >> IDE hardware... >> >> How can I automate this process of ripping and burning, to get a >> nearly 100% exact copy of the audio CD ?? With gaps between songs ? > >I dont have a script handy but the recipe goes like this: > >#open master device (ie acd0c ) so that the individual track devices >appear > >cdcontrol -f ad0c info > >#from above the number of tracks can be derived then read the tracks > >for n in 01 02 03 04 ... >do > dd if=/dev/acd0t$n of=track$n bs=2352 >done > >#burn copy using DAO mode to make (possibly) exact copy > >burncd -f /dev/acd0c -smax -d raw track* > >#done! > >-Søren Hi , i use this: #!/bin/sh cd /where/you/want/tmp/ echo "Cdda2wav !!" cdda2wav -v255 -D/dev/acd1c -S32 -x -Oraw -E little -B && echo "Burncd !!" burncd -v -s 8 -f/dev/acd0a raw audio*.raw fixate rm audio_* voila' :-)) Ciao, Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 4:34:26 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1930B37B401 for ; Sat, 18 Jan 2003 04:34:25 -0800 (PST) Received: from smtp4.wanadoo.nl (smtp4.wanadoo.nl [194.134.35.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8853843F18 for ; Sat, 18 Jan 2003 04:34:19 -0800 (PST) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (i1357.vwr.wanadoo.nl [194.134.213.83]) by smtp4.wanadoo.nl (Postfix) with SMTP id 546393E68B; Sat, 18 Jan 2003 13:34:16 +0100 (CET) Date: Sat, 18 Jan 2003 13:34:11 +0100 From: Steve O'Hara-Smith To: Andreas Klemm Cc: multimedia@FreeBSD.ORG Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? Message-Id: <20030118133411.7b29c888.steve@sohara.org> In-Reply-To: <20030118105221.GA18392@titan.klemm.apsfilter.org> References: <20030118105221.GA18392@titan.klemm.apsfilter.org> X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd4.7) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^- GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 18 Jan 2003 11:52:21 +0100 Andreas Klemm wrote: AK> Hi ! AK> AK> I have FreeBSD 4.7 and a big problem copying Audio CD's with AK> IDE hardware... AK> AK> How can I automate this process of ripping and burning, to get a AK> nearly 100% exact copy of the audio CD ?? With gaps between songs ? In an empty directory dagrab -o 0 -a -v -d /dev/acd1c burncd -s max -f /dev/acd0c audio * fixate Or if you have atapicam available you can get a better copy with cdda2wav -vall -D1,1,0 -B -Owav cdrecord -v dev=1,0,0 -dao -useinfo -text *.wav For difficult copies (with atapicam) cdrdao copy --source-device 1,1,0 --source-driver generic-mmc-raw \ --device 1,0,0 --driver generic-mmc-raw --read-subchan rw_raw -n --force -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 4:42:11 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B8D337B401 for ; Sat, 18 Jan 2003 04:42:10 -0800 (PST) Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1538543ED8 for ; Sat, 18 Jan 2003 04:42:10 -0800 (PST) (envelope-from delrosso.a@inwind.it) Received: from homer.freebsd.home (62.98.97.132) by smtp1.libero.it (6.7.015) id 3E0C71710084796B; Sat, 18 Jan 2003 13:42:08 +0100 Received: by homer.freebsd.home (Postfix, from userid 1000) id 656CF35B; Sat, 18 Jan 2003 13:41:45 +0100 (CET) Date: Sat, 18 Jan 2003 13:41:45 +0100 From: UndeRsc0re To: Steve O'Hara-Smith Cc: andreas@klemm.apsfilter.org, multimedia@FreeBSD.ORG Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? Message-Id: <20030118134145.2140adc6.delrosso.a@inwind.it> In-Reply-To: <20030118133411.7b29c888.steve@sohara.org> References: <20030118105221.GA18392@titan.klemm.apsfilter.org> <20030118133411.7b29c888.steve@sohara.org> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 18 Jan 2003 13:34:11 +0100 Steve O'Hara-Smith scrisse: >On Sat, 18 Jan 2003 11:52:21 +0100 >Andreas Klemm wrote: > >AK> Hi ! >AK> >AK> I have FreeBSD 4.7 and a big problem copying Audio CD's with >AK> IDE hardware... >AK> >AK> How can I automate this process of ripping and burning, to get a >AK> nearly 100% exact copy of the audio CD ?? With gaps between songs ? > > In an empty directory > >dagrab -o 0 -a -v -d /dev/acd1c >burncd -s max -f /dev/acd0c audio * fixate > > Or if you have atapicam available you can get a better copy with > >cdda2wav -vall -D1,1,0 -B -Owav >cdrecord -v dev=1,0,0 -dao -useinfo -text *.wav > > For difficult copies (with atapicam) ^^^^^^^^^^^^^^^^^^^^ ?!? like psx games :-) Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 10: 6:10 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0459737B401 for ; Sat, 18 Jan 2003 10:06:08 -0800 (PST) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A8F743E4A for ; Sat, 18 Jan 2003 10:06:07 -0800 (PST) (envelope-from larse@ISI.EDU) Received: from isi.edu (c-24-130-112-121.we.client2.attbi.com [24.130.112.121]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id h0II5mC20990; Sat, 18 Jan 2003 10:05:48 -0800 (PST) Message-ID: <3E29977C.3090506@isi.edu> Date: Sat, 18 Jan 2003 10:05:48 -0800 From: Lars Eggert Organization: USC Information Sciences Institute User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Soeren Schmidt Cc: Andreas Klemm , multimedia@FreeBSD.ORG Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? References: <200301181213.h0ICDCA8078729@spider.deepcore.dk> In-Reply-To: <200301181213.h0ICDCA8078729@spider.deepcore.dk> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms090703070300090103070904" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------ms090703070300090103070904 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit On 1/18/2003 4:13 AM, Soeren Schmidt wrote: > #from above the number of tracks can be derived then read the tracks > > for n in 01 02 03 04 ... > do > dd if=/dev/acd0t$n of=track$n bs=2352 > done Somewhat unrelated: When I do the above dd to extract for MP3 encoding, I had to add conv=swab before feeding it into lame, otherwise I'd get white noise. Lars -- Lars Eggert USC Information Sciences Institute --------------ms090703070300090103070904 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 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYID1TCCA9ECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggIPMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAzMDExODE4MDU0OFowIwYJKoZIhvcNAQkEMRYEFGPLhm8w+p/i0/IphV1z IqQeVlNfMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3EAQxgZ0w gZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCCVBMIGtBgsq hkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44 LjMwAgMIJUEwDQYJKoZIhvcNAQEBBQAEggEAbd8hXQjtfuuYIRpolo2rRH3lBggMJdjIfJel zysi2gsGAMvH0EsCJXE4r3I0UzXNoRFlemwPtG3FWrXoYEIiId+OJtTS87dUAseFjRSLl4V7 6By4847RauUFRCEr4sQ2EUMG2H79Pfu5tU1ZYEMkqn0llJU6MrFkd8EUC7aEdAHy9jgjmirp RyHcN9bT85yr2thefTNUpWP/8YcgemiVp+NzNvyrF7/B6ay5K37ZFmkHs8B/cT77m4Y3WgJJ tNfZHX+x8puPkm9b3spNvzxffLsU6Ot62lbc4LOYz0VchQ4m3CCHHHmqi9hl6STGPTeMF4oc GlzvmywAyw+YYPPgnwAAAAAAAA== --------------ms090703070300090103070904-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 11:57:59 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0CC37B401 for ; Sat, 18 Jan 2003 11:57:58 -0800 (PST) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3155243EB2 for ; Sat, 18 Jan 2003 11:57:57 -0800 (PST) (envelope-from agapon@cv-nj.com) Received: from asv21.srv.hcvlny.cv.net (asv21.srv.hcvlny.cv.net [167.206.5.175]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.05 (built Nov 6 2002)) with ESMTP id <0H8X006I5E4AU0@mta3.srv.hcvlny.cv.net> for multimedia@FreeBSD.ORG; Sat, 18 Jan 2003 14:57:46 -0500 (EST) Received: from edge.foundation.invalid (ool-4355489e.dyn.optonline.net [67.85.72.158]) by asv21.srv.hcvlny.cv.net (8.12.6/8.11.6) with ESMTP id h0IJvW7r007718; Sat, 18 Jan 2003 14:57:34 -0500 (EST) Received: from localhost (localhost.foundation.invalid [127.0.0.1]) by edge.foundation.invalid (8.12.6/8.12.3) with ESMTP id h0IJviZY018241; Sat, 18 Jan 2003 14:57:45 -0500 (EST envelope-from agapon@cv-nj.com) Date: Sat, 18 Jan 2003 14:57:44 -0500 (EST) From: Andriy Gapon Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? X-X-Sender: avg@edge.foundation.invalid To: multimedia@FreeBSD.ORG Cc: Soeren Schmidt Message-id: <20030118145435.N18237@edge.foundation.invalid> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Soeren Schmidt wrote: > #burn copy using DAO mode to make (possibly) exact copy > > burncd -f /dev/acd0c -smax -d raw track* Soeren, I am not sure if you noticed this post: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25038+0+current/freebsd-multimedia I can confirm this problem, and I think you are the guy. -- Andriy Gapon * Broadcast Message from wnpdev21 (pts/tg) Wed Jan 8 09:12:47... replacing the jar - krishna 3931 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 12: 7:45 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAEDB37B401 for ; Sat, 18 Jan 2003 12:07:44 -0800 (PST) Received: from 002.216-123-229-0.interbaun.com (002.216-123-229-0.interbaun.com [216.123.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3F443F13 for ; Sat, 18 Jan 2003 12:07:44 -0800 (PST) (envelope-from soralx@cydem.zp.ua) Received: from 128.216-123-229-0.interbaun.com (vasya [192.168.0.3]) by 002.216-123-229-0.interbaun.com (8.11.6/8.11.6) with ESMTP id h0IK7gr25296 for ; Sat, 18 Jan 2003 13:07:43 -0700 (MST) (envelope-from soralx@cydem.zp.ua) Content-Type: text/plain; charset="iso-8859-1" From: To: freebsd-multimedia@FreeBSD.ORG Subject: Re: quake3 :-( Date: Sat, 18 Jan 2003 13:05:58 -0700 X-Mailer: KMail [version 1.4] References: <20030117133928.35c95614.delrosso.a@inwind.it> <200301172205.35623.soralx@cydem.zp.ua> <20030118130824.4d72d528.delrosso.a@inwind.it> In-Reply-To: <20030118130824.4d72d528.delrosso.a@inwind.it> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301181305.58764.soralx@cydem.zp.ua> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > >> XFree86-4.2.0_1,1 X11/XFree86 core distribution complete > >> The agp works fine (glxgears) > > > >check how `/usr/compat/linux/usr/X11R6/bin/gears` works > >warning: may crash X-server > > bash-2.05b$ /usr/compat/linux/usr/X11R6/bin/glxinfo > > this crash the X-server :-)) I have the same problem, and I still have no solution to it. I'll try to fix it after I reinstall FreeBSD (about after a month) 18.01.2003; 13:04:24 [SorAlx] http://cydem.zp.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 12:28:34 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B91637B401 for ; Sat, 18 Jan 2003 12:28:33 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242F243ED8 for ; Sat, 18 Jan 2003 12:28:26 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h0IKSA0p072989; Sat, 18 Jan 2003 21:28:10 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200301182028.h0IKSA0p072989@spider.deepcore.dk> Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? In-Reply-To: <20030118145435.N18237@edge.foundation.invalid> To: Andriy Gapon Date: Sat, 18 Jan 2003 21:28:10 +0100 (CET) Cc: multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems Andriy Gapon wrote: > > Soeren Schmidt wrote: > > > #burn copy using DAO mode to make (possibly) exact copy > > > > burncd -f /dev/acd0c -smax -d raw track* > > Soeren, I am not sure if you noticed this post: > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25038+0+current/freebsd-multimedia > > I can confirm this problem, and I think you are the guy. Possibly, and I will look at it *sometime* soon, problem is limitted time currently... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jan 18 13:37:32 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B7937B401 for ; Sat, 18 Jan 2003 13:37:30 -0800 (PST) Received: from mta11.srv.hcvlny.cv.net (mta11.srv.hcvlny.cv.net [167.206.5.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id B712043EB2 for ; Sat, 18 Jan 2003 13:37:29 -0800 (PST) (envelope-from agapon@cv-nj.com) Received: from asv18.srv.hcvlny.cv.net (asv18.srv.hcvlny.cv.net [167.206.5.172]) by mta11.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.05 (built Nov 6 2002)) with ESMTP id <0H8X00CIAIPH4D@mta11.srv.hcvlny.cv.net> for freebsd-multimedia@freebsd.org; Sat, 18 Jan 2003 16:36:53 -0500 (EST) Received: from edge.foundation.invalid (ool-4355489e.dyn.optonline.net [67.85.72.158]) by asv18.srv.hcvlny.cv.net (8.12.6/8.11.6) with ESMTP id h0ILah9e018371 for ; Sat, 18 Jan 2003 16:36:44 -0500 (EST) Received: from localhost (localhost.foundation.invalid [127.0.0.1]) by edge.foundation.invalid (8.12.6/8.12.3) with ESMTP id h0ILalZY018468 for ; Sat, 18 Jan 2003 16:36:49 -0500 (EST envelope-from agapon@cv-nj.com) Date: Sat, 18 Jan 2003 16:36:47 -0500 (EST) From: Andriy Gapon Subject: Re: xmms cd playback annoyance In-reply-to: <20021225131225.Y50629-100000@edge.foundation.invalid> X-X-Sender: avg@edge.foundation.invalid To: freebsd-multimedia@freebsd.org Message-id: <20030118163347.R18464@edge.foundation.invalid> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20021225131225.Y50629-100000@edge.foundation.invalid> Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 25 Dec 2002, Andriy Gapon wrote: > Since recently I have started to get the following messages each time xmms > starts to play the next track on CD: > > acd1: PAUSE - ILLEGAL REQUEST asc=0x2c ascq=0x00 error=0x00 > > the strangest part is that, to the best of my recollection, I didn't have > any software, hardware or configuration changes for the past 2 months. turned out I did have a small change in xmms config. If you have the same problem or are simply interested, plese see: http://www.freebsd.org/cgi/query-pr.cgi?pr=47197 -- Andriy Gapon * "I no longer fear a world quite like 1984 where governments control your every move. I fear a world where everyone is afraid to do anything because they'll get in trouble, or something bad might happen, or you might lose your insurance. It's really happening as we speak." by /. Anonymous Coward To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message