2

I just upgraded my Samsung NC10 netbook with Broadcom BCM 3411 WLAN to 14.04.

I'm not seeing any wireless connection choice under Network Manager, but it connects just fine on ethernet.

Ubuntu newbie, so may be missing something obvious.

Ran rfkill list all:

sudo rfkill list all 
0: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
1: samsung-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Also ran lshw -class network:

sudo lshw -class network
  *-network               
       description: Network controller
       product: BCM4311 802.11a/b/g
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=wl latency=0
       resources: irq:16 memory:f0100000-f0103fff
  *-network
       description: Ethernet interface
       product: 88E8040 PCI-E Fast Ethernet Controller
       vendor: Marvell Technology Group Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 13
       serial: 00:13:77:d1:ff:97
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=10.0.0.47 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:42 memory:f0200000-f0203fff ioport:2000(size=256)

All assistance much appreciated! Thanks!

mikewhatever
  • 33,013

2 Answers2

1

Try running Additional Drivers and see if an option comes up for your Broadcom wireless driver. Failing that try holding Fn and tapping F9 as this should toggle the wireless on and off (watch for an LED status change) See page 87 of the manual you'll note that the wifi is an option that may or may not be installed. If not you may need to acquire a USB wifi adaptor

Elder Geek
  • 36,752
1

Please do with an iternet connection:

sudo apt-get purge --remove bcmwl-kernel-source
sudo apt-get update
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43

wireless should now be working.

Wild Man
  • 8,327