prayforwind
Group: Members
Posts: 7
Joined: Feb. 2004 |
|
Posted: Mar. 14 2006,14:27 |
|
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) *
|