Howto enable Wireless card on HP-pavillion zd7000 with on/off switch

Asked by Gunnar Tryggvason

I cant figure out how to enable my wireless card. The card is "disconnected" . There is an on/off button on the computer, but not working correctly. Has any one figured out howto enable the wireless card on an HP pavillion zd7000? The drivers have found the card but it is "Disconnected".

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Gunnar Tryggvason
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo lshw -C network

Thanks

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

Hi,

Please first connect your network card 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: Open Terminal from "Applications->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 restart. 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|ndiswrapper|NPE|ound|prism|rtl|rt2|rt3|usb|witch|wl'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo lsmod; sudo /etc/init.d/networking restart

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.

Regards,

Mark

Revision history for this message
Gunnar Tryggvason (gtryggvason) said :
#3

  *-network:0
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 10
       serial: 00:c0:9f:2f:e4:de
       size: 100MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt
10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too
driverversion=0.9.28 duplex=full ip=10.1.31.181 latency=32 link=yes
maxlatency=64 mingnt=32 multicast=yes port=MII speed=100MB/s
       resources: irq:20 ioport:3000(size=256) memory:d2007800-d20078ff
  *-network:1
       description: Network controller
       product: BCM4306 802.11b/g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 3
       bus info: pci@0000:02:03.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: driver=b43-pci-bridge latency=32
       resources: irq:21 memory:d2004000-d2005fff
  *-network DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 00:90:4b:52:05:d2
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg

2010/9/6 actionparsnip <email address hidden>

> Your question #124340 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/124340
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> sudo lshw -C network
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/124340
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
Gunnar Tryggvason
_________________
Gsm......: 893 7294
Heimanr.: 461 3140
Fax........: 461 3142

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

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

If you use a wired connection the softwaare will simply be offered to you, or you can slug it out with the livecd and install the packages from there. The guide shows both methods. I advise the wired connection (much easier)

Revision history for this message
Gunnar Tryggvason (gtryggvason) said :
#5

2010/9/6 Mark Rijckenberg <email address hidden>

> Your question #124340 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/124340
>
> Mark Rijckenberg requested for more information:
> Hi,
>
> Please first connect your network card 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: Open Terminal from "Applications->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 restart. 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|ndiswrapper|NPE|ound|prism|rtl|rt2|rt3|usb|witch|wl';
> iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo
> hwinfo --netcard ; sudo lsmod; sudo /etc/init.d/networking restart
>
> 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.
>
> Regards,
>
> Mark
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/124340
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Setting up hwinfo (16.0-2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
  *-network:0
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 10
       serial: 00:c0:9f:2f:e4:de
       size: 100MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt
10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too
driverversion=0.9.28 duplex=full ip=10.1.31.181 latency=32 link=yes
maxlatency=64 mingnt=32 multicast=yes port=MII speed=100MB/s
       resources: irq:20 ioport:3000(size=256) memory:d2007800-d20078ff
  *-network:1
       description: Network controller
       product: BCM4306 802.11b/g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 3
       bus info: pci@0000:02:03.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: driver=b43-pci-bridge latency=32
       resources: irq:21 memory:d2004000-d2005fff
  *-network DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 00:90:4b:52:05:d2
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
0: 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=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
00:00.0 Host bridge [0600]: Intel Corporation 82865G/PE/P DRAM
Controller/Host-Hub Interface [8086:2570] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation 82865G/PE/P PCI to AGP
Controller [8086:2571] (rev 02)
00:06.0 System peripheral [0880]: Intel Corporation 82865G/PE/P Processor to
I/O Memory Interface [8086:2576] (rev ff)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #1 [8086:24d2] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #2 [8086:24d4] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #3 [8086:24d7] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R)
USB2 EHCI Controller [8086:24dd] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e]
(rev c2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC
Interface Bridge [8086:24d0] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE
Controller [8086:24db] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus
Controller [8086:24d3] (rev 02)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801EB/ER
(ICH5/ICH5R) AC'97 Audio Controller [8086:24d5] (rev 02)
00:1f.6 Modem [0703]: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Modem
Controller [8086:24d6] (rev 02)
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV31M [GeForce
FX Go5600] [10de:031a] (rev a1)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
02:01.0 CardBus bridge [0607]: ENE Technology Inc CB-710/2/4 Cardbus
Controller [1524:1411] (rev 02)
02:01.1 FLASH memory [0501]: ENE Technology Inc CB710 Memory Card Reader
Controller [1524:0510]
02:02.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB21
IEEE-1394a-2000 Controller (PHY/Link) [104c:8026]
02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g
Wireless LAN Controller [14e4:4320] (rev 02)
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c012 Logitech, Inc. Mouseman Dual Optical
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 006: ID 0409:0058 NEC Corp. HighSpeed Hub
Bus 001 Device 005: ID 0e8f:0021 GreenAsia Inc.
Bus 001 Device 004: ID 03f0:4311 Hewlett-Packard OfficeJet 7400 series
Bus 001 Device 003: ID 0409:0058 NEC Corp. HighSpeed Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
=========================================================
                               system Pavilion zd7000 (DS492U#ABA)
/0 bus 0880
/0/0 memory 115KiB BIOS
/0/4 processor Intel(R) Pentium(R) 4 CPU
3.20GHz
/0/4/5 memory 8KiB L1 cache
/0/4/6 memory 512KiB L2 cache
/0/4/0.1 processor Logical CPU
/0/4/0.2 processor Logical CPU
/0/7 memory 512KiB L3 cache
/0/d memory 1GiB System Memory
/0/d/0 memory 1GiB DIMM DDR Synchronous
/0/d/1 memory DIMM DDR Synchronous [empty]
/0/100 bridge 82865G/PE/P DRAM
Controller/Host-Hub
/0/100/1 bridge 82865G/PE/P PCI to AGP
Controller
/0/100/1/0 display NV31M [GeForce FX Go5600]
/0/100/6 generic Illegal Vendor ID
/0/100/1d bus 82801EB/ER (ICH5/ICH5R) USB
UHCI Cont
/0/100/1d.1 bus 82801EB/ER (ICH5/ICH5R) USB
UHCI Cont
/0/100/1d.2 bus 82801EB/ER (ICH5/ICH5R) USB
UHCI Cont
/0/100/1d.7 bus 82801EB/ER (ICH5/ICH5R) USB2
EHCI Con
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e/0 eth0 network RTL-8139/8139C/8139C+
/0/100/1e/1 bridge CB-710/2/4 Cardbus Controller
/0/100/1e/1.1 memory FLASH memory
/0/100/1e/2 bus TSB43AB21 IEEE-1394a-2000
Controller
/0/100/1e/3 network BCM4306 802.11b/g Wireless LAN
Contro
/0/100/1f bridge 82801EB/ER (ICH5/ICH5R) LPC
Interface
/0/100/1f.1 scsi0 storage 82801EB/ER (ICH5/ICH5R) IDE
Controlle
/0/100/1f.1/0 /dev/sda disk 80GB IC25N080ATMR04-0
/0/100/1f.1/0/1 /dev/sda1 volume 51GiB Windows NTFS volume
/0/100/1f.1/0/2 /dev/sda2 volume 1029MiB Extended partition
/0/100/1f.1/0/2/5 /dev/sda5 volume 1029MiB Linux swap / Solaris
partitio
/0/100/1f.1/0/3 /dev/sda3 volume 22GiB EXT4 volume
/0/100/1f.1/1 /dev/cdrom disk DVD+RW ND-5100A
/0/100/1f.3 bus 82801EB/ER (ICH5/ICH5R) SMBus
Control
/0/100/1f.5 multimedia 82801EB/ER (ICH5/ICH5R) AC'97
Audio C
/0/100/1f.6 communication 82801EB/ER (ICH5/ICH5R) AC'97
Modem C
/0/1 scsi2 storage
/0/1/0.0.0 /dev/sdb disk Officejet 7410
/0/1/0.0.0/0 /dev/sdb disk
/1 system
/2 wlan0 network Wireless interface
Linux ferdavel 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010
i686 GNU/Linux
[ 0.000000] found SMP MP-table at [c00f67a0] f67a0
[ 0.056001] ..... (found apic 0 pin 0) ...
[ 0.213200] ACPI: No dock devices found.
[ 0.227785] usbcore: registered new interface driver usbfs
[ 0.227813] usbcore: registered new interface driver hub
[ 0.227860] usbcore: registered new device driver usb
[ 0.232249] Switching to clocksource tsc
[ 0.244471] pnp: PnP ACPI: found 11 devices
[ 0.299983] input: Lid Switch as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.300434] ACPI: Lid Switch [LID]
[ 0.303945] Switching to clocksource hpet
[ 0.344477] usb usb1: configuration #1 chosen from 1 choice
[ 0.344529] hub 1-0:1.0: USB hub found
[ 0.345049] usb usb2: configuration #1 chosen from 1 choice
[ 0.345094] hub 2-0:1.0: USB hub found
[ 0.345433] usb usb3: configuration #1 chosen from 1 choice
[ 0.345477] hub 3-0:1.0: USB hub found
[ 0.345813] usb usb4: configuration #1 chosen from 1 choice
[ 0.345857] hub 4-0:1.0: USB hub found
[ 0.490209] device-mapper: multipath: version 1.1.0 loaded
[ 0.490217] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.493975] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.682168] isapnp: No Plug & Play device found
[ 0.720034] usb 1-6: new high speed USB device using ehci_hcd and address
3
[ 0.853150] usb 1-6: configuration #1 chosen from 1 choice
[ 0.853397] hub 1-6:1.0: USB hub found
[ 1.034551] b43-pci-bridge 0000:02:03.0: PCI INT A -> GSI 21 (level, low)
-> IRQ 21
[ 1.042867] ssb: Sonics Silicon Backplane found on PCI device
0000:02:03.0
[ 1.092033] usb 3-2: new low speed USB device using uhci_hcd and address
2
[ 1.105994] eth0: RealTek RTL8139 at 0x3000, 00:c0:9f:2f:e4:de, IRQ 20
[ 1.268329] usb 3-2: configuration #1 chosen from 1 choice
[ 1.286114] usbcore: registered new interface driver hiddev
[ 1.299520] input: Logitech USB-PS/2 Optical Mouse as
/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input5
[ 1.299667] generic-usb 0003:046D:C012.0001: input,hidraw0: USB HID v1.10
Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-2/input0
[ 1.299712] usbcore: registered new interface driver usbhid
[ 1.299716] usbhid: v2.6:USB HID core driver
[ 1.356211] usb 1-6.2: new full speed USB device using ehci_hcd and
address 4
[ 1.470810] usb 1-6.2: configuration #1 chosen from 1 choice
[ 1.556179] usb 1-6.3: new low speed USB device using ehci_hcd and
address 5
[ 1.669651] usb 1-6.3: configuration #1 chosen from 1 choice
[ 1.672478] input: GASIA GASIA USB KB Pro as
/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6.3/1-6.3:1.0/input/input6
[ 1.672645] generic-usb 0003:0E8F:0021.0002: input,hidraw1: USB HID v1.10
Keyboard [GASIA GASIA USB KB Pro] on usb-0000:00:1d.7-6.3/input0
[ 1.676515] input: GASIA GASIA USB KB Pro as
/devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6.3/1-6.3:1.1/input/input7
[ 1.676645] generic-usb 0003:0E8F:0021.0003: input,hidraw2: USB HID v1.10
Device [GASIA GASIA USB KB Pro] on usb-0000:00:1d.7-6.3/input1
[ 1.764143] usb 1-6.4: new high speed USB device using ehci_hcd and
address 6
[ 1.872869] usb 1-6.4: configuration #1 chosen from 1 choice
[ 1.873012] hub 1-6.4:1.0: USB hub found
[ 16.699369] lp: driver loaded but no devices found
[ 16.768763] usbcore: registered new interface driver usb-storage
[ 16.769396] usb-storage: device found at 4
[ 16.769400] usb-storage: waiting for device to settle before scanning
[ 16.821057] usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2
vid 0x03F0 pid 0x4311
[ 16.821099] usbcore: registered new interface driver usblp
[ 16.861470] yenta_cardbus 0000:02:01.0: CardBus bridge found [103c:006a]
[ 16.871884] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3
; dma 3.
[ 16.871979] nsc-ircc, Found chip at base=0x02e
[ 16.872059] nsc-ircc, Found chip at base=0x02e
[ 17.497133] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[ 17.696791] b43legacy-phy0: Broadcom 4306 WLAN found
[ 17.728053] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 17.728078] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version
0x2050, Revision 2
[ 17.753931] b43legacy-phy0 debug: Radio initialized
[ 18.021964] Console: switching to colour frame buffer device 80x30
[ 18.022431] Broadcom 43xx-legacy driver loaded [ Features: PLID,
Firmware-ID: FW10 ]
[ 18.349146] b43legacy ssb0:0: firmware: requesting b43legacy/ucode4.fw
[ 18.385313] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not
found or load failed.
[ 18.385322] b43legacy-phy0 ERROR: You must go to
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download
the correct firmware (version 3).
[ 18.717076] b43legacy ssb0:0: firmware: requesting b43legacy/ucode4.fw
[ 18.723177] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not
found or load failed.
[ 18.723194] b43legacy-phy0 ERROR: You must go to
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download
the correct firmware (version 3).
[ 20.191583] usb 1-6.2: usbfs: interface 1 claimed by usblp while 'usb'
sets config #1
[ 21.777222] usb-storage: device scan complete
[ 27.900021] eth0: no IPv6 routers present
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

/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
23: PCI 200.0: 0200 Ethernet controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_10ec_8139
  Unique ID: rBUF.Ae3zRHowWV5
  Parent ID: 6NW+.c7JTK_YUBi2
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "Hewlett-Packard Company NX9500"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8139 "RTL-8139/8139C/8139C+"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x006a "NX9500"
  Revision: 0x10
  Driver: "8139too"
  Driver Modules: "8139too"
  Device File: eth0
  I/O Ports: 0x3000-0x3fff (rw)
  Memory Range: 0xd2007800-0xd20078ff (rw,non-prefetchable)
  IRQ: 20 (8196 events)
  HW Address: 00:c0:9f:2f:e4:de
  Link detected: yes
  Module Alias: "pci:v000010ECd00008139sv0000103Csd0000006Abc02sc00i00"
  Driver Info #0:
    Driver Status: 8139too is active
    Driver Activation Cmd: "modprobe 8139too"
  Driver Info #1:
    Driver Status: 8139cp is active
    Driver Activation Cmd: "modprobe 8139cp"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #16 (PCI bridge)

27: PCI 203.0: 0282 WLAN controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_14e4_4320
  Unique ID: y9sn.Jaa+VYHHFmF
  Parent ID: 6NW+.c7JTK_YUBi2
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:03.0
  SysFS BusID: 0000:02:03.0
  Hardware Class: network
  Model: "Broadcom BCM4306 802.11b/g Wireless LAN Controller"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4320 "BCM4306 802.11b/g Wireless LAN Controller"
  SubVendor: pci 0x0e11 "Compaq Computer Corporation"
  SubDevice: pci 0x00e7
  Revision: 0x02
  Driver: "b43-pci-bridge"
  Driver Modules: "ssb"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0xd2004000-0xd2005fff (rw,non-prefetchable)
  IRQ: 21 (no events)
  HW Address: 00:90:4b:52:05:d2
  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:v000014E4d00004320sv00000E11sd000000E7bc02sc80i00"
  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: #16 (PCI bridge)
Module Size Used by
binfmt_misc 6587 1
snd_intel8x0 25588 2
snd_ac97_codec 100646 1 snd_intel8x0
ac97_bus 1002 1 snd_ac97_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
snd_seq_midi 4557 0
arc4 1153 2
snd_rawmidi 19056 1 snd_seq_midi
pcmcia 33024 0
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
fbcon 35102 73
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
clip 9438 1
atm 35745 3 clip
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54148 14
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
b43legacy 115152 0
mac80211 205146 1 b43legacy
nvidia 7087672 40
cb710_mmc 6007 0
softcursor 1189 1 bitblit
vga16fb 11385 1
ppdev 5259 0
cfg80211 126517 2 b43legacy,mac80211
vgastate 8961 1 vga16fb
yenta_socket 20408 1
rsrc_nonstatic 10015 1 yenta_socket
psmouse 63245 0
usblp 10481 0
soundcore 6620 1 snd
cb710 4885 1 cb710_mmc
pcmcia_core 32964 3 pcmcia,yenta_socket,rsrc_nonstatic
joydev 8708 0
video 17375 0
serio_raw 3978 0
output 1871 1 video
parport_pc 25962 1
irda 186556 0
led_class 2864 1 b43legacy
crc_ccitt 1339 1 irda
snd_page_alloc 7076 2 snd_intel8x0,snd_pcm
usb_storage 39425 0
lp 7028 0
intel_agp 24119 1
shpchp 28820 0
agpgart 31724 2 nvidia,intel_agp
parport 32635 3 ppdev,parport_pc,lp
usbhid 36110 0
hid 67032 1 usbhid
8139too 18545 0
8139cp 16186 0
ohci1394 26950 0
mii 4381 2 8139too,8139cp
ssb 38671 1 b43legacy
ieee1394 81181 1 ohci1394
 * Reconfiguring network
interfaces... Ignoring unknown
interface eth0=eth0.

--
Gunnar Tryggvason
_________________
Gsm......: 893 7294
Heimanr.: 461 3140
Fax........: 461 3142

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

Hi,

The error "b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed" should mean that b43-fwcutter is not installed yet on your pc. And that means that the Broadcom firmware for your wireless card is not loaded or installed yet.

Please proceed with the following commands:

sudo aptitude update
sudo aptitude install b43-fwcutter

b43-fwcutter exists in the Ubuntu repositories, but you will need a working wired Internet connection in Ubuntu in order to locate it and install it.

The only way to do that - in your case - is to connect the pc to the wireless router using a LAN cable, instead of using wireless.

Regards,

Mark

Revision history for this message
Gunnar Tryggvason (gtryggvason) said :
#7

Tanks a lot Mark, this did the trick, after I rebooted.

Many thanks