Results 1 to 10 of 18
Hey all, I just got my hands on slackware 9 and am having some problems getting my CD burner to work. I ran cdrecord -scanbus to make sure everything was ...
- 04-13-2003 #1Just Joined!
- Join Date
- Apr 2003
- Posts
- 27
cdrecord problems
Hey all, I just got my hands on slackware 9 and am having some problems getting my CD burner to work. I ran cdrecord -scanbus to make sure everything was working, and got this message:
cdrecord:
No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
Support for IDE and SCSI emulation is either in the kernel or a module, I checked.
Any ideas??
thanks
- 04-13-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Do you have the generic SCSI access driver (sg.o) loaded?
- 04-13-2003 #3Just Joined!
- Join Date
- Apr 2003
- Posts
- 27
how can i check?
- 04-13-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Sorry, I thought you knew that (since you knew that you should run cdrecord -scanbus). Run lsmod or cat /proc/modules to check which modules are loaded.
- 04-15-2003 #5Just Joined!
- Join Date
- Apr 2003
- Posts
- 27
ok, i ran lsmod and didn's find sg.o. the only thing I found that might be of use was that ide-scsi was there. sorry about the delay in replying, i'll try not to do that in the future =]
- 04-15-2003 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
That's a bit strange. Generic SCSI is usually loaded by the kernel when cdrecord -scanbus is run. Try running "modprobe sg" before cdrecord and see what it says.
- 04-15-2003 #7Just Joined!
- Join Date
- Apr 2003
- Posts
- 27
Ok, I did 'modprobe sg' as root and got 'modprobe: Can't locate module sg'
- 04-15-2003 #8Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Did you compile your kernel yourself? I can't imagine that slackware ships without sg.
- 04-15-2003 #9Just Joined!
- Join Date
- Apr 2003
- Posts
- 27
no i didn't. it's just a default installation.
- 04-15-2003 #10Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Is there any way that you can verify the installation? If Slackware is RPM based, you should be able to run "rpm -V kernel" to see if the kernel and its modules are installed correctly.


Reply With Quote
