(note: I don't know in which StackExchange site to put this question, I'll thank the moderator that will move it to a more appropriate place, if there is a S.E. available for my question).
I have a DVD RW drive that is well listed in the bios, and if no CD is in, it is also present in the "My Computer" of my Fedora 16.
But when I put a disc on it, the icon disapear from "My Computer", and I can not do anything with this ! (Like erasing a RW disc).
I'd like to boot a Fedora 17 Live CD image. I burned it on an other computer but when I try to run it in bios, nothing is done and I'm redirected to Grub of my HD.
The command cdrecord -scanbus shows this :
wodim: Warning: controller returns wrong size for CD capabilities page.
wodim: Cannot get CD capabilities data.
6,1,0 601) 'HD-DT%ST' 'DVD%RAM G@22NP20' '1&04' Removable CD-ROM
And when I try to mount manually the disc, I got this error :
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: /dev/sr0: can't read superblock
Here's a paste of dmesg | grep sr0 :
[ 5.161265] sr0: scsi-1 drive
[ 5.161621] sr 6:0:1:0: Attached scsi CD-ROM sr0
[ 834.545978] sr0: Hmm, seems the drive doesn't support multisession CD's
[ 841.731194] sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
[ 842.021640] sr 6:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 842.021652] sr 6:0:1:0: [sr0] Sense Key : Aborted Command [current]
[ 842.021662] sr 6:0:1:0: [sr0] Add. Sense: No additional sense information
[ 842.021672] sr 6:0:1:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 02 00
[ 842.021688] end_request: I/O error, dev sr0, sector 0
[ 842.021697] Buffer I/O error on device sr0, logical block 0
[ 842.023715] sr 6:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 843.048203] sr 6:0:1:0: [sr0] Sense Key : Aborted Command [current]
[ 843.048211] sr 6:0:1:0: [sr0] Add. Sense: No additional sense information
[ 843.048219] sr 6:0:1:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
[ 843.048234] end_request: I/O error, dev sr0, sector 0
[ 843.048274] EXT4-fs (sr0): unable to read superblock
[ 843.063155] sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
[ 843.075904] sr0: CDROM (ioctl) error, command: Get configuration 46 00 00 00 00 00 00 00 20 00
[ 843.220512] sr 6:0:1:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 843.220522] sr 6:0:1:0: [sr0] Sense Key : Aborted Command [current]
[ 843.220530] sr 6:0:1:0: [sr0] Add. Sense: No additional sense information
[ 843.220538] sr 6:0:1:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
[ 843.220553] end_request: I/O error, dev sr0, sector 0
[ 843.220609] FAT-fs (sr0): unable to read boot sector
The lines from Sense Key .. (line 6) to DRIVER_SENSE (line 11) are repeating a lot.
I then changed my DVD player with an other spare one I had, and the disc didn't boot neither.
I then changed the IDE cable, but still no success.
What can I do to make it work? Thanks for your help.