-1

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)
Thomas
  • 6,433

2 Answers2

1

Wired connection problems

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:

Wireless connection problems

  1. apt-get update
  2. apt-get install bcmwl-kernel-source
  3. reboot (I hate rebooting linux, there might be a combination of rmmod and modprobe or restarting services that could avoid a reboot, but I don't know it)

Adding a few lines like
blacklist 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:

Wifi icon menu

More info:

Xen2050
  • 8,943
0

Towards the top right side of your screen, there should be a weird cog looking thing, the time, a speaker icon, battery, and last should be two arrows pointing up and down in opposite directions. Click on the arrows and it should give you an option of network connection options.

If this does not work, try navigation to the top left and left click Activities. In the search bar, type in Network and select Network. There should be more options for networks and connection types.