On Sun, Nov 04, 2007 at 02:52:52PM +0100, Johannes Krampf wrote: > My wireless network uses 11a and 128bit-WEP. I can successfully set > the nwid, nwkey and IP with ifconfig and start the interface, but when > I try to scan (ifconfig -M wpi0), the wireless light will blink once > and immediately I see a "wpi0: fatal firmware error" (or similar) > message on the terminal.
>From a recent CVS commit: CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2007/11/03 07:10:29 Modified files: sys/dev/pci : if_wpi.c if_iwn.c Log message: fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won't panic when resetting the device - requested by many fix ifconfig -M (the interface still has to be down though ie it won't work while the interface is up). fix AMPDU window for 4965AGN (has no effect since 802.11n is not supported yet). So you should try with -current (no snapshot is available with that code yet, wait a few days if you want to use a snapshot) AND make sure your interface is down when running the scan. Pierre Riteau