LE 9.2
I am not able to play Audio CDs and DVDs from an external drive from HP.
The drive works fine in general, tested with CD and DVD on Linux with VLC.
The drive is attached to a powered USB hub.
It is possible to open the DVD as files, but trying to run a *.vob file does not work.
The audio CD does not work at all.
The icon "Play Disc" does not appear in the menu.
I tried to add
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<handlemounting>1</handlemounting>
</advancedsettings>
to make the audio CD work as suggested here but that does not work.
When adding a DVD kodi.log shows
NOTICE: UDev: Changed / Added /var/media/MOVIETITLE
When trying to open a *.vob file or putting a audio CD in the drive dmesg shows
[sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
[sr0] tag#0 ASC=0x6f ASCQ=0x3
[sr0] tag#0 CDB: opcode=0x28 28 00 00 31 fe 00 00 00 3c 00
print_req_error: I/O error, dev sr0, sector 13105152
Buffer I/O error on dev sr0, logical block 3276288, async page read
but the disc works completley fine.
When the drive is attached dmesg shows
scsi host2: usb-storage 1-1.1.1.4:1.0
scsi 2:0:0:0: CD-ROM hp CDDVDW GP70N RR01 PQ: 0 ANSI: 0
sr 2:0:0:0: Power-on or device reset occurred
sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 2:0:0:0: Attached scsi CD-ROM sr0
sr 2:0:0:0: [sr0] CDROM not ready yet.
sr 2:0:0:0: [sr0] disc change detected.
Any ideas how to solve this?