DSL Ideas and Suggestions :: cdrecord -scanbus => no scsibus 1



After doing the below I can mount & read CD's so I believe I'm doing it right. (I put /dev/pcd0 /cdrom iso9660 etc in /etc/fstab). In full distros cdrecord -scanbus includes scsibus 1 as well as 0. Not sure what has been cut to make this happen, but I'd love to have it back!

In DSL:

root@box:/home/steve# insmod parport
Using /lib/modules/2.4.26/kernel/drivers/parport/parport.o
root@box:/home/steve# insmod paride
Using /lib/modules/2.4.26/kernel/drivers/block/paride/paride.o
root@box:/home/steve# insmod epat
Using /lib/modules/2.4.26/kernel/drivers/block/paride/epat.o
root@box:/home/steve# insmod pg
Using /lib/modules/2.4.26/kernel/drivers/block/paride/pg.o
root@box:/home/steve# cdrecord -scanbus
Cdrecord-Clone 2.01a19 (i686-pc-linux-gnu) Copyright © 1995-2003 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
scsibus0:
       0,0,0     0) 'SONY    ' 'CD-RW  CRX100E  ' '2.0h' Removable CD-ROM
       0,1,0     1) 'GoldStar' 'CRD-8240B       ' '1.19' Removable CD-ROM
       0,2,0     2) *
       0,3,0     3) *
       0,4,0     4) *
       0,5,0     5) *
       0,6,0     6) *
       0,7,0     7) *
root@box:/home/steve#

(using another distro I'd see in addiion to the above):
scsibus1:
       1,0,0     0) 'Hewlett Packard    ' 'CD-RW  7200e  ' '3.01' Removable CD-ROM
       1,1,0     1) *
       1,2,0     2) *
       1,3,0     3) *
       1,4,0     4) *
       1,5,0     5) *
       1,6,0     6) *
       1,7,0     7) *

Perhaps you need to mknod the parallel port devices first, as described here for a different type of parallel port drive.  Keep in mind that DSL is based on KNOPPIX 3.4

http://www.knoppix.net/forum/viewtopic.php?t=3007&highlight=paride
 

You will most likely need to either "Upgrade to GNU utilities" or download and install the much smaller coreutils.uci from the MyDSL repository in order to get the "mknod" program installed.

Thank you chagger01 :)

That works perfectly. I'm now making DSL the only operating system on this old 'puter. It now does everything I need here.

DSL rocks!


original here.