b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found -> BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03) not working in Ubuntu 8.10

Asked by rajiv

How to enable wirless network card and connect to a wireless network

I've just installed Ubuntu 8.10. I have no problems connecting to the Internet via the on board ethernet card, however am unable to get my wireless card up and running. I have a wireless network running. Here's some info that may help you diagnose the problem. Thank you.

rajiv@rajiv-laptop:~$ sudo lshw -C network
[sudo] password for rajiv:
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 01
       serial: 00:14:22:ba:0f:d9
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.94 duplex=full firmware=5751-v3.29a ip=192.168.2.198 latency=0 link=yes module=tg3 multicast=yes port=twisted pair speed=100MB/s
  *-network
       description: Network controller
       product: BCM4306 802.11b/g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 3
       bus info: pci@0000:03:03.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=64 module=ssb
  *-network:0 DISABLED
       description: Ethernet interface
       physical id: 2
       logical name: pan0
       serial: 52:57:ea:12:51:20
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
  *-network:1
       description: Wireless interface
       physical id: 3
       logical name: wlan0
       serial: 00:03:c9:52:c5:64
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
rajiv@rajiv-laptop:~$

Question information

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

hi
try to run ifconfig on your terminal and post result
br
hatem

Revision history for this message
rajiv (tanrajiv) said :
#2

rajiv@rajiv-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:22:ba:0f:d9
          inet addr:192.168.2.198 Bcast:192.168.2.255 Mask:255.255.255.0
          inet6 addr: fe80::214:22ff:feba:fd9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:13587 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13657 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6941378 (6.9 MB) TX bytes:2265980 (2.2 MB)
          Interrupt:16

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:576 (576.0 B) TX bytes:576 (576.0 B)

wlan0 Link encap:Ethernet HWaddr 00:03:c9:52:c5:64
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wmaster0 Link encap:UNSPEC HWaddr 00-03-C9-52-C5-64-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

rajiv@rajiv-laptop:~$

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

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: Run the following commands (copy-paste each line below to the Terminal then hit <enter> after each line)

sudo aptitude install hwinfo
hwinfo --netcard
sudo iwlist scanning
lspci -nn
lsusb
uname -a
dmesg | grep ound
dmesg | grep witch
iwconfig

Step 3: Please post results (copy/paste terminal output from each command) on this thread

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

Keep in mind that one or more of the following 4 basic components need to be configured correctly so that wireless can work correctly in Linux:

Wireless configuration in the BIOS, hardware wireless switch setting, active wireless driver version, and firmware for the wireless chipset (stored as a file in Linux).

Regards,

Mark

Revision history for this message
rajiv (tanrajiv) said :
#4

rajiv@rajiv-laptop:~$ sudo aptitude install hwinfo
[sudo] password for rajiv:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
The following NEW packages will be installed:
  hwinfo libhd14{a}
The following packages will be REMOVED:
  linux-headers-2.6.27-7{u} linux-headers-2.6.27-7-generic{u}
0 packages upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
Need to get 717kB of archives. After unpacking 50.0MB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://us.archive.ubuntu.com intrepid/universe libhd14 14.19-2ubuntu1 [672kB]
Get:2 http://us.archive.ubuntu.com intrepid/universe hwinfo 14.19-2ubuntu1 [44.7kB]
Fetched 717kB in 18s (38.8kB/s)
(Reading database ... 115635 files and directories currently installed.)
Removing linux-headers-2.6.27-7-generic ...
Removing linux-headers-2.6.27-7 ...
Selecting previously deselected package libhd14.
(Reading database ... 102715 files and directories currently installed.)
Unpacking libhd14 (from .../libhd14_14.19-2ubuntu1_i386.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_14.19-2ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up libhd14 (14.19-2ubuntu1) ...

Setting up hwinfo (14.19-2ubuntu1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

rajiv@rajiv-laptop:~$ hwinfo --netcard
08: PCI 303.0: 0282 WLAN controller
  [Created at pci.310]
  UDI: /org/freedesktop/Hal/devices/pci_14e4_4320
  Unique ID: y9sn.DDQW2Ic7dX6
  Parent ID: 6NW+.InKz0bgid89
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:03:03.0
  SysFS BusID: 0000:03: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 0x14e4 "Broadcom"
  SubDevice: pci 0x0453
  Revision: 0x03
  Driver: "b43-pci-bridge"
  Driver Modules: "ssb"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0xdfcfe000-0xdfcfffff (rw,non-prefetchable)
  IRQ: 17 (9376 events)
  HW Address: 00:03:c9:52:c5:64
  Link detected: no
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "pci:v000014E4d00004320sv000014E4sd00000453bc02sc80i00"
  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)

11: PCI 200.0: 0200 Ethernet controller
  [Created at pci.310]
  UDI: /org/freedesktop/Hal/devices/pci_14e4_1677
  Unique ID: rBUF.+XQnW8p8dp6
  Parent ID: z8Q3.hdHR1LU2D6A
  SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "Dell Latitude D610"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x1677 "NetXtreme BCM5751 Gigabit Ethernet PCI Express"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x0182 "Latitude D610"
  Revision: 0x01
  Driver: "tg3"
  Driver Modules: "tg3"
  Device File: eth0
  Memory Range: 0xdfdf0000-0xdfdfffff (rw,non-prefetchable)
  IRQ: 16 (1073147 events)
  HW Address: 00:14:22:ba:0f:d9
  Link detected: yes
  Module Alias: "pci:v000014E4d00001677sv00001028sd00000182bc02sc00i00"
  Driver Info #0:
    Driver Status: tg3 is active
    Driver Activation Cmd: "modprobe tg3"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #22 (PCI bridge)
rajiv@rajiv-laptop:~$ sudo iwlist scanning
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

pan0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 No scan results

rajiv@rajiv-laptop:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 [8086:2660] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 03)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev d3)
00:1e.2 Multimedia audio controller [0401]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller [8086:266e] (rev 03)
00:1e.3 Modem [0703]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller [8086:266d] (rev 03)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge [8086:2641] (rev 03)
00:1f.2 IDE interface [0101]: Intel Corporation 82801FBM (ICH6M) SATA Controller [8086:2653] (rev 03)
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
03:01.0 CardBus bridge [0607]: Texas Instruments PCI6515 Cardbus Controller [104c:8036]
03:01.5 Communication controller [0780]: Texas Instruments PCI6515 SmartCard Controller [104c:8038]
03:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)
rajiv@rajiv-laptop:~$ lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 045e:0084 Microsoft Corp. Basic Optical Mouse
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 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
rajiv@rajiv-laptop:~$ uname -a
Linux rajiv-laptop 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux
rajiv@rajiv-laptop:~$ dmesg | grep ound
[ 0.585766] pnp: PnP ACPI: found 15 devices
[ 1.376450] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.730761] isapnp: No Plug & Play device found
[ 1.774424] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.933085] hub 1-0:1.0: USB hub found
[ 3.036497] hub 2-0:1.0: USB hub found
[ 3.140517] hub 3-0:1.0: USB hub found
[ 3.348502] hub 4-0:1.0: USB hub found
[ 3.472254] hub 5-0:1.0: USB hub found
[ 3.705575] ssb: Sonics Silicon Backplane found on PCI device 0000:03:03.0
[ 14.152796] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[ 15.020182] Yenta: CardBus bridge found at 0000:03:01.0 [1028:0182]
[ 16.020407] ACPI: \_SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
[ 16.776144] b43-phy0: Broadcom 4306 WLAN found
[ 22.915819] ACPI: \_SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
[ 24.072061] apm: BIOS not found.
[ 31.352279] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 31.474059] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[10961.608450] b43-phy1: Broadcom 4306 WLAN found
[10965.914300] b43-phy1 ERROR: Firmware file "b43/ucode5.fw" not found
[10966.074704] b43-phy1 ERROR: Firmware file "b43/ucode5.fw" not found
[35656.593986] UDF-fs: No VRS found
rajiv@rajiv-laptop:~$ dmesg | grep witch
[ 0.020521] SMP alternatives: switching to UP code
[ 1.088072] Switched to high resolution mode on CPU 0
[ 14.629114] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[ 14.629784] ACPI: Lid Switch [LID]
rajiv@rajiv-laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

pan0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:""
          Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
          Tx-Power=27 dBm
          Retry min limit:7 RTS thr:off Fragment thr=2352 B
          Power Management:off
          Link Quality:0 Signal level:0 Noise level:0
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

rajiv@rajiv-laptop:~$

PC: Dell Latitude D610.

Revision history for this message
S.Vikash Koushik (vikashkoushik) said :
#5

Hi

Try This:

Step 1

Natively the card is detected and installed by the system, but the WiFi doesn't work, we'll go on removing the current driver :

First, we'll check that the drivers is installed :

$>find /lib/modules/`uname -r` -name "*acx*"

You should get :

$>find /lib/modules/`uname -r` -name "*acx*"
/lib/modules/2.6.12-10-386/kernel/drivers/net/wireless/acx
/lib/modules/2.6.12-10-386/kernel/drivers/net/wireless/acx/acx_pci.ko

Then, save them to /root or whatever you want.

$>sudo find /lib/modules/`uname -r` -name "*acx*" -exec mv {} /root \;

And finally, make and update of the modules dépendencies :

$>depmod -a

End of the first step, go on with the new drivers installation.

Step 2

You have to download two things :

First one is to get the drivers, you can grab them here :

ftp://ftp.dlink.co.uk/wireless/dwl-g650+_rev_Bx/dwl-g650+_rev_bx_drv_v204.zip
( you can also use wget url of course )

Unpack them :

$>unzip dwl-g650+_rev_bx_drv_v204.zip

ok, then the second thing : we'll get ndiswrapper, it allows to install Windows Wifi Drivers under linux ! ;)

$>sudo apt-get install ndiswrapper-utils

now, we just have to give ndiswrapper the right .inf file..

$>ndiswrapper -i /path/of/drivers/GPLUS.inf

and reboot !

I hope this will work for you :)

Revision history for this message
rajiv (tanrajiv) said :
#6

Hello Vikash,

I tried what you asked me to do a few times, but the wireless is still not functioning.

The wireless card is a Braodcom BCM4306, not D-Link.

Here's the dialog for your info:

rajiv@rajiv-laptop:~$ find /lib/modules/`uname -r` -name "*acx*"
rajiv@rajiv-laptop:~$ sudo find /lib/modules/`uname -r` -name "*acx*" -exec mv {} /root \;
[sudo] password for rajiv:
rajiv@rajiv-laptop:~$ depmod -a
FATAL: Could not open /lib/modules/2.6.27-11-generic/modules.dep.temp for writing: Permission denied
rajiv@rajiv-laptop:~$ sudo apt-get install ndiswrapper-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ndiswrapper-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  ndiswrapper-common
E: Package ndiswrapper-utils has no installation candidate
rajiv@rajiv-laptop:~$ ndiswrapper -i /path/of/drivers/GPLUS.inf
Error: no ndiswrapper utils found!
rajiv@rajiv-laptop:~$

What next?

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

Hi,

Your wireless issue is identical to this one:

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

I think you are experiencing this bug:

https://bugs.launchpad.net/ubuntu/+source/b43-fwcutter/+bug/197819

Please try this workaround solution:

https://bugs.launchpad.net/ubuntu/+source/b43-fwcutter/+bug/197819/comments/58

b43-fwcutter exists in the Ubuntu repositories, but you will need a working Internet connection in Ubuntu in order to 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.

I also recommend opening a Terminal and entering the following 2 commands to update Ubuntu:

sudo aptitude update
sudo aptitude dist-upgrade

Regards,

Mark

Revision history for this message
rajiv (tanrajiv) said :
#8

Hi Mark,

I've tried everything but am still unable to get the wireless working. By now I'm pretty confused and I think I've messed up my system. Could you please walk me through the process step-by-step.

Thank you.

Rajiv

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

Hi,

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

Then please follow this procedure :

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (copy-paste each line below to the Terminal then hit <enter> after each line)

sudo dpkg --configure -a
sudo aptitude install -f
sudo aptitude update
sudo aptitude install b43-fwcutter
sudo aptitude dist-upgrade
sudo lshw -C network
sudo iwlist scanning
dmesg | grep ound

Step 3: Please post results from each command (copy/paste terminal output from each command) on this thread -> very important step

Regards,

Mark

Revision history for this message
rajiv (tanrajiv) said :
#10

Hello Mark,

Here's are the results.

rajiv@rajiv-laptop:~$ sudo dpkg --configure -a
[sudo] password for rajiv:
rajiv@rajiv-laptop:~$ sudo dpkg --configure -a
rajiv@rajiv-laptop:~$ sudo aptitude install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

rajiv@rajiv-laptop:~$ sudo aptitude update
Ign cdrom://Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5) intrepid/main Translation-en_US
Ign cdrom://Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5) intrepid/restricted Translation-en_US
Hit http://us.archive.ubuntu.com intrepid Release.gpg
Ign http://us.archive.ubuntu.com intrepid/main Translation-en_US
Hit http://security.ubuntu.com intrepid-security Release.gpg
Ign http://security.ubuntu.com intrepid-security/main Translation-en_US
Ign http://security.ubuntu.com intrepid-security/restricted Translation-en_US
Ign http://security.ubuntu.com intrepid-security/universe Translation-en_US
Ign http://security.ubuntu.com intrepid-security/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com intrepid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com intrepid/universe Translation-en_US
Ign http://us.archive.ubuntu.com intrepid/multiverse Translation-en_US
Get:1 http://us.archive.ubuntu.com intrepid-updates Release.gpg [189B]
Ign http://us.archive.ubuntu.com intrepid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com intrepid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com intrepid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com intrepid-updates/multiverse Translation-en_US
Hit http://security.ubuntu.com intrepid-security Release
Hit http://us.archive.ubuntu.com intrepid Release
Hit http://security.ubuntu.com intrepid-security/main Packages
Get:2 http://us.archive.ubuntu.com intrepid-updates Release [51.2kB]
Hit http://security.ubuntu.com intrepid-security/restricted Packages
Hit http://security.ubuntu.com intrepid-security/main Sources
Hit http://security.ubuntu.com intrepid-security/restricted Sources
Hit http://security.ubuntu.com intrepid-security/universe Packages
Hit http://security.ubuntu.com intrepid-security/universe Sources
Hit http://security.ubuntu.com intrepid-security/multiverse Packages
Hit http://security.ubuntu.com intrepid-security/multiverse Sources
Hit http://us.archive.ubuntu.com intrepid/main Packages
Hit http://us.archive.ubuntu.com intrepid/restricted Packages
Hit http://us.archive.ubuntu.com intrepid/main Sources
Hit http://us.archive.ubuntu.com intrepid/restricted Sources
Hit http://us.archive.ubuntu.com intrepid/universe Packages
Hit http://us.archive.ubuntu.com intrepid/universe Sources
Hit http://us.archive.ubuntu.com intrepid/multiverse Packages
Hit http://us.archive.ubuntu.com intrepid/multiverse Sources
Get:3 http://us.archive.ubuntu.com intrepid-updates/main Packages [320kB]
Get:4 http://us.archive.ubuntu.com intrepid-updates/restricted Packages [8117B]
Get:5 http://us.archive.ubuntu.com intrepid-updates/main Sources [101kB]
Get:6 http://us.archive.ubuntu.com intrepid-updates/restricted Sources [2474B]
Get:7 http://us.archive.ubuntu.com intrepid-updates/universe Packages [89.4kB]
Get:8 http://us.archive.ubuntu.com intrepid-updates/universe Sources [20.4kB]
Get:9 http://us.archive.ubuntu.com intrepid-updates/multiverse Packages [10.9kB]
Get:10 http://us.archive.ubuntu.com intrepid-updates/multiverse Sources [4118B]
Fetched 608kB in 13s (43.8kB/s)
Reading package lists... Done

rajiv@rajiv-laptop:~$ sudo aptitude install b43-fwcutter
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

rajiv@rajiv-laptop:~$ sudo aptitude dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

rajiv@rajiv-laptop:~$ sudo lshw -C network
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 01
       serial: 00:14:22:ba:0f:d9
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.94 duplex=full firmware=5751-v3.29a ip=192.168.2.198 latency=0 link=yes module=tg3 multicast=yes port=twisted pair speed=100MB/s
  *-network UNCLAIMED
       description: Network controller
       product: BCM4306 802.11b/g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 3
       bus info: pci@0000:03:03.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: latency=64
  *-network DISABLED
       description: Ethernet interface
       physical id: 2
       logical name: pan0
       serial: 7e:d0:b8:b2:63:35
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes

rajiv@rajiv-laptop:~$ sudo iwlist scanning
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

pan0 Interface doesn't support scanning.

rajiv@rajiv-laptop:~$ dmesg | grep ound
[ 0.586790] pnp: PnP ACPI: found 15 devices
[ 1.375958] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.730264] isapnp: No Plug & Play device found
[ 1.773998] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.920439] hub 1-0:1.0: USB hub found
[ 3.024520] hub 2-0:1.0: USB hub found
[ 3.128824] hub 3-0:1.0: USB hub found
[ 3.336498] hub 4-0:1.0: USB hub found
[ 3.460235] hub 5-0:1.0: USB hub found
[ 4.427907] usb-storage: device found at 3
[ 14.316423] ACPI: \_SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
[ 15.348997] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[ 15.466231] Yenta: CardBus bridge found at 0000:03:01.0 [1028:0182]
[ 25.059738] ACPI: \_SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
[ 26.207066] apm: BIOS not found.
rajiv@rajiv-laptop:~$

Regards,

Rajiv

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

Hi,

I agree with you that your (driver) installation seems to be broken. I recommend reinstalling Ubuntu 8.10 from a LiveCD session, installing all Ubuntu 8.10 updates via Internet (while pc is connected to router using an ethernet cable), and then installing b43-fwcutter as I explained before.

Your wireless issue should have been resolved by now, as you can see in the links below:

https://answers.launchpad.net/~markrijckenberg/+questions?field.search_text=b43-phy0&field.sort=NEWEST_FIRST&field.sort-empty-marker=1&field.actions.search=Search&field.language=de&field.language=en&field.language=fr&field.language=nl&field.language-empty-marker=1&field.status=SOLVED&field.status-empty-marker=1

Kind regards,

Mark

Revision history for this message
rajiv (tanrajiv) said :
#12

Hi Mark,

I re-installed Ubuntu 8.10 from a LiveCD and got all updates via the Internet. I ran the instructions that you given me. Here is the output.

rajiv@rajiv-laptop:~$ sudo dpkg --configure -a
[sudo] password for rajiv:
rajiv@rajiv-laptop:~$ sudo aptitude install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
The following packages will be REMOVED:
  linux-headers-2.6.27-7{u} linux-headers-2.6.27-7-generic{u}
0 packages upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 52.0MB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 115921 files and directories currently installed.)
Removing linux-headers-2.6.27-7-generic ...
Removing linux-headers-2.6.27-7 ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

rajiv@rajiv-laptop:~$ sudo aptitude update
Get:1 http://security.ubuntu.com intrepid-security Release.gpg [189B]
Ign http://security.ubuntu.com intrepid-security/main Translation-en_US
Hit http://us.archive.ubuntu.com intrepid Release.gpg
Ign http://us.archive.ubuntu.com intrepid/main Translation-en_US
Ign http://security.ubuntu.com intrepid-security/restricted Translation-en_US
Ign http://security.ubuntu.com intrepid-security/universe Translation-en_US
Ign http://security.ubuntu.com intrepid-security/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com intrepid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com intrepid/universe Translation-en_US
Ign http://us.archive.ubuntu.com intrepid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com intrepid-updates Release.gpg
Ign http://us.archive.ubuntu.com intrepid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com intrepid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com intrepid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com intrepid-updates/multiverse Translation-en_US
Get:2 http://security.ubuntu.com intrepid-security Release [51.2kB]
Hit http://us.archive.ubuntu.com intrepid Release
Hit http://us.archive.ubuntu.com intrepid-updates Release
Hit http://us.archive.ubuntu.com intrepid/main Packages
Hit http://us.archive.ubuntu.com intrepid/restricted Packages
Hit http://us.archive.ubuntu.com intrepid/main Sources
Hit http://us.archive.ubuntu.com intrepid/restricted Sources
Hit http://us.archive.ubuntu.com intrepid/universe Packages
Hit http://us.archive.ubuntu.com intrepid/universe Sources
Hit http://us.archive.ubuntu.com intrepid/multiverse Packages
Hit http://us.archive.ubuntu.com intrepid/multiverse Sources
Hit http://us.archive.ubuntu.com intrepid-updates/main Packages
Hit http://us.archive.ubuntu.com intrepid-updates/restricted Packages
Hit http://us.archive.ubuntu.com intrepid-updates/main Sources
Hit http://us.archive.ubuntu.com intrepid-updates/restricted Sources
Hit http://us.archive.ubuntu.com intrepid-updates/universe Packages
Hit http://us.archive.ubuntu.com intrepid-updates/universe Sources
Hit http://us.archive.ubuntu.com intrepid-updates/multiverse Packages
Hit http://us.archive.ubuntu.com intrepid-updates/multiverse Sources
Get:3 http://security.ubuntu.com intrepid-security/main Packages [103kB]
Get:4 http://security.ubuntu.com intrepid-security/restricted Packages [3517B]
Get:5 http://security.ubuntu.com intrepid-security/main Sources [28.7kB]
Get:6 http://security.ubuntu.com intrepid-security/restricted Sources [1154B]
Get:7 http://security.ubuntu.com intrepid-security/universe Packages [46.3kB]
Get:8 http://security.ubuntu.com intrepid-security/universe Sources [7708B]
Get:9 http://security.ubuntu.com intrepid-security/multiverse Packages [6736B]
Get:10 http://security.ubuntu.com intrepid-security/multiverse Sources [1860B]
Fetched 251kB in 3s (66.6kB/s)
Reading package lists... Done

Current status: 1 update [+1].
rajiv@rajiv-laptop:~$ sudo aptitude install b43-fwcutter
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following NEW packages will be installed:
  b43-fwcutter
0 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 16.3kB of archives. After unpacking 102kB will be used.
Writing extended state information... Done
Get:1 http://us.archive.ubuntu.com intrepid/main b43-fwcutter 1:011-4ubuntu1 [16.3kB]
Fetched 16.3kB in 1s (15.2kB/s)
Preconfiguring packages ...
Selecting previously deselected package b43-fwcutter.
(Reading database ... 103001 files and directories currently installed.)
Unpacking b43-fwcutter (from .../b43-fwcutter_1%3a011-4ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Setting up b43-fwcutter (1:011-4ubuntu1) ...
--2009-04-07 22:27:05-- http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
Resolving downloads.openwrt.org... 195.56.146.238
Connecting to downloads.openwrt.org|195.56.146.238|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 652866 (638K) [application/octet-stream]
Saving to: `wl_apsta-3.130.20.0.o'

100%[======================================>] 652,866 46.6K/s in 16s

2009-04-07 22:27:22 (40.1 KB/s) - `wl_apsta-3.130.20.0.o' saved [652866/652866]

--2009-04-07 22:27:22-- http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Resolving mirror2.openwrt.org... 88.198.39.176
Connecting to mirror2.openwrt.org|88.198.39.176|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3888794 (3.7M) [application/x-tar]
Saving to: `broadcom-wl-4.150.10.5.tar.bz2'

100%[======================================>] 3,888,794 70.1K/s in 51s

2009-04-07 22:28:13 (75.0 KB/s) - `broadcom-wl-4.150.10.5.tar.bz2' saved [3888794/3888794]

This file is recognised as:
  ID : FW10
  filename : wl_apsta.o
  version : 295.14
  MD5 : e08665c5c5b66beb9c3b2dd54aa80cb3
Extracting b43legacy/ucode2.fw
Extracting b43legacy/ucode4.fw
Extracting b43legacy/ucode5.fw
Extracting b43legacy/ucode11.fw
Extracting b43legacy/pcm4.fw
Extracting b43legacy/pcm5.fw
Extracting b43legacy/a0g0bsinitvals2.fw
Extracting b43legacy/b0g0bsinitvals5.fw
Extracting b43legacy/a0g0initvals5.fw
Extracting b43legacy/a0g1bsinitvals5.fw
Extracting b43legacy/a0g0initvals2.fw
Extracting b43legacy/a0g1initvals5.fw
Extracting b43legacy/b0g0bsinitvals2.fw
Extracting b43legacy/b0g0initvals5.fw
Extracting b43legacy/b0g0initvals2.fw
Extracting b43legacy/a0g0bsinitvals5.fw
This file is recognised as:
  ID : FW13
  filename : wl_apsta_mimo.o
  version : 410.2160
  MD5 : cb8d70972b885b1f8883b943c0261a3c
Extracting b43/pcm5.fw
Extracting b43/pcm4.fw
Extracting b43/ucode15.fw
Extracting b43/ucode14.fw
Extracting b43/ucode13.fw
Extracting b43/ucode11.fw
Extracting b43/ucode9.fw
Extracting b43/ucode5.fw
Extracting b43/ucode4.fw
Extracting b43/lp0bsinitvals15.fw
Extracting b43/lp0initvals15.fw
Extracting b43/lp0bsinitvals14.fw
Extracting b43/lp0initvals14.fw
Extracting b43/a0g1bsinitvals13.fw
Extracting b43/a0g1initvals13.fw
Extracting b43/b0g0bsinitvals13.fw
Extracting b43/b0g0initvals13.fw
Extracting b43/lp0bsinitvals13.fw
Extracting b43/lp0initvals13.fw
Extracting b43/n0absinitvals11.fw
Extracting b43/n0bsinitvals11.fw
Extracting b43/n0initvals11.fw
Extracting b43/a0g1bsinitvals9.fw
Extracting b43/a0g0bsinitvals9.fw
Extracting b43/a0g1initvals9.fw
Extracting b43/a0g0initvals9.fw
Extracting b43/b0g0bsinitvals9.fw
Extracting b43/b0g0initvals9.fw
Extracting b43/a0g1bsinitvals5.fw
Extracting b43/a0g0bsinitvals5.fw
Extracting b43/a0g1initvals5.fw
Extracting b43/a0g0initvals5.fw
Extracting b43/b0g0bsinitvals5.fw
Extracting b43/b0g0initvals5.fw
Extracting b43/a0g0bsinitvals4.fw
Extracting b43/a0g0initvals4.fw
Extracting b43/b0g0bsinitvals4.fw
Extracting b43/b0g0initvals4.fw

Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

rajiv@rajiv-laptop:~$ sudo aptitude dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following packages will be upgraded:
  libkrb53
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 472kB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://security.ubuntu.com intrepid-security/main libkrb53 1.6.dfsg.4~beta1-3ubuntu0.1 [472kB]
Fetched 472kB in 5s (92.5kB/s)
(Reading database ... 103010 files and directories currently installed.)
Preparing to replace libkrb53 1.6.dfsg.4~beta1-3 (using .../libkrb53_1.6.dfsg.4~beta1-3ubuntu0.1_i386.deb) ...
Unpacking replacement libkrb53 ...
Setting up libkrb53 (1.6.dfsg.4~beta1-3ubuntu0.1) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done

Current status: 0 updates [-1].
rajiv@rajiv-laptop:~$ sudo lshw -C network
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 01
       serial: 00:14:22:ba:0f:d9
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.94 duplex=full firmware=5751-v3.29a ip=192.168.2.198 latency=0 link=yes module=tg3 multicast=yes port=twisted pair speed=100MB/s
  *-network
       description: Network controller
       product: BCM4306 802.11b/g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 3
       bus info: pci@0000:03:03.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=64 module=ssb
  *-network:0 DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 00:03:c9:52:c5:64
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 3
       logical name: pan0
       serial: d2:2c:60:0f:c6:e8
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
rajiv@rajiv-laptop:~$ sudo iwlist scanning
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

pan0 Interface doesn't support scanning.

rajiv@rajiv-laptop:~$ dmesg | grep ound
[ 0.582132] pnp: PnP ACPI: found 15 devices
[ 1.370664] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.725031] isapnp: No Plug & Play device found
[ 1.768443] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.884438] hub 1-0:1.0: USB hub found
[ 2.988519] hub 2-0:1.0: USB hub found
[ 3.100671] hub 3-0:1.0: USB hub found
[ 3.308581] hub 4-0:1.0: USB hub found
[ 3.432176] hub 5-0:1.0: USB hub found
[ 3.666021] ssb: Sonics Silicon Backplane found on PCI device 0000:03:03.0
[ 13.389351] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[ 14.219812] Yenta: CardBus bridge found at 0000:03:01.0 [1028:0182]
[ 15.344612] ACPI: \_SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
[ 16.083159] b43-phy0: Broadcom 4306 WLAN found
[ 21.902360] ACPI: \_SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
[ 23.096249] apm: BIOS not found.
[ 30.332103] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 30.461512] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
rajiv@rajiv-laptop:~$

What the next step?

Rajiv

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

Hi,

Please copy-paste the following 3 commands into the Terminal and then copy-paste the output of the 3 commands here, on this thread:

sudo find / -name "ucode*.fw"
sudo find / -name "ucode*.fw" -print0 | xargs -0 -I cp {} /lib/firmware
ls -lart /lib/firmware

Reboot your pc and retest wireless.

Also verify inside the BIOS if you can change the wifi settings there.
And make sure the wifi is not disabled by a hardware switch on the back or the side of the laptop.

Regards,

Mark

Revision history for this message
rajiv (tanrajiv) said :
#14

Hi Mark,

Here's the output.

rajiv@rajiv-laptop:~$ sudo find / -name "ucode*.fw"
/lib/firmware/b43legacy/ucode5.fw
/lib/firmware/b43legacy/ucode11.fw
/lib/firmware/b43legacy/ucode2.fw
/lib/firmware/b43legacy/ucode4.fw
/lib/firmware/b43/ucode5.fw
/lib/firmware/b43/ucode14.fw
/lib/firmware/b43/ucode13.fw
/lib/firmware/b43/ucode9.fw
/lib/firmware/b43/ucode11.fw
/lib/firmware/b43/ucode15.fw
/lib/firmware/b43/ucode4.fw
rajiv@rajiv-laptop:~$ sudo find / -name "ucode*.fw" -print0 | xargs -0 -I cp {} /lib/firmware
xargs: {}: No such file or directory
rajiv@rajiv-laptop:~$ ls -lart /lib/firmware
total 5748
-rw-r--r-- 1 root root 70612 2008-10-27 01:33 zd1201.fw
-rw-r--r-- 1 root root 62484 2008-10-27 01:33 zd1201-ap.fw
-rw-r--r-- 1 root root 8192 2008-10-27 01:33 v4l-pvrusb2-29xxx-01.fw
-rw-r--r-- 1 root root 8192 2008-10-27 01:33 v4l-pvrusb2-24xxx-01.fw
-rw-r--r-- 1 root root 16382 2008-10-27 01:33 v4l-cx25840.fw
-rw-r--r-- 1 root root 155648 2008-10-27 01:33 v4l-cx2341x-init.mpg
-rw-r--r-- 1 root root 376836 2008-10-27 01:33 v4l-cx2341x-enc.fw
-rw-r--r-- 1 root root 262144 2008-10-27 01:33 v4l-cx2341x-dec.fw
-rw-r--r-- 1 root root 16382 2008-10-27 01:33 v4l-cx23418-dig.fw
-rw-r--r-- 1 root root 158332 2008-10-27 01:33 v4l-cx23418-cpu.fw
-rw-r--r-- 1 root root 141200 2008-10-27 01:33 v4l-cx23418-apu.fw
-rw-r--r-- 1 root root 2048 2008-10-27 01:33 rt73.bin
-rw-r--r-- 1 root root 8192 2008-10-27 01:33 rt2661.bin
-rw-r--r-- 1 root root 8192 2008-10-27 01:33 rt2561s.bin
-rw-r--r-- 1 root root 8192 2008-10-27 01:33 rt2561.bin
-rw-r--r-- 1 root root 206500 2008-10-27 01:33 ql2400_fw.bin
-rw-r--r-- 1 root root 132978 2008-10-27 01:33 ql2322_fw.bin
-rw-r--r-- 1 root root 123170 2008-10-27 01:33 ql2300_fw.bin
-rw-r--r-- 1 root root 84566 2008-10-27 01:33 ql2200_fw.bin
-rw-r--r-- 1 root root 76802 2008-10-27 01:33 ql2100_fw.bin
-rw-r--r-- 1 root root 345008 2008-10-27 01:33 iwlwifi-5000-1.ucode
-rw-r--r-- 1 root root 187672 2008-10-27 01:33 iwlwifi-4965-2.ucode
-rw-r--r-- 1 root root 187608 2008-10-27 01:33 iwlwifi-4965-1.ucode
-rw-r--r-- 1 root root 149652 2008-10-27 01:33 iwlwifi-3945-1.ucode
-rw-r--r-- 1 root root 29468 2008-10-27 01:33 isl3890usb
-rw-r--r-- 1 root root 93996 2008-10-27 01:33 isl3890
-rw-r--r-- 1 root root 30060 2008-10-27 01:33 isl3887usb_bare
-rw-r--r-- 1 root root 29024 2008-10-27 01:33 isl3886
-rw-r--r-- 1 root root 112128 2008-10-27 01:33 isl3877
-rw-r--r-- 1 root root 187836 2008-10-27 01:33 ipw2200-sniffer.fw
-rw-r--r-- 1 root root 185660 2008-10-27 01:33 ipw2200-ibss.fw
-rw-r--r-- 1 root root 191142 2008-10-27 01:33 ipw2200-bss.fw
-rw-r--r-- 1 root root 196458 2008-10-27 01:33 ipw2100-1.3-p.fw
-rw-r--r-- 1 root root 201138 2008-10-27 01:33 ipw2100-1.3-i.fw
-rw-r--r-- 1 root root 209190 2008-10-27 01:33 ipw2100-1.3.fw
-rw-r--r-- 1 root root 8518 2008-10-27 01:33 dvb-usb-wt220u-zl0353-01.fw
-rw-r--r-- 1 root root 12902 2008-10-27 01:33 dvb-usb-wt220u-fc03.fw
-rw-r--r-- 1 root root 8480 2008-10-27 01:33 dvb-usb-wt220u-02.fw
-rw-r--r-- 1 root root 10752 2008-10-27 01:33 dvb-usb-vp7045-01.fw
-rw-r--r-- 1 root root 10752 2008-10-27 01:33 dvb-usb-vp702x-01.fw
-rw-r--r-- 1 root root 4286 2008-10-27 01:33 dvb-usb-umt-010-02.fw
-rw-r--r-- 1 root root 3360 2008-10-27 01:33 dvb-usb-tvwalkert.fw
-rw-r--r-- 1 root root 7431 2008-10-27 01:33 dvb-usb-dtt200u-01.fw
-rw-r--r-- 1 root root 7558 2008-10-27 01:33 dvb-usb-dibusb-6.0.0.8.fw
-rw-r--r-- 1 root root 9180 2008-10-27 01:33 dvb-usb-dibusb-5.0.0.11.fw
-rw-r--r-- 1 root root 34306 2008-10-27 01:33 dvb-usb-dib0700-1.10.fw
-rw-r--r-- 1 root root 9025 2008-10-27 01:33 dvb-usb-bluebird-01.fw
-rw-r--r-- 1 root root 10757 2008-10-27 01:33 dvb-usb-avertv-a800-02.fw
-rw-r--r-- 1 root root 239956 2008-10-27 01:33 dvb-ttpci-01.fw
-rw-r--r-- 1 root root 24478 2008-10-27 01:33 dvb-fe-tda10046.fw
-rw-r--r-- 1 root root 8518 2008-10-27 01:33 dvb-fe-or51211.fw
-rw-r--r-- 1 root root 17532 2008-10-27 01:33 dvb-fe-or51132-vsb.fw
-rw-r--r-- 1 root root 12772 2008-10-27 01:33 dvb-fe-or51132-qam.fw
-rw-r--r-- 1 root root 3245 2008-10-27 01:33 bcm2033-md.bin
-rw-r--r-- 1 root root 114688 2008-10-27 01:33 bcm2033-fw.bin
-rw-r--r-- 1 root root 35228 2008-10-27 01:33 atmel_at76c506-wpa.bin
-rw-r--r-- 1 root root 31824 2008-10-27 01:33 atmel_at76c506.bin
-rw-r--r-- 1 root root 35532 2008-10-27 01:33 atmel_at76c505-rfmd.bin
-rw-r--r-- 1 root root 37000 2008-10-27 01:33 atmel_at76c505-rfmd2958.bin
-rw-r--r-- 1 root root 37009 2008-10-27 01:33 atmel_at76c505a-rfmd2958.bin
-rw-r--r-- 1 root root 35196 2008-10-27 01:33 atmel_at76c504c-wpa.bin
-rw-r--r-- 1 root root 31748 2008-10-27 01:33 atmel_at76c504.bin
-rw-r--r-- 1 root root 39928 2008-10-27 01:33 atmel_at76c504a_2958-wpa.bin
-rw-r--r-- 1 root root 35180 2008-10-27 01:33 atmel_at76c504_2958-wpa.bin
-rw-r--r-- 1 root root 37964 2008-10-27 01:33 atmel_at76c503-rfmd.bin
-rw-r--r-- 1 root root 37804 2008-10-27 01:33 atmel_at76c503-rfmd-acc.bin
-rw-r--r-- 1 root root 35372 2008-10-27 01:33 atmel_at76c503-rfmd-0.90.2-140.bin
-rw-r--r-- 1 root root 28040 2008-10-27 01:33 atmel_at76c503-i3863.bin
-rw-r--r-- 1 root root 28164 2008-10-27 01:33 atmel_at76c503-i3861.bin
-rw-r--r-- 1 root root 35276 2008-10-27 01:33 atmel_at76c502-wpa.bin
-rw-r--r-- 1 root root 35272 2008-10-27 01:33 atmel_at76c502e-wpa.bin
-rw-r--r-- 1 root root 31776 2008-10-27 01:33 atmel_at76c502e.bin
-rw-r--r-- 1 root root 35276 2008-10-27 01:33 atmel_at76c502d-wpa.bin
-rw-r--r-- 1 root root 31764 2008-10-27 01:33 atmel_at76c502d.bin
-rw-r--r-- 1 root root 31764 2008-10-27 01:33 atmel_at76c502.bin
-rw-r--r-- 1 root root 35184 2008-10-27 01:33 atmel_at76c502_3com-wpa.bin
-rw-r--r-- 1 root root 30348 2008-10-27 01:33 atmel_at76c502_3com.bin
-rw-r--r-- 1 root root 22622 2008-10-27 01:33 aic94xx-seq.fw
drwxr-xr-x 2 root root 4096 2008-10-29 19:01 zd1211
drwxr-xr-x 13 root root 4096 2008-10-29 19:01 acx
drwxr-xr-x 16 root root 12288 2009-04-07 20:12 ..
drwxr-xr-x 14 root root 4096 2009-04-07 20:12 2.6.27-11-generic
drwxr-xr-x 14 root root 4096 2009-04-07 20:13 2.6.27-7-generic
drwxr-xr-x 2 root root 4096 2009-04-07 22:28 b43legacy
drwxr-xr-x 2 root root 4096 2009-04-07 22:28 b43
drwxr-xr-x 8 root root 4096 2009-04-07 22:28 .
rajiv@rajiv-laptop:~$

Regards,

Rajiv

Revision history for this message
rajiv (tanrajiv) said :
#15

Hi Mark,

I rebooted the system and the wireless is working now. Thank you for your help and most of all your patience.

Regards,

Rajiv