Linux - Wireless NetworkingThis 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.
I have RH9 on a P2 450 and a Belkin wireless router and a belkin wireless card the problem is that my RH box isnt recognizing my new card and it wont run the drivers ill check belkins site for new drivers but if anybody has had this problem please let me know thanks
Patrick
The easiest way to find drivers for linux is to type something like "Belkin XXX Card Linux" into google and see what you get. Find out exactly what card you have and odds are there is indeed a driver, even if it is not built-in to RH9. But we really do need to know what card it is to help.
There are 2 chipsets in the belkin wifi card
there is the prism on f5d6020
and the atmel on f5d6020 ver 2 (somtimes called u)
the prism drivers are carried (I think) in the distro's the atmel ones dont seem to be.
you can find them and more info here: http://sourceforge.net/projects/atmelwlandriver/
Recently I was on the Blekin site & noticed that there was drivers for a ver 3 card (I hope you dont have this) as I cant offer you any info on that card
the card is a f5d6001 and i found drivers but they are zipped and winzip wont unzip them it is the ADMtek chipset but i am not sure if drivers will help now that i think about it because when it says checking for new hardware at start up it dont detect it
Last edited by penguinpower77; 01-04-2004 at 09:16 PM..
They should unpack fine in linux, are you sure its zip and not gzip or similar as zip is for the windows platform.
Anyway it wont be found at new hardware detection bcause your pcmcia services havent started yet so there is nothing to find.
look a bit further down it will begin [Cardmgr] just before X kicks in.
Good luck
TBP
Last edited by The Bad Penny; 01-05-2004 at 12:24 AM..
i guess it just didnt show in checking for new hardware like it did with my new mouse oh well and i dont see X i go strait to GNOME I'll look for what you are talkin about
It looks like I do have the version 3 card, it's a F5D6001au, and the only other version number that I can find is on the "Start Here" panflet - P74057au-C.
Has anyone had any luck in finding out the chipset used by version 3?
thanks for that but I've tried with no luck. The only drivers around are for the prism or admtek versions. I've mailed belkin to find out what chipset they are using, I'm going to hold my breath until they respond
Cheers I found the FCC number, NDD9571260303 and looking at the FCC ID search on fcc.org I can see that the card is made by a Taiwanese company called Edimax who call it the EW-7126. You can see from this link that the card is also sold by a lot of other companies:
And you can see from Edimax's user manual that the card actually uses a Realtek 8180 chip. Yeah you can see that written on the largest chip on the card too :/
The Belkin F5D6001au can be used under linux!
As had been determined above, the card is the RTL8180L chipset, but I found the realtek drivers don't recognise it. This is because belkin have put their own vendor and device id's on the card, so the driver's don't see it as a realtek. The solution for this is to modify the drivers, telling them the id's of your card.
The relevant file is r8100_pci_init.c from the realtek drivers.
At line 58, you'll see this section of code with the original id's in it, 10ec and 8180. replace the id's with the one's in this snippet, 1799 and 6001 respectivly:
I could then use the belkin wireless, after fixing up my firewall. It's been performing very well for me since. This method also allows the use of realtek drivers for this card under windows, and I presure it will work for mac os x as well.
I vaguely remember replacing the device ids though, and still had no luck. There were several versions of the realtek driver, some of which I couldn't even get to compile.
Which version of the realtek drivers are you using, and which kernel?
Yes, the versions are very important. The realtek drivers have a pre-compiled core, which as far as I can tell is kernel specific. I used the driver specified as the redhat 9 version, and I had to downgrade the kernel on my computer (currently on fedora) to 2.4.20-8 from redhat 9. I'm currently trying to recompile my kernel to see if it works with the standard 2.4.20 kernel. Trying to use the driver on the fedora kernel (2.4.22), it compiled fine, but gave segmentation faults when trying to insert the module.
I can also verify that this driver can be used to put the belkin card into ap mode, so your linux box can be used as a proper access point. I haven't fully explored how well it works, but I got a link fine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.