usb/106538: [patch] Can not burn DVD on Sony DRX-820UL external
USB device
Artem Naluzhny
tut at nhamon.com.ua
Tue Dec 19 13:30:22 PST 2006
The following reply was made to PR usb/106538; it has been noted by GNATS.
From: "Artem Naluzhny" <tut at nhamon.com.ua>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: usb/106538: [patch] Can not burn DVD on Sony DRX-820UL external USB device
Date: Tue, 19 Dec 2006 22:59:05 +0200
On 12/9/06, Artem Naluzhny <tut at nhamon.com.ua> wrote:
> It is not possible to burn DVD on Sony DRX-820UL external USB device (CD burning works fine):
>
> kernel:
> umass0: Sony DRX-820UL, rev 2.00/4.59, addr 2
> cd0 at umass-sim0 bus 0 target 0 lun 0
> cd0: <SONY DVD RW DRU-820A 2.0b> Removable CD-ROM SCSI-0 device
> cd0: 40.000MB/s transfers
> cd0: Attempt to query device size failed: NOT READY, Medium not present
>
> usbdevs:
> port 2 addr 3: full speed, self powered, config 1, DRX-820UL(0x0291), Sony(0x054c), rev 4.59
>
> growisofs
> unable to GET CONFIGURATION: input/output error
> non MMC-unit?
>
> console:
> umass0: Unsupported ATAPI command 0x46
> umass0: Unsupported ATAPI command 0x46
> umass0: Unsupported ATAPI command 0x46
> >How-To-Repeat:
>
> >Fix:
> --- src/sys/dev/usb/usbdevs.orig Sat Nov 18 00:22:14 2006
> +++ src/sys/dev/usb/usbdevs Sat Dec 9 20:02:04 2006
> @@ -1563,6 +1563,7 @@
> product SONY CLIE_41 0x009a Sony Clie v4.1
> product SONY CLIE_NX60 0x00da Sony Clie nx60
> product SONY CLIE_TJ37 0x0169 Sony Clie tj37
> +product SONY DRX_820UL 0x0291 Sony DRX-820UL
>
> /* Sony Ericsson products */
> product SONYERICSSON DCU10 0x0528 USB Cable
> --- src/sys/dev/usb/umass.c.orig Sat Nov 18 00:22:14 2006
> +++ src/sys/dev/usb/umass.c Sat Dec 9 20:44:24 2006
> @@ -494,6 +494,10 @@
> UMASS_PROTO_RBC | UMASS_PROTO_CBI,
> NO_QUIRKS
> },
> + { USB_VENDOR_SONY, USB_PRODUCT_SONY_DRX_820UL, RID_WILDCARD,
> + UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
> + NO_QUIRKS
> + },
> { USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, RID_WILDCARD,
> UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
> IGNORE_RESIDUE
Actually this commit
http://lists.freebsd.org/pipermail/cvs-src/2006-December/072376.html
resolved the issue. You may close the PR.
JFYI: there are still annoying messages on console:
Dec 19 21:24:14 tut umass0: Unsupported ATAPI command 0x4a - trying anyway
Dec 19 21:24:14 tut umass0: Unsupported ATAPI command 0x46 - trying anyway
Dec 19 21:24:14 tut umass0: Unsupported ATAPI command 0x4a - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0x46 - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0x4a - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0x4a - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0x4a - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0xac - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0xac - trying anyway
Dec 19 21:24:18 tut umass0: Unsupported ATAPI command 0xac - trying anyway
--
tut
DaRK VoIP GuRU
More information about the freebsd-usb
mailing list