jpyeck
January 17th, 2009, 06:35 PM
This is my first problem that I haven't been able to research my way to a solution... My thanks to this forum for their previous solutions, and hopefully you'll have some input on this one too!
I recently upgraded my Mythbuntu box from 7.10 thru 8.04 to 8.10. One strange thing happened... my SCSI DVD drive changed logical name with my second HDD, which messed up my fstab mount points. Originally I had HDDs at sda and sdb with the DVD drive at something else (I can't remember any more) Now I have HDDs at sda and sdc and the DVD at sdb. I was able to fix my fstab to get that working. My fstab for reference:
# /dev/sda1
UUID=c419dd00-c140-48ff-9ea8-e321346c815b / ext3 defaults,errors=remount-ro,relatime 0 1
# /dev/sda5
UUID=9af36d5b-804a-4905-8278-d6acefd45ab6 none swap sw 0 0
/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
/dev/sdc1 /mythdata ext3 defaults,relatime 0 0
Now my DVD drive will not play DVDs. I can insert a DVD, see it mounted on the desktop, but not play via MythTV/Xine/VLC. Xine and VLC give errors about not being able to access the drive at dvd:// (side note, is there a link to dvd:// set somewhere? It's impossible to google "dvd://" and get relevant results since google ignores punctuation.) They seem to be defaulting to /dev/scd0 (which I don't have) and I don't have a sym link at /dev/dvd either.
My research so far has had me looking at lshw. lshw -C disk results here:
*-disk:0
description: ATA Disk
product: WDC WD1600AAJS-6
vendor: Western Digital
physical id: 0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: 21.1
serial: WD-WCAP94108871
size: 149GiB (160GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=0000dcd8
*-disk:1
description: SCSI Disk
product: DVD-E616A3T
vendor: ASUS
physical id: 1
bus info: scsi@1:0.0.0
logical name: /dev/sdb
version: 1.10
size: 7845MiB (8226MB)
capabilities: removable
configuration: ansiversion=5
*-medium
physical id: 0
logical name: /dev/sdb
size: 7845MiB (8226MB)
*-disk:2
description: ATA Disk
product: WDC WD5000AACS-0
vendor: Western Digital
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/sdc
version: 05.0
serial: WD-WCAUF0361501
size: 465GiB (500GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=1f547973
I'm concerned that the "capabilities" for my DVD drive show nothing other than "capabilities: removable". I have read it should be something like "capabilities: removable audio cd-r cd-rw dvd dvd-r".
Is my drive dead/dying or did the SATA-shift mess up some pointers or configuration?
I recently upgraded my Mythbuntu box from 7.10 thru 8.04 to 8.10. One strange thing happened... my SCSI DVD drive changed logical name with my second HDD, which messed up my fstab mount points. Originally I had HDDs at sda and sdb with the DVD drive at something else (I can't remember any more) Now I have HDDs at sda and sdc and the DVD at sdb. I was able to fix my fstab to get that working. My fstab for reference:
# /dev/sda1
UUID=c419dd00-c140-48ff-9ea8-e321346c815b / ext3 defaults,errors=remount-ro,relatime 0 1
# /dev/sda5
UUID=9af36d5b-804a-4905-8278-d6acefd45ab6 none swap sw 0 0
/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
/dev/sdc1 /mythdata ext3 defaults,relatime 0 0
Now my DVD drive will not play DVDs. I can insert a DVD, see it mounted on the desktop, but not play via MythTV/Xine/VLC. Xine and VLC give errors about not being able to access the drive at dvd:// (side note, is there a link to dvd:// set somewhere? It's impossible to google "dvd://" and get relevant results since google ignores punctuation.) They seem to be defaulting to /dev/scd0 (which I don't have) and I don't have a sym link at /dev/dvd either.
My research so far has had me looking at lshw. lshw -C disk results here:
*-disk:0
description: ATA Disk
product: WDC WD1600AAJS-6
vendor: Western Digital
physical id: 0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: 21.1
serial: WD-WCAP94108871
size: 149GiB (160GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=0000dcd8
*-disk:1
description: SCSI Disk
product: DVD-E616A3T
vendor: ASUS
physical id: 1
bus info: scsi@1:0.0.0
logical name: /dev/sdb
version: 1.10
size: 7845MiB (8226MB)
capabilities: removable
configuration: ansiversion=5
*-medium
physical id: 0
logical name: /dev/sdb
size: 7845MiB (8226MB)
*-disk:2
description: ATA Disk
product: WDC WD5000AACS-0
vendor: Western Digital
physical id: 0.0.0
bus info: scsi@2:0.0.0
logical name: /dev/sdc
version: 05.0
serial: WD-WCAUF0361501
size: 465GiB (500GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=1f547973
I'm concerned that the "capabilities" for my DVD drive show nothing other than "capabilities: removable". I have read it should be something like "capabilities: removable audio cd-r cd-rw dvd dvd-r".
Is my drive dead/dying or did the SATA-shift mess up some pointers or configuration?