[my H/W]
(1) RPi: Raspberry Pi 3 Model B
(2) USB DVD drive: PIONEER DVD-RW DVR-XD11T
[O.S.] TC 7.1 beta 4 with the following 3 modifications:
(1) add "dtparam=audio=on" to config.txt
(2) comment out "dtparam=i2c=on,spi=on,i2s=on,i2c_vc=on" in config.txt
(3) tce-load -w -i alsa-config.tcz
-----
After connecting my USB DVD drive with a data CD loaded, the symbolic link /dev/cdrom and /dev/dvd did not be created.
I was sure that TC detected my USB DVD drive because of the messages produced by dmesg.
tc@box:/mnt/mmcblk0p2/tce$ dmesg | tail
[ 2319.019433] usb 1-1.5: new high-speed USB device number 5 using dwc_otg
[ 2319.120794] usb 1-1.5: New USB device found, idVendor=08e4, idProduct=016e
[ 2319.120812] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2319.120826] usb 1-1.5: Product: Pioneer external optical drive
[ 2319.120839] usb 1-1.5: Manufacturer: Pioneer Corporation
[ 2319.120851] usb 1-1.5: SerialNumber: NDQC062521WL
[ 2319.121667] usb-storage 1-1.5:1.0: USB Mass Storage device detected
[ 2319.121990] scsi host1: usb-storage 1-1.5:1.0
[ 2320.120574] scsi 1:0:0:0: CD-ROM PIONEER DVD-RW DVR-XD11 1.00 PQ: 0 ANSI: 0
[/font]
I tried to mount the data CD by using /dev/sr0 or /dev/sr1 and failed.
tc@box:/mnt/mmcblk0p2/tce$ mkdir /tmp/DATA
tc@box:/mnt/mmcblk0p2/tce$ sudo mount /dev/sr0 /tmp/DATA
mount: /dev/sr0 is not a valid block device
tc@box:/mnt/mmcblk0p2/tce$ sudo mount /dev/sr1 /tmp/DATA
mount: /dev/sr1 is not a valid block device
[/font]
I do not know how to use my USB DVD drive to read the loaded data CD. Could you please give me some ideas of solving this problem?
Thank you in advance.