fstabBitJam wrote:Can you comment out those two lines in fstab and try again?
[...]
#/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
#/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
[...]
Test Results 2
Performed on hardware from different manufacturers
Similar results obtained
[...]
[ 2.121080] sr 1:0:0:0: [sr0]
[ 2.121084] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2.121088] sr 1:0:0:0: [sr0]
[ 2.121090] Sense Key : Illegal Request [current]
[ 2.121095] sr 1:0:0:0: [sr0]
[ 2.121101] Add. Sense: Illegal mode for this track
[ 2.121105] sr 1:0:0:0: [sr0] CDB:
[ 2.121107] Read(10): 28 00 00 00 00 20 00 00 02 00
[ 2.121117] end_request: I/O error, dev sr0, sector 128
[ 2.121275] Buffer I/O error on device sr0, logical block 32
[ 2.121443] Buffer I/O error on device sr0, logical block 33
[ 2.124357] sr 1:0:0:0: [sr0]
[ 2.124360] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2.124363] sr 1:0:0:0: [sr0]
[ 2.124365] Sense Key : Illegal Request [current]
[ 2.124369] sr 1:0:0:0: [sr0]
[ 2.124373] Add. Sense: Illegal mode for this track
[ 2.124376] sr 1:0:0:0: [sr0] CDB:
[ 2.124378] Read(10): 28 00 00 00 00 20 00 00 01 00
[ 2.124386] end_request: I/O error, dev sr0, sector 128
[ 2.124542] Buffer I/O error on device sr0, logical block 32
[ 2.127064] sr 1:0:0:0: [sr0]
[ 2.127067] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2.127070] sr 1:0:0:0: [sr0]
[ 2.127072] Sense Key : Illegal Request [current]
[ 2.127076] sr 1:0:0:0: [sr0]
[ 2.127080] Add. Sense: Illegal mode for this track
[ 2.127083] sr 1:0:0:0: [sr0] CDB:
[ 2.127085] Read(10): 28 00 00 00 00 21 00 00 01 00
[ 2.127093] end_request: I/O error, dev sr0, sector 132
[ 2.127249] Buffer I/O error on device sr0, logical block 33
[ 2.129829] sr 1:0:0:0: [sr0]
[ 2.129832] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2.129835] sr 1:0:0:0: [sr0]
[ 2.129837] Sense Key : Illegal Request [current]
[ 2.129841] sr 1:0:0:0: [sr0]
[ 2.129845] Add. Sense: Illegal mode for this track
[ 2.129848] sr 1:0:0:0: [sr0] CDB:
[ 2.129850] Read(10): 28 00 00 00 80 00 00 00 04 00
[ 2.129858] end_request: I/O error, dev sr0, sector 131072
[ 2.130021] Buffer I/O error on device sr0, logical block 32768
[ 2.130196] Buffer I/O error on device sr0, logical block 32769
[ 2.130373] Buffer I/O error on device sr0, logical block 32770
[ 2.130547] Buffer I/O error on device sr0, logical block 32771
[ 2.133099] sr 1:0:0:0: [sr0]
[ 2.133101] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2.133104] sr 1:0:0:0: [sr0]
[ 2.133106] Sense Key : Illegal Request [current]
[ 2.133110] sr 1:0:0:0: [sr0]
[ 2.133114] Add. Sense: Illegal mode for this track
[ 2.133117] sr 1:0:0:0: [sr0] CDB:
[ 2.133119] Read(10): 28 00 00 00 80 00 00 00 01 00
[ 2.133127] end_request: I/O error, dev sr0, sector 131072
[ 2.133291] Buffer I/O error on device sr0, logical block 32768
[ 2.136570] sr 1:0:0:0: [sr0]
[ 2.136573] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 2.136576] sr 1:0:0:0: [sr0]
[ 2.136578] Sense Key : Illegal Request [current]
[ 2.136582] sr 1:0:0:0: [sr0]
[ 2.136586] Add. Sense: Illegal mode for this track
[ 2.136589] sr 1:0:0:0: [sr0] CDB:
[ 2.136590] Read(10): 28 00 00 00 80 01 00 00 01 00
[ 2.136599] end_request: I/O error, dev sr0, sector 131076
[...]
Test Results 3Bitjam wrote:Another approach would be to boot with a LiveUSB when an audio CD is inserted. Use"bp=8" and"from=usb" See if the error messages are in the dmesg output at the breakpoint.
fstab
[...]
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
[...]
At Break Point 8
Error messages not present
After Boot Up Completed
Error messages present
It is not just that the ability to eject is eventually lost, it also happens immediately after a clean boot that it disables ejection of the tray via the physical button on the tray face.Bitjam wrote:if you get a bunch of errors from a device then something eventually gives up and you lose the ability to eject.