
cdrecord -scanbus: "Cannot open SCSI driver"
You are almost there. I believe your CD writer is an IDE device.
In about 3 paragraphs down from where you cut & paste the test4drivers.
It shows you what to do for IDE devices. I have never seem any
internal devices of laptop which comes with SCSI interface. Just
follow the direction of non-SCSI writers! You should get it working
in less than 10 minutes.
: Hi. I'm following the CD-Writing HOWTO in the hopes of getting my
: CD burner to work. I tried the script "Testing for drivers" given
: in the HOWTO, and this is the output:
: # . test4drivers
: cdrecord: No such file or directory. Cannot open SCSI driver.
: cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
:
: Ensure the module sr_mod is loaded automatically next time.
: Using /lib/modules/2.4.18-686/kernel/drivers/scsi/sr_mod.o
: Ensure the module loop is loaded automatically next time.
: Using /lib/modules/2.4.18-686/kernel/drivers/block/loop.o
: The following is only needed for IDE/ATAPI CD-writers.
: Ensure the module ide-scsi is loaded automatically next time.
: Using /lib/modules/2.4.18-686/kernel/drivers/scsi/ide-scsi.o
: Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
: cdrecord: No such file or directory. Cannot open SCSI driver.
: cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
: (The lines beginning with "Using" are generated by calls to insmod.)
: I am at a loss at this point, since the HOWTO does not discuss what
: to do in case of this outcome. My system is:
: # uname -a
: Linux luna 2.4.18-686 #1 Sun Apr 14 11:32:47 EST 2002 i686 unknown
: My distro is Debian (Woody). I wish I could report what kind of
: CD-RW drive I have, but my laptop's documentation says little on
: the subject (FWIW, the machine is a Toshiba Satellite 1905-S301).
: All I know is that it is a "DVD/CD-RW multifunction drive." (How
: can I find more about this drive?)
: Any advice on moving this forward would be much appreciated.
: bill