On Thu, 22 Jan 2004, Jobst Schmalenbach wrote:

> 
> I put a new scsi card into my system (adaptec 29160).
> When I load the module with 
> 
>   lsmod aic7xxxx

I presume you meant "insmod aic7xxx"

> 
> it loads and I can access the TAPE.
> 
> Into the modules,conf I put
> 
> alias sound-slot-0 off
> alias scsi_hostadapter aic7xxx  <-there it is!
> alias scsi_ideadapter FastTrak  <- this is IDE RAID
> alias eth0 tulip
> alias eth1 tulip
> alias parport_lowlevel parport_pc
> options i810 xfreeversion=41
> alias char-major-195 nvidia
> 
> and when I boot it doesnt come up. However
> once I do the lsmod it does.
> 
> The promise based card is working nicely (last boot
> 210days ago, no glitches) so I should have any problems with 
> that thing ....

All fine, except the scsi modules are loaded during the initrd thing. Nice 
of them to mention that it doesen't use /etc/modules.conf for the scsi 
modules eh?

cd /boot
cat initrd-2.4.20-x.img | gunzip >/tmp/initrd.ext2
mount -t ext2 -o loop /tmp/initrd.ext2 /mnt/floppy
cd /mnt/floppy
{ now fix up /mnt/floppy/linuxrc to insmod the relevant scsi module and 
copy that module to /mnt/floppy/lib/ }
cd
umount /mnt/floppy
cat /tmp/initrd.ext2 | gzip >/boot/initrd-2.4.20-myinit.img
{ now adjust grub/lilo to include a new section with the initrd changed }.

-- 
---<GRiP>---
Electronic Hobbyist, Former Arcadia BBS nut, Occasional nudist, 
Linux Guru, SLUG/AUUG/Linux Australia member, Sydney Flashmobber,
BMX rider, Walker, Raver & rave music lover, Big kid that refuses
to grow up. I'd make a good family pet, take me home today!
        Do people actually read these things?


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to