1

My built-in wireless card doesn't switch on. I have run out of ideas to enable it, or install the driver. When I run rfkill, it shows no hard block or no soft block. I have been trying this for days, and I don't know what to do now. I have also looked for instructions; no help there.

lspci -v returns the following:

03:00.0 Network controller: Broadcom Corporation BCM43228 802.11a/b/g/n 
Subsystem: Foxconn International, Inc. Device e04b 
Flags: bus master, fast devsel, latency 0, IRQ 19 Memory at f0500000 (64-bit, non-prefetchable) [size=16K] 
Capabilities: <access denied> Kernel driver in use: bcma-pci-bridge
Abhishek
  • 67
  • 7
jon
  • 11

4 Answers4

0

Did you check if your WI-FI is hard blocked in BIOS? As it sounds like since access is denied.

On first boot screen enter BIOS

When in BIOS search for wireless and enable it if needed (Configuration -> wireless -> enabled)

Reboot

Hope it solves your problem.

danijelc
  • 898
0

If you are having Dual Boot then boot in the windows and switch on wifi , see if it works . If it works dont Off it just reboot into Ubuntu and try to On it by pressing the assigned keyboard keys.

If that did not work, Check the Output of -

rfkill list all

Now by the time as you have used wifi on windows it will detect your Wifi now -

  1. If its Soft blocked use rfkill unblock wifi to Switch it on.
  2. If its Hard Blocked then try to switch it on physically by pressing desired keybord keys for wifi.

Also open Ubuntu-Software-Center and go to edit-Software Sources - Addition Drivers and check the Wifi Driver in my case as shown below -

enter image description here

And also one of the most important thing Open BIOS and check wifi is enabled or not.

Hopefully it should be working.

Sukupa91
  • 3,067
0

I have the same problem with Acer Aspire 5520G running Ubuntu 12.04 LTS. I noticed that if you put a USB Wireless Dongle, the wirelss adaptor goes on and enable wirelss appears in the dropdown menu! I am then able to us my USB wireless / Modem (Alcatel One Touch x230D) to connect to the net! the on-board built in adaptor then comes on, then it is difficult to connect to the internet with it alone, while the USB device is connected. The good news is that the Alcatel One Touch x230D works in Ubuntu!

danijelc
  • 898
0

This wireless Broadcom BCM43228 adapter will work with proper drivers.

They can be installed by running

sudo apt-get install bcmwl-kernel-source

in terminal.

Pilot6
  • 92,041