В Вск, 03.03.2002, в 22:18, Marc Lijour написал: > Hi, > > It's a nightmare to install this guy, at least for a beginner like me. > > I do > $insmod paride
not needed > $insmod bpck6 > $insmod pcd > > and then I can use it doing > $mount -t iso9660 /dev/pcd0 /mnt/cdrom/ > > 1. But what about having it detected automatically? I noticed that in > /etc/modules.devfs there is no mention of pcd device. > If I understand it correctly, bpck6 is IDE adapter and pcd is IDE device. modules.devfs probes ide-probe-mod for IDE devices which means we could setup (just like for SCSI) probeall ide-probe-mod bpck6 is it possible to autodetect it during installation? If not you have to add the above to /etc/modules.conf yourself :( /dev/pcd* is missing, correct. So, if you add /etc/modules.conf: probeall ide-probe-mod bpck6 /etc/modules.devfs: alias /dev/pcd* pcd does it help? Please, give also ls -l /dev/pcd* are they real devices or links? > 2. What can I do to have it scsi-emulated in order to use cdrecord? > $insmod pg ; cdrecord -scanbus > Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling > Using libscg version 'schily-0.5' > scsibus0: > 0,0,0 0) 'TEAC ' 'CD-W58E ' '1.0A' Removable CD-ROM Is loading pg enough? Then current modules.devfs has a bug. Change # Scsi generic for cd burners alias /dev/pg /dev/sg alias /dev/pg* /dev/pg into alias /dev/pg* pg and please tell if it works. -andrej
