LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   cdrecord -scanbus problems (https://www.linuxquestions.org/questions/slackware-14/cdrecord-scanbus-problems-56518/)

pmaloney 04-23-2003 11:38 PM

cdrecord -scanbus problems
 
this is odd...what should I do? I've never seen this before in any distro. first timer using slackware though...

root@quickclic:/home/patrick# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

whansard 04-24-2003 12:35 AM

modprobe ide-scsi
modprobe sg
cdrecord -scanbus

if nothing

you need hd?=ide-scsi appended to your boot line

pmaloney 04-24-2003 07:01 AM

i didn't install lilo, so I don't have a lilo.conf to edit.

could that be the source of many of my troubles?

i boot using the cd for now by typing base.i root=/dev/hda7 noinitrd ro

i also have red hat 9, and lycoris build 46 and build 75 installed, all using red hats grub loader.

acid_kewpie 04-24-2003 08:12 AM

booting from the cd? that's a bit bizarre.... either way, just add "hdc=ide-scsi" to that boot line you are passing to it.

allo 04-24-2003 01:45 PM

Hello,

I had exactly the same problems and messages with scsi cdrom when using non scsi kernel.

Everything works fine after compiling the kernel with the good options including :

scsi-support,
scsi cdrom support,
scsi cdrom generic support
ide cd-rom support

perharps some others i'm not to sure about.

and with the good piece of code for your scsi device in the scsi support area.

Regards

whansard 04-24-2003 02:20 PM

just in case, your full boot line should now be i think,
root=/dev/hda7 noinitrd ro append="hdc=ide-scsi"


All times are GMT -5. The time now is 10:54 AM.