I just installed Ubuntu and there is firmware missing that prevents me from using a wireless internet connection

Asked by Curtis Dlouhy

I installed Ubuntu on my laptop earlier today and have not been able to connect to the internet. While checking through any way I could make a connection, I noticed that under the internet symbol under where it says Wireless Networks, it says "device not ready (firmware missing)". As someone very inexperienced with tech issues, my first thought is that something didn't install right, or that there exists a patch to possibly remedy this problem. Can anyone confirm this for me?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Ubfan (ubfan1) said :
#1

We need some info in order to give you any help.
Did you install Ubuntu with wubi, or on a partition or usb device?
Please start a terminal, run the following commands, and paste the output back here.
lsb_release -a
lshw -C network
Firmware is possibly not present by default because it is vendor proprietary, and Canonical is not allowed to distribute it, so you may need to download it and install it yourself. This is made easier for you by making a package install for the firmware do the downloads in some cases. Other possibilities are that there might be multiple types of firmware, and rather than use a default which would be wrong for some people, none is used by default.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Please first connect your wired network adapter to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1:

If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"

If you are using the Unity interface, the easiest way to open the Terminal is to use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.

So the methods in Unity are:
Dash > Search for Terminal
Dash > More Apps > 'See More Results' > Terminal
Dash > More Apps > Accessories > Terminal

Step 2: Please copy-paste the following command from https://help.ubuntu.com/community/WirelessTroubleshootingProcedure in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'wpa|icd|etwork'; sudo lsmod

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Step 4: Please also specify the exact model and make of your PC (if known) on this thread

Step 5: Please also clarify if you installed Ubuntu to the harddisk and are running from a harddisk install OR if you are only testing Ubuntu in a LiveCD session.

Regards,

Mark

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3
Revision history for this message
Curtis Dlouhy (tkd-freak) said :
#4

I installed ubuntu with wubi.
The first command gave me this:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Codename: precise

The second command gave me this:

WARNING: you should run this program as super-user.
  *-network
       description: Network controller
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:fe8fc000-fe8fffff
  *-network
       description: Ethernet interface
       product: NetLink BCM5906M Fast Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: 02
       serial: 00:1e:c9:08:5a:11
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 firmware=sb v3.04 latency=0 multicast=yes port=twisted pair
       resources: irq:47 memory:fe5f0000-fe5fffff
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       logical name: wlan0
       serial: 00:1f:e1:67:71:0c
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=3.2.0-23-generic-pae firmware=N/A multicast=yes wireless=IEEE 802.11bg

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

My link is what you need :)

Revision history for this message
Curtis Dlouhy (tkd-freak) said :
#6

Mark: My computer is a Dell insiron 1420 and I installed Ubuntu through a harddisk.

This was my output for the sudo command:

Err http://mx.archive.ubuntu.com precise InRelease

Err http://mx.archive.ubuntu.com precise-updates InRelease

Err http://mx.archive.ubuntu.com precise-backports InRelease

Err http://security.ubuntu.com precise-security InRelease

Err http://extras.ubuntu.com precise InRelease

Err http://mx.archive.ubuntu.com precise Release.gpg
  Could not resolve 'mx.archive.ubuntu.com'
Err http://mx.archive.ubuntu.com precise-updates Release.gpg
  Could not resolve 'mx.archive.ubuntu.com'
Err http://security.ubuntu.com precise-security Release.gpg
  Could not resolve 'security.ubuntu.com'
Err http://extras.ubuntu.com precise Release.gpg
  Could not resolve 'extras.ubuntu.com'
Err http://mx.archive.ubuntu.com precise-backports Release.gpg
  Could not resolve 'mx.archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/dists/precise/InRelease

W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease

W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/dists/precise-backports/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/InRelease

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/InRelease

W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Could not resolve 'mx.archive.ubuntu.com'

W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/dists/precise-updates/Release.gpg Could not resolve 'mx.archive.ubuntu.com'

W: Failed to fetch http://mx.archive.ubuntu.com/ubuntu/dists/precise-backports/Release.gpg Could not resolve 'mx.archive.ubuntu.com'

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/Release.gpg Could not resolve 'security.ubuntu.com'

W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/Release.gpg Could not resolve 'extras.ubuntu.com'

W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hwinfo
  *-network
       description: Network controller
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:fe8fc000-fe8fffff
  *-network
       description: Ethernet interface
       product: NetLink BCM5906M Fast Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: 02
       serial: 00:1e:c9:08:5a:11
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 firmware=sb v3.04 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:47 memory:fe5f0000-fe5fffff
  *-network DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 00:1f:e1:67:71:0c
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=3.2.0-23-generic-pae firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg
0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: dell-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
lo Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

eth0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 0c)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 0c)
00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 02)
00:1a.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 02)
00:1a.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 02)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 02)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 02)
00:1c.5 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 [8086:2849] (rev 02)
00:1d.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 02)
00:1d.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 02)
00:1d.2 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 02)
00:1d.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HM (ICH8M) LPC Interface Controller [8086:2815] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] [8086:2829] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 02)
03:01.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 05)
03:01.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 22)
03:01.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 12)
03:01.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 12)
09:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. OV2640 Webcam
Bus 002 Device 004: ID 0930:6533 Toshiba Corp. 512M Stick
H/W path Device Class Description
==========================================================
                                   system Inspiron 1420 ()
/0 bus 0DT492
/0/0 memory 64KiB BIOS
/0/400 processor Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz
/0/400/700 memory 32KiB L1 cache
/0/400/701 memory 2MiB L2 cache
/0/400/0.1 processor Logical CPU
/0/400/0.2 processor Logical CPU
/0/1000 memory 3GiB System Memory
/0/1000/0 memory 2GiB DIMM DDR Synchronous 667 MHz (1.5 ns)
/0/1000/1 memory 1GiB DIMM DDR Synchronous 667 MHz (1.5 ns)
/0/100 bridge Mobile PM965/GM965/GL960 Memory Controller Hub
/0/100/2 display Mobile GM965/GL960 Integrated Graphics Controller (primary)
/0/100/2.1 display Mobile GM965/GL960 Integrated Graphics Controller (secondary)
/0/100/1a bus 82801H (ICH8 Family) USB UHCI Controller #4
/0/100/1a.1 bus 82801H (ICH8 Family) USB UHCI Controller #5
/0/100/1a.7 bus 82801H (ICH8 Family) USB2 EHCI Controller #2
/0/100/1b multimedia 82801H (ICH8 Family) HD Audio Controller
/0/100/1c bridge 82801H (ICH8 Family) PCI Express Port 1
/0/100/1c.1 bridge 82801H (ICH8 Family) PCI Express Port 2
/0/100/1c.1/0 network BCM4312 802.11b/g LP-PHY
/0/100/1c.3 bridge 82801H (ICH8 Family) PCI Express Port 4
/0/100/1c.5 bridge 82801H (ICH8 Family) PCI Express Port 6
/0/100/1c.5/0 eth0 network NetLink BCM5906M Fast Ethernet PCI Express
/0/100/1d bus 82801H (ICH8 Family) USB UHCI Controller #1
/0/100/1d.1 bus 82801H (ICH8 Family) USB UHCI Controller #2
/0/100/1d.2 bus 82801H (ICH8 Family) USB UHCI Controller #3
/0/100/1d.7 bus 82801H (ICH8 Family) USB2 EHCI Controller #1
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1e/1 bus R5C832 IEEE 1394 Controller
/0/100/1e/1.1 generic R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
/0/100/1e/1.2 generic R5C592 Memory Stick Bus Host Adapter
/0/100/1e/1.3 generic xD-Picture Card Controller
/0/100/1f bridge 82801HM (ICH8M) LPC Interface Controller
/0/100/1f.1 scsi3 storage 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller
/0/100/1f.1/0.0.0 /dev/cdrom disk DVD+-RW TS-L632H
/0/100/1f.2 scsi0 storage 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode]
/0/100/1f.2/0.0.0 /dev/sda disk 250GB WDC WD2500BEVS-7
/0/100/1f.2/0.0.0/1 /dev/sda1 volume 229GiB EXT4 volume
/0/100/1f.2/0.0.0/2 /dev/sda2 volume 3060MiB Extended partition
/0/100/1f.2/0.0.0/2/5 /dev/sda5 volume 3060MiB Linux swap / Solaris partition
/0/100/1f.3 bus 82801H (ICH8 Family) SMBus Controller
/0/1 scsi6 storage
/0/1/0.0.0 /dev/sdb disk 512MB SCSI Disk
/0/1/0.0.0/1 /dev/sdb1 volume 488MiB Windows FAT volume
/1 power DELL MN12786
/2 wlan0 network Wireless interface
Linux TheShit 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.256802] ACPI: No dock devices found.
[ 0.256802] HEST: Table not found.
[ 0.346367] i2c-core: driver [aat2870] using legacy suspend method
[ 0.346372] i2c-core: driver [aat2870] using legacy resume method
[ 0.346765] usbcore: registered new interface driver usbfs
[ 0.346794] usbcore: registered new interface driver hub
[ 0.346855] usbcore: registered new device driver usb
[ 0.356120] Switching to clocksource hpet
[ 0.416530] pnp: PnP ACPI: found 12 devices
[ 0.539323] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.539866] ACPI: Lid Switch [LID]
[ 0.573352] ERST: Table is not found!
[ 0.959763] isapnp: No Plug & Play device found
[ 1.072326] hub 1-0:1.0: USB hub found
[ 1.092321] hub 2-0:1.0: USB hub found
[ 1.093047] hub 3-0:1.0: USB hub found
[ 1.093681] hub 4-0:1.0: USB hub found
[ 1.094307] hub 5-0:1.0: USB hub found
[ 1.094926] hub 6-0:1.0: USB hub found
[ 1.095557] hub 7-0:1.0: USB hub found
[ 1.095847] usbcore: registered new interface driver libusual
[ 1.126472] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.404179] usb 2-6: new high-speed USB device number 2 using ehci_hcd
[ 1.655750] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 1.657140] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
[ 1.676317] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 0x4243)
[ 1.676342] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0F, vendor 0x4243)
[ 1.676365] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x0A, vendor 0x4243)
[ 1.676387] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x09, vendor 0x4243)
[ 1.691548] sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 22)
[ 1.706543] mmc0: no vmmc regulator found
[ 1.735974] tg3 0000:09:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1e:c9:08:5a:11
[ 1.735984] tg3 0000:09:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[ 1.735992] tg3 0000:09:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
[ 1.736032] tg3 0000:09:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.748387] ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[ 12.004904] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.181012] lp: driver loaded but no devices found
[ 12.203712] uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
[ 12.204163] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[ 12.205147] input: Laptop Integrated Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input4
[ 12.205289] usbcore: registered new interface driver uvcvideo
[ 12.263905] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 12.436152] Registered led device: b43-phy0::tx
[ 12.436178] Registered led device: b43-phy0::rx
[ 12.436209] Registered led device: b43-phy0::radio
[ 12.999573] Console: switching to colour frame buffer device 160x50
[ 13.028511] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 13.413505] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[ 13.413510] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[ 13.413514] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 13.424633] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 13.459306] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 13.459951] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 13.688430] type=1400 audit(1343569531.059:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=816 comm="apparmor_parser"
[ 50.759889] type=1400 audit(1343569568.127:24): apparmor="DENIED" operation="open" parent=1 profile="/usr/lib/telepathy/mission-control-5" name="/usr/share/gvfs/remote-volume-monitors/" pid=1832 comm="mission-control" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 710.440288] usb 2-4: new high-speed USB device number 3 using ehci_hcd
[ 710.957731] scsi5 : usb-storage 2-4:1.0
[ 710.957870] usbcore: registered new interface driver usb-storage
[ 710.981387] usbcore: registered new interface driver uas
[ 729.863173] usb 2-4: USB disconnect, device number 3
[ 1090.600193] usb 2-4: new high-speed USB device number 4 using ehci_hcd
[ 1091.088668] scsi6 : usb-storage 2-4:1.0
 Release Date: 04/21/2008
  Serial services are supported (int 14h)
 Manufacturer: Dell Inc.
 Product Name: Inspiron 1420
 Serial Number: 6XVLNG1
 Manufacturer: Dell Inc.
 Product Name: 0DT492
 Serial Number: .6XVLNG1.CN7878385601A5.
 Manufacturer: Dell Inc.
 Serial Number: 6XVLNG1
 Manufacturer: Intel
 Serial Number: Not Specified
 Manufacturer: AD00000000000000
 Serial Number: 00005009
 Manufacturer: AD00000000000000
 Serial Number: 00007132
 Manufacturer: Panasonic
 SBDS Serial Number: 06C8
 SBDS Manufacture Date: 2008-06-09
lo no wireless extensions.

wlan0 IEEE 802.11bg ESSID:off/any
          Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
          Retry long limit:7 RTS thr:off Fragment thr:off
          Power Management:on

eth0 no wireless extensions.

install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# which ath5k cannot recover. To prevent this condition, stop
blacklist ath_pci
blacklist eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist uart6850
blacklist twl4030_wdt

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
sudo: hwinfo: command not found
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 774 0.0 0.1 23020 5376 ? Ssl 08:45 0:00 NetworkManager
curtis 2396 0.0 0.0 4368 816 pts/0 S+ 09:04 0:00 egrep --color=auto wpa|icd|etwork
Module Size Used by
nls_iso8859_1 12617 1
nls_cp437 12751 1
vfat 17308 1
fat 55605 1 vfat
uas 17699 0
usb_storage 39646 1
parport_pc 32114 0
rfcomm 38139 0
bnep 17830 2
bluetooth 158438 10 rfcomm,bnep
ppdev 12849 0
snd_hda_codec_idt 60251 1
joydev 17393 0
dell_wmi 12601 0
sparse_keymap 13658 1 dell_wmi
dell_laptop 13671 0
dcdbas 14098 1 dell_laptop
snd_hda_intel 32765 2
snd_hda_codec 109562 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80845 2 snd_hda_intel,snd_hda_codec
arc4 12473 2
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28931 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
r852 17901 0
sm_common 16737 1 r852
nand 49667 2 r852,sm_common
nand_ids 8547 1 nand
r592 17808 0
mtd 35584 2 sm_common,nand
nand_bch 13003 1 nand
bch 21757 1 nand_bch
nand_ecc 13070 1 nand
memstick 15857 1 r592
b43 342643 0
i915 414603 3
snd 62064 13 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac80211 436455 1 b43
drm_kms_helper 45466 1 i915
wmi 18744 1 dell_wmi
drm 197692 4 i915,drm_kms_helper
uvcvideo 67203 0
cfg80211 178679 2 b43,mac80211
psmouse 72846 0
videodev 86588 1 uvcvideo
i2c_algo_bit 13199 1 i915
video 19068 1 i915
bcma 25651 1 b43
mac_hid 13077 0
serio_raw 13027 0
soundcore 14635 1 snd
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
firewire_ohci 40172 0
firewire_core 56906 1 firewire_ohci
crc_itu_t 12627 1 firewire_core
sdhci_pci 18324 0
sdhci 28241 1 sdhci_pci
tg3 141369 0
ssb 50691 1 b43

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

Please first connect your wired network adapter to the wireless router using an ethernet cable (also known as a LAN cable).

Then copy-paste the following commands into the Terminal (using a WORKING, WIRED Internet connection):

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

Then please copy-paste each command below one by one into a Terminal. Hit <ENTER> after each command.

echo "blacklist bcma" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist brcmsmac" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist brcm80211" | sudo tee -a /etc/modprobe.d/blacklist.conf

After running the commands above, make sure to select "Load Defaults" in the BIOS, save the configuration.

Then reboot and retest wireless.

Source: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

Second source: https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/200349

Revision history for this message
Curtis Dlouhy (tkd-freak) said :
#8

Thanks actionparsnip, that solved my question.