Hi, My Cisco card works without any problem, but my SMC card does not.
I'm wondering if this is a conflict between orinoco.o and orinoco_cs.o. Doesn't seem likely -- as they should both be from pcmcia-source. $ dpkg -l | egrep '(pcmcia-cs|kernel-source)' ii kernel-source- 2.4.18-5 Linux kernel source for version 2.4.18 ii pcmcia-cs 3.1.34-5 PCMCIA Card Services for Linux. I built my kernel from kernel-source package and then built pcmcia by: # apt-get install pcmcia-source $ cd /usr/src $ tar zxof pcmcia-cs.tar.gz $ cd linux $ fakeroot make-kpkg --revision=custom.1.0 modules_image and installed with: # dpkg -i kernel-image-2.4.18-xfs-laptop_custom.1.0_i386.deb # dpkg -i pcmcia-modules-2.4.18-xfs-laptop_3.2.0-1+custom.1.0_i386.deb Here's the log: Aug 16 19:17:49 laptop cardmgr[202]: socket 1: Intersil PRISM2 11 Mbps Wireless Adapter Aug 16 19:17:49 laptop cardmgr[202]: executing: 'modprobe hermes' Aug 16 19:17:50 laptop cardmgr[202]: executing: 'modprobe orinoco' Aug 16 19:17:50 laptop cardmgr[202]: executing: 'modprobe orinoco_cs' Aug 16 19:17:50 laptop cardmgr[202]: + /lib/modules/2.4.18-xfs-laptop/pcmcia/orinoco_cs.o: unresolved symbol alloc_orinocodev Aug 16 19:17:50 laptop cardmgr[202]: + /lib/modules/2.4.18-xfs-laptop/pcmcia/orinoco_cs.o: insmod /lib/modules/2.4.18-xfs-laptop/pcmcia/orinoco_cs.o failed Aug 16 19:17:50 laptop cardmgr[202]: + /lib/modules/2.4.18-xfs-laptop/pcmcia/orinoco_cs.o: insmod orinoco_cs failed Aug 16 19:17:50 laptop cardmgr[202]: modprobe exited with status 255 Aug 16 19:17:50 laptop cardmgr[202]: executing: 'insmod /lib/modules/2.4.18-xfs-laptop/pcmcia/orinoco_cs.o' Aug 16 19:17:50 laptop cardmgr[202]: + /lib/modules/2.4.18-xfs-laptop/pcmcia/orinoco_cs.o: unresolved symbol alloc_orinocodev Aug 16 19:17:50 laptop cardmgr[202]: insmod exited with status 1 Aug 16 19:17:51 laptop cardmgr[202]: get dev info on socket 1 failed: Resource temporarily unavailable Module Size Used by Not tainted orinoco 29704 0 (unused) hermes 3332 0 [orinoco] ds 6636 2 i82365 22480 2 pcmcia_core 41504 0 [ds i82365] apm 9120 1 (autoclean) ymfpci 40360 0 ac97_codec 9544 0 [ymfpci] soundcore 3492 2 [ymfpci] eepro100 17080 1 keybdev 1664 0 (unused) usbkbd 2872 0 (unused) usb-uhci 20972 0 (unused) usbcore 48544 0 [usbkbd usb-uhci] -- Bill Moseley mailto:[EMAIL PROTECTED]