| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
By devinmcelheran at 2009-01-28 01:28
|
|
Okay, so this is a lot easier than some make it out to be, absolutely no command line, I can almost guarantee it. The issue, as probably know, is that Ubuntu does not have the license to distribute the proprietary firmware for you Broadcom wireless chipsets. One way to get the firmware is to get something called b43-fwcutter and extract the firmware out of the driver provided by Broadcom. That means you need to do a few things on the command line-which I'm not even good at. Yes, I'm not a linux pro, I'm a newb. Instead of the command line stuff, which is fine if you want to do that, there are files for the firmware as *.deb files, which will install them automatically for you when you double-click them. Administrative power is necessary. There are no dependencies either. The firmware goes to /lib/firmware. As for the drivers, it should already be installed on your system, you just have to enable it by going to "System" -> "Administration" -> "Hardware Drivers". Enable the one that has Broadcom wireless in the name.
First thing you should do is find out your card model. This can be done by running "sudo lspci" in the terminal. This is my example of output for my wireless card:
02:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
Code:
| |
This is what your looking for
If you can't find it, just keep looking, lspci lists all your hardware, so if there's no wireless card in there, chances are, you don't have a wireless card.
Once you've determined your card model, you should know whether you need the bcm43xx firmware, or the b43 firmware. bcm43xx firmware is for the older models, and b43 for the newer. If you are not sure just install both packages, it won't do any harm to your pc, and it won't interfere.
For bcm43xx, get this http://ubuntu.cafuego.net/pool/hardy-cafuego/broadcom/bcm43xx-firmware_1...
For B43, get this http://ubuntu.cafuego.net/pool/hardy-cafuego/broadcom/b43-firmware_1.0-0...
Now, double check, and make sure you have enabled your proprietary driver, and restart your pc. Now, you should have working wireless. I had been trying to get wireless working for the longest time, countless trials, and I got it to work with this, after playing with confusing commands that I had no clue what they were doing, I just did them because that's what the tutorials said to do. But this was easier and faster than any other tutorial I've seen, I hope it helps, and I hope you don't go through what I had to.
|
|
|
|
All times are GMT -5. The time now is 10:34 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|
Thanks again
Worked GREAT! Thanks very much. Like others I have tryed looking all over the NET and nothing worked, till I found this.
Thanks