Page 1 of 1

DVD Writer not recognized

Posted: Mon Sep 14, 2009 7:34 am
by rgmhtt
Did not know which forum to post in, but I installed the DVD writer to make backups....

OK. I took a Samsung USB DVD writer off a Centos server where it was used with cdrdao as /dev/scd0

I installed K3B on my AMAHI and started K3B. It reports no CD/DVD writer found.

So I put a Audio CD in and run the command:

cdrdao read-cd --device /dev/scd0 --datafile My-CD.bin My-CD-toc

And this reads the CD and creates the .bin and toc files just fine.

So what do I have to do to get K3B working on my AMAHI server so I can do DVD backups?

Re: DVD Writer not recognized

Posted: Mon Sep 14, 2009 8:08 am
by rgmhtt
Perhaps a hint to the problem. For writing an audio CD (from what I previously read) I needed:

cdrdao write --device /dev/scd0 --driver generic-mmc-raw My-Turn-toc

I did not need the generic-mmc-raw driver for the previous system I used it on....

Re: DVD Writer not recognized

Posted: Mon Sep 14, 2009 4:42 pm
by cpg
it's sr0 for me ...

Code: Select all

bash$ ll /dev/dvd lrwxrwxrwx 1 root root 3 2009-08-29 08:51 /dev/dvd -> sr0

Re: DVD Writer not recognized

Posted: Mon Sep 14, 2009 6:23 pm
by rgmhtt
OK. I also see /dev/dvd, /dev/dvdrw, and the symbolic link: /dev/sr0

I tried to add all of these as devices into k3b, and it did not recognize the device.

Re: DVD Writer not recognized

Posted: Mon Sep 14, 2009 10:09 pm
by cpg
dmesg or

Code: Select all

dmesg | grep sr
may shed light into issue

Re: DVD Writer not recognized

Posted: Tue Sep 15, 2009 2:46 am
by rgmhtt
dmesg | grep sr
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
sr 2:0:0:0: Attached scsi CD-ROM sr0
sr 2:0:0:0: Attached scsi generic sg1 type 5
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
Buffer I/O error on device sr0, logical block 1
Buffer I/O error on device sr0, logical block 2
Buffer I/O error on device sr0, logical block 3
Buffer I/O error on device sr0, logical block 4
Buffer I/O error on device sr0, logical block 5
Buffer I/O error on device sr0, logical block 6
Buffer I/O error on device sr0, logical block 7
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
end_request: I/O error, dev sr0, sector 4
Buffer I/O error on device sr0, logical block 1
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0
end_request: I/O error, dev sr0, sector 0
Buffer I/O error on device sr0, logical block 0

Re: DVD Writer not recognized

Posted: Wed Sep 16, 2009 2:19 am
by cpg
bad drive?
bad cable?
bad disk?


something's not quite right ...

Re: DVD Writer not recognized

Posted: Wed Sep 16, 2009 3:31 am
by rgmhtt
bad drive?
The cdrdao command works. Reads fine. Write requires the generic-mmc-raw driver.
bad cable?
I can try a different one, but doubt this is it.
bad disk?
I get the error with no disk. And on my notebook, k3b starts just fine with no disk. further, when I had the audio disk that played just fine and ripped just fine in, k3b gave the error.
something's not quite right ...
Yeah. Exactly.