Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st September 2009, 12:43 PM
confident Offline
Registered User
 
Join Date: Sep 2009
Posts: 14
windows_xp_2003firefox
Beginner: how to install Broadcom wireless card on Fedora 11?

I chose to change my operating system from Microsoft Xp to Linux and finally chose Fedora to be my new OS.
After Fedora installation I got a problem that I cannot connect to my wireless network I used to using Xp, I think that my wireless card is not installed on Fedora because when I checked in the network configuration I found that the only installed adapter is the Ethernet Realtek for the wired connection.

My OS is Fedora 11.
The CPU Model name is : Intel (R) Core (TM) 2 Duo CPU T8300 @2.40 GHz, so I think that my architecture is x86_64.
My Network controller is : Broadcom Corporation BCM4312 802.11b/g

So please tell me what to do as I am quite new to Linux.
Thanks a lot for your help.
Reply With Quote
  #2  
Old 1st September 2009, 02:22 PM
Simian Man's Avatar
Simian Man Offline
Registered User
 
Join Date: Sep 2008
Location: Tallahassee
Age: 28
Posts: 336
linuxfedorafirefox
If you haven't already done it, add the RPM Fusion repository using the instructions here. This will enable you to install patented and proprietary software including your wireless drivers.

Then install the driver by entering the following in a terminal:
Code:
su -
yum install broadcom-wl
Then restart your computer and you should have wireless.
Reply With Quote
  #3  
Old 1st September 2009, 02:36 PM
confident Offline
Registered User
 
Join Date: Sep 2009
Posts: 14
windows_xp_2003firefox
Thanks a lot for your fast reply, , but is this installation (using the yum install from the terminal ) require to access the internet from linux? as I can only access the internet from windows xp.
Reply With Quote
  #4  
Old 1st September 2009, 04:09 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello confident

Welcome to the forum.

This should get you the broadcom-wl driver if you don't have access to the internet on the Linux machine.


Quote:
If you want to install the broadcom-wl rpm's from rpmfusion without an internet connection then you need to know which kernel you are running.

Code:
uname -a
from a terminal will tell you that. My machine reports:

2.6.29.4-167.fc11.i686.PAE

Go to this site if you have a new install that you have not updated:

http://download1.rpmfusion.org/nonfr...thing/i386/os/

If you have managed to update then you need to go here:

http://download1.rpmfusion.org/nonfr...dates/11/i386/

You will need a file like:

Code:
kmod-wl-2.6.29.4-167.fc11.i686.PAE-5.10.79.10-2.fc11.9.i686.rpm
but that matches your kernel number and architecture, the parts I have highlighted red, and a file like:

Code:
kmod-wl-PAE-5.10.79.10-2.fc11.9.i686.rpm
note how the parts of this file name match the previous file, and finally like:

Code:
broadcom-wl-5.10.79.10-2.fc11.noarch.rpm
that again matches the other two. Don't worry, the architecture for this one is the basic architecture.

Transfer them all to a folder on your linux machine where there are no other rpm files..

In a terminal, acquire full root rights by issuing the command:

Code:
su -
that's a space and a minus sign after the su.

Then use the cd command to change into the folder where you have the three rpm files.

Use the command:

Code:
rpm -ivh *.rpm
to install the three files. By using a wild card they should be able to sort out their interrelated dependencies for themselves.
That should get broadcom-wl installed.

At that stage, NetworkManager in the notification area of the panel to the left of the clock "may" begin to identify wireless networks when you left click on it.

If not, then in the same terminal window as you used above run:

Code:
service NetworkManager restart
Post back if you have any questions or problems.
Reply With Quote
  #5  
Old 1st September 2009, 04:18 PM
Simian Man's Avatar
Simian Man Offline
Registered User
 
Join Date: Sep 2008
Location: Tallahassee
Age: 28
Posts: 336
linuxfedorafirefox
Oh yes that does require internet connection. What you can do is download the packages to a USB stick and then move them to your Fedora install manually. Last I checked, you will need 2 packages:

For 32-bit:
http://download1.rpmfusion.org/nonfr...c11.noarch.rpm

http://download1.rpmfusion.org/nonfr...c11.9.i586.rpm




For 64-bit:
http://download1.rpmfusion.org/nonfr...c11.noarch.rpm

http://download1.rpmfusion.org/nonfr...1.9.x86_64.rpm


Once you have moved them onto your Fedora install, install them with rpm:
Code:
su -
rpm -Uvh *.rpm
Then a reboot should give you working wireless.
Reply With Quote
  #6  
Old 1st September 2009, 06:12 PM
confident Offline
Registered User
 
Join Date: Sep 2009
Posts: 14
linuxfedorafirefox
Thanks a lot Simian Man and bbfuller for your efforts, now I am writing this post with the wireless connection
Reply With Quote
  #7  
Old 2nd September 2009, 03:52 PM
hooloo Offline
Registered User
 
Join Date: Sep 2009
Posts: 1
linuxfedorafirefox
BBfuller and Simian Man,

Thanks for your help.
My XPS 1530 with BCM4312 card can go on HiFi now.

I tried both your method.
After reboot, it is on.

Now, I am going to try my Dell 700m with BCM 4309 card.
I saw some posts by bbfuller on other topics.
But It is still not working.
I will try this one.
Reply With Quote
  #8  
Old 2nd September 2009, 04:19 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello hooloo

Welcome to the forum.

Be aware that there a many different broadcom chipsets and there is no one way that will control all of them.

The broadcom-wl driver mentioned in this thread does not claim to work with the 4309, whereas the b43 driver (which is a completely different driver) does lay cliam to the 4309 chipset.

Which driver have you attempted so far and what happened?
Reply With Quote
  #9  
Old 4th September 2009, 02:17 AM
biggsk's Avatar
biggsk Offline
Registered User
 
Join Date: Aug 2007
Location: The Bay, Florida
Age: 31
Posts: 194
windows_xp_2003firefox
bbfuller,
Thanks! your steps got my Dell Inspiron 1520 wireless up and running!
__________________
Dell Inspirion 1520
Intel® Pentium® Dual-Core Mobile Processor T2370
4GB, DDR2, 667MHz
250GB 5400RPM SATA Hard Drive
Intel Integrated Graphics Media Accelerator 3100
Dell Wireless 1395 802.11g Mini Card

My tech blog(s):
http://blog.biggsenterprises.net

:eek:
Reply With Quote
  #10  
Old 13th September 2009, 04:20 PM
digitalJ Offline
Registered User
 
Join Date: Sep 2009
Posts: 1
windows_vistasafari
Hi
I'm experiencing similar problems to that of the original poster. I've followed the steps suggested above, but without luck.
The files I used are :
  1. broadcom-wl-5.10.79.10-2.fc11.noarch.rpm
  2. kmod-wl-2.6.29.4-167.fc11.i686.PAE-5.10.79.10-2.fc11.9.i686.rpm
  3. kmod-wl-PAE-5.10.79.10-2.fc11.9.i686.rpm

The network icon to the left of the date says there's no connection. When I start the network configuration tool as root and select my wireless(in the network adapters list) and then click on the Activate button, I get an error message saying that the device may not be available. My machine is a dual boot with Win 7 and FC 11. A tool I used(SiSoftware Sandra) in Windows to give me info about the card reports it as :

Quote:
Wireless Adapter 1
Name : Broadcom 802.11g Network Adapter
Network Type : Any
Channel : 1
Physical Type : 802.11g (ERP), 802.11b (HRDSSS)
Authentication : Open, Shared Key, RSNA-802.11i (WPA2-Enterprise), RSNA-PSK (WPA2-Personal), WPA-802.1X (WPA-Enterprise), WPA-PSK (WPA-Personal)
Encryption : WEP n-bit, TKIP, AES-CCMP
Connection State : Connected
Background Scanning : Yes
Auto Configuration Enabled : Yes
What could I be missing?

Jeff
Reply With Quote
  #11  
Old 19th September 2009, 10:11 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello digitalJ

Welcome to the Forum.

If you are still following this thread, are you sure that your card is of the type that the broadcom-wl driver supports. It doesn't support all broadcom chipsets.

If you run:

Code:
/sbin/lspci
and post back the result we can think further about it.
Reply With Quote
  #12  
Old 19th September 2009, 12:40 PM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847
linuxfedorafirefox
For those interested i made a offline rpm for quickly getting the broadcom wireless card working without internet connection.
http://dnmouse.org/broadcom.html
It was made as a quick fix to get online, you can then change the driver etc.. to wl if needed.
Reply With Quote
  #13  
Old 19th September 2009, 09:46 PM
elelab Offline
Registered User
 
Join Date: Aug 2009
Posts: 14
linuxfedorafirefox
hi

my wireless card is BCM4328 802.11a/b/g/n (rev 03) ( lspci outoput )
After installing ndiswrapper_ 1.55 and windows driver, it can associate with wireless router. (output of ifconfig below)
the problem is i can't add a wireless connection using Network Manager (NetworkManager Applet 0.7.1).
So the Firefox shows work offline.

Any solution ?

thanks

[root@test]# ifconfig
Wireless_connec Link encap:Ethernet HWaddr 00:22:4A25:B3
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::223:4dff:feb2:b5a3/64 Scope:Link
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)
Interrupt:17 Memory:f1ffc000-f2000000
Reply With Quote
  #14  
Old 19th September 2009, 09:52 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
windows_xp_2003ie
Quote:
Originally Posted by elelab

After installing ndiswrapper_ 1.55 and windows driver, it can associate with wireless router. (output of ifconfig below)
the problem is i can't add a wireless connection using Network Manager (NetworkManager Applet 0.7.1).
Hello elelab,

That makes it sound like you created a wireless connection the Network Configuration utility (system-config-network). If that is true, then go back in there and edit the wireless connection. Check the box for "Controlled by NetworkManager". Reboot and see if that helps.

Quote:
Originally Posted by elelab

So the Firefox shows work offline.
I think you are connected already. You've got an IP address from the router. Can you ping something on the Internet? Try ping www.google.com in a terminal. That will probably be successful. Sometimes Firefox will start in offline mode. You can change that.

P.S.: I still recommend using NetworkManager if you can. It will make connecting away from home easier.

Last edited by stoat; 19th September 2009 at 10:06 PM.
Reply With Quote
  #15  
Old 20th September 2009, 03:28 AM
elelab Offline
Registered User
 
Join Date: Aug 2009
Posts: 14
linuxfedorafirefox
Hi Stoat,
thanks for your reply. what I tried is below.

1. Check the box for "Controlled by NetworkManager".
Reboot
the wireless connection shows inactive in NetworkManager.
the notification area of NetworkManager Applet 0.7.1 shows disconnected and grey for connection information.

2 unCheck the box for "Controlled by NetworkManager".
manually activate the wireless connection
ping www.google.com was successful.
However, the notification area of NetworkManager Applet 0.7.1 still shows disconnected and grey for connection information.

3. since the notification area shows disconnected, the VPN connection I set up for wired connection is grey.
when firefox start, it shows work offline. I have to uncheck work offline manually, then firefox works.

4. most wanted is to have VPN connected,
even the notification area of NetworkManager Applet 0.7.1 shows disconnected and grey


thanks for any solution.
Reply With Quote
Reply

Tags
beginner, broadcom, card, fedora, install, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Live - Install & Configure Broadcom Wireless Driver vinu_666 Using Fedora 23 1st July 2009 08:21 PM
BCM4310 Broadcom Wireless Network Card Linux Install Dell Inspiron 1525 Obrzut Guides & Solutions (No Questions) 14 31st October 2008 08:32 PM
Broadcom Wireless Card easummy Hardware & Laptops 21 7th September 2008 12:13 AM
Fedora 8 Broadcom wireless card not showing up McRingRing Servers & Networking 1 30th March 2008 10:31 PM
Fedora 7 on hp dv9000 with broadcom wireless card mansour77 Hardware & Laptops 0 26th July 2007 06:21 AM


Current GMT-time: 01:58 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat