I have had 3 successful installs now but on this machine with my sub zip
drive I am having a problem
The install finds and sets up the usb-scsi drivers, my conf.modules
looks like this
---
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias net-pf-4 ipx
alias scsi_hostadapter ide-scsi
alias usb-interface usb-uhci
alias scsi_hostadapter1 usb-storage
alias eth0 eepro100
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
alias block-major-11 scsi_hostadapter
post-install modprobe ide-scsi
post-install usb-storage modprobe usbkbd; modprobe keybdev
post-install supermount modprobe scsi_hostadapter ; modprobe
scsi_hostadapter1
alias sound-slot-0 sb
options 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
---
I also have to do "modprobe ide-scsi" to get cdrecord-scanbus to show my
cd-writer and I thought that was taken care of by the "post-install
modprobe ide-scsi" line in the conf.modules.
What do I need to check to get my usb zip drive working and my cd-writer
to be working at startup.