Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-29-2005, 01:55 PM
|
#1
|
LQ Newbie
Registered: Jul 2005
Location: Texas
Distribution: SimplyMEPIS 3.3.1
Posts: 17
Rep:
|
Wireless card not seen on Ubuntu distro
Hi All,
I just did my first Linux installation. I used the Ubuntu distro and made a dual-boot on a PC also running WinXP Home. It took a couple of tries, but the installation seems to have gone properly with one major problem...
When booted in Linux, my wireless networking card does not show up in the Networking Admin area. My enet card shows up, but it's not connected to anything, so there's no internet connectivity. DHCP also bombed out during the install, presumably since the installer didn't find the wireless card.
I have a home network that goes to the internet through a Linksys WRT54G wireless router.
It's a Linksys 802.11b/g card with a Broadcom 4306 chipset. I've been googling like crazy and would up on this forum. I believe much of my problem has already been asked and answered, so I'd really like to confirm what I've read elsewhere and make sure it's still the case. So, thanks to those of you who read this and take the time to respond.
1. It seems there are no 'native' drivers for this chipset in Linux, so I'm going to have to use the Windows driver.
2. To use this, I'll need to use something called ndiswrapper.
3. I'll also need the Windows drivers, which, since I don't have any internet or network connectivity, I'll need to burn to a CD and then copy to the Linux file system somewhere.
4. Since my card doesn't show in the Networks area in the Admin section I'm wondering if I somehow must 'fix' that before I can install and configure the drivers. The Help section says there's an Add button in there to add a connection, but there's no Add button on mine.
5. I know my ssid, and I don't use WEP or WPA (I know, I'm bad), so that should be no problem.
6. After I do all this, I'll need to re-boot and then hopefully my card will work.
Is this about right, and have I missed any critical steps? I could string an enet cable to the PC if I really needed to, but it would be a big PITA and I'd much rather get the wireless card working without it.
Thanks,
Randy
|
|
|
07-29-2005, 06:18 PM
|
#2
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012
Rep:
|
It looks good. Tips:
Linux can access the Windows partition with at least read mode, so you probably do not have to burn a cd.
Print out the entire Installation page of the NdisWrapper Wiki and follow to the letter. Come back with all Problems.
|
|
|
07-29-2005, 06:27 PM
|
#3
|
LQ Newbie
Registered: Jul 2005
Location: Texas
Distribution: SimplyMEPIS 3.3.1
Posts: 17
Original Poster
Rep:
|
I'll do just that, and thanks.
How do I access the drivers from the Windows partition, or will the Wiki tell me that?
Thanks.
|
|
|
07-29-2005, 06:34 PM
|
#4
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012
Rep:
|
The Wiki is not about accessing your Windows Partition, so it will not have that. Is there something called System or similar to browse /dev/hda1? I think that would be there in Ubuntu.
|
|
|
07-29-2005, 08:04 PM
|
#5
|
Member
Registered: Jun 2005
Posts: 62
Rep:
|
I wrote a short description on how I got my card/adapter to work using ndiswrapper here: http://www.linuxquestions.org/hcl/sh...at=144&page=2.
It's not entirely confusing, but you have to make sure you have the .inf file.
|
|
|
07-30-2005, 09:21 PM
|
#6
|
LQ Newbie
Registered: Jul 2005
Location: Texas
Distribution: SimplyMEPIS 3.3.1
Posts: 17
Original Poster
Rep:
|
Well, I am back.
I am following the instructions at http://www.reallylinux.com/docs/toptip3.shtml to get to the drivers, then http://wiki.linuxquestions.org/wiki/NDIS_Wrapper to use ndiswrapper to install the drivers, and then http://wiki.linuxquestions.org/wiki/Wireless_networking to configure everything.
I'm stuck on the second part. After getting schooled in another forum here on the use of 'sudo', I was able to make a directory to mount my Windows hard drive (very cool).
The next thing to do was to make sure I had ndiswrapper available. When I executed this command:
# find /lib/modules/$(uname -r) -name "*ndiswrapper*"
I got:
/lib/modules/2.6.10-5-386/kernel/drivers/net/ndiswrapper
/lib/modules/2.6.10-5-386/kernel/drivers/net/ndiswrapper/ndiswrapper.ko
which must mean something, but it doesn't mean I'm OK, because the next command I executed was:
# ndiswrapper
which returned:
bash: ndiswrapper: command not found
which is where I am now. I am a long way from certain about this, but it seems that maybe I have the ndiswrapper install file, but the program itself hasn't been installed. Or not. In the wiki there are some instructions on how to install it, but when I tried:
make
make install
after navigating to the directory with ndiswrapper.ko in it I got error messages telling me I hadn't specified targets and other information it needed.
So, I'm stuck, and would certainly appreciate any advice.
And, I'm wondering if I should just stop what I'm doing and buy a good book targeted at People Who Are Very Familiar With Windows and Aren't Completely Stupid But Also Aren't Linux People or something like that.
Thanks,
Randy
|
|
|
07-30-2005, 11:50 PM
|
#7
|
LQ Newbie
Registered: Jul 2005
Location: Texas
Distribution: SimplyMEPIS 3.3.1
Posts: 17
Original Poster
Rep:
|
Update
I think I have the ndiswrapper thing figured out, or at least the installation piece of it. I found something called Synaptics Package Manager, and after some messing about I no longer get errors when I run ndiswrapper. I don't get the drivers installed, either, but I'm making progress.
More later, I'm sure.
|
|
|
07-31-2005, 12:58 AM
|
#8
|
LQ Newbie
Registered: Jul 2005
Location: Texas
Distribution: SimplyMEPIS 3.3.1
Posts: 17
Original Poster
Rep:
|
A new snag.
I got ndiswrapper to run, and found the .inf file for the driver that Windows uses, but when I do
ndiswrapper -l
I'm told that there are no drivers and that the driver I installed in invalid.
Does this mean I have to find a different driver??? The driver I loaded is directly from the Windows partition on the computer, and using that is what I've seen recommended elsewhere...
Thanks,
Randy
|
|
|
07-31-2005, 11:50 AM
|
#9
|
Member
Registered: Jun 2005
Posts: 62
Rep:
|
Yes, it does mean you have to get a different driver. I had the exact same problem, but then I went to the company's website and downloaded the drivers directly from them, and used those. I had no problems after that.
|
|
|
07-31-2005, 02:36 PM
|
#10
|
LQ Newbie
Registered: Jul 2005
Location: Texas
Distribution: SimplyMEPIS 3.3.1
Posts: 17
Original Poster
Rep:
|
I found a way around the whole ndiswrapper thing, at least so far.
I replaced my ubuntu distro with simplymepis 3.3, and thus far it's working beautifully. It found my wireless and configured it right off the bat. I haven't been able to connect to my home network yet, but I do have internet access.
Still lots of things to figure out, but this probably isn't the right forum, unless somebody can give me a hint as to how I make my home network find my new connection.
Thanks to all for their assistance!
|
|
|
All times are GMT -5. The time now is 11:46 AM.
|
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
|
|