Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 7146  / 1 Year ago, sat, january 14, 2023, 8:08:43

I have a problem with my network adapter after upgrading from 13.04 to 13.10. The adapter works for literally several seconds after I establish the connection but then it looks as if it got clogged somehow.



This is what I see amongst my devices:



~$ lspci | grep -i wireless
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
~$ uname -a
Linux bubek 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686 i686 i686 GNU/Linux
~$ lsmod | grep 80211
lib80211_crypt_tkip 17387 0
lib80211 14040 2 wl,lib80211_crypt_tkip
cfg80211 401436 1 wl


Now, how does is behave. Let's assume I connect to my wireless network and straight after I get connected I ping the default gw:



~$ ping 10.1.0.1
PING 10.1.0.1 (10.1.0.1) 56(84) bytes of data.
64 bytes from 10.1.0.1: icmp_seq=1 ttl=64 time=226 ms
64 bytes from 10.1.0.1: icmp_seq=4 ttl=64 time=222 ms
64 bytes from 10.1.0.1: icmp_seq=7 ttl=64 time=260 ms
64 bytes from 10.1.0.1: icmp_seq=11 ttl=64 time=265 ms
64 bytes from 10.1.0.1: icmp_seq=16 ttl=64 time=117 ms
From 10.1.0.16 icmp_seq=45 Destination Host Unreachable
From 10.1.0.16 icmp_seq=46 Destination Host Unreachable


What has happened over here? Is there any possibility I can get it working? The only way I could write that post was that I used my phone and USB tethering :)



Thanks for any tips in advance!


More From » wireless

 Answers
5

Please try:



sudo apt-get purge bcmwl-kernel-source
sudo modprobe -rv wl
sudo modprobe -v brcmsmac


if there are any errors please continue with the commands then reboot. your wireless should be working now.


[#28651] Sunday, January 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
itagde questions
Thu, Jun 10, 21, 21:24, 3 Years ago
Sat, Aug 13, 22, 22:41, 2 Years ago
Thu, May 20, 21, 11:52, 3 Years ago
Tue, Aug 23, 22, 06:19, 2 Years ago
;