b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found -> Wireless Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) not working on Dell Inspiron 9400 Laptop in Ubuntu 11.04

Asked by Carl W. Entemann

After installing Ubuntu on a Dell Inspiron 9400 I cannot use the wireless modem. The modem works fine under Windows XP (dual boot) and works just fine on my 64-bit desk top. When I check the configuration I get the following ouput:

user@ubuntu:~$ iwconfig
lo no wireless extensions.

eth0 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:off

Where do I go to download the proper driver? Can I download it to desktop, copy to USB, and install on laptop from USB?

And (I am new to Ubuntu) how do I do these tasks?

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
Richard Garvin (garvinrick4) said :
#1

Need to know your wifi Network card before can choose and install proper drivers.
lspci -k
copy and paste the network cards and there drivers.

Revision history for this message
Paul Stewart (paulbrianstewart) said :
#2

Hi Carl,

I had the same problem today. Download the latest updates through the update manager, reboot and that should fix the problem...did for me.

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

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; 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 'Manufact|Product'; 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 '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 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
Carl W. Entemann (kokopellix) said :
#4

Mark:

Thanks for replying.

First, I installed Ubuntu on the hard drive and am running it from that
install.

The command entered was:

sudo apt-get update; sudo apt-get install hwinfo grep; 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 'Manufact|Product'; 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 'icd|etwork'; sudo lsmod

The output that I could capture is:

user@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep;
sudo lshw -C
[sudo] password for user:
Sorry, try again.
[sudo] password for user:
Ign http://security.ubuntu.com natty-security InRelease
Ign http://us.archive.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty-updates InRelease
Hit http://security.ubuntu.com natty-security Release.gpg
Hit http://us.archive.ubuntu.com natty Release.gpg
Hit http://security.ubuntu.com natty-security Release
Get:1 http://us.archive.ubuntu.com natty-updates Release.gpg [198 B]
Hit http://us.archive.ubuntu.com natty Release
Hit http://security.ubuntu.com natty-security/main Sources
Get:2 http://us.archive.ubuntu.com natty-updates Release [31.4 kB]
Hit http://security.ubuntu.com natty-security/restricted Sources
Hit http://security.ubuntu.com natty-security/universe Sources
Hit http://security.ubuntu.com natty-security/multiverse Sources
Hit http://security.ubuntu.com natty-security/main i386 Packages
Hit http://security.ubuntu.com natty-security/restricted i386 Packages
Hit http://security.ubuntu.com natty-security/universe i386 Packages
Hit http://security.ubuntu.com natty-security/multiverse i386 Packages
Ign http://security.ubuntu.com natty-security/main TranslationIndex
Ign http://security.ubuntu.com natty-security/multiverse TranslationIndex
Ign http://security.ubuntu.com natty-security/restricted TranslationIndex
Ign http://security.ubuntu.com natty-security/universe TranslationIndex
Hit http://us.archive.ubuntu.com natty/main Sources
Hit http://us.archive.ubuntu.com natty/restricted Sources
Hit http://us.archive.ubuntu.com natty/universe Sources
Hit http://us.archive.ubuntu.com natty/multiverse Sources
Hit http://us.archive.ubuntu.com natty/main i386 Packages
Hit http://us.archive.ubuntu.com natty/restricted i386 Packages
Hit http://us.archive.ubuntu.com natty/universe i386 Packages
Hit http://us.archive.ubuntu.com natty/multiverse i386 Packages
Ign http://us.archive.ubuntu.com natty/main TranslationIndex
Ign http://us.archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://us.archive.ubuntu.com natty/restricted TranslationIndex
Ign http://us.archive.ubuntu.com natty/universe TranslationIndex
Get:3 http://us.archive.ubuntu.com natty-updates/main Sources [109 kB]
Get:4 http://us.archive.ubuntu.com natty-updates/restricted Sources [753 B]
Get:5 http://us.archive.ubuntu.com natty-updates/universe Sources [27.7 kB]
Get:6 http://us.archive.ubuntu.com natty-updates/multiverse Sources
[1,888 B]
Get:7 http://us.archive.ubuntu.com natty-updates/main i386 Packages [325
kB]
Ign http://security.ubuntu.com natty-security/main Translation-en_US
Ign http://security.ubuntu.com natty-security/main Translation-en
Ign http://security.ubuntu.com natty-security/multiverse Translation-en_US
Ign http://security.ubuntu.com natty-security/multiverse Translation-en
Ign http://security.ubuntu.com natty-security/restricted Translation-en_US
Ign http://security.ubuntu.com natty-security/restricted Translation-en
Ign http://security.ubuntu.com natty-security/universe Translation-en_US
Ign http://security.ubuntu.com natty-security/universe Translation-en
Get:8 http://us.archive.ubuntu.com natty-updates/restricted i386
Packages [839 B]
Get:9 http://us.archive.ubuntu.com natty-updates/universe i386 Packages
[95.7 kB]
Get:10 http://us.archive.ubuntu.com natty-updates/multiverse i386
Packages [4,264 B]
Ign http://us.archive.ubuntu.com natty-updates/main TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/multiverse TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/restricted TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/universe TranslationIndex
Ign http://us.archive.ubuntu.com natty/main Translation-en_US
Ign http://us.archive.ubuntu.com natty/main Translation-en
Ign http://us.archive.ubuntu.com natty/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com natty/multiverse Translation-en
Ign http://us.archive.ubuntu.com natty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty/restricted Translation-en
Ign http://us.archive.ubuntu.com natty/universe Translation-en_US
Ign http://us.archive.ubuntu.com natty/universe Translation-en
Ign http://us.archive.ubuntu.com natty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/main Translation-en
Ign http://us.archive.ubuntu.com natty-updates/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/multiverse Translation-en
Ign http://us.archive.ubuntu.com natty-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/restricted Translation-en
Ign http://us.archive.ubuntu.com natty-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/universe Translation-en
Fetched 597 kB in 8s (68.4 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following extra packages will be installed:
   libhal1 libhd16
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 818 kB of archives.
After this operation, 2,269 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/universe libhal1 i386
0.5.14-5+svn1 [74.4 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/universe libhd16 i386
16.0-2 [698 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/universe hwinfo i386
16.0-2 [46.1 kB]
Fetched 818 kB in 5s (142 kB/s)
Selecting previously deselected package libhal1.
(Reading database ... 157838 files and directories currently installed.)
Unpacking libhal1 (from .../libhal1_0.5.14-5+svn1_i386.deb) ...
Selecting previously deselected package libhd16.
Unpacking libhd16 (from .../libhd16_16.0-2_i386.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2_i386.deb) ...
Processing triggers for man-db ...
Setting up libhal1 (0.5.14-5+svn1) ...
Setting up libhd16 (16.0-2) ...
Setting up hwinfo (16.0-2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Hardware Lister (lshw) - B.02.15
usage: lshw [-format] [-options ...]
        lshw -version

     -version print program version (B.02.15)

format can be
     -html output hardware tree as HTML
     -xml output hardware tree as XML
     -short output hardware paths
     -businfo output bus information

options can be
     -class CLASS only show a certain class of hardware
     -C CLASS same as '-class CLASS'
     -c CLASS same as '-class CLASS'
     -disable TEST disable a test (like pci, isapnp, cpuid, etc. )
     -enable TEST enable a test (like pci, isapnp, cpuid, etc. )
     -quiet don't display status
     -sanitize sanitize output (remove sensitive information like
serial numbers, etc.)
     -numeric output numeric IDs (for PCI, USB, etc.)

user@ubuntu:~$ lspci -k
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML
and 945GT Express Memory Controller Hub (rev 03)
     Subsystem: Dell Device 01cd
     Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
943/940GML Express Integrated Graphics Controller (rev 03)
     Subsystem: Dell Device 01cd
     Kernel driver in use: i915
     Kernel modules: intelfb, i915
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
943/940GML Express Integrated Graphics Controller (rev 03)
     Subsystem: Dell Device 01cd
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition
Audio Controller (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: HDA Intel
     Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port
1 (rev 01)
     Kernel driver in use: pcieport
     Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port
2 (rev 01)
     Kernel driver in use: pcieport
     Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port
4 (rev 01)
     Kernel driver in use: pcieport
     Kernel modules: shpchp
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #1 (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #2 (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #3 (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: uhci_hcd
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #4 (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI
Controller (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
Bridge (rev 01)
     Subsystem: Dell Device 01cd
     Kernel modules: leds-ss4200, iTCO_wdt, intel-rng
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA
IDE Controller (rev 01)
     Subsystem: Dell Device 01cd
     Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
     Subsystem: Dell Device 01cd
     Kernel modules: i2c-i801
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX
(rev 02)
     Subsystem: Dell Inspiron 9400 Laptop
     Kernel driver in use: b44
     Kernel modules: b44
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
     Subsystem: Dell Device 01cd
     Kernel driver in use: firewire_ohci
     Kernel modules: firewire-ohci
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro
Host Adapter (rev 19)
     Subsystem: Dell Device 01cd
     Kernel driver in use: sdhci-pci
     Kernel modules: sdhci-pci
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host
Adapter (rev 0a)
     Subsystem: Dell Device 01cd

03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
     Subsystem: Dell Device 01cd
     Kernel driver in use: r852
     Kernel modules: r852
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN
(rev 01)
     Subsystem: Dell Wireless 1390 WLAN Mini-Card
     Kernel driver in use: b43-pci-bridge
     Kernel modules: ssb
user@ubuntu:~$

In addition I have loaded all available Ubuntu updates.

Let me know if all of the above is what you requested.

Carl

On 9/29/2011 6:35 AM, Mark Rijckenberg wrote:
> Your question #172643 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/172643
>
> Mark Rijckenberg requested more information:
> 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; 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 'Manufact|Product'; 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 '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 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
Mark Rijckenberg (markrijckenberg) said :
#5

Please do not use an Email client when copy-pasting my command , as it will incorrectly chop the command into invalid pieces.

Please visit the following URL using a webbrowser to view the correct, single command that I gave you:

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

This is also what I already wrote before:

"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."

Revision history for this message
Carl W. Entemann (kokopellix) said :
#6

The text below shows the entire terminal input and output. The command was copied directly from the website, even though it appears to be formatted a bit differently on the terminal window.

The output is given directly below:
user@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep; 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 'Manufact|Product'; 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 'icd|etwork'; sudo lsmod
[sudo] password for user:
Ign http://security.ubuntu.com natty-security InRelease
Ign http://us.archive.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty-updates InRelease
Get:1 http://security.ubuntu.com natty-security Release.gpg [198 B]
Hit http://us.archive.ubuntu.com natty Release.gpg
Get:2 http://security.ubuntu.com natty-security Release [31.4 kB]
Get:3 http://us.archive.ubuntu.com natty-updates Release.gpg [198 B]
Hit http://us.archive.ubuntu.com natty Release
Get:4 http://us.archive.ubuntu.com natty-updates Release [31.4 kB]
Get:5 http://security.ubuntu.com natty-security/main Sources [70.5 kB]
Hit http://us.archive.ubuntu.com natty/main Sources
Hit http://us.archive.ubuntu.com natty/restricted Sources
Hit http://us.archive.ubuntu.com natty/universe Sources
Hit http://us.archive.ubuntu.com natty/multiverse Sources
Hit http://us.archive.ubuntu.com natty/main i386 Packages
Hit http://us.archive.ubuntu.com natty/restricted i386 Packages
Hit http://us.archive.ubuntu.com natty/universe i386 Packages
Hit http://us.archive.ubuntu.com natty/multiverse i386 Packages
Ign http://us.archive.ubuntu.com natty/main TranslationIndex
Ign http://us.archive.ubuntu.com natty/multiverse TranslationIndex
Ign http://us.archive.ubuntu.com natty/restricted TranslationIndex
Ign http://us.archive.ubuntu.com natty/universe TranslationIndex
Get:6 http://us.archive.ubuntu.com natty-updates/main Sources [109 kB]
Get:7 http://security.ubuntu.com natty-security/restricted Sources [14 B]
Get:8 http://security.ubuntu.com natty-security/universe Sources [11.3 kB]
Get:9 http://security.ubuntu.com natty-security/multiverse Sources [657 B]
Get:10 http://us.archive.ubuntu.com natty-updates/restricted Sources [753 B]
Get:11 http://us.archive.ubuntu.com natty-updates/universe Sources [27.7 kB]
Get:12 http://us.archive.ubuntu.com natty-updates/multiverse Sources [1,888 B]
Get:13 http://us.archive.ubuntu.com natty-updates/main i386 Packages [326 kB]
Get:14 http://security.ubuntu.com natty-security/main i386 Packages [189 kB]
Get:15 http://us.archive.ubuntu.com natty-updates/restricted i386 Packages [839 B]
Get:16 http://us.archive.ubuntu.com natty-updates/universe i386 Packages [96.2 kB]
Get:17 http://us.archive.ubuntu.com natty-updates/multiverse i386 Packages [4,264 B]
Ign http://us.archive.ubuntu.com natty-updates/main TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/multiverse TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/restricted TranslationIndex
Ign http://us.archive.ubuntu.com natty-updates/universe TranslationIndex
Ign http://us.archive.ubuntu.com natty/main Translation-en_US
Ign http://us.archive.ubuntu.com natty/main Translation-en
Ign http://us.archive.ubuntu.com natty/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com natty/multiverse Translation-en
Ign http://us.archive.ubuntu.com natty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty/restricted Translation-en
Ign http://us.archive.ubuntu.com natty/universe Translation-en_US
Ign http://us.archive.ubuntu.com natty/universe Translation-en
Ign http://us.archive.ubuntu.com natty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/main Translation-en
Ign http://us.archive.ubuntu.com natty-updates/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/multiverse Translation-en
Ign http://us.archive.ubuntu.com natty-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/restricted Translation-en
Ign http://us.archive.ubuntu.com natty-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com natty-updates/universe Translation-en
Get:18 http://security.ubuntu.com natty-security/restricted i386 Packages [14 B]
Get:19 http://security.ubuntu.com natty-security/universe i386 Packages [41.6 kB]
Get:20 http://security.ubuntu.com natty-security/multiverse i386 Packages [2,077 B]
Ign http://security.ubuntu.com natty-security/main TranslationIndex
Ign http://security.ubuntu.com natty-security/multiverse TranslationIndex
Ign http://security.ubuntu.com natty-security/restricted TranslationIndex
Ign http://security.ubuntu.com natty-security/universe TranslationIndex
Ign http://security.ubuntu.com natty-security/main Translation-en_US
Ign http://security.ubuntu.com natty-security/main Translation-en
Ign http://security.ubuntu.com natty-security/multiverse Translation-en_US
Ign http://security.ubuntu.com natty-security/multiverse Translation-en
Ign http://security.ubuntu.com natty-security/restricted Translation-en_US
Ign http://security.ubuntu.com natty-security/restricted Translation-en
Ign http://security.ubuntu.com natty-security/universe Translation-en_US
Ign http://security.ubuntu.com natty-security/universe Translation-en
Fetched 945 kB in 10s (92.8 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
hwinfo is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  *-network
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:efdfc000-efdfffff
  *-network
       description: Ethernet interface
       product: BCM4401-B0 100Base-TX
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 02
       serial: 00:14:22:f6:21:69
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=192.168.1.65 latency=64 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:17 memory:ef9fe000-ef9fffff
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       logical name: wlan0
       serial: 00:16:ce:54:02:66
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=2.6.38-11-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg
0: dell-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: dell-bluetooth: Bluetooth
 Soft blocked: no
 Hard blocked: no
2: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
3: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 01)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 01)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 01)
00:1c.3 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 4 [8086:27d6] (rev 01)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 01)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e1)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 01)
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 01)
03:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
03:01.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832]
03:01.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19)
03:01.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 0a)
03:01.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 05)
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0781:556b SanDisk Corp.
Bus 001 Device 004: ID 413c:8103 Dell Computer Corp. Wireless 350 Bluetooth
Bus 001 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
====================================================
                             system Portable Computer
/0 bus 0FF049
/0/0 memory 64KiB BIOS
/0/400 processor Genuine Intel(R) CPU T2400 @ 1.83GHz
/0/400/700 memory 32KiB L1 cache
/0/400/701 memory 2MiB L2 cache
/0/400/1.1 processor Logical CPU
/0/400/1.2 processor Logical CPU
/0/1000 memory 2GiB System Memory
/0/1000/0 memory 1GiB DIMM DDR Synchronous 533 MHz (1.9 ns)
/0/1000/1 memory 1GiB DIMM DDR Synchronous 533 MHz (1.9 ns)
/0/100 bridge Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub
/0/100/2 display Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller
/0/100/2.1 display Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller
/0/100/1b multimedia N10/ICH 7 Family High Definition Audio Controller
/0/100/1c bridge N10/ICH 7 Family PCI Express Port 1
/0/100/1c.1 bridge N10/ICH 7 Family PCI Express Port 2
/0/100/1c.1/0 network BCM4311 802.11b/g WLAN
/0/100/1c.3 bridge N10/ICH 7 Family PCI Express Port 4
/0/100/1d bus N10/ICH 7 Family USB UHCI Controller #1
/0/100/1d.1 bus N10/ICH 7 Family USB UHCI Controller #2
/0/100/1d.2 bus N10/ICH 7 Family USB UHCI Controller #3
/0/100/1d.3 bus N10/ICH 7 Family USB UHCI Controller #4
/0/100/1d.7 bus N10/ICH 7 Family USB2 EHCI Controller
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1e/0 eth0 network BCM4401-B0 100Base-TX
/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 82801GBM (ICH7-M) LPC Interface Bridge
/0/100/1f.2 scsi0 storage 82801GBM/GHM (ICH7 Family) SATA IDE Controller
/0/100/1f.2/0 /dev/sda disk 500GB Hitachi HTS72505
/0/100/1f.2/0/1 /dev/sda1 volume 465GiB Windows NTFS volume
/0/100/1f.2/1 /dev/cdrom disk DVD+-RW ND-6650A
/0/100/1f.3 bus N10/ICH 7 Family SMBus Controller
/0/1 scsi2 storage
/0/1/0.0.0 /dev/sdb disk 4004MB SCSI Disk
/0/1/0.0.0/1 /dev/sdb1 volume 3818MiB Windows FAT volume
/1 wlan0 network Wireless interface
Linux ubuntu 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/Linux
[ 0.252258] ACPI: No dock devices found.
[ 0.252266] HEST: Table not found.
[ 0.287373] usbcore: registered new interface driver usbfs
[ 0.287389] usbcore: registered new interface driver hub
[ 0.287428] usbcore: registered new device driver usb
[ 0.292189] Switching to clocksource hpet
[ 0.295705] Switched to NOHz mode on CPU #0
[ 0.295817] Switched to NOHz mode on CPU #1
[ 0.320572] pnp: PnP ACPI: found 12 devices
[ 0.377484] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.448034] ACPI: Lid Switch [LID]
[ 0.534239] ERST: Table is not found!
[ 0.888400] isapnp: No Plug & Play device found
[ 0.940285] i2c-core: driver [adp5520] using legacy suspend method
[ 0.940288] i2c-core: driver [adp5520] using legacy resume method
[ 0.942523] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 0.960203] hub 1-0:1.0: USB hub found
[ 0.960655] hub 2-0:1.0: USB hub found
[ 0.961030] hub 3-0:1.0: USB hub found
[ 0.964228] hub 4-0:1.0: USB hub found
[ 0.964611] hub 5-0:1.0: USB hub found
[ 0.968106] device-mapper: multipath: version 1.2.0 loaded
[ 0.968109] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.971511] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.272049] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 1.404676] hub 1-1:1.0: USB hub found
[ 1.580289] b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 1.580304] b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
[ 1.600241] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[ 1.600253] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[ 1.600263] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[ 1.600273] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[ 1.606257] sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 19)
[ 1.607333] mmc0: no vmmc regulator found
[ 1.644149] ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[ 1.676157] usb 1-1.4: new full speed USB device using ehci_hcd and address 4
[ 1.717210] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
[ 1.717220] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
[ 1.717230] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
[ 1.756145] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
[ 1.778238] b44 ssb1:0: eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:14:22:f6:21:69
[ 2.068065] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 2.282634] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input4
[ 2.282816] generic-usb 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.2-1/input0
[ 2.282843] usbcore: registered new interface driver usbhid
[ 2.282846] usbhid: USB HID core driver
[ 9.569932] lp: driver loaded but no devices found
[ 10.046873] leds_ss4200: no LED devices found
[ 10.365663] [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.
[ 10.500362] usbcore: registered new interface driver btusb
[ 10.649574] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[ 11.003465] Registered led device: b43-phy0::tx
[ 11.003737] Registered led device: b43-phy0::rx
[ 11.003851] Registered led device: b43-phy0::radio
[ 11.003905] Broadcom 43xx driver loaded [ Features: PNL, Firmware-ID: FW13 ]
[ 11.628539] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 11.628543] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 11.628546] 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.
[ 11.630477] Console: switching to colour frame buffer device 180x56
[ 11.636025] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.778449] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 11.779266] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 14.804208] b44 ssb1:0: eth0: Link is up at 100 Mbps, full duplex
[ 14.804214] b44 ssb1:0: eth0: Flow control is off for TX and off for RX
[ 14.804490] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 25.408044] eth0: no IPv6 routers present
[ 42.824051] usb 1-6: new high speed USB device using ehci_hcd and address 5
[ 43.015496] usbcore: registered new interface driver uas
[ 43.043105] scsi2 : usb-storage 1-6:1.0
[ 43.043251] usbcore: registered new interface driver usb-storage
 Manufacturer: Dell Inc.
 Product Name: MP061
 Manufacturer: Dell Inc.
 Product Name: 0FF049
 Manufacturer: Dell Inc.
 Manufacturer: Intel
 Manufacturer: 7F98000000000000
 Manufacturer: 7F98000000000000
lo no wireless extensions.

eth0 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:off

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
> hal.1: read hal dataprocess 1835: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 280.
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
24: PCI c00.0: 0282 WLAN controller
  [Created at pci.318]
  Unique ID: y9sn.CvS0RaMGsb1
  Parent ID: qTvu.KxZ2I+vnJeF
  SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:0c:00.0
  SysFS BusID: 0000:0c:00.0
  Hardware Class: network
  Model: "Dell Wireless 1390 WLAN Mini-Card"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4311 "BCM4311 802.11b/g WLAN"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x0007 "Wireless 1390 WLAN Mini-Card"
  Revision: 0x01
  Driver: "b43-pci-bridge"
  Driver Modules: "ssb"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0xefdfc000-0xefdfffff (rw,non-prefetchable)
  IRQ: 17 (1610 events)
  HW Address: 00:16:ce:54:02:66
  Link detected: no
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v000014E4d00004311sv00001028sd00000007bc02sc80i00"
  Driver Info #0:
    Driver Status: ssb is active
    Driver Activation Cmd: "modprobe ssb"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #13 (PCI bridge)

25: PCI 300.0: 0200 Ethernet controller
  [Created at pci.318]
  Unique ID: rBUF.fjPIa6PWQp7
  Parent ID: 6NW+.mbQGvmFGPp7
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Dell Inspiron 9400 Laptop"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x170c "BCM4401-B0 100Base-TX"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x01cd "Inspiron 9400 Laptop"
  Revision: 0x02
  Driver: "b44"
  Driver Modules: "ssb", "b44"
  Device File: eth0
  Memory Range: 0xef9fe000-0xef9fffff (rw,non-prefetchable)
  IRQ: 17 (1610 events)
  HW Address: 00:14:22:f6:21:69
  Link detected: yes
  Module Alias: "pci:v000014E4d0000170Csv00001028sd000001CDbc02sc00i00"
  Driver Info #0:
    Driver Status: b44 is active
    Driver Activation Cmd: "modprobe b44"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #20 (PCI bridge)
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 733 0.0 0.2 26388 4424 ? Ssl 12:20 0:00 NetworkManager
root 1156 0.0 0.0 2552 1200 ? S 12:20 0:00 /sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf /var/lib/dhcp/dhclient-1f08f1c5-8e1b-40b3-b02b-273a5e54fc1c-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0
user 1851 0.0 0.0 4148 840 pts/0 S+ 12:22 0:00 egrep --color=auto icd|etwork
Module Size Used by
nls_iso8859_1 12617 1
nls_cp437 12751 1
vfat 17335 1
fat 55505 1 vfat
usb_storage 43946 1
uas 17676 0
parport_pc 32111 0
ppdev 12849 0
rfcomm 38125 8
snd_hda_codec_idt 60537 1
binfmt_misc 13213 1
sco 17827 2
bnep 17785 2
l2cap 48656 16 rfcomm,bnep
joydev 17322 0
snd_hda_intel 24113 2
arc4 12473 2
snd_hda_codec 90901 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 13274 1 snd_hda_codec
i915 451033 3
snd_pcm 80042 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
b43 296610 0
snd_rawmidi 25269 1 snd_seq_midi
drm_kms_helper 40745 1 i915
mac80211 257001 1 b43
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
drm 184164 4 i915,drm_kms_helper
snd_timer 28659 2 snd_pcm,snd_seq
btusb 18160 2
i2c_algo_bit 13184 1 i915
snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
r852 17878 0
dell_wmi 12601 0
sm_common 16737 1 r852
dell_laptop 13515 0
cfg80211 156212 2 b43,mac80211
sparse_keymap 13666 1 dell_wmi
snd 55295 13 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
bluetooth 65493 9 rfcomm,sco,bnep,l2cap,btusb
nand 49822 2 r852,sm_common
dcdbas 14054 1 dell_laptop
nand_ids 8547 1 nand
psmouse 73312 0
nand_ecc 13070 1 nand
mtd 26720 2 sm_common,nand
soundcore 12600 1 snd
serio_raw 12990 0
snd_page_alloc 14073 2 snd_hda_intel,snd_pcm
video 18951 1 i915
lp 13349 0
parport 36746 3 parport_pc,ppdev,lp
usbhid 41704 0
hid 77084 1 usbhid
b44 35301 0
firewire_ohci 31504 0
firewire_core 56138 1 firewire_ohci
sdhci_pci 13623 0
crc_itu_t 12627 1 firewire_core
sdhci 22720 1 sdhci_pci
ssb 45942 2 b43,b44
user@ubuntu:~$

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

I am pretty sure that your BCM4311 wireless adapter is experiencing the following Broadcom driver bug in Ubuntu 11.04:

https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677

I suggest installing bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu5) from maverick (Ubuntu 10.10) using gdebi

Solution is described here:

https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677/comments/23

Then reboot your PC and run the following commands to enable your wireless adapter:

rfkill unblock all
sudo rfkill unblock all

Then retest wireless using NetworkManager

Revision history for this message
Carl W. Entemann (kokopellix) said :
#8

Mr. Rijckenberg:

Since I am very new to Ubuntu, just a few words of advice on where I
look to find the bcmw1-kernel-source that comes with natty (a word or
two regrading what natty is would be greatly appreciated) would be very
helpful.

In the meantime I will be looking through my Linux texts to see what I
can find.

I am thanking you.

Carl Entemann

On 10/1/2011 7:26 AM, Mark Rijckenberg wrote:
> Your question #172643 on gnome-nettool in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/172643
>
> Status: Open => Answered
>
> Mark Rijckenberg proposed the following answer:
> I am pretty sure that your BCM4311 wireless adapter is experiencing the
> following Broadcom driver bug in Ubuntu 11.04:
>
> https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677
>
> I suggest installing bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu5)
> from maverick (Ubuntu 10.10) using gdebi
>
> Solution is described here:
>
> https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677/comments/23
>
> Then reboot your PC and run the following commands to enable your
> wireless adapter:
>
> rfkill unblock all
> sudo rfkill unblock all
>
> Then retest wireless using NetworkManager
>

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

Please carefully reread my remarks in post number 7 in this thread....

I am NOT asking you to install bcmwl-kernel-source from natty (natty=Ubuntu 11.04 and maverick=Ubuntu 10.10).

I was asking you to install bcmwl-kernel-source from maverick=Ubuntu 10.10 using the link I already gave you:

https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677/comments/23

More info on using gdebi is here:

https://help.ubuntu.com/community/InstallingSoftware#Using_GDebi_to_install_packages

I also suggest reading these guides:

https://wiki.ubuntu.com/ubuntu-manual

http://books.google.com/books?id=kHLlJzI6L20C&printsec=frontcover&dq=ubuntu&as_brr=1&cd=7

http://help.ubuntu.com/

http://ubuntuguide.org/wiki/Ubuntu:Natty

http://www.ubuntupocketguide.com/download_main.html

The Ubuntu on line magazine: http://fullcirclemagazine.org/

The Ubuntu video http://screencasts.ubuntu.com/

http://www.ubuntugeek.com/free-ubuntu-linux-e-books.html

Revision history for this message
Carl W. Entemann (kokopellix) said :
#10

Mr. Rijckenberg:

I do understand that I am not to install bcmwl-kernel-source from
natty. I was asking for a location so I could delete it. I have since
found it with search and will delete it. I will install the maverick
version and let you know what happens.

I am also ordering the references you suggested.

Thank you.

Carl

On 10/2/2011 4:30 PM, Mark Rijckenberg wrote:
> Your question #172643 on gnome-nettool in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/172643
>
> Status: Open => Answered
>
> Mark Rijckenberg proposed the following answer:
> Please carefully reread my remarks in post number 7 in this thread....
>
> I am NOT asking you to install bcmwl-kernel-source from natty
> (natty=Ubuntu 11.04 and maverick=Ubuntu 10.10).
>
> I was asking you to install bcmwl-kernel-source from maverick=Ubuntu
> 10.10 using the link I already gave you:
>
> https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/732677/comments/23
>
> More info on using gdebi is here:
>
> https://help.ubuntu.com/community/InstallingSoftware#Using_GDebi_to_install_packages
>
> I also suggest reading these guides:
>
> https://wiki.ubuntu.com/ubuntu-manual
>
> http://books.google.com/books?id=kHLlJzI6L20C&printsec=frontcover&dq=ubuntu&as_brr=1&cd=7
>
> http://help.ubuntu.com/
>
> http://ubuntuguide.org/wiki/Ubuntu:Natty
>
> http://www.ubuntupocketguide.com/download_main.html
>
> The Ubuntu on line magazine: http://fullcirclemagazine.org/
>
> The Ubuntu video http://screencasts.ubuntu.com/
>
> http://www.ubuntugeek.com/free-ubuntu-linux-e-books.html
>

Revision history for this message
Carl W. Entemann (kokopellix) said :
#11

Thanks Mark Rijckenberg, that solved my question.

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

In the meantime, I have moved the user guide links to this location:

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