Super newbie here. I just installed Ubuntu on my laptop. Can someone tell me how can i setup a network connection? Thanks.
The results from lspci -knn | grep Net -A2
are:
03:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [1434:465] (rev1)
Subsytem: Lenovo BCM43142 802.11b/g/n
04:00.0 Display controller [0380]: Advcanced Micro Devices, Inc. [AMD/ATI]
Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430] (rev ff)
Your ISP must have things set up so you have to go through the router to get an internet connection, so leave the router connected to the main "incoming" wire and use another wire from one of the router's lan ports to your laptop.
Now that you've got a network connection, you can try using a package manager (like Ubuntu's Software Center, or Synaptic, or plain apt
/ apt-get
) and try to fix:
apt-get update
apt-get install bcmwl-kernel-source
- reboot (I hate rebooting linux, there might be a combination of
rmmod
andmodprobe
or restarting services that could avoid a reboot, but I don't know it)
Adding a few lines likeblacklist b43
blacklist bcma
blacklist ssb
to /etc/modprobe.d/blacklist.conf
may or may not be required, try without first see the first link below for more info.
If it works, then you should see the desktop's GUI wifi icon in the panel / menu bar and see & connect to wireless networks, similar to this:
More info:
No comments:
Post a Comment