0

After upgrading to Ubuntu 13.10 I keep getting connection timed out every few seconds at which point i have to disconnect and reconnect to the WiFi network.

The WiFi card worked fine on 13.04 with the bcmwl-kernel-source installed but giving problems on 13.10:

*-network               
       description: Wireless interface
       product: BCM4313 802.11bgn Wireless Network Adapter
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth1
       version: 01
       serial: c0:14:3d:cc:c9:c7
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless 
       configuration: broadcast=yes driver=wl0 driverversion=6.30.223.141 (r415941) ip=192.168.1.4 latency=0 multicast=yes wireless=IEEE 802.11abg 
       resources: irq:17 memory:f0500000-f0503fff

How can i fix this?

Thanks

Mitch
  • 109,787
Wahtever
  • 133

1 Answers1

0

Please do:

sudo apt-get install bcmwl-kernel-source
sudo modprobe -rv brcmsmac 
sudo modprobe -v wl
Wild Man
  • 8,327