On Thu, 15 Nov 2001, Doug Stalker wrote: > I recently moved a debian system from kernel 2.2.17 to 2.4.12. Everything > is working fine (once I changes ipchains to iptables) except that the SCSI > card doesn't work anymore. It's a cheap ACARD scsi adapter, with a CD > burner and a DDS3 tape drive runing off it that was working fine under > 2.2.17 (I just shut down the system, plugged it in, powered it back up and > it worked perfectly) > > Now any command that involves /dev/st0 or /dev/scd0 comes up with no such > device. > > There is a scsi directory in /lib/modules/2.2.17/, but not in > /lib/modules/2.4.12/. Is there an extra package I need to install to get > scsi support under 2.4?
Have you enabled SCSI support when you compiled your new kernel? Or did you just drop in a pre-compiled one from a .deb package? Chances are that the kernel you're running doesn't have SCSI support enabled - compile a new one, and include your card drivers, SCSI generic support, SCSI tape support & SCSI cd-rom support - bob's your uncle. DaZZa -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
