0

Just got Ubuntu on another computer and I've never had this issue. On Windows Vista, (the operating system alongside Ubuntu) The internet works fine. But when I click on the icon in the top right, no Wireless Networks show up. I don't know tons about Ubuntu so be detailed in your replies and tell it to me like I know nothing. The help would much appreciated!

Output of ifconfig

eth0      Link encap:Ethernet  HWaddr 00:25:64:47:a6:62  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:18

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:461 errors:0 dropped:0 overruns:0 frame:0
          TX packets:461 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:35265 (35.2 KB)  TX bytes:35265 (35.2 KB)

How can I get it to connect to my Wi-fi?

Pilot6
  • 90,100
  • 91
  • 213
  • 324

4 Answers4

1

Do:

sudo apt-get update
sudo apt-get install firmware-b43-installer

Reboot

Wild Man
  • 8,187
  • 4
  • 34
  • 44
  • When I put in the sudo thing a ton of stuff happened and then it said the linux thing at the bottom where you type stuff in...i pressed enter and it said command not found...what do i do? please help! – user314302 Aug 30 '14 at 23:00
  • wait I searched the linux thing in the "app store" thing and it popped up and its now downloading...am i on the right track? – user314302 Aug 30 '14 at 23:01
  • Is this what you installed from software center linux-firmware-nonfree if yes then it should work. – Wild Man Aug 30 '14 at 23:05
  • that's what i searched and 1 thing popped up: non-free firmware for linux kernel drivers. I got that and im about to reboot. If it works ill come back – user314302 Aug 30 '14 at 23:09
  • Yes it did, enjoy! – Wild Man Aug 30 '14 at 23:16
0

You are missing your wireless driver. Just do the following: Connect your laptop to internet using the cable, open application called "Software & Updates", go to tab "Additional Drivers" and there select to use proprietary driver for your wireless card.

mmm3743
  • 338
  • 1
  • 6
  • 18
0

Your wireless network card may not have native support on Ubuntu. Firstly check if Ubuntu can detect your network card by running the command lspci or lsusb depending on whether your network card is pci/usb based. It should show something like this:

04:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)

Now open the link below and check to see if your network card has support.

https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported

Also looking at ndiswrapper may also help as it allows Ubuntu to run Windows wireless driver

https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

Michael Lindman
  • 1,742
  • 2
  • 17
  • 23
  • Not to be a moron...but how do I know if my network card is pci or usb based??? – user314302 Aug 17 '14 at 20:27
  • If the network card is internal (inside your computer) then it is a PCI network card whether it be a desktop/laptop but if the network card is a USB dongle connected via a usb port then it is a usb based network card. Alternatively if you are still not sure you can just run both the commands and check the output for a network controller on the list of hardware. – Michael Lindman Aug 19 '14 at 03:57
0

go to your terminal and type this command

$ gedit /etc/modprobe.d/blacklist.conf*

update:
add "sudo" at the beginning of the command above:

$ sudo gedit /etc/modprobe.d ......

then you want to find where it says:

#causes no end of confusion by creating unexpected network interfaces
blacklist eth[a number here]

and add a hashtag before the line like this:

#causes no end of confusion by creating unexpected network interfaces
#blacklist eth[a number here]

reboot your laptop, and you should be good