From owner-freebsd-scsi Fri Mar 28 08:41:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA19519 for freebsd-scsi-outgoing; Fri, 28 Mar 1997 08:41:18 -0800 (PST) Received: from robkaos.ruhr.de (robkaos.ruhr.de [141.39.227.87]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA19505 for ; Fri, 28 Mar 1997 08:41:14 -0800 (PST) Received: by robkaos.ruhr.de (/\oo/\ Smail3.1.29.1 #29.1) id ; Fri, 28 Mar 97 17:40 MET Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: Re: CD-R audio problem In-Reply-To: <199703260743.IAA14604@blasuarr.cs.tu-berlin.de> from Udo Wolter at "Mar 26, 97 08:42:57 am" To: freebsd-scsi@freebsd.org Date: Fri, 28 Mar 1997 17:40:45 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Has anyone burned an audio cd successfully? If yes, how? > > > > BTW, the SCSI HA is a SC-200 (on a P6NP5 motherboard). > > Could it be that there is a problem with byte-order ? I can remember that > my philips can use intel-byte-order and vice versa, you have to tell it > what you want to use. If you used non-intel byte order on the CD you surely > will only get garbage...:-( > This was exactly the error! I piped the read audio data trough 'dd conv=swab'. That helped! Thanks once more. Robert