LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cd-burning (https://www.linuxquestions.org/questions/linux-newbie-8/cd-burning-116046/)

garr0323 11-14-2003 02:17 PM

cd-burning
 
i am trying to burn redhat isos on my slackware machine, i am using gtoaster and when i hit record i get this error

scsidev: '0,0'
scsi: 1 target: 2 lun: 0
cdrecord: No such file or directory: Cannot open '/dev/sg**
Cannot open SCSI driver

please help me

slightcrazed 11-14-2003 03:31 PM

If you're using the bare.i kernel that comes with slackware then it does not come with SCSI support enabled, and it seems like gtoaster is trying to access your burner using SCSI emulation.

Not sure about fixes, but I would check the gtoaster documentation and see if there is a way to disable SCSI emulation and force it to use IDE. I personally use X-CDRoast, and it works fine without SCSI emulation.

slight

garr0323 11-14-2003 04:07 PM

when i try to use x-cdroast it says superuser has not used it and when i try to use it as superuser it wont let me use it

garr0323 11-14-2003 04:08 PM

this is the error i get when i try to use xcdroast and cdrecord is installed

root@garrett:/home/garrett# xcdroast

** WARNING **: No /usr/local/bin/cdrecord installed


** WARNING **: (Invalid lib-directory? Check -l option)

slightcrazed 11-14-2003 05:13 PM

sounds like xcdroast is looking for the cdrecord executable in /usr/local/bin

locate the cdrecord file:

locate cdrecord

and then make a link to /usr/local/bin

ln -s /path/to/cdrecord /usr/local/bin/cdrecord

and see if that does the trick.

slight

garr0323 11-15-2003 12:23 AM

alright i fixex the xcdroast but it says that it cant enable the SCSI emulator and you said ealrly that it wasnt in the kernel for slackware, so how can i obtain a kernel iwht it or how to put it in thanks


All times are GMT -5. The time now is 04:15 PM.