Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Spontaneous wifi device disassociation.

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
edbarx
Posts: 5401
Joined: 2007-07-18 06:19
Location: 35° 50 N, 14 º 35 E
Been thanked: 2 times

[SOLVED] Spontaneous wifi device disassociation.

#1 Post by edbarx »

I would like to know what Broadcom wifi users do when their computer loses connection after a couple of minutes of network inactivilty. The disassociation is recorded in dmesg. Running iwconfig on a broken connection restores it.

Code: Select all

# iwconfig wlan0 essid mycoolessid
Added Later:
I have been given enough information, thanks.
Last edited by edbarx on 2017-02-11 15:30, edited 1 time in total.
Debian == { > 30, 000 packages }; Debian != systemd
The worst infection of all, is a false sense of security!
It is hard to get away from CLI tools.

User avatar
Thorny
Posts: 542
Joined: 2011-02-27 13:40

Re: Spontaneous wifi device disassociation.

#2 Post by Thorny »

edbarx wrote:I would like to know what Broadcom wifi users do when their computer loses connection after a couple of minutes of network inactivilty. The disassociation is recorded in dmesg.
I suspect that you would increase your chances of getting helpful information by posting which broadcom interface you are using. Even the Debian version might be useful information.

If it one on this Debian Wiki page then it might be related to power management of the card and you might try the solution offered on that page under "Known Issues", "Frequent disconnections can be ..."
https://wiki.debian.org/wl

You could also try searching with the keywords, <substitute whatever the broadcom name is> and "disconnect"

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Spontaneous wifi device disassociation.

#3 Post by Head_on_a_Stick »

I agree with wizard10000 :)

We could identify the device positively with:

Code: Select all

# update-pciids && lspci -knn | grep -iA2 net
https://wiki.debian.org/HowToIdentifyADevice/PCI
deadbang

User avatar
edbarx
Posts: 5401
Joined: 2007-07-18 06:19
Location: 35° 50 N, 14 º 35 E
Been thanked: 2 times

Re: Spontaneous wifi device disassociation.

#4 Post by edbarx »

Code: Select all

04:00.0 Network controller [0280]: Broadcom Limited BCM43225 802.11b/g/n [14e4:4357] (rev 01)
	Subsystem: Foxconn International, Inc. T77H103.00 Wireless Half-size Mini PCIe Card [105b:e021]
	Kernel driver in use: bcma-pci-bridge
Debian == { > 30, 000 packages }; Debian != systemd
The worst infection of all, is a false sense of security!
It is hard to get away from CLI tools.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: [SOLVED] Spontaneous wifi device disassociation.

#5 Post by Head_on_a_Stick »

You could also try switching to the (vendor-supplied) wl driver — some users report a better experience with that.

See https://wiki.debian.org/wl for the method.
deadbang

Post Reply