On Thu, 31 Jul 2003 10:52:36 +0200, Michael Renner Combobulated: > Moin, > > PCMCIA works fine for me, my network card is recognised perfect with the > kernels 2.4.17 (self compiled) and 2.4.[18|20] as debian package. Even > with 2.2.20 (the kernel I used to install my DELL latitude 810) it works > fine. > > But when I try to use a memory card (PCMCIA or a cf card with an adapter) > I get an error message with a 2.4.x kernel. > > socket 2: ATA/IDE Fixed Disk > executing: 'modprobe ide_cs' > get dev info on socket 2 failed: Resource temporarily unavailable > executing: 'modprobe -r ide_cs' > > With the 2.20 kernel it works: > socket 2: ATA/IDE Fixed Disk > executing: 'modprobe ide_cs' > cs: IO port probe 0x0100-0x04ff: excluding 0x280-0x287 0x378-0x37f > 0x4d0-0x4d7 cs: IO port probe 0x0288-0x0377: clean. cs: IO port probe > 0x0380-0x04cf: clean. cs: IO port probe 0x04d8-0x04ff: clean. cs: IO port > probe 0x0a00-0x0aff: clean. cs: IO port probe 0x0c00-0x0cff: excluding > 0xcf8-0xcff hdc: SunDisk SDP5-5, ATA DISK drive > hdd: SunDisk SDP5-5, ATA DISK drive > ide1 at 0x100-0x107,0x10e on irq 9 > hdc: SunDisk SDP5-5, 5MB w/1kB Cache, CHS=160/2/32 hdd: SunDisk SDP5-5, > 5MB w/1kB Cache, CHS=160/2/32 hdc: hdc1 > hdd: hdd1 > ide_cs: hdc: Vcc = 5.0, Vpp = 0.0 > executing: './ide start hdc' > VFS: Disk change detected on device ide1(22,0) hdc: hdc1 > > Weird that it reports hdc _and_ _hdd_, but it works. Of cause: I want to > use it with the 2.4.20 kernel. > There is a difference in the list of the loaded modules: i82365 is loaded > under 2.2.20, but not under 2.4.x (no such device) > > Any hints?
cat /etc/sysconfig/pcmcia for starters. What's it look like? Here's mine: [EMAIL PROTECTED]:~$ cat /etc/sysconfig/pcmcia PCMCIA=yes PCIC=yenta_socket PCIC_OPTS= CORE_OPTS= CARDMGR_OPTS= -- Ciao, CRH 8^)>

