PDA

View Full Version : [SOLVED] Connecting to wireless internet



al's
March 9th, 2010, 03:33 AM
Hi. I just installed Ubuntu on my computer and have been trying to connect to the internet through it. I am using a Linksys wireless card. My computer doesn't seem to recognize it, though. In the menu it says 'devices not ready' under 'Wireless Networks'. I searched in the Synapsis Package Manager for 'linksys' and 'broadcom' and downloaded a few of the packages, but none of it worked. Can anyone help me out?

bkratz
March 9th, 2010, 03:49 AM
Hi. I just installed Ubuntu on my computer and have been trying to connect to the internet through it. I am using a Linksys wireless card. My computer doesn't seem to recognize it, though. In the menu it says 'devices not ready' under 'Wireless Networks'. I searched in the Synapsis Package Manager for 'linksys' and 'broadcom' and downloaded a few of the packages, but none of it worked. Can anyone help me out?

The first thing to do would be to post the output from the terminal Applications>>Accessories>>Terminal for the following command


lspci | grep Wireless

(that is LSPCI in lowercase W in upper). So that someone familiar with Linksys devices can determine a direction for you to follow.
You can copy/paste the results. If you receive nothing back, try just

lspci

al's
March 9th, 2010, 09:31 PM
07:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)

I typed in lspci | grep Wireless and that's what I got.

mark bower
March 10th, 2010, 08:22 PM
while the assistance of bkratz, coffeecat, chili555 is in valuable in many cases, i still recommend jumping to hardware that just works. admittedly i am using ndiswrapper and PCI wifi cards for transmission improvements.

the Belkin F5D7050 USB has a high probablility of working and i have posted this many, many times, and if you can purchase it but return it if it does not work you have nothing to lose. also, you might want to look at

www.linuxemporium.co.uk re guaranteed hardware.

mark

bkratz
March 10th, 2010, 08:28 PM
07:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)

I typed in lspci | grep Wireless and that's what I got.




Actually you should be able to get it working fairly easily, just see this page for instructions

http://linuxwireless.org/en/users/Drivers/b43#Known_PCI_devices

See the section that starts with

Ubuntu/Debian

About 3/4ths the way down.

al's
March 10th, 2010, 11:15 PM
Actually you should be able to get it working fairly easily, just see this page for instructions

http://linuxwireless.org/en/users/Drivers/b43#Known_PCI_devices

See the section that starts with

Ubuntu/Debian

About 3/4ths the way down.

Thanks so much. That website was very helpful.
For future reference, I downloaded the b43 fwcutter package from the Synaptic Package Manager. used the command:
"sudo apt-get install b43-fwcutter" in Terminal. I had to wait before installing the package.

bkratz
March 10th, 2010, 11:51 PM
Thanks so much. That website was very helpful.
For future reference, I downloaded the b43 fwcutter package from the Synaptic Package Manager. used the command:
"sudo apt-get install b43-fwcutter" in Terminal. I had to wait before installing the package.

Be sure to come back and report on your success.

Also, when you are successful be sure to mark the thread [solved] in the thread tools to help others.