This is what I have done so far to try to force the system to read the drive.
Code: Select all
root@antiX1:/home/Steve# lsb_release -c
bash: lsb_release: command not found
root@antiX1:/home/Steve# uname -a
Linux antiX1 2.6.36-1-mepis-smp #1 SMP Thu Mar 31 17:07:18 CDT 2011 i686 GNU/Linux
root@antiX1:/home/Steve# cat /var/log/dmesg | egrep '(CD|DVD)'
[ 0.000000] Linux version 2.6.36-1-mepis-smp (MEPIS 2.6.36-4mepis2) (max@stro.at) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Thu Mar 31 17:07:18 CDT 2011
[ 2.144306] ata6.00: ATAPI: TSSTcorpCD/DVDW TS-H552L, 0614, max UDMA/33
[ 2.201760] scsi 5:0:0:0: CD-ROM TSSTcorp CD/DVDW TS-H552L 0614 PQ: 0 ANSI: 5
[ 2.211081] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.211157] sr 5:0:0:0: Attached scsi CD-ROM sr0
root@antiX1:/home/Steve# wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/scd0' rwrw-- : 'TSSTcorp' 'CD/DVDW TS-H552L'
-------------------------------------------------------------------------
root@antiX1:/home/Steve# mkdir /media/cddvd
root@antiX1:/home/Steve# mount -t iso9660 /dev/scd0 /media/cddvd
mount: no medium found on /dev/sr0
The probem might be looking right at me, and I'm missing it.