Wireless access point changes connection against my will. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Wireless access point changes connection against my will.
- From: Rodrigo Boechat <rodrigo.boechat.tenorio@xxxxxxxxx>
- Date: Mon, 25 Feb 2013 21:56:24 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=3Wqn32fyJ6i2S2GAJN3uAcKx16lbRwQJ6ThPqxnnnUc=; b=d9QEZxgShw/AN15g2gkCh/JSHo8cW4A4Okn+R2T9ODMTXL0LZxXiPmiUTkiqE1q1Cv GWXOFcsGRQ316FcE/yLc/D93Exn/2CbvKP7VRUs0GzhG4eMBjjrCZe4XVbVHqLUFaMgb H31hA09gaMGFGVQX8P+ubDWTcYN7ZZDPHgPtS/aGwDko7CenZGc4h74AOLjqmsc6rF2u 2XiQOtqorJw8fgL4ke+PMWDteCqhyYMMjqfqF79dE0Y3BSv4UXNNmYFf2tgltbXUVdo4 4f4ayf7xYOndHJFyNRtrvhpkKlOTtRyuq0IzkjfPykieVPNgAtkD/QWORe7Jl7wsWAiz NpnA==
Hello everybody!
After much searching, I managed to make a wireless network from a laptop
[Compaq Presario C500] work with the Broadcom driver.
Now I'm facing an annoying problem.
Here at home we have a wireles configured with a hidden SSID. But after
a minute, the system disconnects from my wireless network and connects
on open city hallnetwork [no passphrase].
I checkthat even pinging google, it disconnects and switches to network
of the city hall. Wireless changes access point against my will.
I found this topic in the community of Arch:
https://bbs.archlinux.org/viewtopic.php?pid=780128 # p780128
$ touch /etc/modprobe.d/b43.conf
$ echo "options b43 pio=1 qos=0" | sudo tee -a /etc/modprobe.d/b43.conf
I tested and it did not work.
Later I realized that the "wl" was loading along with the "b43".
I discovered this with the command: lsmod | grep 80211
Then I ran:
$ modprobe-r b43 wl
$ modprobe b43
I checked rcS.conf in and noticed that the "wl" was present in the list
of modules; removed.
However, after testing, I found that still did not work.
The connection dropped and reconnected oncity hallnetwork.
I do not know what else I can do.
The commands below reflect the current state of the system:
$ lspci -nn | grep -i broadcom
06:00.0 Network controller [0280]: Broadcom Corporation BCM4311
802.11b/g WLAN [14e4:4311] (rev 01)
$ lspci -k
06:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN
(rev 01)
Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb, wl
lsmod | grep 80211
mac80211 145388 1 b43
cfg80211 99896 2 b43,mac80211
rfkill 10682 1 cfg80211
$ dmesg
b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
wlan0: authenticate with 20:cf:30:96:ba:e8 (try 1)
wlan0: authenticated
wlan0: associate with 20:cf:30:96:ba:e8 (try 1)
wlan0: RX AssocResp from 20:cf:30:96:ba:e8 (capab=0x411 status=0 aid=2)
wlan0: associated
cfg80211: Calling CRDA for country: TW
wlan0: deauthenticated from 20:cf:30:96:ba:e8 (Reason: 3)
cfg80211: Calling CRDA to update world regulatory domain
wlan0: authenticate with 00:14:06:11:71:51 (try 1)
wlan0: authenticated
wlan0: associate with 00:14:06:11:71:51 (try 1)
wlan0: RX AssocResp from 00:14:06:11:71:51 (capab=0x21 status=0 aid=2)
wlan0: associated
$ ps aux | grep wpa
1449 root 0:00 wpa_supplicant -B -W -c/tmp/wpa.conf -Dwext -iwlan0
1452 root 0:00 wpa_cli -a/etc/init.d/wpa_action.sh -B
1737 ruben 0:00 grep wpa
--
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/