Sorry for the very vague description of the problem, I'll try to put it as simply as possible. This problem occured after installing Feisty.
My DVD-RW drive is a Sony DW-Q30A. I also have a TEAC CD-W524E CD-RW drive, which works fine. Like I said, the problem is my Sony DVD-RW drive. I've tried reading a video DVD (yes, I did install libdvdcss2 from medibuntu), a game DVD and a DVD my friend burnt for me using Nero, but it can't read any of them.
Oddly enough, when I tried to mount the aforementioned video DVD again, the file structure came up in Konq, but Kaffeine still couldn't do squat.
Next, I've tried mounting the stupid thing via console, which came up with:
So now I'm stumped. Here's my fstab, if it helps:
Sorry for the trouble and thanks in advance!
My DVD-RW drive is a Sony DW-Q30A. I also have a TEAC CD-W524E CD-RW drive, which works fine. Like I said, the problem is my Sony DVD-RW drive. I've tried reading a video DVD (yes, I did install libdvdcss2 from medibuntu), a game DVD and a DVD my friend burnt for me using Nero, but it can't read any of them.
Oddly enough, when I tried to mount the aforementioned video DVD again, the file structure came up in Konq, but Kaffeine still couldn't do squat.
Next, I've tried mounting the stupid thing via console, which came up with:
Code:
sudo mount /dev/scd0 mount: block device /dev/scd0 is write-protected, mounting read-only mount: Not a directory
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda3 UUID=5f37e7b6-0df2-4784-a963-f59206082bb4 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 UUID=cb9acc4a-aee9-4839-9cae-7fdddaf14263 /home ext3 defaults 0 2 # /dev/sda1 UUID=141CE3001CE2DC2C /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1 # /dev/sda2 UUID=cab7479b-14e8-42ac-8206-4259c630e260 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/scd1 /media/cdrom1 udf,iso9660 user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Comment