Wireless isn't working in ubuntu 14.04, even after installing bcmwl-kernel-source
package & enabling it via:
Software & Update/Additional Drivers
Also, There are no options to enable a Wireless network in System Settings/Network.
I work on a new Dell Inspirion 3543.
Here are the Network card details:
06:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 255
Region 0: Memory at f7200000 (64-bit, non-prefetchable) [disabled] [size=32K]
Capabilities: <access denied>
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
Subsystem: Dell Device [1028:0656]
dpkg -l | grep bcmwl
result:
ii bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1
amd64 Broadcom 802.11 Linux STA wireless driver source
I already tried the answer:
Drivers for Broadcom BCM43142 on Ubuntu 14.04 (Trusty Tahr)
But still bcmwl-kernel-source
wouldn't install correctly, it gets installed with no wl!
dpkg -l | grep bcmwl
to your question. The -l is a lower case L not a 1(one) – Jeremy31 Apr 21 '15 at 10:11amd64 Broadcom 802.11 Linux STA wireless driver source`
– user3305447 Apr 21 '15 at 16:39sudo apt-get install bcmwl-kernel-source
and paste the output to paste.ubuntu.com and post the URL and postcat /etc/modprobe.d/* | grep wl
– Jeremy31 Apr 22 '15 at 21:58