Hi,
I installed OpenBSD i386 on my Thinkpad R60e notebook.
Works fine so far, but I've a bit trouble connecting with my wireless
network.
The firmware for the driver is installed:
# ls -l /etc/firmware/ | grep wpi-3
-rw-r--r-- 1 root bin 150100 Apr 29 2009 wpi-3945abg
the device is detected on bootup:
# dmesg | grep wpi
wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02:
apic 1 int 17 (irq 11), MoW2, address 00:1b:77:02:63:f1
a scan gives:
# ifconfig wpi0 scan
wpi0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:1b:77:02:63:f1
priority: 4
groups: wlan
media: IEEE802.11 autoselect (DS1 mode 11g)
status: no network
ieee80211: nwid VVlan chan 1
nwid VVlan chan 1 bssid 00:15:0c:7b:f4:2d 62dB 54M
short_slottime
nwid 0x00 chan 4 bssid 00:80:48:57:ad:31 39dB 54M
short_slottime
# ifconfig wpi0 nwid VVlan chan 1 bssid 00:15:0c:7b:f4:2d
doesn't change the status to active.
It looks like the firmware isn't working, is there a way get some logs
or to get to the problem?