From Jim.Pirzyk@disney.com  Wed Feb  6 15:41:27 2002
Return-Path: <Jim.Pirzyk@disney.com>
Received: from mail.disney.com (mail.disney.com [204.128.192.15])
	by hub.freebsd.org (Postfix) with ESMTP id 2285237B41C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Feb 2002 15:41:25 -0800 (PST)
Received: from Hermes10.corp.disney.com (hermes10.corp.disney.com [153.7.110.102])
	by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id g16NdIJ04747
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 6 Feb 2002 15:39:18 -0800 (PST)
Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Wed, 6 Feb 2002 15:40:38 -0800
Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2])
	by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id g16Nk2319169
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 6 Feb 2002 15:46:02 -0800 (PST)
Received: from localhost.fan.fa.disney.com (snoopy.fan.fa.disney.com [172.30.5.103])
	by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id PAA28520
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 6 Feb 2002 15:41:12 -0800 (PST)
	(envelope-from pirzyk@mailhost)
Received: (from pirzyk@localhost)
	by localhost.fan.fa.disney.com (8.11.6/8.11.6) id g16NfLn66417;
	Wed, 6 Feb 2002 15:41:21 -0800 (PST)
	(envelope-from pirzyk)
Message-Id: <200202062341.g16NfLn66417@localhost.fan.fa.disney.com>
Date: Wed, 6 Feb 2002 15:41:21 -0800 (PST)
From: Jim Pirzyk <pirzyk@pirzyk.org>
Reply-To: Jim Pirzyk <pirzyk@pirzyk.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: burncd does not work with USB CDRW
X-Send-Pr-Version: 3.113

>Number:         34677
>Category:       kern
>Synopsis:       burncd does not work with USB CDRW
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 15:50:00 PST 2002
>Closed-Date:    Mon Mar 25 17:35:10 PST 2002
>Last-Modified:  Mon Mar 25 17:35:10 PST 2002
>Originator:     Jim Pirzyk
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD snoopy 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Fri Feb 1 07:54:00 PST 2002 root@snoopy.pirzyk.org:/export/FreeBSD/4.5-RELEASE/sys/compile/SNOOPY_KERNEL i386


	
>Description:
	I have a USB CDRW drive in an external enclosure (the drive is an
	IDE drive with a IDE to USB converter in it.  The system recognizes
	the CD drive and I can use it as a standard drive, but I cannot write
	to the drive as a CDRW.  Here is what the system sees:

	uhci0: <Intel 82443MX USB controller> port 0x1480-0x149f irq 15 at device 7.2 on pci0
	usb0: <Intel 82443MX USB controller> on uhci0
	usb0: USB revision 1.0
	uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
	uhub0: 2 ports with 2 removable, self powered

	umass0: Addonics USB to IDE Cable, rev 2.00/10.00, addr 2
	cd0 at umass-sim0 bus 0 target 0 lun 0
	cd0: <MATSHITA CD-RW  CW-7586 1.08> Removable CD-ROM SCSI-0 device 
	cd0: 650KB/s transfers
	cd0: Attempt to query device size failed: NOT READY, Logical unit is in process of becoming ready
	cd9660: RockRidge Extension


>How-To-Repeat:
	burncd -f /dev/cdrom -t data so.iso fixate     
	burncd: ioctl(CDRIOCWRITESPEED): Inappropriate ioctl for device

	Logged in the messages file:
		(cd0:umass-sim0:0:0:0): READ TOC/PMA/ATIP {MMC Proposed}. 
			CDB: 43 0 0 0 0 0 0 3 24 0 
		(cd0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:24,0
		(cd0:umass-sim0:0:0:0): Invalid field in CDB

>Fix:

	Unknown at this time.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: chern 
State-Changed-When: Mon Mar 25 02:44:25 PST 2002 
State-Changed-Why:  
Update originator's incorrect e-mail address. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=34677 

From: Chern Lee <chern@FreeBSD.org>
To: <freebsd-gnats-submit@freebsd.org>, <pirzyk@pirzyk.org>
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
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: chern 
State-Changed-When: Mon Mar 25 17:34:39 PST 2002 
State-Changed-Why:  
CDRW drive is not listed as supported at http://freebsd.dk/ata/. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=34677 
>Unformatted:
