BCM4312 802.11b/g (rev 01) wireless card won't work in Ubuntu
hi, my computer wont connect wirelessly to the internet anymore
i have seen this problem already solved on this site and i have tried to copy the repair onto my computer but i am terrible in the terminal
i will post information about my computer (i'm using a landline to connect to the internet now)
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Revision history for this message
|
#1 |
Can you please provide the version of Ubuntu you are using? Thanks!
Revision history for this message
|
#2 |
here is some information i noticed is helpful...
scotty@scotty:~$ sudo iwlist scanning
[sudo] password for scotty:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
scotty@scotty:~$ nm-tool
NetworkManager Tool
State: connected
- Device: eth0 -------
Type: Wired
Driver: r8169
State: connected
Default: yes
HW Address: 00:24:E8:95:2C:03
Capabilities:
Supported: yes
Carrier Detect: yes
Speed: 100 Mb/s
Wired Settings
IPv4 Settings:
Address: 192.168.1.8
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1
DNS: 192.168.1.1
scotty@scotty:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
scotty@scotty:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:24:e8:95:2c:03
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::224:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:422 errors:0 dropped:0 overruns:0 frame:0
TX packets:502 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:276401 (269.9 KB) TX bytes:88462 (86.3 KB)
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:1956 errors:0 dropped:0 overruns:0 frame:0
TX packets:1956 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:98184 (95.8 KB) TX bytes:98184 (95.8 KB)
scotty@scotty:~$ sudo lshw -C network
sudo: lshw: command not found
scotty@scotty:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation System Controller Hub (SCH Poulsbo) [8086:8100] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller [8086:8108] (rev 07)
00:1b.0 Audio device [0403]: Intel Corporation System Controller Hub (SCH Poulsbo) HD Audio Controller [8086:811b] (rev 07)
00:1c.0 PCI bridge [0604]: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 1 [8086:8110] (rev 07)
00:1c.1 PCI bridge [0604]: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 2 [8086:8112] (rev 07)
00:1d.0 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #1 [8086:8114] (rev 07)
00:1d.1 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #2 [8086:8115] (rev 07)
00:1d.2 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #3 [8086:8116] (rev 07)
00:1d.7 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB EHCI #1 [8086:8117] (rev 07)
00:1f.0 ISA bridge [0601]: Intel Corporation System Controller Hub (SCH Poulsbo) LPC Bridge [8086:8119] (rev 07)
00:1f.1 IDE interface [0101]: Intel Corporation System Controller Hub (SCH Poulsbo) IDE Controller [8086:811a] (rev 07)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
03:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
scotty@scotty:~$ lsusb
Bus 004 Device 004: ID 0bda:0158 Realtek Semiconductor Corp.
Bus 004 Device 003: ID 064e:a118 Suyin Corp.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 003: ID 413c:02b0 Dell Computer Corp.
scotty@scotty:~$ uname -a
Linux scotty 2.6.24-24-lpia #1 SMP Wed May 6 17:43:36 UTC 2009 i686 GNU/Linux
scotty@scotty:~$ dmesg | grep ound
[ 0.000000] found SMP MP-table at 000f7df0
[ 10.514182] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 10.780153] No dock devices found.
[ 10.874509] pnp: PnP ACPI: found 10 devices
[ 12.277563] hub 1-0:1.0: USB hub found
[ 12.381312] hub 2-0:1.0: USB hub found
[ 12.485181] hub 3-0:1.0: USB hub found
[ 15.965705] hub 4-0:1.0: USB hub found
[ 17.182583] usb-storage: device found at 4
[ 37.590691] ALSA /build/
[ 38.596660] ALSA /build/
scotty@scotty:~$ dmesg | grep illswitch
scotty@scotty:~$ dmesg | grep illswitch
Revision history for this message
|
#3 |
it appears that the wireless option is not even being recongized at all in the ifconfig or iwconfig which has me quite worried
Revision history for this message
|
#4 |
i'm using hardy heron on a dell mini inspiron 1210
Revision history for this message
|
#5 |
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-
Step 2: Please copy-paste the following command from the https:/
sudo lshw -C network; sudo iwlist scanning; cat /etc/network/
Step 3: Please post results (copy/paste terminal output) on this thread
Regards,
Mark
Revision history for this message
|
#6 |
scotty@scotty:~$ sudo lshw -C network; sudo iwlist scanning; cat /etc/network/
[sudo] password for scotty:
sudo: lshw: command not found
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
auto lo
iface lo inet loopback
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
00:00.0 Host bridge [0600]: Intel Corporation System Controller Hub (SCH Poulsbo) [8086:8100] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller [8086:8108] (rev 07)
00:1b.0 Audio device [0403]: Intel Corporation System Controller Hub (SCH Poulsbo) HD Audio Controller [8086:811b] (rev 07)
00:1c.0 PCI bridge [0604]: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 1 [8086:8110] (rev 07)
00:1c.1 PCI bridge [0604]: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 2 [8086:8112] (rev 07)
00:1d.0 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #1 [8086:8114] (rev 07)
00:1d.1 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #2 [8086:8115] (rev 07)
00:1d.2 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #3 [8086:8116] (rev 07)
00:1d.7 USB Controller [0c03]: Intel Corporation System Controller Hub (SCH Poulsbo) USB EHCI #1 [8086:8117] (rev 07)
00:1f.0 ISA bridge [0601]: Intel Corporation System Controller Hub (SCH Poulsbo) LPC Bridge [8086:8119] (rev 07)
00:1f.1 IDE interface [0101]: Intel Corporation System Controller Hub (SCH Poulsbo) IDE Controller [8086:811a] (rev 07)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
03:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
Bus 004 Device 004: ID 0bda:0158 Realtek Semiconductor Corp.
Bus 004 Device 003: ID 064e:a118 Suyin Corp.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 003: ID 413c:02b0 Dell Computer Corp.
Linux scotty 2.6.24-24-lpia #1 SMP Wed May 6 17:43:36 UTC 2009 i686 GNU/Linux
[ 0.000000] found SMP MP-table at 000f7df0
[ 10.514182] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 10.780153] No dock devices found.
[ 10.874509] pnp: PnP ACPI: found 10 devices
[ 12.277563] hub 1-0:1.0: USB hub found
[ 12.381312] hub 2-0:1.0: USB hub found
[ 12.485181] hub 3-0:1.0: USB hub found
[ 15.965705] hub 4-0:1.0: USB hub found
[ 17.182583] usb-storage: device found at 4
[ 37.590691] ALSA /build/
[ 38.596660] ALSA /build/
lo no wireless extensions.
eth0 no wireless extensions.
Ignoring unknown interface eth0=eth0.
scotty@scotty:~$
Revision history for this message
|
#7 |
It is definitely strange that the command lshw does not work on your pc. I checked and you did copy-paste the command correctly. This issue may point to a broken Ubuntu install.
Try installing the Ubuntu 9.04 NetBook Remix Image to a USB stick, then boot from the USB stick and send us the output of the following commands during the LiveUSB session:
sudo lshw -C network; sudo iwlist scanning; cat /etc/network/
See if you can get the command lshw to work in the LiveUSB session.
Here are the installation instructions:
http://
I hope this advice will help.
Revision history for this message
|
#8 |
so i dont have a flash drive at the moment, but was thinking would it be worth while to try to upgrade to intrepid ibex, or jaunty jackalope
or try to do a complete install of the programs instead? i dont care if i lose all my data.
i tried to run my update manager and the following message came up:
W: GPG error: http://
and i have tried to upgrade my system before and the directions are insanely easy but when i open up the software sources, under the updates tab, i dont have an option for release upgrades which is weird
the only thing i see is a part about automatic updates
Revision history for this message
|
#9 |
here is my third party software and authentication
http://
http://
http://
http://
http://
http://
http://
http://
and authentication
ubuntu archive automatic signing key
ubuntu CD image automatic signing key
canonical archive automatic signing key
launchpad ppa for awn testing team
launchpad ppa for banshee team
Revision history for this message
|
#10 |
First try this procedure:
http://
If that one does not work, try this one instead:
Can you help with this problem?
Provide an answer of your own, or ask james for more information if necessary.