View Single Post

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

Blumf wrote:
> -----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-----



If your device is as /dev/sr0.. you can use it to burn cds as well, my
cd-writer is /dev/sr0 and i can burn cd's...
If you are sure that ide-scsi module is loaded, and that the line in
"lilo.conf" is correct (hdc=ide-scsi), check the cdrecord -scanbus, that
will show to you if you have your cd-writer installed. If so, try to use
gtoaster as your burn software, must remind you, that if you are trying
to burn cd's with a normal user, its normal that you can't burn
anything, try first with root.
Reply With Quote