View Single Post

   
  #5 (permalink)  
Old 02-20-2008, 06:27 AM
Blumf
 
Posts: n/a
Default Re: problem with my atapi device

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

myardbenoit@gmail.com wrote:

> I'm invoking the power of usenet in order to help me fixing a quite
> annoying problem : i can't use burn CD with my cd driver. Yeah i know,
> what a common issue, but you're kinda of my last chance..


"hdc=ide-scsi" is right for the 2.4 series kernels, and your dmesg output
shows that the drive is being assigned to /dev/sr0 all right.

My first thought is, are you trying this as a normal user or root? If you
haven't tried it as root yet it may be a permission issue.

Ideally you should have something like this...

$ ls -l /dev/sg0
crw-rw---- 1 root cdrom 21, 0 1999-04-13 05:24 /dev/sg0

(/dev/sg0 is the device use to write to the CDRW, as opposed to /dev/sr0 (or
scd0) which is used to read)

And your user account should be a member of the cdrom group so that it has
rw access to the drive (or you can just chmod 666 /dev/sg0, to give every
user access).

If you have tried as root, then we'll probably need to see the commands +
error messages you got.

> And before you ask, dmesg, cdrecord -scanbus and lsmod 's outputs
> follow (perahps i shouldn't..?).


Nope, that's good, gives us the basic info to check. Only thing missing was
the command you used to try and burn a disc and it's output.

Blumf

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCHWQ3Mid3IcxolsoRAggdAJ4yK6z346u6gOTy6HJ3Ok 5wWSkH7QCff+rM
R3mycO8KP5VTLg4OVnotkII=
=7a2z
-----END PGP SIGNATURE-----
Reply With Quote