At 04:16 PM 3/23/07, Simon Effenberg wrote:

On Fri, Mar 23, 2007 at 01:32:33PM -0400, Frank Bax wrote:
> 3) dmesg indicates Intel PRO/Wireless 3945ABG rev 0x02
> I downloaded wpi-firmware-1.13 and installed the package; but when I try to
> bring up the device:
> $ sudo ifconfig wpi0 up
> $ dmesg | tail
> wpi0: timeout waiting for thermal sensors calibration
> wpi0: timeout waiting for thermal sensors calibration
> wpi0: fatal firmware error
>

I have the same Intel card and when I am near an weird access point i
get the same error messages but at home it works. Could be the AP what
makes your card crazy.


This is not good news.  The router at home is running OpenBSD 4.0!

OpenBSD 4.0 router (P2-400):

$ dmesg | grep ral
ral0 at pci0 dev 20 function 0 "Ralink RT2560" rev 0x01: irq 10, address 00:12:17:99:70:2d
ral0: MAC/BBP RT2560 (rev 0x04), RF RT2525

$ cat /etc/hostname.ral0
inet 10.0.0.2 255.255.255.0 10.0.0.255 media DS2 mediaopt hostap mode 11b nwid XX1XX nwkey XX2XX

$ ifconfig ral0
ral0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:12:17:99:70:2d
        media: IEEE802.11 DS2 mode 11b hostap (autoselect mode 11b hostap)
        status: active
ieee80211: nwid XX1XX chan 2 bssid 00:12:17:99:70:2d nwkey <not displayed> 100dBm
        inet 10.0.0.2 netmask 0xffffff00 broadcast 10.0.0.255
        inet6 fe80::212:17ff:fe99:702d%ral0 prefixlen 64 scopeid 0x3

We have a WinXP laptop already working through this interface.

On the Dell laptop running 4.1 snapshot:

$ dmesg | grep wpi
wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02: apic 2 int 17 (irq 11), address 00:19:d2:6a:e0:f3

$ sudo ifconfig wpi0 nwid XX1XX nwkey XX2XX chan 2 up

$ ifconfig wpi0
wpi0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:19:d2:6a:e0:f3
        groups: wlan
        media: IEEE802.11 autoselect
        status: no network
        ieee80211: nwid XX1XX chan 2 nwkey <not displayed> 100dBm
        inet6 fe80::219:d2ff:fe6a:e0f3%wpi0 prefixlen 64 scopeid 0x1

$ dmesg | tail
wpi0: timeout waiting for thermal sensors calibration
wpi0: fatal firmware error

Reply via email to