Wade Hampton wrote: > Oct 9 07:31:18 wlt rc: Starting pcmcia: succeeded > Oct 9 07:31:18 wlt cardmgr[705]: config error, file 'config' line 1053: > syntax error Not sure about the cardmgr config error. Check line 1053 of the config file. > Oct 9 08:38:20 wlt kernel: Linux Kernel Card Services 3.1.22 <...> > Oct 9 08:38:20 wlt kernel: Yenta IRQ list 06b8, PCI irq11 <...> > Oct 9 08:38:21 wlt cardmgr[2075]: watching 2 sockets > Oct 9 08:38:21 wlt cardmgr[2075]: Card Services release does not match > Oct 9 08:38:21 wlt kernel: cs: IO port probe 0x0c00-0x0cff: clean. > Oct 9 08:38:21 wlt kernel: cs: IO port probe 0x0100-0x04ff: excluding > 0x3b8-0x3df 0x4d0-0x4d7Oct 9 08:38:21 wlt kernel: cs: IO port probe > 0x0a00-0x0aff: clean. > Oct 9 08:38:21 wlt kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean. Pcmcia seams to be working. > Oct 9 08:38:21 wlt cardmgr[2075]: socket 0: Adaptec APA-1460 SlimSCSI > Oct 9 08:38:21 wlt cardmgr[2075]: executing: 'modprobe aha152x_cs' No loading the driver for the SCSI controler. > Oct 9 08:38:21 wlt kernel: aha152x: processing commandline: ok > Oct 9 08:38:21 wlt kernel: aha152x: BIOS test: passed, detected 1 > controller(s) > Oct 9 08:38:21 wlt kernel: aha152x: resetting bus... > Oct 9 08:38:21 wlt kernel: aha152x1: vital data: rev=1, io=0x340 > (0x340/0x340), irq=3, scsiid=7, reconnect=enabled, parity=enabled, > synchronous=disabled, delay=100, extended translation=disabled These are the options passed to the kernel driver. They look OK. > Oct 9 08:38:21 wlt kernel: aha152x1: trying software interrupt, lost. > Oct 9 08:38:21 wlt kernel: aha152x1: IRQ 3 possibly wrong. Please verify. > Oct 9 08:38:21 wlt kernel: aha152x_cs: no SCSI devices found The card isn't responding to IRQ3. That is an odd IRQ for the aha152x chips. Are you sure it's suppposed to use IRQ3? My ISA cards all use much higher IRQ numbers. -Thomas