Using: Bering-RC4 Has anyone compiled a version of hostap_cs.o that works properly with the pcmcia.lrp package? The "current" module fails to load with this message: "CardServices release does not match! " I've tried to compile my own version of hostap for pcmcia-cs v3.2.1 with limited mileage. While my version loads and delivers a wlan0 interface, it has problems with the wireless extensions which makes it difficult to configure with iwconfig. Syslog output included below.
Thanks! JK Feb 4 04:20:26 firewall kernel: Linux PCMCIA Card Services 3.2.1 Feb 4 04:20:26 firewall kernel: kernel build: 2.4.18 #4 Wed Oct 2 22:23:01 CEST 2002 Feb 4 04:20:26 firewall kernel: options: [pci] [cardbus] [apm] Feb 4 04:20:26 firewall kernel: Intel ISA/PCI/CardBus PCIC probe: Feb 4 04:20:26 firewall kernel: Cirrus PD672x rev 00 ISA-to-PCMCIA at port 0x3e0 ofs 0x00 Feb 4 04:20:26 firewall kernel: host opts [0]: [ring] [65/6/3] [1/15/3] Feb 4 04:20:26 firewall kernel: host opts [1]: [ring] [65/6/3] [1/15/3] Feb 4 04:20:26 firewall kernel: ISA irqs (default) = 3,4,5,7,9,10,11,12,14 polling interval = 1000 ms Feb 4 04:20:26 firewall cardmgr[24784]: watching 2 sockets Feb 4 04:20:26 firewall cardmgr[10880]: starting, version is 3.2.1 Feb 4 04:20:26 firewall kernel: cs: memory probe 0x0d0000-0x0dffff: clean. Feb 4 04:20:26 firewall cardmgr[10880]: socket 0: Epson EEN10B Ethernet Feb 4 04:20:27 firewall cardmgr[10880]: executing: 'insmod /lib/modules/2.4.18/pcmcia/8390.o' Feb 4 04:20:27 firewall cardmgr[10880]: + Using /lib/modules/2.4.18/pcmcia/8390.o Feb 4 04:20:27 firewall cardmgr[10880]: executing: 'insmod /lib/modules/2.4.18/pcmcia/pcnet_cs.o' Feb 4 04:20:27 firewall cardmgr[10880]: + Using /lib/modules/2.4.18/pcmcia/pcnet_cs.o Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x1f0-0x1f7 0x370-0x37f 0x3c0-0x3e7 0x3f0-0x40f 0x480-0x48f 0x4c0-0x4df Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x01f8-0x036f: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0380-0x03bf: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x03e8-0x03ef: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0410-0x047f: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0490-0x04bf: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x04e0-0x04ff: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0800-0x08ff: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0a00-0x0aff: clean. Feb 4 04:20:27 firewall kernel: cs: IO port probe 0x0c00-0x0cff: clean. Feb 4 04:20:27 firewall kernel: eth0: NE2000 Compatible: io 0x300, irq 3, mem 0xc00d1000, auto xcvr, hw_addr 00:00:48:07:09:A3 Feb 4 04:20:27 firewall cardmgr[10880]: executing: './network start eth0' Feb 4 04:20:27 firewall cardmgr[10880]: + /sbin/ifup: interface eth0 already configured Feb 4 04:20:27 firewall cardmgr[10880]: socket 1: Senao SL-2011CD/SL-2011CDPLUS Feb 4 04:20:27 firewall cardmgr[10880]: executing: 'insmod /lib/modules/2.4.18/pcmcia/hostap_crypt.o' Feb 4 04:20:27 firewall kernel: hostap_crypt: registered algorithm 'NULL' Feb 4 04:20:27 firewall cardmgr[10880]: + Using /lib/modules/2.4.18/pcmcia/hostap_crypt.o Feb 4 04:20:27 firewall cardmgr[10880]: executing: 'insmod /lib/modules/2.4.18/pcmcia/hostap.o' Feb 4 04:20:27 firewall cardmgr[10880]: + Using /lib/modules/2.4.18/pcmcia/hostap.o Feb 4 04:20:27 firewall cardmgr[10880]: executing: 'insmod /lib/modules/2.4.18/pcmcia/hostap_cs.o channel=3 iw_mode=3 essid=test ignore_cis_vcc=1' Feb 4 04:20:27 firewall kernel: hostap_cs: hostap_cs.c 0.0.0 2002-10-12 (SSH Communications Security Corp, Jouni Malinen) Feb 4 04:20:27 firewall kernel: hostap_cs: (c) Jouni Malinen <[EMAIL PROTECTED]> Feb 4 04:20:27 firewall kernel: hostap_cs: CardServices release does not match! Feb 4 04:20:27 firewall cardmgr[10880]: + Using /lib/modules/2.4.18/pcmcia/hostap_cs.o Feb 4 04:20:27 firewall cardmgr[10880]: + insmod: init_module: hostap_cs: Operation not permitted Feb 4 04:20:27 firewall cardmgr[10880]: insmod exited with status 1 Feb 4 04:20:27 firewall cardmgr[10880]: executing: 'modprobe hostap_cs channel=3 iw_mode=3 essid=test ignore_cis_vcc=1' Feb 4 04:20:27 firewall cardmgr[10880]: modprobe exited with status 127 Feb 4 04:20:28 firewall cardmgr[10880]: get dev info on socket 1 failed: Resource temporarily unavailable ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
