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 2nd April 2008, 02:50 PM
hewlett2002000 Offline
Registered User
 
Join Date: Jun 2007
Posts: 17
presario F500 broadcom wireless.. wont activate.. (solved)

i am trying to get my wireless working. it is a broadcom card but im not sure what model. i got it to see it but it wont activate. im trying to stay away from ndiswrapper. heres a screenshot of what it says when i try to activate.

[IMG][/IMG]

any help is greatly appreciated.
thanks,
John

Last edited by hewlett2002000; 3rd April 2008 at 12:22 PM. Reason: solved
Reply With Quote
  #2  
Old 2nd April 2008, 03:01 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
read this thread
link and see if it helps you.
bill
__________________
Registered Linux User : 361761 Registered Machine (2nd time): 332471
Work is for people who don't know how to fish.......;)
Sometimes the obvious is so well hidden that it boggles the mind.
Reply With Quote
  #3  
Old 2nd April 2008, 03:27 PM
hewlett2002000 Offline
Registered User
 
Join Date: Jun 2007
Posts: 17
got it...

thank you VERY much!!! that did it. i followed the instructions in this link and its working great now.

http://linuxwireless.org/en/users/Dr...devicefirmware

thanks again!!!
John
Reply With Quote
  #4  
Old 2nd April 2008, 03:42 PM
b_martinez Offline
Registered User
 
Join Date: Apr 2005
Location: Pueblo,Colorado
Posts: 724
You're welcome.
Now please edit the title of the post to reflect that your problem is solved. Or ask a moderator to do it for you.
bill
__________________
Registered Linux User : 361761 Registered Machine (2nd time): 332471
Work is for people who don't know how to fish.......;)
Sometimes the obvious is so well hidden that it boggles the mind.
Reply With Quote
  #5  
Old 8th August 2008, 02:25 PM
mdzin Offline
Registered User
 
Join Date: Aug 2008
Posts: 3
Quote:
Originally Posted by b_martinez
You're welcome.
Now please edit the title of the post to reflect that your problem is solved. Or ask a moderator to do it for you.
bill
Hi,

i'm so exited in reading on your success. I'm really new to linux.
My laptop model is same as yours. I had follow the link that you had
posted. I can't understand what it is saying.

Can you help me please?
Reply With Quote
  #6  
Old 8th August 2008, 09:03 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello mdzin

Welcome to the forum.

We really need to determine exactly what type of wireless chipset you have in your card first.

Open a terminal window and in it type:

Code:
/sbin/lspci
tap the enter key and copy and paste back the results. All of them if you need to, but preferably jsut those for 'network' and 'ethernet' devices.

We'll talk some more then.

Last edited by bbfuller; 8th August 2008 at 11:00 PM.
Reply With Quote
  #7  
Old 9th August 2008, 04:43 AM
mdzin Offline
Registered User
 
Join Date: Aug 2008
Posts: 3
Hi bbfuller,

thanks for the response.

Here is the result :-
03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02)

FYI i had the same error msg as attach by hewlett2002000.

Many thks in advanced.
Reply With Quote
  #8  
Old 9th August 2008, 09:41 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello mdzin

The error message as shown in the first post is caused by trying to control the wireless card the wrong way. As you can see from the title bar of the applet, that is "Network Device Control". It lives on the System Menu in the illustration under Administration. There is another application there called 'Network' which will perform the same task and give the same error message.

Those two controllers are no longer the default way for connecting to wireless in F8 and F9. The new default method is something called NetworkManager which lives on the top Gnome Panel just to the left of the clock. For some reason it's not apparent on the picture in Post #1. It runs as a service and will actively prevent the other 'Network' control programs getting a look in.

Once you have the firmware cut then you should be able to left click on NetworkManager and see a list of available wireless networks. Left clicking on yours should prompt for any encryption key.

However, you do need to install the firmware first.

The notes below explain what to do for your card:

Quote:
Download this file and put it into a directory somewhere:

http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2

Acquire full root rights over your machine with this command in a terminal window:

Code:
su -
That's a space and a minus sign after the su. It gives you full root rights over your machine rather than just root rights over your ordinary users environment without it.

Use the cd command to navigate into the directory where you downloaded the above file. Issue the command:

Code:
tar xjf broadcom-wl-4.150.10.5.tar.bz2
That unpacks the file archive you downloaded and will create you a new directory where you are working called 'broadcom-wl-4.150.10.5'.

cd into that and then the 'driver' directory within that and use the command:

Code:
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
That cuts the required firmware for your card from the downloaded file and places it in the correct place for the b43 driver to find it.

Check and see if you have NetworkManager showing on the top Gnome Panel to the right in the notification area. If you have ignore the next part.

Go to the "Gnome System Menu - Administration - Services", tick NetworkManager and NetworkMangerDispatcher, make sure they are started and the settings are saved so they start at next boot.

{The above paragraph is only necessary for Fedora 8 definitely not for Fedora 9}

Restart the machine and left clicking on the NetworkManager icon should bring up a list of wireless access points to connect to.
Be aware that the notes refer to both F8 and F9, the methods differ very slightly towards the end.

If you have trouble with any of that, post back and let me know exactly where the problem is and we'll see what we can do.
Reply With Quote
  #9  
Old 9th August 2008, 05:03 PM
mdzin Offline
Registered User
 
Join Date: Aug 2008
Posts: 3
Thumbs up

Quote:
Originally Posted by bbfuller
Hello mdzin

The error message as shown in the first post is caused by trying to control the wireless card the wrong way. As you can see from the title bar of the applet, that is "Network Device Control". It lives on the System Menu in the illustration under Administration. There is another application there called 'Network' which will perform the same task and give the same error message.

Those two controllers are no longer the default way for connecting to wireless in F8 and F9. The new default method is something called NetworkManager which lives on the top Gnome Panel just to the left of the clock. For some reason it's not apparent on the picture in Post #1. It runs as a service and will actively prevent the other 'Network' control programs getting a look in.

Once you have the firmware cut then you should be able to left click on NetworkManager and see a list of available wireless networks. Left clicking on yours should prompt for any encryption key.

However, you do need to install the firmware first.

The notes below explain what to do for your card:



Be aware that the notes refer to both F8 and F9, the methods differ very slightly towards the end.

If you have trouble with any of that, post back and let me know exactly where the problem is and we'll see what we can do.
Hi bbfuller,

thanks for your kind assistant. It work like a charm now. Base on your instruction, it only took me 10 min to install and make it work.


Thanks again
Reply With Quote
  #10  
Old 9th August 2008, 05:29 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello mdzin

Good news!

If you managed that in ten minutes I forecast you'll do very well with Linux.

See you around the Forum.
Reply With Quote
Reply

Tags
activate, broadcom, f500, presario, 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
compaq presario c300 using broadcom BCM4311, cant connect to wireless internet brewergeek Hardware & Laptops 0 23rd March 2009 12:05 AM
Wireless inactive and wont activate atheros Triremec Hardware & Laptops 18 15th June 2008 05:33 PM
conexant Hd audio in presario F500 is fuzzy sounding... hewlett2002000 Using Fedora 4 3rd April 2008 05:37 PM
FC7 on Compaq F500 Presario Tom Baker Hardware & Laptops 0 19th September 2007 08:02 PM
Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g/Fedora Core 6/Presario V2000 rvs1st Servers & Networking 10 31st January 2007 05:49 AM


Current GMT-time: 19:35 (Tuesday, 21-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