Wireless connection and card problem

Asked by Shaun Burns

I just installed ubuntu and i cant get the wireless card i have or my wireless router to come up. My wireless card is a Internal Pci 802.11g wireless network card: full height. HOw do i get it to work in ubuntu and get the internet up and running. This is a secondary boot program. My main boot is windows vista. Please help me get this to work!?/????

Thank you,
Shaun

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

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 AFTER booting from the harddisk (NOT the flash drive):

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

Regards,

Mark

Revision history for this message
Shaun Burns (shaunsdogs) said :
#2

shaun@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|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 shaun:
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 749kB of archives.
After this operation, 2,114kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid/universe libhd16 16.0-2 [703kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ lucid/universe hwinfo 16.0-2 [46.9kB]
Fetched 749kB in 2s (359kB/s)
Selecting previously deselected package libhd16.
(Reading database ... 144092 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
  *-network
       description: Ethernet interface
       product: 82562V-2 10/100 Network Connection
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eth0
       version: 02
       serial: 00:21:9b:08:5e:c8
       size: 100MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.0.2-k2 duplex=full firmware=1.1-2 ip=192.168.1.10 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: irq:25 memory:fdfc0000-fdfdffff memory:fdfff000-fdffffff ioport:ff00(size=32)
  *-network
       description: Network controller
       product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 1
       bus info: pci@0000:02:01.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=64
       resources: irq:16 memory:fdefc000-fdefdfff
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       logical name: wlan0
       serial: 00:22:15:f9:12:83
       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 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port [8086:29c1] (rev 02)
00:19.0 Ethernet controller [0200]: Intel Corporation 82562V-2 10/100 Network Connection [8086:10c0] (rev 02)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02)
00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801IR (ICH9R) LPC Interface Controller [8086:2916] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller [8086:2920] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
00:1f.5 IDE interface [0101]: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller [8086:2926] (rev 02)
01:00.0 VGA compatible controller [0300]: nVidia Corporation G96 [GeForce 9500 GT] [10de:0640] (rev a1)
02:00.0 FireWire (IEEE 1394) [0c00]: Agere Systems FW322/323 [11c1:5811] (rev 70)
02:01.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
========================================================
                                 system Inspiron 530
/0 bus 0RY007
/0/0 memory 128KiB BIOS
/0/4 processor Intel(R) Pentium(R) Dual CPU E220
/0/4/a memory 32KiB L1 cache
/0/4/b memory 1MiB L2 cache
/0/24 memory 3GiB System Memory
/0/24/0 memory 1GiB DIMM DDR2 Synchronous 800 MHz
/0/24/1 memory 512MiB DIMM DDR2 Synchronous 800 MH
/0/24/2 memory 1GiB DIMM DDR2 Synchronous 800 MHz
/0/24/3 memory 512MiB DIMM DDR2 Synchronous 800 MH
/0/100 bridge 82G33/G31/P35/P31 Express DRAM Cont
/0/100/1 bridge 82G33/G31/P35/P31 Express PCI Expre
/0/100/1/0 display G96 [GeForce 9500 GT]
/0/100/19 eth0 network 82562V-2 10/100 Network Connection
/0/100/1a bus 82801I (ICH9 Family) USB UHCI Contr
/0/100/1a.1 bus 82801I (ICH9 Family) USB UHCI Contr
/0/100/1a.2 bus 82801I (ICH9 Family) USB UHCI Contr
/0/100/1a.7 bus 82801I (ICH9 Family) USB2 EHCI Cont
/0/100/1b multimedia 82801I (ICH9 Family) HD Audio Contr
/0/100/1d bus 82801I (ICH9 Family) USB UHCI Contr
/0/100/1d.1 bus 82801I (ICH9 Family) USB UHCI Contr
/0/100/1d.2 bus 82801I (ICH9 Family) USB UHCI Contr
/0/100/1d.7 bus 82801I (ICH9 Family) USB2 EHCI Cont
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e/0 bus FW322/323
/0/100/1e/1 network BCM4318 [AirForce One 54g] 802.11g
/0/100/1f bridge 82801IR (ICH9R) LPC Interface Contr
/0/100/1f.2 scsi0 storage 82801IR/IO/IH (ICH9R/DO/DH) 4 port
/0/100/1f.2/0 /dev/sda disk 250GB SAMSUNG HD251HJ
/0/100/1f.2/0/1 /dev/sda1 volume 54MiB Windows FAT volume
/0/100/1f.2/0/2 /dev/sda2 volume 10GiB Windows NTFS volume
/0/100/1f.2/0/3 /dev/sda3 volume 222GiB Windows NTFS volume
/0/100/1f.2/1 /dev/cdrom disk DVD+-RW DH-16A6S
/0/100/1f.2/1/0 /dev/cdrom disk
/0/100/1f.3 bus 82801I (ICH9 Family) SMBus Controll
/0/100/1f.5 scsi3 storage 82801I (ICH9 Family) 2 port SATA ID
/0/100/1f.5/0.0.0 /dev/sdb disk 500GB WDC WD5000AAKS-0
/0/100/1f.5/0.0.0/1 /dev/sdb1 volume 465GiB Windows NTFS volume
/1 wlan0 network Wireless interface
Linux ubuntu 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux
[ 0.000000] No NUMA configuration found
[ 0.000000] found SMP MP-table at [ffff8800000f3f00] f3f00
[ 0.000000] No AGP bridge found
[ 0.330303] ACPI: No dock devices found.
[ 0.349306] usbcore: registered new interface driver usbfs
[ 0.349317] usbcore: registered new interface driver hub
[ 0.349342] usbcore: registered new device driver usb
[ 0.360136] Switching to clocksource tsc
[ 0.364036] pnp: PnP ACPI: found 12 devices
[ 0.419780] usb usb1: configuration #1 chosen from 1 choice
[ 0.419818] hub 1-0:1.0: USB hub found
[ 0.439751] usb usb2: configuration #1 chosen from 1 choice
[ 0.439782] hub 2-0:1.0: USB hub found
[ 0.440102] usb usb3: configuration #1 chosen from 1 choice
[ 0.440131] hub 3-0:1.0: USB hub found
[ 0.440348] usb usb4: configuration #1 chosen from 1 choice
[ 0.440376] hub 4-0:1.0: USB hub found
[ 0.440590] usb usb5: configuration #1 chosen from 1 choice
[ 0.440614] hub 5-0:1.0: USB hub found
[ 0.440836] usb usb6: configuration #1 chosen from 1 choice
[ 0.440860] hub 6-0:1.0: USB hub found
[ 0.441065] usb usb7: configuration #1 chosen from 1 choice
[ 0.441089] hub 7-0:1.0: USB hub found
[ 0.441292] usb usb8: configuration #1 chosen from 1 choice
[ 0.441320] hub 8-0:1.0: USB hub found
[ 0.441429] PNP: No PS/2 controller found. Probing ports directly.
[ 0.442442] device-mapper: multipath: version 1.1.0 loaded
[ 0.442444] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.444870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.960132] usb 4-2: new low speed USB device using uhci_hcd and address 2
[ 1.141480] usb 4-2: configuration #1 chosen from 1 choice
[ 1.458745] b43-pci-bridge 0000:02:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.458756] b43-pci-bridge 0000:02:01.0: setting latency timer to 64
[ 1.482420] usbcore: registered new interface driver hiddev
[ 1.482902] usbcore: registered new interface driver usbhid
[ 1.482948] usbhid: v2.6:USB HID core driver
[ 1.501438] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input3
[ 1.501678] logitech 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.1-2/input0
[ 1.533390] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/input/input4
[ 1.533565] logitech 0003:046D:C517.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1a.1-2/input1
[ 1.562501] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:9b:08:5e:c8
[ 1.562504] 0000:00:19.0: eth0: Intel(R) PRO/10/100 Network Connection
[ 1.562528] 0000:00:19.0: eth0: MAC: 7, PHY: 7, PBA No: ffffff-0ff
[ 1.571345] ssb: Sonics Silicon Backplane found on PCI device 0000:02:01.0
[ 9.555292] lp: driver loaded but no devices found
[ 9.645994] dell-wmi: No known WMI GUID found
[ 9.734215] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
[ 9.800118] [drm] nouveau 0000:01:00.0: BIT BIOS found
[ 9.800128] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[ 9.958085] Registered led device: b43-phy0::tx
[ 9.958102] Registered led device: b43-phy0::rx
[ 9.958119] Registered led device: b43-phy0::assoc
[ 9.958135] Registered led device: b43-phy0::radio
[ 9.958212] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
[ 10.335127] Console: switching to colour frame buffer device 210x65
[ 10.802131] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.920287] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[ 10.951688] b43 ssb0:0: firmware: requesting b43-open/ucode5.fw
[ 10.977189] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 10.977194] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 10.977197] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 11.286368] b43 ssb0:0: firmware: requesting b43/ucode5.fw
[ 11.288755] b43 ssb0:0: firmware: requesting b43-open/ucode5.fw
[ 11.309252] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 11.309257] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 11.309260] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 12.272011] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 12.272015] 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 12.272504] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 22.900023] eth0: no IPv6 routers present
[ 902.000061] usb 5-2: new low speed USB device using uhci_hcd and address 2
[ 902.179795] usb 5-2: configuration #1 chosen from 1 choice
[ 902.197456] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.0/input/input6
[ 902.197561] generic-usb 0003:413C:2003.0003: input,hidraw2: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1a.2-2/input0
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

# which ath5k cannot recover. To prevent this condition, stop
blacklist ath_pci
blacklist eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist uart6850
blacklist twl4030_wdt
11: PCI 19.0: 0200 Ethernet controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_8086_10c0
  Unique ID: rBUF.LKdioHWmW20
  SysFS ID: /devices/pci0000:00/0000:00:19.0
  SysFS BusID: 0000:00:19.0
  Hardware Class: network
  Model: "Intel 82562V-2 10/100 Network Connection"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x10c0 "82562V-2 10/100 Network Connection"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x020d
  Revision: 0x02
  Driver: "e1000e"
  Driver Modules: "e1000e"
  Device File: eth0
  Memory Range: 0xfdfc0000-0xfdfdffff (rw,non-prefetchable)
  Memory Range: 0xfdfff000-0xfdffffff (rw,non-prefetchable)
  I/O Ports: 0xff00-0xff1f (rw)
  IRQ: 25 (201625 events)
  HW Address: 00:21:9b:08:5e:c8
  Link detected: yes
  Module Alias: "pci:v00008086d000010C0sv00001028sd0000020Dbc02sc00i00"
  Driver Info #0:
    Driver Status: e1000e is active
    Driver Activation Cmd: "modprobe e1000e"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

28: PCI 201.0: 0282 WLAN controller
  [Created at pci.318]
  UDI: /org/freedesktop/Hal/devices/pci_14e4_4318
  Unique ID: y9sn.70FeiLvWgCB
  Parent ID: 6NW+.two+GgbUMg7
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:02:01.0
  SysFS BusID: 0000:02:01.0
  Hardware Class: network
  Model: "ASUSTeK WL-138G V2 802.11g WLAN PCI Card"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4318 "BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller"
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x100f "WL-138G V2 802.11g WLAN PCI Card"
  Revision: 0x02
  Driver: "b43-pci-bridge"
  Driver Modules: "ssb"
  Device File: wlan0
  Features: WLAN
  Memory Range: 0xfdefc000-0xfdefdfff (rw,non-prefetchable)
  IRQ: 16 (7 events)
  HW Address: 00:22:15:f9:12:83
  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:v000014E4d00004318sv00001043sd0000100Fbc02sc80i00"
  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: #21 (PCI bridge)

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
Module Size Used by
nls_iso8859_1 4633 0
nls_cp437 6351 0
btrfs 477047 0
zlib_deflate 21834 1 btrfs
crc32c 2983 1
libcrc32c 1244 1 btrfs
ufs 73778 0
qnx4 7736 0
hfsplus 77801 0
hfs 47269 0
minix 29315 0
ntfs 97936 0
vfat 10866 0
msdos 7936 0
fat 55350 2 vfat,msdos
jfs 184920 0
xfs 542514 0
exportfs 4202 1 xfs
reiserfs 243895 0
nls_utf8 1421 1
udf 85529 1
crc_itu_t 1715 1 udf
binfmt_misc 7960 1
ppdev 6375 0
fbcon 39270 71
tileblit 2487 1 fbcon
font 8053 1 fbcon
bitblit 5811 1 fbcon
softcursor 1565 1 bitblit
vga16fb 12757 0
vgastate 9857 1 vga16fb
snd_hda_codec_realtek 279040 1
arc4 1473 2
snd_hda_intel 25677 2
snd_hda_codec 85759 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 6924 1 snd_hda_codec
snd_pcm_oss 41394 0
snd_mixer_oss 16299 1 snd_pcm_oss
snd_pcm 87882 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1782 0
snd_seq_oss 31219 0
snd_seq_midi 5829 0
snd_rawmidi 23420 1 snd_seq_midi
snd_seq_midi_event 7267 2 snd_seq_oss,snd_seq_midi
snd_seq 57481 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
nouveau 515227 2
b43 182322 0
snd_timer 23649 2 snd_pcm,snd_seq
snd_seq_device 6888 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ttm 60847 1 nouveau
drm_kms_helper 30742 1 nouveau
snd 71106 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac80211 238448 1 b43
joydev 11072 0
psmouse 64576 0
serio_raw 4918 0
dell_wmi 2177 0
dcdbas 6886 0
cfg80211 148546 2 b43,mac80211
led_class 3764 1 b43
soundcore 8052 1 snd
snd_page_alloc 8500 2 snd_hda_intel,snd_pcm
drm 199204 4 nouveau,ttm,drm_kms_helper
i2c_algo_bit 6024 1 nouveau
lp 9336 0
intel_agp 29095 0
parport 37160 2 ppdev,lp
hid_logitech 8820 0
ff_memless 5109 1 hid_logitech
ohci1394 30260 0
usbhid 41084 1 hid_logitech
hid 83440 2 hid_logitech,usbhid
floppy 63156 0
ieee1394 94771 1 ohci1394
ssb 45092 1 b43
e1000e 136205 0

Revision history for this message
Shaun Burns (shaunsdogs) said :
#3

Hey thank you so much.. I just installed it. Im gonna try to see if it works i just did updates to so i m gonna restart it and try it!

Thank You so Much,
Shaun

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

Hi,

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

The error "b43-phy0 ERROR: Firmware file "b43/ucode5.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 apt-get update
sudo apt-get 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
Shaun Burns (shaunsdogs) said :
#5

Hey thank you,

I just did that and then unpluged the wired connection trying to go to wireless and it didnt work. Could you tell me if theres anything else i have to do? Or the steps to get my wireless router discovered. I did this step u told me twice and it fully worked i will post what it said the second time.

shaun@ubuntu:~$ sudo apt-get update
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid-updates Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://us.archive.ubuntu.com lucid-updates Release
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://us.archive.ubuntu.com lucid-updates/main Sources
Hit http://us.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Packages
Hit http://us.archive.ubuntu.com lucid-updates/universe Sources
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
Reading package lists... Done
shaun@ubuntu:~$ 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 4 not upgraded.
shaun@ubuntu:~$

Thanks, Please let me know asap, Thanks Again
Shaun

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

Please reboot your PC and then resend us the following output again:

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

I need to know all the details AFTER you reboot your PC....

Can you help with this problem?

Provide an answer of your own, or ask Shaun Burns for more information if necessary.

To post a message you must log in.