Topic: External dvd burner
Hello,
I just bought an external DVD/Blueray burner; it seems to be a SATA drive in a random USB3 enclosure:
$ lsusb
Bus 001 Device 100: ID 13fd:3940 Initio Corporation
I have found reports on the Internet where the same device was used to house an external hard disk instead of an optical drive.
When I plug it in, no /dev/sr? is created; here is the output of dmesg:
[474014.857514] usb 1-1.4.2: new high-speed USB device number 100 using ci_hdrc
[474014.979497] usb 1-1.4.2: New USB device found, idVendor=13fd, idProduct=3940
[474014.979511] usb 1-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[474014.979520] usb 1-1.4.2: Product: BD-MLT UJ260AF
[474014.979527] usb 1-1.4.2: Manufacturer: MATSHITA
[474014.979535] usb 1-1.4.2: SerialNumber: 57503732202030333236353020202020
[474014.980324] usb-storage 1-1.4.2:1.0: USB Mass Storage device detected
[474014.982418] usb-storage 1-1.4.2:1.0: Quirks match for vid 13fd pid 3940: 2000000
[474014.982528] scsi host208: usb-storage 1-1.4.2:1.0
[474015.979312] scsi 208:0:0:0: CD-ROM MATSHITA BD-MLT UJ260AF 1.00 PQ: 0 ANSI: 0
On another machine, it looks like this:
[ 599.334902] usb 2-1.3: new high-speed USB device number 22 using ehci-pci
[ 599.466737] usb 2-1.3: New USB device found, idVendor=13fd, idProduct=3940
[ 599.466750] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 599.466756] usb 2-1.3: Product: BD-MLT UJ260AF
[ 599.466761] usb 2-1.3: Manufacturer: MATSHITA
[ 599.466765] usb 2-1.3: SerialNumber: 57503732202030333236353020202020
[ 599.467010] usb-storage 2-1.3:1.0: USB Mass Storage device detected
[ 599.467393] usb-storage 2-1.3:1.0: Quirks match for vid 13fd pid 3940: 2000000
[ 599.467477] scsi host8: usb-storage 2-1.3:1.0
[ 600.472226] scsi 8:0:0:0: CD-ROM MATSHITA BD-MLT UJ260AF 1.00 PQ: 0 ANSI: 0
[ 600.476618] sr 8:0:0:0: [sr1] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 600.476721] sr 8:0:0:0: Attached scsi CD-ROM sr1
[ 600.476777] sr 8:0:0:0: Attached scsi generic sg2 type 5
So essentially, there are the three additional lines at the end. Both machines have USB2 instead of USB3, so this cannot be the problem.
Another difference I notice is the "usb 1-1.4.2" vs. "usb 2-1.3"; could this be the problem? Or am I missing a kernel module?
I would be grateful for help.
Andreas