Il giorno lun, 24/07/2006 alle 19.50 -0500, Larry Finger ha scritto: > I would stay away from monitor mode at the start. I would bring the > interface up with an 'ifup eth1' > command, then check if it will scan by issuing an 'iwlist s' command. > Your AP should be on at this > point. The reason that the cpu is at 99% is due to the loop in > bcm43xx_mac_suspend. > > Before you run another test, please apply the following patch: > > index 3889f79..c40609c 100644 > --- a/drivers/net/wireless/bcm43xx/bcm43xx_main.c > +++ b/drivers/net/wireless/bcm43xx/bcm43xx_main.c > @@ -2324,7 +2324,7 @@ void bcm43xx_mac_suspend(struct bcm43xx_ > return; > udelay(10); > } > - printkl(KERN_ERR PFX "MAC suspend failed\n"); > + printkl(KERN_ERR PFX "MAC suspend failed with IRQ_REASON = 0x% > 08x\n",tmp); > } > > void bcm43xx_set_iwmode(struct bcm43xx_private *bcm, > > I generated this patch from v2.6.18-rc2 so there may be some offsets, > but the resulting output > should show why your interface will not suspend the MAC. > > After you rebuild bcm43xx.ko, please run the iwlist test and send the > results back to me.
Thanks a lot for your help, If I do a 'iwlist s' the result is: 'eth1 No scan results' dmesg says nothing special... There is a News, if I try to start up the old 2.6.17-rc5 sometimes, when I try to associate with my AP instead of: 'Access Point: Invalid', iwconfig print the AP Mac address, and dmesg print this: Jul 24 16:12:45 localhost kernel: SoftMAC: Authentication timed out with 00:0e:8e:7a:7a:e5 Jul 24 16:21:31 localhost kernel: SoftMAC: Authentication response received from 00:0e:8e:7a:7a:e5 but no queue item exists. Jul 24 19:58:36 localhost kernel: SoftMAC: Open Authentication completed with 00:0e:8e:7a:7a:e5 Look at the System time! In any case in iwconfig: 'Link Quality:0 Signal level:0 Noise level:0' I hope this can help. Best Regards PAD _______________________________________________ Bcm43xx-dev mailing list [email protected] http://bat.berlios.de/mailman/listinfo/bcm43xx-dev
