LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-20-2011, 02:43 PM   #1
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Rep: Reputation: Disabled
trouble installing wireless Driver


Hi

Installed 11.04 after a Series of Harddrive Problems

HD was Cleared so No XP installed, running ubuntu Only



Compaq Presario C500 – Broadcom 4312 Wireless

Any Idea's Please?

(I'm Posting on Wifes Computer)
 
Old 05-20-2011, 02:51 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

Can you post the output of the following commands? Thanks man!
Code:
lsusb
ifconfig -a
lsmod
The output of those commands will help me narrow down what exact device you have, what all is currently configured for your network devices, and what all modules are currently loaded against your kernel. I don't think it will be very hard getting to work, but I just want to verify the chipset you are using.

Cheers,

Josh
 
1 members found this post helpful.
Old 05-20-2011, 03:18 PM   #3
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks, Typing this out by Hand so may be slow

lsusb
bus 004 device 001:ID 1d6b:0001 linux foundation 1.1 root hub
bus 003
bus 002
bus 001 device 004:ID 1d6b:0002 linux foundation 2.0 root hub
 
Old 05-20-2011, 03:31 PM   #4
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
inconfig -a
ethO Link encap:Ethernet HWaddr 00:16:d4:b7:27:c5
UP BROADCAST MULTICAST MTU:1500 METRIC:1


lo Link encap:local loopback
inet addr:127.0.0.1 MASK:255.0.0.0
inet6 addr:::1/128scope:host
UP BROADCAST MULTICAST MTU:16436 METRIC:1
 
Old 05-20-2011, 05:06 PM   #5
darkduck
Member
 
Registered: Jan 2011
Location: Cyprus
Distribution: Kubuntu, OpenSuSE
Posts: 502

Rep: Reputation: 26
Hi,

I have C300 and Broadcom 4311, so I'm your brother in arms!

http://linuxblog.darkduck.com/2011/0...104-unity.html
Here is my solution for the problem!
 
1 members found this post helpful.
Old 05-20-2011, 05:54 PM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by darkduck View Post
Hi,

I have C300 and Broadcom 4311, so I'm your brother in arms!

http://linuxblog.darkduck.com/2011/0...104-unity.html
Here is my solution for the problem!
That works too
 
Old 05-21-2011, 02:20 PM   #7
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
lsusb
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:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:16:d4:b7:27:c5
inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:d4ff:feb7:27c5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3509 errors:0 dropped:0 overruns:0 frame:0
TX packets:3196 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3855932 (3.8 MB) TX bytes:582715 (582.7 KB)
Interrupt:16 Base address:0x2000

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:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8528 (8.5 KB) TX bytes:8528 (8.5 KB)

lsmod
Module Size Used by
wl 2642531 0
lib80211 14570 1 wl
parport_pc 32111 0
ppdev 12849 0
snd_hda_codec_conexant 43782 1
snd_hda_intel 24140 2
snd_hda_codec 90901 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13274 1 snd_hda_codec
snd_pcm 80244 2 snd_hda_intel,snd_hda_codec
i915 450944 3
snd_seq_midi 13132 0
snd_rawmidi 25269 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
binfmt_misc 13213 1
snd_timer 28659 2 snd_pcm,snd_seq
hp_wmi 13418 0
snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
joydev 17322 0
drm_kms_helper 40745 1 i915
sparse_keymap 13666 1 hp_wmi
drm 180037 4 i915,drm_kms_helper
psmouse 73312 0
snd 55295 13 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,s nd_seq_device
serio_raw 12990 0
i2c_algo_bit 13184 1 i915
video 18951 1 i915
soundcore 12600 1 snd
snd_page_alloc 14073 2 snd_hda_intel,snd_pcm
lp 13349 0
parport 36746 3 parport_pc,ppdev,lp
ahci 21591 2
8139too 23208 0
libahci 25548 1 ahci
8139cp 22497 0
 
Old 05-21-2011, 02:35 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The BCM4312 needs firmware that is not included in a standard Ubuntu installation. You have to install either firmware-b43-installer or firmware-b43-lpphy-installer, according to your hardware. You can find out which type you need with lspci on the command-line, the line regarding the Broadcom device should state if it is the lpphy-version of that device.
 
Old 05-21-2011, 03:17 PM   #9
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
The BCM4312 needs firmware that is not included in a standard Ubuntu installation. You have to install either firmware-b43-installer or firmware-b43-lpphy-installer, according to your hardware. You can find out which type you need with lspci on the command-line, the line regarding the Broadcom device should state if it is the lpphy-version of that device.
Sorry but I'm A complete Noob at this..

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 01)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
06:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
08:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
 
Old 05-21-2011, 03:29 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You seem to have the normal version, so install firmware-b43-installer, either with Synaptic or with
Code:
sudo apt-get install firmware-b43-installer
on the commandline.
 
Old 05-21-2011, 03:50 PM   #11
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Done that and Restarted

Additional Drivers Says

Driver is activated and in use

But still unable to Use
 
Old 05-21-2011, 05:11 PM   #12
darkduck
Member
 
Registered: Jan 2011
Location: Cyprus
Distribution: Kubuntu, OpenSuSE
Posts: 502

Rep: Reputation: 26
The WAIF, have you read my blog post which I already linked above? I had this problem, and I have found a solution.
Step-by-step guide is posted here.
 
1 members found this post helpful.
Old 05-22-2011, 04:09 AM   #13
The WAIF
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by darkduck View Post
The WAIF, have you read my blog post which I already linked above? I had this problem, and I have found a solution.
Step-by-step guide is posted here.
Thank you Very Much.. Job Done

Had to Wait until kids were out to Concentrate
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing wireless driver, Intel pro/wireless 2100 hohosr Linux - Wireless Networking 1 03-17-2010 02:32 AM
trouble installing a wireless driver in ubuntu 9.10 hudsonryde Linux - Hardware 8 02-22-2010 02:17 PM
Trouble with Wireless PCI card - (not the driver) pwd_pwd_omg_pwd Linux - Hardware 16 01-20-2009 09:28 AM
having trouble installing driver john8775 Linux - Hardware 2 10-12-2007 04:22 PM
Trouble installing wireless-tools & trying to install Wireless PCI pragmatic Linux - Wireless Networking 1 06-21-2005 07:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration