From owner-freebsd-bugs Mon Mar 25 2:50:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD0D037B404 for ; Mon, 25 Mar 2002 02:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2PAo7q15345; Mon, 25 Mar 2002 02:50:07 -0800 (PST) (envelope-from gnats) Date: Mon, 25 Mar 2002 02:50:07 -0800 (PST) Message-Id: <200203251050.g2PAo7q15345@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chern Lee Subject: Re: kern/34677: burncd does not work with USB CDRW Reply-To: Chern Lee Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34677; it has been noted by GNATS. From: Chern Lee To: , Cc: Subject: Re: kern/34677: burncd does not work with USB CDRW Date: Mon, 25 Mar 2002 02:44:17 -0800 (PST) I'm not familiar with USB CDRWs, but it seems like FreeBSD is detecting it using the cd(4) driver (SCSI CD-ROM). burncd(8) has support for ATAPI CDR/W drives listed at http://freebsd.dk/ata/ Your particular model isn't listed as supported. If FreeBSD had detected your CDRW as an ATAPI drive, it would be using the acd(4) driver, which it is not. I suggest trying out cdrecord, which is part of the sysutils/cdrtools package. - chern To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message