[ 48.021539] wl driver 6.20.155.1 (r326264) failed with code 21 -> Wireless Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02) not working on Gateway Solo9550 in Ubuntu 12.04.2 LTS

Asked by James Tyler

I recently installed ubuntu 12.04lts on a dell solo 9550 laptop and established a wired interne connection. I would like to delete the wired connection and setup a wireless connection. I don't know how to change this in network connections

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Thomas Krüger (thkrueger) said :
#1

It is usually rather simple:
- remove the network cable
- choose the wifi network of your choice from the network manager icon's menu
- enter the password

If that does not work, there might be a problem with the wifi. We need some diagnosis information to assist you.
Please open the Terminal application, paste the full text below into it, press Enter, enter your password and copy the full (long) output for us! Thanks!

Revision history for this message
Thomas Krüger (thkrueger) said :
#2

Oh, I forgot the actual command to run:

sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; dmesg | egrep '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep '80211|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'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; sudo lsmod

Revision history for this message
James Tyler (jgtbt2) said :
#3

I am unable to enter anything onthe terminal. I get (sudo) password for James: and a flashing cursor, when I put in my login password it says sorry try again. I do not know any other password. During installation I was never able to recover the password for encrption. This message comes after I try to paste the command you sent.

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

Please read this:

https://help.ubuntu.com/community/RootSudo

Usage
When using sudo, your password is stored by default for 15 minutes. After that time, you will need to enter your password again.
Your password will not be shown on the screen as you type it, not even as a row of stars (******). It is being entered with each keystroke!

The sudo password is the same password you use to log into Ubuntu.....

Revision history for this message
James Tyler (jgtbt2) said :
#5

I still cannot enter a command. Still comes back with not correct password for james. I am new to ubuntu and I am sure that is part of the problem too. I want to know if the right drivers are installed for my very old wirless adapter from Link Sys and am getting nowhere with answers received possibly because other apps are missing. What is udo? It is part of first solution and is not on my system according to the terminal.

Revision history for this message
James Tyler (jgtbt2) said :
#6

james@james-Solo9550:~$ udo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw
The program 'udo' is currently not installed. You can install it by typing:
sudo apt-get install udo
[sudo] password for james:
Sorry, try again.
[sudo] password for james:

This is what hapens when I paste the command Thomas Kreuger sent to me. I am typing [sudo]mypassword enter

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

The command was not correctly copy-pasted into the Terminal....

Please visit the following URL using a webbrowser:

https://answers.launchpad.net/ubuntu/+question/231709

Do NOT use the Email client to answer, because the Email client chops up the command into invalid pieces.

Compare the command in post #2 which is

sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; dmesg | egrep '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep '80211|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'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; sudo lsmod

with your command in post #6 which is

udo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw

First of all, you only copied a small part of the command.

Furthermore, the correct command does not start with udo but sudo... Don't forget the s in front of udo.

s+udo = sudo

The right command ends with lsmod not with lshw

All of this is explained in detail here:

https://help.ubuntu.com/community/WirelessTroubleshootingProcedure

Revision history for this message
James Tyler (jgtbt2) said :
#8

james@james-Solo9550:~$ sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; dmesg | egrep '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep '80211|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'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; sudo lsmod
[sudo] password for james:
Hit http://extras.ubuntu.com precise Release.gpg
Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
Hit http://ca.archive.ubuntu.com precise Release.gpg
Get:2 http://ca.archive.ubuntu.com precise-updates Release.gpg [198 B]
Hit http://ca.archive.ubuntu.com precise-backports Release.gpg
Hit http://extras.ubuntu.com precise Release
Get:3 http://security.ubuntu.com precise-security Release [49.6 kB]
Hit http://ca.archive.ubuntu.com precise Release
Get:4 http://ca.archive.ubuntu.com precise-updates Release [49.6 kB]
Hit http://extras.ubuntu.com precise/main Sources
Hit http://ca.archive.ubuntu.com precise-backports Release
Hit http://extras.ubuntu.com precise/main i386 Packages
Ign http://extras.ubuntu.com precise/main TranslationIndex
Get:5 http://security.ubuntu.com precise-security/main Sources [83.2 kB]
Hit http://ca.archive.ubuntu.com precise/main Sources
Hit http://ca.archive.ubuntu.com precise/restricted Sources
Hit http://ca.archive.ubuntu.com precise/universe Sources
Hit http://ca.archive.ubuntu.com precise/multiverse Sources
Hit http://ca.archive.ubuntu.com precise/main i386 Packages
Hit http://ca.archive.ubuntu.com precise/restricted i386 Packages
Hit http://ca.archive.ubuntu.com precise/universe i386 Packages
Hit http://ca.archive.ubuntu.com precise/multiverse i386 Packages
Hit http://ca.archive.ubuntu.com precise/main TranslationIndex
Hit http://ca.archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://ca.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://ca.archive.ubuntu.com precise/universe TranslationIndex
Get:6 http://ca.archive.ubuntu.com precise-updates/main Sources [400 kB]
Get:7 http://security.ubuntu.com precise-security/restricted Sources [2,494 B]
Get:8 http://security.ubuntu.com precise-security/universe Sources [26.3 kB]
Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1,383 B]
Get:10 http://security.ubuntu.com precise-security/main i386 Packages [310 kB]
Get:11 http://ca.archive.ubuntu.com precise-updates/restricted Sources [5,467 B]
Get:12 http://ca.archive.ubuntu.com precise-updates/universe Sources [91.1 kB]
Get:13 http://ca.archive.ubuntu.com precise-updates/multiverse Sources [6,571 B]
Ign http://extras.ubuntu.com precise/main Translation-en_CA
Get:14 http://ca.archive.ubuntu.com precise-updates/main i386 Packages [669 kB]
Ign http://extras.ubuntu.com precise/main Translation-en
Get:15 http://security.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
Get:16 http://security.ubuntu.com precise-security/universe i386 Packages [79.8 kB]
Get:17 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,367 B]
Hit http://security.ubuntu.com precise-security/main TranslationIndex
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex
Hit http://security.ubuntu.com precise-security/universe TranslationIndex
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Get:18 http://ca.archive.ubuntu.com precise-updates/restricted i386 Packages [10.0 kB]
Get:19 http://ca.archive.ubuntu.com precise-updates/universe i386 Packages [212 kB]
Hit http://security.ubuntu.com precise-security/universe Translation-en
Get:20 http://ca.archive.ubuntu.com precise-updates/multiverse i386 Packages [13.8 kB]
Hit http://ca.archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://ca.archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://ca.archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://ca.archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://ca.archive.ubuntu.com precise-backports/main Sources
Hit http://ca.archive.ubuntu.com precise-backports/restricted Sources
Hit http://ca.archive.ubuntu.com precise-backports/universe Sources
Hit http://ca.archive.ubuntu.com precise-backports/multiverse Sources
Hit http://ca.archive.ubuntu.com precise-backports/main i386 Packages
Hit http://ca.archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://ca.archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://ca.archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://ca.archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://ca.archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://ca.archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://ca.archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://ca.archive.ubuntu.com precise/main Translation-en_CA
Hit http://ca.archive.ubuntu.com precise/main Translation-en
Hit http://ca.archive.ubuntu.com precise/multiverse Translation-en
Hit http://ca.archive.ubuntu.com precise/restricted Translation-en
Hit http://ca.archive.ubuntu.com precise/universe Translation-en_CA
Hit http://ca.archive.ubuntu.com precise/universe Translation-en
Hit http://ca.archive.ubuntu.com precise-updates/main Translation-en_CA
Hit http://ca.archive.ubuntu.com precise-updates/main Translation-en
Hit http://ca.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://ca.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://ca.archive.ubuntu.com precise-updates/universe Translation-en_CA
Hit http://ca.archive.ubuntu.com precise-updates/universe Translation-en
Hit http://ca.archive.ubuntu.com precise-backports/main Translation-en
Hit http://ca.archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://ca.archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://ca.archive.ubuntu.com precise-backports/universe Translation-en
Fetched 2,017 kB in 8s (226 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
rfkill is already the newest version.
The following NEW packages will be installed:
  hwinfo libhal1 libhd16
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 776 kB of archives.
After this operation, 2,235 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu/ precise/universe libhal1 i386 0.5.14-8 [76.8 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu/ precise/universe libhd16 i386 16.0-2.1 [681 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu/ precise/universe hwinfo i386 16.0-2.1 [18.2 kB]
Fetched 776 kB in 1s (461 kB/s)
Selecting previously unselected package libhal1.
(Reading database ... 180823 files and directories currently installed.)
Unpacking libhal1 (from .../libhal1_0.5.14-8_i386.deb) ...
Selecting previously unselected package libhd16.
Unpacking libhd16 (from .../libhd16_16.0-2.1_i386.deb) ...
Selecting previously unselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2.1_i386.deb) ...
Processing triggers for man-db ...
Setting up libhal1 (0.5.14-8) ...
Setting up libhd16 (16.0-2.1) ...
Setting up hwinfo (16.0-2.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
  *-network
       description: Ethernet interface
       product: 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller
       vendor: Intel Corporation
       physical id: 8
       bus info: pci@0000:02:08.0
       logical name: eth0
       version: 41
       serial: 00:e0:b8:3c:9d:ab
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.24-k2-NAPI duplex=full firmware=N/A ip=192.168.2.12 latency=66 link=yes maxlatency=56 mingnt=8 multicast=yes port=MII speed=100Mbit/s
       resources: irq:10 memory:e2203000-e2203fff ioport:3000(size=64)
  *-network
       description: Network controller
       product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 1
       bus info: pci@0000:03:00.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=wl latency=64
       resources: irq:10 memory:38000000-38001fff
lo Interface doesn't support scanning.

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.2 LTS"
02:08.0 Ethernet controller [0200]: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller [8086:1031] (rev 41)
 Subsystem: Gateway 2000 Device [107b:9550]
 Kernel driver in use: e100
--
03:00.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
 Subsystem: Linksys WPC54G v3 802.11g Wireless-G Notebook Adapter [1737:0048]
 Kernel driver in use: wl
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
RUNNING STATE WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN
running connected enabled enabled enabled disabled
H/W path Device Class Description
=========================================================
                               system Notebook
/0 bus Solo9550
/0/0 memory 110KiB BIOS
/0/4 processor Intel(R) Pentium(R) III Mobile CPU
/0/4/8 memory 32KiB L1 cache
/0/4/9 memory 512KiB L2 cache
/0/14 memory 512MiB System Memory
/0/14/0 memory 256MiB DIMM DRAM Synchronous 133 M
/0/14/1 memory 256MiB DIMM DRAM Synchronous 133 M
/0/100 bridge 82830 830 Chipset Host Bridge
/0/100/1 bridge 82830 830 Chipset AGP Bridge
/0/100/1/0 display NV11 [GeForce2 Go]
/0/100/1d bus 82801CA/CAM USB Controller #1
/0/100/1d.1 bus 82801CA/CAM USB Controller #2
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1e/7 bridge PCI4451 PC card Cardbus Controller
/0/100/1e/7.1 bridge PCI4451 PC card Cardbus Controller
/0/100/1e/7.2 bus PCI4451 IEEE-1394 Controller
/0/100/1e/8 eth0 network 82801CAM (ICH3) PRO/100 VE (LOM) E
/0/100/1e/9 multimedia ES1988 Allegro-1
/0/100/1f bridge 82801CAM ISA Bridge (LPC)
/0/100/1f.1 scsi0 storage 82801CAM IDE U100 Controller
/0/100/1f.1/0 /dev/sda disk 20GB TOSHIBA MK2016GA
/0/100/1f.1/0/1 /dev/sda1 volume 18GiB EXT4 volume
/0/100/1f.1/0/2 /dev/sda2 volume 510MiB Extended partition
/0/100/1f.1/0/2/5 /dev/sda5 volume 510MiB Linux swap / Solaris partit
/0/100/1f.1/1 /dev/cdrom disk DVD-ROM SD-R2002
/0/100/1f.3 bus 82801CA/CAM SMBus Controller
/0/100/1f.6 communication 82801CA/CAM AC'97 Modem Controller
/0/1 network BCM4318 [AirForce One 54g] 802.11g
Linux james-Solo9550 3.2.0-49-generic #75-Ubuntu SMP Tue Jun 18 17:40:13 UTC 2013 i686 i686 i386 GNU/Linux
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] APIC: switched to apic NOOP
[ 0.008058] SMP alternatives: switching to UP code
[ 0.080956] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.080956] HEST: Table not found.
[ 0.096625] i2c-core: driver [aat2870] using legacy suspend method
[ 0.096631] i2c-core: driver [aat2870] using legacy resume method
[ 0.097174] usbcore: registered new interface driver usbfs
[ 0.097213] usbcore: registered new interface driver hub
[ 0.097280] usbcore: registered new device driver usb
[ 0.098103] Switching to clocksource pit
[ 0.131914] pnp: PnP ACPI: found 11 devices
[ 0.171687] Switching to clocksource acpi_pm
[ 0.175088] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
[ 0.319753] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.321085] ACPI: Lid Switch [LID]
[ 0.356292] ERST: Table is not found!
[ 0.633076] hub 1-0:1.0: USB hub found
[ 0.636711] hub 2-0:1.0: USB hub found
[ 0.637029] usbcore: registered new interface driver libusual
[ 0.944258] isapnp: No Plug & Play device found
[ 1.813844] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.361079] e100 0000:02:08.0: eth0: addr 0xe2203000, irq 10, MAC addr 00:e0:b8:3c:9d:ab
[ 41.724731] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 41.800460] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 42.137447] lp: driver loaded but no devices found
[ 43.579887] yenta_cardbus 0000:02:07.0: CardBus bridge found [107b:9550]
[ 43.926991] yenta_cardbus 0000:02:07.1: CardBus bridge found [107b:9550]
[ 45.320236] e100 0000:02:08.0: eth0: NIC Link is Up 100 Mbps Full Duplex
[ 45.323271] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 45.323365] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 46.579203] lib80211: common routines for IEEE802.11 drivers
[ 46.579213] lib80211_crypt: registered algorithm 'NULL'
[ 47.108148] cfg80211: Calling CRDA to update world regulatory domain
[ 47.256351] cfg80211: World regulatory domain updated:
[ 47.256364] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 47.256372] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 47.256380] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 47.256387] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 47.256394] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 47.256401] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 48.011459] wl 0000:03:00.0: enabling device (0000 -> 0002)
[ 48.011489] wl 0000:03:00.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 48.011503] wl 0000:03:00.0: setting latency timer to 64
[ 48.011600] Modules linked in: wl(P+) snd_maestro3(+) cfg80211 lib80211 snd_ac97_codec nvidia(P) ac97_bus joydev snd_pcm snd_page_alloc snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device pcmcia psmouse snd serio_raw yenta_socket pcmcia_rsrc soundcore pcmcia_core bnep parport_pc bluetooth ppdev binfmt_misc shpchp mac_hid lp parport firewire_ohci firewire_core e100 floppy crc_itu_t video
[ 48.011692] [<c104b0c2>] warn_slowpath_common+0x72/0xa0
[ 48.011722] [<c104b193>] warn_slowpath_fmt+0x33/0x40
[ 48.011865] [<e16160ca>] ? wl_pci_probe+0x1db/0x53a [wl]
[ 48.011934] [<e16160ca>] wl_pci_probe+0x1db/0x53a [wl]
[ 48.012248] [<e0a1b017>] wl_module_init+0x17/0x1000 [wl]
[ 48.021539] wl driver 6.20.155.1 (r326264) failed with code 21
[ 48.021631] kernel BUG at include/net/cfg80211.h:2209!
[ 48.021685] Modules linked in: wl(P+) snd_maestro3(+) cfg80211 lib80211 snd_ac97_codec nvidia(P) ac97_bus joydev snd_pcm snd_page_alloc snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device pcmcia psmouse snd serio_raw yenta_socket pcmcia_rsrc soundcore pcmcia_core bnep parport_pc bluetooth ppdev binfmt_misc shpchp mac_hid lp parport firewire_ohci firewire_core e100 floppy crc_itu_t video
[ 48.022340] EIP is at wdev_priv.part.7+0x3/0x5 [wl]
[ 48.022376] EAX: 00000000 EBX: dbb2e480 ECX: dbb2e480 EDX: db17b090
[ 48.023016] [<e1615924>] wl_cfg80211_detach+0xc4/0xd0 [wl]
[ 48.023115] [<e160e57f>] wl_free_if.isra.10+0x1f/0xa0 [wl]
[ 48.023215] [<e160ef48>] wl_free+0x58/0x250 [wl]
[ 48.023345] [<e152ee92>] ? wlc_attach+0xf6c/0xfda [wl]
[ 48.023444] [<e1616409>] wl_pci_probe+0x51a/0x53a [wl]
[ 48.024068] [<e0a1b017>] wl_module_init+0x17/0x1000 [wl]
[ 48.024068] EIP: [<e1616496>] wdev_priv.part.7+0x3/0x5 [wl] SS:ESP 0068:db48dcec
[ 55.696066] eth0: no IPv6 routers present
 Release Date: 09/10/2001
  Serial services are supported (int 14h)
 Manufacturer: Gateway
 Product Name: Solo9550
 Serial Number: 0025206012
 Manufacturer: Gateway
 Product Name: Solo9550
 Serial Number:
 Manufacturer: Gateway
 Serial Number:
 Manufacturer: Intel
 Serial Number: Not Specified
 Port Type: Serial Port 16550A Compatible
 Manufacturer: Not Specified
 Serial Number: Not Specified
 Manufacturer: Not Specified
 Serial Number: Not Specified
lo no wireless extensions.

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
# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma
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
> hal.1: read hal dataprocess 9186: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
23: PCI 208.0: 0200 Ethernet controller
  [Created at pci.318]
  Unique ID: rBUF.6nzu97_oYgB
  Parent ID: 6NW+.+nd8koiLHvC
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:08.0
  SysFS BusID: 0000:02:08.0
  Hardware Class: network
  Model: "Intel 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x1031 "82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller"
  SubVendor: pci 0x107b "Gateway 2000"
  SubDevice: pci 0x9550
  Revision: 0x41
  Driver: "e100"
  Driver Modules: "e100"
  Device File: eth0
  Memory Range: 0xe2203000-0xe2203fff (rw,non-prefetchable)
  I/O Ports: 0x3000-0x303f (rw)
  IRQ: 10 (106119 events)
  HW Address: 00:e0:b8:3c:9d:ab
  Link detected: yes
  Module Alias: "pci:v00008086d00001031sv0000107Bsd00009550bc02sc00i00"
  Driver Info #0:
    Driver Status: e100 is active
    Driver Activation Cmd: "modprobe e100"
  Driver Info #1:
    Driver Status: eepro100 is not active
    Driver Activation Cmd: "modprobe eepro100"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #14 (PCI bridge)

25: PCI 300.0: 0280 Network controller
  [Created at pci.318]
  Unique ID: svHJ.1Ga04WYRCu6
  Parent ID: jqQS.JoEGKuois3B
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:07.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Linksys WPC54G-EU version 3 [Wireless-G Notebook Adapter]"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4318 "BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller"
  SubVendor: pci 0x1737 "Linksys"
  SubDevice: pci 0x0048 "WPC54G-EU version 3 [Wireless-G Notebook Adapter]"
  Revision: 0x02
  Driver: "wl"
  Memory Range: 0x38000000-0x38001fff (rw,non-prefetchable)
  IRQ: 10 (106119 events)
  Module Alias: "pci:v000014E4d00004318sv00001737sd00000048bc02sc80i00"
  Driver Info #0:
    Driver Status: ssb is not active
    Driver Activation Cmd: "modprobe ssb"
  Driver Info #1:
    Driver Status: wl is active
    Driver Activation Cmd: "modprobe wl"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #20 (CardBus bridge)
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 733 0.0 0.5 32320 2980 ? Ssl 08:36 0:00 NetworkManager
root 787 0.0 0.1 2924 572 ? S 08:36 0:00 /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/sendsigs.omit.d/network-manager.dhclient-eth0.pid -lf /var/lib/dhcp/dhclient-95bfa000-f61e-4be9-8540-269c10936d82-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0
nobody 853 0.0 0.1 6616 752 ? S 08:36 0:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.0.1 --conf-file=/var/run/nm-dns-dnsmasq.conf --cache-size=0 --proxy-dnssec
james 9198 0.0 0.1 5600 764 pts/0 S+ 09:03 0:00 egrep --color=auto wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search Belkin
total 81356
390913 drwxr-xr-x 3 root root 4096 Jul 5 08:31 .
     2 drwxr-xr-x 23 root root 4096 Jul 5 08:29 ..
390918 -rw-r--r-- 1 root root 734707 Oct 7 2011 abi-3.0.0-12-generic
395285 -rw-r--r-- 1 root root 799875 Jun 6 13:53 abi-3.2.0-48-generic
392763 -rw-r--r-- 1 root root 799875 Jun 18 11:48 abi-3.2.0-49-generic
390919 -rw-r--r-- 1 root root 141616 Oct 7 2011 config-3.0.0-12-generic
395284 -rw-r--r-- 1 root root 147631 Jun 6 13:53 config-3.2.0-48-generic
392765 -rw-r--r-- 1 root root 147631 Jun 18 11:48 config-3.2.0-49-generic
390916 drwxr-xr-x 3 root root 12288 Jul 5 08:31 grub
394036 -rw-r--r-- 1 root root 19466040 Jun 30 17:45 initrd.img-3.0.0-12-generic
395043 -rw-r--r-- 1 root root 19811213 Jul 2 15:56 initrd.img-3.2.0-48-generic
393929 -rw-r--r-- 1 root root 19812420 Jul 5 08:31 initrd.img-3.2.0-49-generic
404713 -rw-r--r-- 1 root root 176764 Nov 27 2011 memtest86+.bin
404711 -rw-r--r-- 1 root root 178944 Nov 27 2011 memtest86+_multiboot.bin
390917 -rw------- 1 root root 2130938 Oct 7 2011 System.map-3.0.0-12-generic
395280 -rw------- 1 root root 2258125 Jun 6 13:53 System.map-3.2.0-48-generic
392762 -rw------- 1 root root 2258125 Jun 18 11:48 System.map-3.2.0-49-generic
390922 -rw------- 1 root root 1215 Oct 7 2011 vmcoreinfo-3.0.0-12-generic
399539 -rw-r--r-- 1 root root 4632128 Oct 12 2011 vmlinuz-3.0.0-12-generic
395279 -rw------- 1 root root 4872608 Jun 6 13:53 vmlinuz-3.2.0-48-generic
392760 -rw------- 1 root root 4872544 Jun 18 11:48 vmlinuz-3.2.0-49-generic
Module Size Used by
dm_crypt 22528 1
wl 3032542 1
snd_maestro3 23064 2
cfg80211 178877 1 wl
lib80211 14040 1 wl
snd_ac97_codec 110213 1 snd_maestro3
nvidia 4708655 22
ac97_bus 12642 1 snd_ac97_codec
joydev 17393 0
snd_pcm 80916 2 snd_maestro3,snd_ac97_codec
snd_page_alloc 14115 1 snd_pcm
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51592 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
pcmcia 39826 0
psmouse 96718 0
snd 62218 11 snd_maestro3,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
serio_raw 13027 0
yenta_socket 27428 0
pcmcia_rsrc 18367 1 yenta_socket
soundcore 14635 1 snd
pcmcia_core 21511 3 pcmcia,yenta_socket,pcmcia_rsrc
bnep 17830 2
parport_pc 32114 1
bluetooth 158479 7 bnep
ppdev 12849 0
binfmt_misc 17292 1
shpchp 32265 0
mac_hid 13077 0
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
firewire_ohci 40180 0
firewire_core 56940 1 firewire_ohci
e100 36289 0
floppy 60184 0
crc_itu_t 12627 1 firewire_core
video 19115 0
james@james-Solo9550:~$ nm-tool

I am using a gateway solo 9550 laptap,very old 512m ram 20 gig hd 2.4 ghz 802.11g wpc54g wirelees adaptor version 3
thank you for your help and patience this computer is a learning tool for me

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

The following Terminal output shows that your wireless adapter does not want to use the wl wireless driver:

You should use the b43 driver instead of the wl driver....

[ 48.021539] wl driver 6.20.155.1 (r326264) failed with code 21
[ 48.021631] kernel BUG at include/net/cfg80211.h:2209!

The following Terminal output shows that you are trying to use the wrong driver (wl driver), which is BLACKLISTING (disabling) the correct driver (b43 driver).

# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
blacklist b43
blacklist b43legacy

Please try the b43 driver instead of the wl driver. To do this, you need to UNINSTALL the wl driver by uninstalling the package bcmwl-kernel-source

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

sudo apt-get update

sudo apt-get remove --purge bcmwl-kernel-source

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

Then please run the following command:

gksudo gedit /etc/modprobe.d/blacklist.conf

Using the gedit editor, please REMOVE the following configuration lines in
the /etc/modprobe.d/blacklist.conf file:

blacklist b43
blacklist b43legacy

SAVE the change to the /etc/modprobe.d/blacklist.conf file after
removing the configuration lines.

Then REBOOT and retest wireless.

Source: https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/178531

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

Revision history for this message
James Tyler (jgtbt2) said :
#10

I followed the above instructions. Blacklistb43 and blacklistb43legacy were not in the blacklist conf file. I rebooted and now am connecting with a wireless connection. Thank you so much for your help.