Upgrade to Natty Narwhal - lost wireless internet

Asked by L R Bellmore Jr (Bob)

upon competing upgrade, discovered that my wireless connection is not functioning.. I have reinstalled the drivers and still the software is not enabling/discovering the wireless broadcast .. was working fine until the upgrade. The software is not even listing wireless network. And my wireless switch on the laptop is not switching on.. stays red .. does not show that broadcom hardware is being discovered by Ubuntu. I have a boot dvd for the older software.. going to see if it still works the wireless broadcom hardware.

Booted from a DVD/CD ver 10.04 and after installing the Broadcom wireless driver, the hardware is recognized after proprietary driver installed... I have deleted and reinstalled the broadcom driver with the Natty Narwhal upgrade and the software still doesnt recognize the hardware

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
L R Bellmore Jr (Bob)
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

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 the https://answers.launchpad.net/ubuntu website 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|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt6|rt7|usb|witch|wl'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'; sudo hwinfo --netcard ; cat /var/lib/NetworkManager/NetworkManager.state; 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
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#2

lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C
[sudo] password for lrbellmorejr:
Sorry, try again.
[sudo] password for lrbellmorejr:
Sorry, try again.
[sudo] password for lrbellmorejr:
Sorry, try again.
sudo: 3 incorrect password attempts
[sudo] password for lrbellmorejr:
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 28 not upgraded.
Need to get 749 kB of archives.
After this operation, 2,114 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/universe libhd16 amd64 16.0-2 [703 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/universe hwinfo amd64 16.0-2 [46.9 kB]
Fetched 749 kB in 5s (131 kB/s)
Selecting previously deselected package libhd16.
(Reading database ... 156091 files and directories currently installed.)
Unpacking libhd16 (from .../libhd16_16.0-2_amd64.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2_amd64.deb) ...
Processing triggers for man-db ...
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.)

lrbellmorejr@LRBellmoreJr-HPdv6225:~$

HP Pavillion Laptop.. DV6225

Unbuntu is installed on the harddrive.. and this is the only operating system on this computer. I have been running Ubuntu from initial 10.04 LTS installation and all upgrades till this one ..and wireless worked fine... I have installed Ubuntu 64 10.04 using DVD/CD and the wireless works fine..So it has to be software...
Thanks for your help
Bob

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#3

Rebooting to see if any changes

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#4

~$ 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|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt6|rt7|usb|witch|wl'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'; sudo hwinfo --netcard ; cat /var/lib/NetworkManager/NetworkManager.state; sudo lsmod
[sudo] password for lrbellmorejr:
Ign http://archive.canonical.com natty InRelease
Ign http://extras.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty InRelease
Ign http://security.ubuntu.com natty-security InRelease
Ign http://us.archive.ubuntu.com natty-updates InRelease
Hit http://archive.canonical.com natty Release.gpg
Hit http://extras.ubuntu.com natty Release.gpg
Hit http://security.ubuntu.com natty-security Release.gpg
Hit http://us.archive.ubuntu.com natty Release.gpg
Hit http://archive.canonical.com natty Release
Hit http://us.archive.ubuntu.com natty-updates Release.gpg
Hit http://extras.ubuntu.com natty Release
Hit http://security.ubuntu.com natty-security Release
Hit http://us.archive.ubuntu.com natty Release
Hit http://us.archive.ubuntu.com natty-updates Release
Hit http://archive.canonical.com natty/partner Sources
Hit http://extras.ubuntu.com natty/main Sources
Hit http://security.ubuntu.com natty-security/main Sources
Hit http://archive.canonical.com natty/partner amd64 Packages
Ign http://archive.canonical.com natty/partner TranslationIndex
Hit http://us.archive.ubuntu.com natty/main Sources
Hit http://extras.ubuntu.com natty/main amd64 Packages
Ign http://extras.ubuntu.com natty/main TranslationIndex
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 amd64 Packages
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 amd64 Packages
Hit http://us.archive.ubuntu.com natty/restricted amd64 Packages
Hit http://security.ubuntu.com natty-security/restricted amd64 Packages
Hit http://security.ubuntu.com natty-security/universe amd64 Packages
Hit http://security.ubuntu.com natty-security/multiverse amd64 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/universe amd64 Packages
Hit http://us.archive.ubuntu.com natty/multiverse amd64 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
Hit http://us.archive.ubuntu.com natty-updates/main Sources
Hit http://us.archive.ubuntu.com natty-updates/restricted Sources
Hit http://us.archive.ubuntu.com natty-updates/universe Sources
Hit http://us.archive.ubuntu.com natty-updates/multiverse Sources
Hit http://us.archive.ubuntu.com natty-updates/main amd64 Packages
Hit http://us.archive.ubuntu.com natty-updates/restricted amd64 Packages
Hit http://us.archive.ubuntu.com natty-updates/universe amd64 Packages
Hit http://us.archive.ubuntu.com natty-updates/multiverse amd64 Packages
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://archive.canonical.com natty/partner Translation-en_US
Ign http://extras.ubuntu.com natty/main Translation-en_US
Ign http://archive.canonical.com natty/partner Translation-en
Ign http://extras.ubuntu.com natty/main Translation-en
Ign http://security.ubuntu.com natty-security/main Translation-en_US
Ign http://security.ubuntu.com natty-security/main Translation-en
Ign http://us.archive.ubuntu.com natty/main Translation-en_US
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://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://security.ubuntu.com natty-security/universe Translation-en_US
Ign http://security.ubuntu.com natty-security/universe Translation-en
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
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 28 not upgraded.
  *-network UNCLAIMED
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:b6000000-b6003fff
0: hci0: Bluetooth
 Soft blocked: yes
 Hard blocked: no
1: hp-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
00:00.0 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02f0] (rev a2)
00:00.1 RAM memory [0500]: nVidia Corporation C51 Memory Controller 0 [10de:02fa] (rev a2)
00:00.2 RAM memory [0500]: nVidia Corporation C51 Memory Controller 1 [10de:02fe] (rev a2)
00:00.3 RAM memory [0500]: nVidia Corporation C51 Memory Controller 5 [10de:02f8] (rev a2)
00:00.4 RAM memory [0500]: nVidia Corporation C51 Memory Controller 4 [10de:02f9] (rev a2)
00:00.5 RAM memory [0500]: nVidia Corporation C51 Host Bridge [10de:02ff] (rev a2)
00:00.6 RAM memory [0500]: nVidia Corporation C51 Memory Controller 3 [10de:027f] (rev a2)
00:00.7 RAM memory [0500]: nVidia Corporation C51 Memory Controller 2 [10de:027e] (rev a2)
00:02.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fc] (rev a1)
00:03.0 PCI bridge [0604]: nVidia Corporation C51 PCI Express Bridge [10de:02fd] (rev a1)
00:05.0 VGA compatible controller [0300]: nVidia Corporation C51 [Geforce Go 6150] [10de:0244] (rev a2)
00:09.0 RAM memory [0500]: nVidia Corporation MCP51 Host Bridge [10de:0270] (rev a2)
00:0a.0 ISA bridge [0601]: nVidia Corporation MCP51 LPC Bridge [10de:0260] (rev a3)
00:0a.1 SMBus [0c05]: nVidia Corporation MCP51 SMBus [10de:0264] (rev a3)
00:0a.3 Co-processor [0b40]: nVidia Corporation MCP51 PMU [10de:0271] (rev a3)
00:0b.0 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller [10de:026d] (rev a3)
00:0b.1 USB Controller [0c03]: nVidia Corporation MCP51 USB Controller [10de:026e] (rev a3)
00:0d.0 IDE interface [0101]: nVidia Corporation MCP51 IDE [10de:0265] (rev f1)
00:0e.0 IDE interface [0101]: nVidia Corporation MCP51 Serial ATA Controller [10de:0266] (rev f1)
00:10.0 PCI bridge [0604]: nVidia Corporation MCP51 PCI Bridge [10de:026f] (rev a2)
00:10.1 Audio device [0403]: nVidia Corporation MCP51 High Definition Audio [10de:026c] (rev a2)
00:14.0 Bridge [0680]: nVidia Corporation MCP51 Ethernet Controller [10de:0269] (rev a3)
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
07:05.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832]
07:05.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19)
07:05.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 0a)
07:05.3 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 05)
Bus 002 Device 006: ID 0a5c:2154 Broadcom Corp.
Bus 002 Device 005: ID 0a5c:4503 Broadcom Corp.
Bus 002 Device 004: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 002 Device 003: ID 046d:c51b Logitech, Inc. V220 Cordless Optical Mouse for Notebooks
Bus 002 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
===================================================
                            system HP Pavilion dv6000 (RP154UA#ABA) (RP154U
/0 bus 30B7
/0/0 memory 101KiB BIOS
/0/4 processor AMD Turion(tm) 64 X2 Mobile Technology T
/0/4/5 memory 64KiB L1 cache
/0/4/6 memory 512KiB L2 cache
/0/c memory 2GiB System Memory
/0/c/0 memory 1GiB DIMM DDR2 Synchronous 667 MHz (1.5
/0/c/1 memory 1GiB DIMM DDR2 667 MHz (1.5 ns)
/0/1 memory RAM memory
/0/0.1 memory RAM memory
/0/0.2 memory RAM memory
/0/0.3 memory RAM memory
/0/0.4 memory RAM memory
/0/0.5 memory RAM memory
/0/0.6 memory RAM memory
/0/0.7 memory RAM memory
/0/2 bridge C51 PCI Express Bridge
/0/3 bridge C51 PCI Express Bridge
/0/3/0 network BCM4311 802.11b/g WLAN
/0/5 display C51 [Geforce Go 6150]
/0/9 memory RAM memory
/0/a bridge MCP51 LPC Bridge
/0/a.1 bus MCP51 SMBus
/0/a.3 processor MCP51 PMU
/0/b bus MCP51 USB Controller
/0/b.1 bus MCP51 USB Controller
/0/d scsi2 storage MCP51 IDE
/0/d/0.0.0 /dev/cdrom disk SCSI CD-ROM
/0/e scsi0 storage MCP51 Serial ATA Controller
/0/e/0.0.0 /dev/sda disk 120GB ST9120821AS
/0/e/0.0.0/1 /dev/sda1 volume 107GiB EXT4 volume
/0/e/0.0.0/2 /dev/sda2 volume 4693MiB Extended partition
/0/e/0.0.0/2/5 /dev/sda5 volume 4693MiB Linux swap / Solaris partition
/0/10 bridge MCP51 PCI Bridge
/0/10/5 bus R5C832 IEEE 1394 Controller
/0/10/5.1 generic R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
/0/10/5.2 generic R5C592 Memory Stick Bus Host Adapter
/0/10/5.3 generic xD-Picture Card Controller
/0/10.1 multimedia MCP51 High Definition Audio
/0/14 eth0 bridge MCP51 Ethernet Controller
/0/100 bridge K8 [Athlon64/Opteron] HyperTransport Tec
/0/101 bridge K8 [Athlon64/Opteron] Address Map
/0/102 bridge K8 [Athlon64/Opteron] DRAM Controller
/0/103 bridge K8 [Athlon64/Opteron] Miscellaneous Cont
Linux LRBellmoreJr-HPdv6225 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
[ 0.000000] DMI: Hewlett-Packard HP Pavilion dv6000 (RP154UA#ABA) /30B7, BIOS F.42 03/09/2009
[ 0.000000] No AGP bridge found
[ 0.000000] found SMP MP-table at [ffff8800000f8920] f8920
[ 0.000000] No NUMA configuration found
[ 0.000000] No AGP bridge found
[ 0.020000] Switch to broadcast mode on CPU1
[ 0.290419] Switch to broadcast mode on CPU0
[ 0.298258] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.307571] ACPI: No dock devices found.
[ 0.307574] HEST: Table not found.
[ 0.341334] usbcore: registered new interface driver usbfs
[ 0.341334] usbcore: registered new interface driver hub
[ 0.360016] usbcore: registered new device driver usb
[ 0.400065] Switching to clocksource hpet
[ 0.409877] Switched to NOHz mode on CPU #1
[ 0.409882] Switched to NOHz mode on CPU #0
[ 0.413512] pnp: PnP ACPI: found 13 devices
[ 0.426296] pci 0000:00:00.0: Found disabled HT MSI Mapping
[ 0.426352] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.426380] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.630104] pci 0000:00:09.0: Found enabled HT MSI Mapping
[ 0.630163] pci 0000:00:09.0: Found enabled HT MSI Mapping
[ 0.630225] pci 0000:00:09.0: Found enabled HT MSI Mapping
[ 0.668570] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 0.668810] ACPI: Lid Switch [LID]
[ 0.672869] ERST: Table is not found!
[ 1.603454] i2c-core: driver [adp5520] using legacy suspend method
[ 1.603456] i2c-core: driver [adp5520] using legacy resume method
[ 1.650229] hub 1-0:1.0: USB hub found
[ 1.712243] hub 2-0:1.0: USB hub found
[ 1.751180] device-mapper: multipath: version 1.2.0 loaded
[ 1.751184] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.752717] powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-50 (2 cpu cores) (version 2.20.00)
[ 1.753498] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.001108] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 2.001402] forcedeth 0000:00:14.0: PCI INT A -> Link[LMAC] -> GSI 20 (level, high) -> IRQ 20
[ 2.001409] forcedeth 0000:00:14.0: setting latency timer to 64
[ 2.390033] usb 2-1: new full speed USB device using ohci_hcd and address 2
[ 2.531182] forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:16:36:e9:aa:49
[ 2.531189] forcedeth 0000:00:14.0: highdma pwrctl lnktim desc-v3
[ 2.628163] hub 2-1:1.0: USB hub found
[ 2.980034] usb 2-6: new low speed USB device using ohci_hcd and address 3
[ 3.272511] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0/input/input5
[ 3.272681] generic-usb 0003:046D:C51B.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:0b.0-6/input0
[ 3.281388] generic-usb 0003:046D:C51B.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:0b.0-6/input1
[ 3.281418] usbcore: registered new interface driver usbhid
[ 3.281420] usbhid: USB HID core driver
[ 3.292076] usb 2-1.1: new full speed USB device using ohci_hcd and address 4
[ 3.450148] input: HID 0a5c:4502 as /devices/pci0000:00/0000:00:0b.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input6
[ 3.450337] generic-usb 0003:0A5C:4502.0003: input,hidraw2: USB HID v1.11 Keyboard [HID 0a5c:4502] on usb-0000:00:0b.0-1.1/input0
[ 3.531076] usb 2-1.2: new full speed USB device using ohci_hcd and address 5
[ 3.666669] input: HID 0a5c:4503 as /devices/pci0000:00/0000:00:0b.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input7
[ 3.666865] generic-usb 0003:0A5C:4503.0004: input,hidraw3: USB HID v1.11 Mouse [HID 0a5c:4503] on usb-0000:00:0b.0-1.2/input0
[ 3.751079] usb 2-1.3: new full speed USB device using ohci_hcd and address 6
[ 75.312278] sdhci-pci 0000:07:05.1: SDHCI controller found [1180:0822] (rev 19)
[ 75.313607] mmc0: no vmmc regulator found
[ 259.530757] lp: driver loaded but no devices found
[ 260.133472] wl: module license 'MIXED/Proprietary' taints kernel.
[ 260.654558] usbcore: registered new interface driver btusb
[ 261.202223] wl 0000:03:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, high) -> IRQ 19
[ 261.202230] wl 0000:03:00.0: setting latency timer to 64
[ 261.204636] eth%d: 5.100.82.38 driver failed with code 21
[ 272.240025] eth0: no IPv6 routers present
[ 376.194768] forcedeth 0000:00:14.0: eth0: link down
[ 387.228646] forcedeth 0000:00:14.0: eth0: link up
lo no wireless extensions.

eth0 no wireless extensions.

# 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 eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist uart6850
blacklist twl4030_wdt
29: PCI 14.0: 0200 Ethernet controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_10de_269
  Unique ID: rBUF.bYAEq7iXviA
  SysFS ID: /devices/pci0000:00/0000:00:14.0
  SysFS BusID: 0000:00:14.0
  Hardware Class: network
  Model: "Hewlett-Packard Company Presario V6133CL"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x0269 "MCP51 Ethernet Controller"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x30b7 "Presario V6133CL"
  Revision: 0xa3
  Driver: "forcedeth"
  Driver Modules: "forcedeth"
  Device File: eth0
  Memory Range: 0xb0008000-0xb0008fff (rw,non-prefetchable)
  I/O Ports: 0x30e0-0x30e7 (rw)
  IRQ: 20 (8963 events)
  HW Address: 00:16:36:e9:aa:49
  Link detected: yes
  Module Alias: "pci:v000010DEd00000269sv0000103Csd000030B7bc06sc80i00"
  Driver Info #0:
    Driver Status: forcedeth is active
    Driver Activation Cmd: "modprobe forcedeth"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

34: PCI 300.0: 0280 Network controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_14e4_4311
  Unique ID: svHJ.5D2YRgUfek7
  Parent ID: 3hqH.Q0xgpa4wjL6
  SysFS ID: /devices/pci0000:00/0000:00:03.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4311 "BCM4311 802.11b/g WLAN"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x1363 "BCM4311 802.11b/g Wireless LAN Controller"
  Revision: 0x01
  Memory Range: 0xb6000000-0xb6003fff (rw,non-prefetchable)
  IRQ: 19 (no events)
  Module Alias: "pci:v000014E4d00004311sv0000103Csd00001363bc02sc80i00"
  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: #17 (PCI bridge)

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
Module Size Used by
parport_pc 36959 0
ppdev 17113 0
snd_hda_codec_conexant 57511 1
binfmt_misc 17565 1
joydev 17606 0
rfcomm 47694 8
sco 18131 2
bnep 18308 2
l2cap 53570 16 rfcomm,bnep
nvidia 10709116 41
snd_hda_intel 33211 2
snd_hda_codec 103804 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13604 1 snd_hda_codec
snd_pcm 96625 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13324 0
snd_rawmidi 30486 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
snd_seq 61621 2 snd_seq_midi,snd_seq_midi_event
snd_timer 29602 2 snd_pcm,snd_seq
r852 18246 0
sm_common 16817 1 r852
hp_wmi 13706 0
snd_seq_device 14462 3 snd_seq_midi,snd_rawmidi,snd_seq
sparse_keymap 13898 1 hp_wmi
nand 55112 2 r852,sm_common
nand_ids 12723 1 nand
wl 2568244 0
nand_ecc 13230 1 nand
btusb 18600 1
mtd 27900 2 sm_common,nand
snd 67382 13 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
bluetooth 72448 9 rfcomm,sco,bnep,l2cap,btusb
edac_core 53845 0
psmouse 73535 0
serio_raw 13166 0
soundcore 12680 1 snd
edac_mce_amd 23464 0
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
nv_tco 13603 0
k8temp 13016 0
i2c_nforce2 13058 0
lib80211 14991 1 wl
video 19438 0
lp 17825 0
parport 46458 3 parport_pc,ppdev,lp
firewire_ohci 40370 0
firewire_core 62646 1 firewire_ohci
sdhci_pci 13989 0
usbhid 46956 0
hid 91020 1 usbhid
forcedeth 63555 0
sdhci 27387 1 sdhci_pci
crc_itu_t 12707 1 firewire_core
pata_amd 14130 0
sata_nv 32054 2
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ 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|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt6|rt7|usb|witch|wl'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'; sudo hwinfo --netcard ; cat /var/lib/NetworkManager/NetworkManager.state; sudo lsmodBAC

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

In my opinion, the following Terminal output (that you sent us) shows us what the wireless issues are:

"
[ 260.133472] wl: module license 'MIXED/Proprietary' taints kernel.
[ 260.654558] usbcore: registered new interface driver btusb
[ 261.202223] wl 0000:03:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, high) -> IRQ 19
[ 261.202230] wl 0000:03:00.0: setting latency timer to 64
[ 261.204636] eth%d: 5.100.82.38 driver failed with code 21

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

   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: #17 (PCI bridge)
"

Your wireless adapter BCM4311 is not using the wl driver
(contained in bcmwl-kernel-source), because it wants the b43 driver
instead. But you blacklisted the b43 driver that is required here.

I suggest running the following Terminal commands to try to fix the
damage:

sudo apt-get update

sudo apt-get remove bcmwl-kernel-source

sudo rm /etc/modprobe.d/blacklist-bcm43.conf

sudo apt-get install b43-fwcutter

After installing b43-fwcutter, make sure to REBOOT your PC!!

Then RETEST wireless.

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#6

lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get update
[sudo] password for lrbellmorejr:
Ign http://extras.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty
InRelease
Ign http://security.ubuntu.com natty-security
InRelease
Ign http://us.archive.ubuntu.com natty-updates
InRelease
Hit http://security.ubuntu.com natty-security
Release.gpg
Get:1 http://extras.ubuntu.com natty Release.gpg [72
B]
Hit http://us.archive.ubuntu.com natty Release.gpg
Ign http://archive.canonical.com natty InRelease
Hit http://extras.ubuntu.com natty Release
Hit http://us.archive.ubuntu.com natty-updates Release.gpg
Hit http://archive.canonical.com natty Release.gpg
Hit http://security.ubuntu.com natty-security Release
Hit http://archive.canonical.com natty Release
Hit http://us.archive.ubuntu.com natty Release
Hit http://us.archive.ubuntu.com natty-updates
Release
Hit http://extras.ubuntu.com natty/main
Sources
Hit http://security.ubuntu.com natty-security/main
Sources
Hit http://archive.canonical.com natty/partner
Sources
Hit http://us.archive.ubuntu.com natty/main
Sources
Hit http://archive.canonical.com natty/partner amd64
Packages
Ign http://archive.canonical.com natty/partner TranslationIndex
Hit http://extras.ubuntu.com natty/main amd64 Packages
Ign http://extras.ubuntu.com natty/main TranslationIndex
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 amd64 Packages
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 amd64
Packages
Hit http://us.archive.ubuntu.com natty/restricted amd64
Packages
Hit http://security.ubuntu.com natty-security/restricted amd64
Packages
Hit http://security.ubuntu.com natty-security/universe amd64
Packages
Hit http://security.ubuntu.com natty-security/multiverse amd64
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
Hit http://us.archive.ubuntu.com natty/universe amd64
Packages
Hit http://us.archive.ubuntu.com natty/multiverse amd64
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://security.ubuntu.com natty-security/universe
TranslationIndex
Ign http://us.archive.ubuntu.com natty/universe
TranslationIndex
Hit http://us.archive.ubuntu.com natty-updates/main
Sources
Hit http://us.archive.ubuntu.com natty-updates/restricted
Sources
Hit http://us.archive.ubuntu.com natty-updates/universe
Sources
Hit http://us.archive.ubuntu.com natty-updates/multiverse
Sources
Hit http://us.archive.ubuntu.com natty-updates/main amd64
Packages
Hit http://us.archive.ubuntu.com natty-updates/restricted amd64
Packages
Hit http://us.archive.ubuntu.com natty-updates/universe amd64
Packages
Hit http://us.archive.ubuntu.com natty-updates/multiverse amd64
Packages
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://archive.canonical.com natty/partner
Translation-en_US
Ign http://extras.ubuntu.com natty/main
Translation-en_US
Ign http://archive.canonical.com natty/partner Translation-en
Ign http://extras.ubuntu.com natty/main Translation-en
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
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 72 B in 3s (19 B/s)
Reading package lists... Done
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get remove
bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package bcmwl-kernel-source is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo
rm /etc/modprobe.d/blacklist-bcm43.conf
rm: cannot remove `/etc/modprobe.d/blacklist-bcm43.conf': No such file
or directory
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get install b43-fwcutter
Reading package lists... Done
Building dependency tree
Reading state information... Done
b43-fwcutter is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
lrbellmorejr@LRBellmoreJr-HPdv6225:~$

This is second attempt...results are that it now states that the
wireless hardware is now disabled by hardware switch. When I move the
hardwarew switch to on.. no change...

Also - the enable wireless box is unchecked and I am not able to check
it.
thanks
Bob

-----Original Message-----
From: Mark Rijckenberg <email address hidden>
Reply-to: <email address hidden>
To: <email address hidden>
Subject: Re: [Question #155043]: Upgrade to Natty Narwhal - lost
wireless internet
Date: Mon, 02 May 2011 14:08:27 -0000

sudo apt-get install b43-fwcutter

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#7

Also when I go to install hardware.. the B43 is not available as an
option... but the info below says it is already installed. In prior
versions that was a choice but not the standard broadcom offer.. which
always has worked in prior versions..
Bob

-----Original Message-----
From: L R Bellmore Jr (Bob) <email address hidden>
Reply-to: <email address hidden>
To: <email address hidden>
Subject: Re: [Question #155043]: Upgrade to Natty Narwhal - lost
wireless internet
Date: Mon, 02 May 2011 15:18:22 -0000

Your question #155043 on gnome-nettool in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/155043

    Status: Answered => Open

You are still having a problem:
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get update
[sudo] password for lrbellmorejr:
Ign http://extras.ubuntu.com natty InRelease
Ign http://us.archive.ubuntu.com natty
InRelease
Ign http://security.ubuntu.com natty-security
InRelease
Ign http://us.archive.ubuntu.com natty-updates
InRelease
Hit http://security.ubuntu.com natty-security
Release.gpg
Get:1 http://extras.ubuntu.com natty Release.gpg [72
B]
Hit http://us.archive.ubuntu.com natty Release.gpg
Ign http://archive.canonical.com natty InRelease
Hit http://extras.ubuntu.com natty Release
Hit http://us.archive.ubuntu.com natty-updates Release.gpg
Hit http://archive.canonical.com natty Release.gpg
Hit http://security.ubuntu.com natty-security Release
Hit http://archive.canonical.com natty Release
Hit http://us.archive.ubuntu.com natty Release
Hit http://us.archive.ubuntu.com natty-updates
Release
Hit http://extras.ubuntu.com natty/main
Sources
Hit http://security.ubuntu.com natty-security/main
Sources
Hit http://archive.canonical.com natty/partner
Sources
Hit http://us.archive.ubuntu.com natty/main
Sources
Hit http://archive.canonical.com natty/partner amd64
Packages
Ign http://archive.canonical.com natty/partner TranslationIndex
Hit http://extras.ubuntu.com natty/main amd64 Packages
Ign http://extras.ubuntu.com natty/main TranslationIndex
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 amd64 Packages
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 amd64
Packages
Hit http://us.archive.ubuntu.com natty/restricted amd64
Packages
Hit http://security.ubuntu.com natty-security/restricted amd64
Packages
Hit http://security.ubuntu.com natty-security/universe amd64
Packages
Hit http://security.ubuntu.com natty-security/multiverse amd64
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
Hit http://us.archive.ubuntu.com natty/universe amd64
Packages
Hit http://us.archive.ubuntu.com natty/multiverse amd64
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://security.ubuntu.com natty-security/universe
TranslationIndex
Ign http://us.archive.ubuntu.com natty/universe
TranslationIndex
Hit http://us.archive.ubuntu.com natty-updates/main
Sources
Hit http://us.archive.ubuntu.com natty-updates/restricted
Sources
Hit http://us.archive.ubuntu.com natty-updates/universe
Sources
Hit http://us.archive.ubuntu.com natty-updates/multiverse
Sources
Hit http://us.archive.ubuntu.com natty-updates/main amd64
Packages
Hit http://us.archive.ubuntu.com natty-updates/restricted amd64
Packages
Hit http://us.archive.ubuntu.com natty-updates/universe amd64
Packages
Hit http://us.archive.ubuntu.com natty-updates/multiverse amd64
Packages
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://archive.canonical.com natty/partner
Translation-en_US
Ign http://extras.ubuntu.com natty/main
Translation-en_US
Ign http://archive.canonical.com natty/partner Translation-en
Ign http://extras.ubuntu.com natty/main Translation-en
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
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 72 B in 3s (19 B/s)
Reading package lists... Done
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get remove
bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package bcmwl-kernel-source is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo
rm /etc/modprobe.d/blacklist-bcm43.conf
rm: cannot remove `/etc/modprobe.d/blacklist-bcm43.conf': No such file
or directory
lrbellmorejr@LRBellmoreJr-HPdv6225:~$ sudo apt-get install b43-fwcutter
Reading package lists... Done
Building dependency tree
Reading state information... Done
b43-fwcutter is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
lrbellmorejr@LRBellmoreJr-HPdv6225:~$

This is second attempt...results are that it now states that the
wireless hardware is now disabled by hardware switch. When I move the
hardwarew switch to on.. no change...

Also - the enable wireless box is unchecked and I am not able to check
it.
thanks
Bob

-----Original Message-----
From: Mark Rijckenberg <email address hidden>
Reply-to: <email address hidden>
To: <email address hidden>
Subject: Re: [Question #155043]: Upgrade to Natty Narwhal - lost
wireless internet
Date: Mon, 02 May 2011 14:08:27 -0000

sudo apt-get install b43-fwcutter

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#8

lrbellmorejr@LRBellmoreJr-HPdv6225:~$ lspci -vnn | grep 14e4
03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
lrbellmorejr@LRBellmoreJr-HPdv6225:~$

According to what I am reading the rev 01 does not support the B43 driver....I was using the STA on prior versions of Ubuntu and it worked fine... now this version of Ubuntu doesnt recognize the STA driver it appears.. right now my system says there is no hardware driver to activate ..it is looking for the STA apparently but when I install that driver.. the new 11.04 doesnt recognize the STA driver it appears... maybe I am wrong..see below

Supported chip types

    BCM4303 (802.11b-only chips, uses b43legacy)
    BCM4306 (Rev. 2 uses b43legacy, Rev. 3 uses b43)
    BCM4311 rev 1 (only the 2.4GHz part)
    BCM4311 rev 2 (only the 2.4GHz part) starting with 2.6.25
    BCM4312 (linux-kernel 2.6.32 is needed, 2.6.33 or latter is recommen

I don't know what the 2.4GHZ part is..or isnt on my computer.. hope this helps.. I cant get the STA driver even to be recognized as a wireless device - does not recognize any wireless device...
and the B43 at least shows that there is a wireless device but says no hardware installed.

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) said :
#9

I finally resolved the problem by running the command for the B43 firmware for booting from Live CD... the computer then found the B43 drivers.. the wireless worked and when I rebooted the wireless worked... don't know the underlying issue but I had done all the other commands 3-5 times.. installed and uninstalled the STA drivers.. tried that and they were recognized but the system reported no firmware installed... tried installing B43 firmware...and the system didnt see it... removed the STA and B43 firmware.,.reinstalled STA firmware.. did not work..same issues... removed the STA firmware, installed the B43 firmware both ways... and still didnt find it.. out of frustration I tried the commands for installing the firmware when running a live CD...and it found the wireless and worked.. So I decided to reboot and see what would happen.. expecting to have to reenter the command for the live CD.. but it recognized the firmware and the wireless was up and running as soon as I started the reboot and is working fine..

CASE CLOSED... LOL Thanks .. Hope you can figure out what / how .. etc.. I don't know enough about Linux or Unix programing ... just was desperate.. again thanks for all your help