Doesn't sound like you ran it as root, if you did verfiy the devices are
there
ls -l /dev/sg*
ls -l /dev/sr*
ls -l /dev/scd*
(these last two are the same don't remeber which is new which is old)
The module may not have loaded (sorry forgot to mention)
if you haven't mounted a disk
use the rc.local method or mount /dev/scd0 /mnt/cdrom first
On Fri, 9 Jul 1999, Lei Tie wrote:
> I added the corresponding lines to lilo.conf and conf.modules.
> But my ATAPI-SCSI emulation still doesn't work. When I type cdrecord -scanbus, it
>tells me no scsi drive is found. I don't know what's wrong. Can anyone who has a
>clue help me out here? thanx...
> I am try to emulate an ATAPI CD-RW which is Secondary Slave. Here are my lilo.conf
>and conf.modules after I have made some changes.
>
> Lilo.conf
> --------------------------------------------------
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> image=/boot/vmlinuz-2.2.9-27mdk
> label=linux
> root=/dev/hda6
> read-only
> append="hdd=ide-scsi"
> other=/dev/hda1
> label=win
> table=/dev/hda
>
>
>
> conf.modules
> ----------------------
> alias parport_lowlevel parport_pc
> pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
> alias sound sb
> pre-install sound insmod sound dmabuf=1
> options opl3 io=0x388
> alias midi awe_wave
> post-install awe_wave /bin/sfxload /etc/midi/GU11-ROM.SF2
> options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
> alias block-major-11 ide-scsi
>
> THANK YOU VERY MUCH!!!
>