#include <hallo.h> * Graham [Sat, Sep 30 2006, 01:16:46PM]: > Package: wodim > Version: 5:1.0~pre4-1.1 > > Writing a CD fails on my system. It looks like another problem caused > by cdrecord trying to open devices that it doesn't need to; see also > my bug report #370603, which covers the "-scanbus" case.
That was a different case. "-scanbus" had no option to skip busy/failed devices. "wodim" should work in that case and just skip the unuseable devices. > I haven't looked at the code, but it would seem to me that if I have > specified a device for writing, then wodim shouldn't need to even try > to open the other devices. That's the difference between this bug > report and #370603. You have not specified a device (see below). What you specified is a pseudo SCSI spec which wodim tries to map back to a real Linux device with it's obscure ways. Obviosly, it prefers the /dev/sg* devices and you seem not to have permissions on that device. But we cannot know for sure. Send your output of "wodim -scanbus" please. Don't rely on its guessing code. Specify a real device file (dev=/dev/hdX or dev=/dev/srX) and it should be happy. Can you test it and report? > Error trying to open /dev/sg0 exclusively (Permission denied)... > retrying in 1 second. I assume that you hit /dev/sg0 with dev=0,6,0. However, without -scanbus output, I can only guess. > cdrecord command: > ----------------------- > /usr/bin/X11/wodim -v gracetime=2 dev=0,6,0 speed=8 -dao > driveropts=burnfree -eject -overburn -data -tsize=316592s - Eduard. -- <E2k> hi <E2k> kann mir irgendjemand helfen ? <Marillion> http://channel.debian.de/netiquette/ch-rules.html#s-metafrage <E2k> ich hab probleme mit screen <Marillion> http://channel.debian.de/netiquette/ch-rules.html#s-metafrage -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

