I've been sifting through google newsgroups all weekend
but at this point I'm really stuck:
I have a laptop running rh 7.3 with a linksys wpc11 v3 network
card. I have recompiled the kernel (2.4.18) without pcmcia
support which I added through pcmcia-cs-3.2.0 and
linux-wlan-ng.0.1.13 . I aliased the resulting prism2_cs module as
alias wlan0 prism2_cs
in modules.conf, and created a file ifcfg-wlan0 in
/etc/sysconfig/network-scripts:
DEVICE='wlan0'
ONBOOT='yes'
BOOTPROTO='dhcp'
TYPE=Ethernet
USERCTL=yes
I have also configured a number of files in /etc/pcmcia.
However, I still cannot connect; invoking
/etc/pcmcia/wlan-ng start wlan0
complains about not being able to start ibss (or something similar).
I'm including what I hope are some pertinent lines from /var/log/messages ;
I would really appreciate it if somebody gave me some pointers especially
with regards to whether the kernel recognized the card properly (so I'll
know that at least the compile part of the ordeal is over).
Thanks very much,
Cev.
Jul 29 00:37:10 laptop kernel: Linux PCMCIA Card Services 3.2.0
Jul 29 00:37:10 laptop kernel: kernel build: 2.4.18 #7 SMP Sun Jul 28
22:08:33 EDT 2002
Jul 29 00:37:10 laptop kernel: options: [pci] [cardbus] [apm]
Jul 29 00:37:11 laptop kernel: Intel ISA/PCI/CardBus PCIC probe:
Jul 29 00:37:11 laptop kernel: PCI: Found IRQ 11 for device 00:04.0
Jul 29 00:37:11 laptop kernel: PCI: Sharing IRQ 11 with 00:04.1
Jul 29 00:37:11 laptop kernel: PCI: Sharing IRQ 11 with 01:01.0
Jul 29 00:37:11 laptop kernel: PCI: Found IRQ 11 for device 00:04.1
Jul 29 00:37:11 laptop kernel: PCI: Sharing IRQ 11 with 00:04.0
Jul 29 00:37:11 laptop kernel: PCI: Sharing IRQ 11 with 01:01.0
Jul 29 00:37:11 laptop kernel: TI 1420 rev 00 PCI-to-CardBus at slot
00:04, mem 0x20000000
Jul 29 00:37:11 laptop kernel: host opts [0]: [ring] [serial pci & irq]
[pci irq 11] [lat 168/32] [bus 2/
5]
Jul 29 00:37:11 laptop kernel: host opts [1]: [ring] [serial pci & irq]
[pci irq 11] [lat 168/32] [bus 6/
9]
Jul 29 00:37:11 laptop kernel: ISA irqs (scanned) = 3,4,7,10 PCI status
changes
Jul 29 00:37:11 laptop apmd[692]: Battery: * * * (100% 3:20)
Jul 29 00:37:11 laptop pcmcia: cardmgr[751]: watching 2 sockets
Jul 29 00:37:11 laptop cardmgr[751]: watching 2 sockets
Jul 29 00:37:11 laptop cardmgr[752]: starting, version is 3.2.0
Jul 29 00:37:11 laptop pcmcia: done.
Jul 29 00:37:11 laptop rc: Starting pcmcia: succeeded
Jul 29 00:37:11 laptop kernel: cs: memory probe 0xa0000000-0xa0ffffff:
clean.
Jul 29 00:37:11 laptop cardmgr[752]: socket 1: Bromax OEM 11Mbps 802.11b
WLAN Card (Prism 3)
Jul 29 00:37:11 laptop cardmgr[752]: executing: 'modprobe prism2_cs'
Jul 29 00:37:12 laptop kernel: init_module: prism2_cs.o: 0.1.13 Loaded
Jul 29 00:37:12 laptop kernel: init_module: dev_info is: prism2_cs
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x0100-0x04ff: excluding
0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x0380-0x03bf: clean.
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x03e0-0x04cf: clean.
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x04d8-0x04ff: clean.
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x0800-0x08ff: clean.
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Jul 29 00:37:12 laptop kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Jul 29 00:37:12 laptop kernel: prism2_cs: index 0x01: Vcc 5.0, irq 3, io
0x0100-0x013f
Jul 29 00:37:12 laptop cardmgr[752]: executing: './wlan-ng start wlan0'
Jul 29 00:37:13 laptop /etc/hotplug/net.agent: invoke ifup wlan0
Jul 29 00:37:13 laptop dhcpcd[834]: dhcpStart: ioctl SIOCSIFFLAGS: No such
device
Jul 29 00:37:13 laptop kernel: ident: nic h/w: id=0x801b 1.0.0
Jul 29 00:37:13 laptop kernel: ident: pri f/w: id=0x15 1.0.7
Jul 29 00:37:13 laptop kernel: ident: sta f/w: id=0x1f 1.3.5
Jul 29 00:37:13 laptop kernel: MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1
Jul 29 00:37:13 laptop kernel: CFI:SUP:role=0x00:id=0x02:var=0x02:b/t=1/1
Jul 29 00:37:13 laptop kernel: PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=4/4
Jul 29 00:37:13 laptop cardmgr[752]: + IBSS mode started.
Jul 29 00:37:13 laptop kernel: STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/9
Jul 29 00:37:14 laptop kernel:
PRI-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
Jul 29 00:37:14 laptop kernel:
STA-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
Jul 29 00:37:14 laptop kernel:
STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1
Jul 29 00:37:14 laptop kernel: Prism2 card SN: XXXXXXXX [originally not X's
of course]