BCM4312 802.11b/g [14e4:4315] (rev 01) wireless card not working in Ubuntu

Asked by jsatur

I am new to ubuntu and have Hardy 8.04. I cannot connect wirelessly, there is no device manager on here, though I followed the insructions on how to get there, it's just not there. I have called the company that I got this laptop from and they would not support this OS they push so hard to get out to it's customers.

I need to know how to connect to a wireless network. All I know about my wireless connection is that it says that the IP address for lo is 127.0.0.1 which is a loopback. It will not get out of that. It will not detect my network or any other for that matter. Can anyone help me on this? Thanks

 jsatur@jsatur:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11 Nickname:""
          Access Point: Not-Associated

jsatur@jsatur:~$

jsatur@jsatur:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:70:e3:33:be
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:2453940257 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)
          Interrupt:220 Base address:0x6000

eth1 Link encap:Ethernet HWaddr 00:23:08:5e:31:f0
          inet6 addr: fe80::223:8ff:fe5e:31f0/64 Scope:Link
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:959
          TX packets:24 errors:10 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2712 (2.6 KB) TX bytes:3480 (3.3 KB)
          Interrupt:16

eth1:avahi Link encap:Ethernet HWaddr 00:23:08:5e:31:f0
          inet addr:169.254.6.194 Bcast:169.254.255.255 Mask:255.255.0.0
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          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:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:416 (416.0 B) TX bytes:416 (416.0 B)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
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 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 iwlist scanning
nm-tool
iwconfig
ifconfig
sudo lshw -C network
lspci -nn
lsusb
uname -a
dmesg | grep ound
dmesg | grep illswitch

Step 3: Post results (cut/paste terminal output from each command) here

Regards,

Mark

Revision history for this message
jsatur (jsatur) said :
#2

Here is everything:

jsatur@jsatur:~$ sudo iwlist scanning
sudo: unable to resolve host jsatur
[sudo] password for jsatur:
Sorry, try again.
[sudo] password for jsatur:
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

eth1 Scan completed :
          Cell 01 - Address: 00:1D:60:CF:FF:3D
                    ESSID:"Gamer"
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:1/5 Signal level:-82 dBm Noise level:-12 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
          Cell 02 - Address: 00:1E:E5:F0:D2:0F
                    ESSID:"The Poodle Network"
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:5/5 Signal level:-39 dBm Noise level:-12 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 12 Mb/s
                              24 Mb/s; 48 Mb/s
          Cell 03 - Address: 00:21:29:B5:71:CF
                    ESSID:"DaBears"
                    Mode:Managed
                    Frequency:2.437 GHz (Channel 6)
                    Quality:1/5 Signal level:-85 dBm Noise level:-15 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s

jsatur@jsatur:~$ nm-tool

NetworkManager Tool

State: connected

- Device: eth0 ----------------------------------------------------------------
  NM Path: /org/freedesktop/NetworkManager/Devices/eth0
  Type: Wired
  Driver: r8169
  Active: yes
  HW Address: 00:21:70:E3:33:BE

  Capabilities:
    Supported: yes
    Carrier Detect: yes
    Speed: 100 Mb/s

  Wired Settings
    Hardware Link: yes

  IP Settings:
    IP Address: 192.168.1.103
    Subnet Mask: 255.255.255.0
    Broadcast: 192.168.1.255
    Gateway: 192.168.1.1
    Primary DNS: 68.87.74.162
    Secondary DNS: 68.87.68.162

jsatur@jsatur:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11 Nickname:""
          Access Point: Not-Associated

jsatur@jsatur:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:70:e3:33:be
          inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
          inet6 addr: fe80::221:70ff:fee3:33be/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1484 errors:0 dropped:2228061350 overruns:0 frame:0
          TX packets:1659 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1310590 (1.2 MB) TX bytes:312534 (305.2 KB)
          Interrupt:220 Base address:0x6000

eth1 Link encap:Ethernet HWaddr 00:23:08:5e:31:f0
          inet6 addr: fe80::223:8ff:fe5e:31f0/64 Scope:Link
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:100 errors:0 dropped:0 overruns:0 frame:7814
          TX packets:100 errors:9 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:11300 (11.0 KB) TX bytes:14500 (14.1 KB)
          Interrupt:16

eth1:avahi Link encap:Ethernet HWaddr 00:23:08:5e:31:f0
          inet addr:169.254.6.194 Bcast:169.254.255.255 Mask:255.255.0.0
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          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:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

jsatur@jsatur:~$ sudo lshw -C network
sudo: unable to resolve host jsatur
Framebuffer devices
  *-network
       description: Wireless interface
       product: BCM4312 802.11b/g
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth1
       version: 01
       serial: 00:23:08:5e:31:f0
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl latency=0 module=wl multicast=yes wireless=IEEE 802.11bg
  *-network
       description: Ethernet interface
       product: RTL8101E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: eth0
       version: 02
       serial: 00:21:70:e3:33:be
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.2LK duplex=full ip=192.168.1.103 latency=0 link=yes module=r8169 multicast=yes port=twisted pair speed=100MB/s
jsatur@jsatur:~$
jsatur@jsatur:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express Memory Controller Hub [8086:27ac] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 [8086:27d2] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 02)
02:00.0 System peripheral [0880]: JMicron Technologies, Inc. Unknown device [197b:2382]
02:00.2 SD Host controller [0805]: JMicron Technologies, Inc. Unknown device [197b:2381]
02:00.3 System peripheral [0880]: JMicron Technologies, Inc. Unknown device [197b:2383]
03:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
jsatur@jsatur:~$ lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 005 Device 002: ID 064e:a118 Suyin Corp.
jsatur@jsatur:~$ uname -a
Linux jsatur 2.6.24-19-lpia #1 SMP Mon Nov 3 15:25:26 UTC 2008 i686 GNU/Linux
jsatur@jsatur:~$ dmesg | grep ound
[ 0.000000] found SMP MP-table at 000f7fa0
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 9.216524] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 9.485911] No dock devices found.
[ 9.648192] pnp: PnP ACPI: found 11 devices
[ 10.217466] assign_interrupt_mode Found MSI capability
[ 10.217807] assign_interrupt_mode Found MSI capability
[ 10.218132] assign_interrupt_mode Found MSI capability
[ 10.722077] hub 1-0:1.0: USB hub found
[ 10.823299] hub 2-0:1.0: USB hub found
[ 10.927180] hub 3-0:1.0: USB hub found
[ 11.031091] hub 4-0:1.0: USB hub found
[ 12.313945] sdhci: SDHCI controller found at 0000:02:00.2 [197b:2381] (rev 0)
[ 12.725215] hub 5-0:1.0: USB hub found
[ 20.126698] iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x1060)
[ 39.968892] uvcvideo: Found UVC 1.00 device Integrated Webcam (064e:a118)
jsatur@jsatur:~$ dmesg | grep illswitch
jsatur@jsatur:~$

_________________________________________________________________
Windows Live™ Hotmail®:…more than just e-mail.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t2_hm_justgotbetter_explore_022009

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

Hi,

The sudo iwlist scanning output indicates that your wireless card is able to find active wireless networks.

You should have the NetworkManager icon in the top right corner of the Ubuntu desktop.

The following link shows a screen of NetworkManager:

http://en.wikipedia.org/wiki/Networkmanager

Right click on the NetworkManager and select your wireless network in there. You might need to edit connections, then choose the eth1 wireless adapter and then select the wireless network.

Please let us know how it goes.

If you cannot see the NetworkManager in the top right corner, you can open a Terminal and enter the following command to manually start it:

nm-applet

Regards,

Mark

Revision history for this message
jsatur (jsatur) said :
#4

The problem is it will not connect to any networks and does not pull up any networks to connect to. I run the utility as it says to, but it does not connect. I finally decided to return the machine because now half the applications no longer open on it and i have only had this machine for two days. Thanks you for you help on this. I am returning it because the company that sold it to me will not help me with the problems. I am going back to XP as I do not speak DOS, LoL.

Thanks

Jennifer

> To: <email address hidden>
> From: <email address hidden>
> Subject: RE: [Question #62154]: Cannot connect wirelessly with ubuntu 8.04
> Date: Tue, 24 Feb 2009 23:45:40 +0000
>
> Your question #62154 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/62154
>
> Status: Open => Answered
>
> Mark Rijckenberg proposed the following answer:
> Hi,
>
> The sudo iwlist scanning output indicates that your wireless card is
> able to find active wireless networks.
>
> You should have the NetworkManager icon in the top right corner of the
> Ubuntu desktop.
>
> The following link shows a screen of NetworkManager:
>
> http://en.wikipedia.org/wiki/Networkmanager
>
> Right click on the NetworkManager and select your wireless network in
> there. You might need to edit connections, then choose the eth1 wireless
> adapter and then select the wireless network.
>
> Please let us know how it goes.
>
> If you cannot see the NetworkManager in the top right corner, you can
> open a Terminal and enter the following command to manually start it:
>
> nm-applet
>
> Regards,
>
> Mark
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/62154/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/62154
>
> You received this question notification because you are a direct
> subscriber of the question.

_________________________________________________________________
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Same_022009

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

Hi,

If no further help is required from the Ubuntu community, can you set this thread to "solved" ?

Regards and thanks in advance,

Mark

Revision history for this message
jsatur (jsatur) said :
#6

Thanks Mark Rijckenberg, that solved my question.

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

Hi,

In case someone else has issues with the same wireless chipset (BCM4312 802.11b/g [14e4:4315] (rev 01) ), then I advise following this installation procedure:

Boot your laptop and enter BIOS setup utility: choose option "load default values".

Insert the Ubuntu 8.10 LiveCD. Boot from this CD and install Ubuntu 8.10 onto your harddisk using the LiveCD session.

After installation, reboot into the installed Ubuntu 8.10 system.

Download the following drivers:

http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32-v5_10_27_14.tar.gz

which come from this site:

http://www.broadcom.com/support/802.11/linux_sta.php

Follow these build and installation instructions carefully:

http://www.broadcom.com/docs/linux_sta/README.txt

In a terminal, type : sudo gedit /etc/modules

Add the following line to the end of the modules file

wl

sudo gedit /etc/modprobe.d/blacklist

Add the following lines to the end of the blacklist file

blacklist b43
blacklist bcm43xx
blacklist b43legacy
blacklist ndiswrapper

Reboot and then test wireless.

Regards,

Mark