| 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.
 |
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. |
|
 |
11-18-2004, 11:13 AM
|
#1
|
|
Member
Registered: Jun 2004
Posts: 105
Rep:
|
Ralink rt2500 wirelesscard
Ok, I have a built in Ralink rt2500 wireless card. I'm a linux newb using debian 2.6.8 kernel. I've tried searching for this but between posts starting with "now that I've installed the drivers and setup the card..." or things I don't understand so I thought I'd ask straight up: How do I go from no wireless net to having it? I have a laptop (averatec C3500). I don't really know how to use the wireless config tool nor where to get drivers, nor what to do with them. All help would be appreciated, thanks.
|
|
|
|
11-22-2004, 02:30 PM
|
#2
|
|
Member
Registered: Jun 2004
Posts: 105
Original Poster
Rep:
|
No one? I've tried googling and searching, but what I'm finding is that it's all already beyond the point I'm at...
|
|
|
|
12-14-2004, 11:35 AM
|
#3
|
|
LQ Newbie
Registered: Feb 2004
Posts: 4
Rep:
|
I've one of this wireless card, tomorrow I try to test this card on my Slackware Linux.
I find one wireless card works fine with linux, but in Tourin (Italy), I can't find any.
|
|
|
|
12-14-2004, 08:51 PM
|
#4
|
|
Member
Registered: Sep 2002
Location: Atlanta, GA
Distribution: Linux Mint Gloria, Slackware 12.2
Posts: 165
Rep:
|
Dude, ndiswrapper is your friend. Check out their website. Your computer is listed in their hardware support list, as well as a link to the drivers.
As a sidenote, I have this computer, and the wireless works SWEEET with ndiswrapper. It took me 10 minutes to compile and install. However, bear in mind that you need your kernel sources.
--Akshun J
|
|
|
|
12-14-2004, 10:53 PM
|
#6
|
|
Member
Registered: Sep 2002
Location: Atlanta, GA
Distribution: Linux Mint Gloria, Slackware 12.2
Posts: 165
Rep:
|
Very neat! I did not realize that Ralink finally GPL'd their drivers. Their binaries really sucked, and there was no support for the 2.6 kernel. However, it seems that the rt2500 driver is not yet stable. Ndiswrapper provides a reliable fix, but I certainly look forward to a stable open-source NATIVE driver.
--Akshun J
|
|
|
|
12-15-2004, 07:59 PM
|
#7
|
|
LQ Newbie
Registered: Oct 2004
Posts: 9
Rep:
|
i tried to install my ralink rt2500 wireless on averatec 6130hs official mandrake 10.1, with the windows driver.
so, i installed ndiswrapper via mandrake installation system, then loaded windows drivers, and everything worked till the moment when i tried
modprobe ndiswrapper
that showed me something like:
FATAL: ndiswrapper module cannot be find
then i tried uninstalling ndiswrapper and compiling it from the source.
it couldn't compile even when i linked the modules/build folder with the kernel source folder (ln -s /lib/m etc).
any clues ideas??
thanks a lot
|
|
|
|
12-15-2004, 08:08 PM
|
#8
|
|
Member
Registered: Sep 2002
Location: Atlanta, GA
Distribution: Linux Mint Gloria, Slackware 12.2
Posts: 165
Rep:
|
You sure your kernel sources are installed? And are you sure the build modules that you are linking match the kernel source? I know Mandrake uses multiple kernels, so this could be an issue. Also, when you do an
ndiswrapper -l
(that's a lowercase "L", by the way) what do you see? It should say "driver present, hardware present" along with the chipset name. Anything else and you probably have an old version of ndiswrapper, or are using a wacky version of the driver. The best drivers are the a-link drivers for Win2000. They are linked on the ndiswrapper website under Averatec.
--Akshun J
|
|
|
|
03-03-2005, 07:30 PM
|
#9
|
|
LQ Newbie
Registered: Oct 2004
Distribution: Slackware, Mandrake
Posts: 27
Rep:
|
rt2500 on 2.6.10
I have configured the 2.6.10 kernel, but when i try to insert the rt2500.ko module it gives me the "wrong module format" warning. on the other hand, when i try to compile the module under 2.6.10 I get the folwing warnings (a log file):
make: Entering directory `/usr/src/linux-2.6.10'
CC [M] /usr/src/rt2500/Module/rtmp_main.o
/usr/src/rt2500/Module/rtmp_main.c: In function `RT2500_probe':
/usr/src/rt2500/Module/rtmp_main.c:163: warning: passing arg 1 of `readl' makes pointer from integer without a cast
/usr/src/rt2500/Module/rtmp_main.c:164: warning: passing arg 1 of `readl' makes pointer from integer without a cast
/usr/src/rt2500/Module/rtmp_main.c: In function `RT2500_open':
/usr/src/rt2500/Module/rtmp.h:1087: sorry, unimplemented: inlining failed in call to 'NICDisableInterrupt': function body not available
/usr/src/rt2500/Module/rtmp_main.c:266: sorry, unimplemented: called from here
/usr/src/rt2500/Module/rtmp.h:1090: sorry, unimplemented: inlining failed in call to 'NICEnableInterrupt': function body not available
/usr/src/rt2500/Module/rtmp_main.c:322: sorry, unimplemented: called from here
/usr/src/rt2500/Module/rtmp_main.c: In function `RTMPIsr':
/usr/src/rt2500/Module/rtmp_main.c:465: warning: passing arg 1 of `readl' makes pointer from integer without a cast
/usr/src/rt2500/Module/rtmp_main.c:466: warning: passing arg 2 of `writel' makes pointer from integer without a cast
make[1]: *** [/usr/src/rt2500/Module/rtmp_main.o] Error 1
make: *** [_module_/usr/src/rt2500/Module] Error 2
make: Leaving directory `/usr/src/linux-2.6.10'
can anybody tell me what have i done wrong in the kernel compiling cause on an 2.6.7-12mdk all works fine?
Thanks.
Nick
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:09 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
|
|