Ioannis Nousias wrote:
iwconfig:
eth1 IEEE 802.11b/g ESSID:"<My ESSID here>" Nickname:"Broadcom 4306"
Mode:Managed Frequency=2.432 GHz Access Point: <my router's
MAC here> Bit Rate=24 Mb/s Tx-Power=14 dBm RTS
thr:off Fragment thr:off
Your interface has not authenticated. If it had, there would be an encryption
key here.
Link Quality=66/100 Signal level=-61 dBm Noise level=-66 dBm
This is a low signal/noise. Attached is a patch that will cut the rate from 24M to 11M to see if
that helps get you connected.
Rx invalid nwid:0 Rx invalid crypt:1 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I'm not sure. Is there a log? nm-tool reports this:
In the panel kicker applet used with NM on KDE, I get a progression bar. I
guess it isn't universal.
But, I think it reloads itself. In fact I can see it in dmesg. Is it
possible that NM causes it to reload the module ?
I don't think NM is doing it by itself. At least it doesn't do that on my system. When I unload the
module, I have to manually reload it, and then reconnect.
Larry
Index: bcm43xx-softmac-sa/ieee80211/softmac/ieee80211softmac_module.c
===================================================================
--- bcm43xx-softmac-sa.orig/ieee80211/softmac/ieee80211softmac_module.c
+++ bcm43xx-softmac-sa/ieee80211/softmac/ieee80211softmac_module.c
@@ -266,7 +266,7 @@ void ieee80211softmac_init_bss(struct ie
* The txrate machine will lower it, if it is too high.
*/
if (ieee->modulation & IEEE80211_OFDM_MODULATION)
- txrates->user_rate = IEEE80211_OFDM_RATE_24MB;
+ txrates->user_rate = IEEE80211_CCK_RATE_11MB;
else
txrates->user_rate = IEEE80211_CCK_RATE_11MB;
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev