1

I did a fresh install of 14.04 and now my wireless is not working. I don't see it in the status bar. Using unity desktop.

03:00.0 network controller [0280]: broadcom Bcm43228 802.11a/b/g/n [14e4:4359]]
0c:00.0 Ethernt controller [0200] : realtek semiconductor Co., Ltd. RTL8111/8168/8411 pci express gigabit Ethernet controller [10ec:8168] (Received 07)

I don't have an wired connection for the laptop. Writing from phone.

user.dz
  • 48,105
Prakash
  • 11
  • 1
  • 3

2 Answers2

2

Your Broadcom 14e4:4359 uses bcmwl-kernel-source. It and its dependency dkms are on the installation DVD or USB. Insert the install media and navigate to pool > restricted > b > bcmwl and drag and drop the bcmwl deb package to your desktop. Do the same with pool > main > d > dkms. Now we install the deb files. Open a terminal and:

cd ~/Desktop
sudo dpkg -i *.deb
sudo modprobe wl

Your wireless should now be working.

chili555
  • 60,188
1

found the answer here WifiDocs/Driver/bcm43xx - Community Help Wiki https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43%20-%20No%20Internet%20access

scroll down for options without Internet connection. Requires live cd.