From owner-freebsd-questions Tue Jan 15 12:10:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id 5536C37B402 for ; Tue, 15 Jan 2002 12:10:26 -0800 (PST) Received: (qmail 16425 invoked by uid 100); 15 Jan 2002 20:10:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15428.36012.168960.537818@guru.mired.org> Date: Tue, 15 Jan 2002 14:10:20 -0600 To: Theodore Hope Cc: questions@freebsd.org Subject: Re: burn CD on USB CD-R drives? In-Reply-To: <16793873@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.44 (Python 2.2; freebsd-4.4-STABLE-i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Theodore Hope types: > What USB CD-R drivers are supported for burning CDs under 4.x ? > > The handbook says that "SCSI and USB CD burners should use cdrecord...", > but after adding the cdrtools package the cdrecord man page says > nothing about USB, just SCSI. That's because USB devices look like SCSI devices to userland programs. I.e. a scsi bus is assigned for them, and they have target and lun numbers just like regular scsi devices. You'll need to make sure the appropriate usb devices are configured - usb, uhci or ohci, umass - as well as the scsi devices - scbus, cd and possibly da. So you use cdrecord just like you would for a SCSI cd. As to which will work, I can't help you with that. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message