Using LibreElec 8.0.1 Generic_x86.64;
GPU Ion/Integrated/SSE2
From dmesg about the USB external DVD/CD+RW device:
QuoteDisplay More
dmesg | grep cd
[ 1.301644] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.327552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.442892] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.802987] sr 6:0:0:0: [sr0] scsi3-mmc drive: 62x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.802992] cdrom: Uniform CD-ROM driver Revision: 3.20
lsusb doesn't show the device and lsscsi doesn't exist in libreelec
QuoteDisplay More
Bus 002 Device 003: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
Bus 002 Device 002: ID 1bcf:0c31 Sunplus Innovation Technology Inc. SPIF30x Serial-ATA bridge
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0c45:3451 Microdia
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Loading the disk works as expected but when autoplay DVD is occuring, it also shows a window that shows:
Browse Videos
Browse Music
Browse Pictures
Browse Files
Attached is the debug log.
The part that says
QuoteDisplay More
05:29:29.559 T:140544473621760 DEBUG: OnKey: right (0xf083) pressed, action is Right
05:29:29.725 T:140544473621760 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0
05:29:30.025 T:140544473621760 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
05:29:30.275 T:140544473621760 DEBUG: OnKey: return (0xf00d) pressed, action is Select
05:29:30.382 T:140544473621760 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
05:29:31.826 T:140544473621760 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0
3 times is where I'm clicking on Disc and then Eject/Load and nothing seems to happen.
Typing eject -s in SSH works as expected to eject the disc, though.