LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 03-17-2005, 04:55 AM   #1
dukeinlondon
Member
 
Registered: May 2003
Location: London
Distribution: kubuntu 8.10
Posts: 593
Blog Entries: 1

Rep: Reputation: 30
rt2500 driver included ?


Hi,

Just a quick question.

If you have a minute, can you type as route :


modprobe -v rt2500

If the module is present, then can you let me know the output of

uname -a

I am thinking of changing distro and I am wondering whether one out there would support my card out of the box...
 
Old 03-20-2005, 09:33 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
I know my slack version doesn't because I've just set that card up recently. If you are having problems with the rt driver then try using ndiswrapper 1.0 with a vanila 2.6 kernel. it worked for me.
 
Old 03-21-2005, 02:23 PM   #3
dukeinlondon
Member
 
Registered: May 2003
Location: London
Distribution: kubuntu 8.10
Posts: 593

Original Poster
Blog Entries: 1

Rep: Reputation: 30
It's all sorted and it works really well with native driver (although not the one provided by ralink).
 
Old 03-21-2005, 02:26 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Just out of interest - which one did you try with? The one I got from:
http://rt2x00.serialmonkey.com/

Didn't work. Admitedly I never tried many versions though.
 
Old 03-21-2005, 02:47 PM   #5
dukeinlondon
Member
 
Registered: May 2003
Location: London
Distribution: kubuntu 8.10
Posts: 593

Original Poster
Blog Entries: 1

Rep: Reputation: 30
That's the one I use. I took a CVS snapshot of the rt2500 which compiled without a glitch and loaded without anymore problem. The only hard thing was setting up the rest, well, until I found the right howto for debian.
 
Old 03-21-2005, 03:14 PM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
I might give the snapshot a go if I get time. Not sure why the stable one didn't work, just didn't pick up an AP.
 
Old 03-29-2005, 05:11 AM   #7
E@zyVG
Member
 
Registered: Mar 2005
Location: Moscow, Russia
Distribution: SUSE
Posts: 30

Rep: Reputation: 15
Has anyone setup there Wi-Fi on linux as Access Point.

I got WiFi which was supplied with my Asus A8V Deluxe mobo. It is a Rt2500 PCI based card.
I have successfully installed it and it is working. The problem is how to set it up as Access Point, so I will be able to use internet on my notebook, which is running WinXP, through my Linux desktop. I have a LAN connection to my ISP, and need to setup WiFi basically as a router for my notebook.

On WinXP, which is also installed on my desktop PC, the Asus soft takes care of everything, and once my notebook is connected to desktop, DHCP assings an IP to my notebook.

Have installed the latest kdenetworks3-wireless and wireless-tools.

Here is a basic scheme:

Notebook -> DLink PCMCIA 108.11g ---> (Desktop) Asus RT2500 WiFi (ra0) -> Ethernet (eth0) ---> Internet

Quote:
eth0 Link encap:Ethernet HWaddr 00:11:2F:0F9:16
inet addr:194.154.85.200 Bcast:194.154.85.223 Mask:255.255.255.224
inet6 addr: fe80::211:2fff:fe0f:d916/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1362744 errors:0 dropped:0 overruns:0 frame:0
TX packets:16105 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:113877727 (108.6 Mb) TX bytes:1637885 (1.5 Mb)
Interrupt:177 Memory:fb800000-0

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:330 errors:0 dropped:0 overruns:0 frame:0
TX packets:330 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21516 (21.0 Kb) TX bytes:21516 (21.0 Kb)

ra0 Link encap:Ethernet HWaddr 00:11:2F:10:84:E2
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:2fff:fe10:84e2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:246344 errors:626 dropped:626 overruns:0 carrier:0
collisions:172 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:9936286 (9.4 Mb)
Interrupt:169 Base address:0x8000
a64extreme-vg:/home/vg # iwconfig

Quote:
lo no wireless extensions.

ra0 RT2500 Wireless ESSID:"a64extreme.linux"
Mode:Managed Frequency=2.412 GHz Bit Rate=54 Mb/s
RTS thrff Fragment thrff
Encryption keyff
Link Quality:40 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

eth0 no wireless extensions.

sit0 no wireless extensions.

Hope you got my point on what I am looking for. So, how do I go from here?

Last edited by E@zyVG; 03-29-2005 at 10:23 AM.
 
Old 03-29-2005, 05:12 AM   #8
E@zyVG
Member
 
Registered: Mar 2005
Location: Moscow, Russia
Distribution: SUSE
Posts: 30

Rep: Reputation: 15
I have tried Master Mode (AP in Linux), too.
It is that, only in Managed Mode does my notebook sees my desktop wifi.
Also in Ad-Hoc Mode it doesn't, and it runs at only 11Mbps.

In Managed mode, the notebook, once connected to my desktop WiFi, instead of being assigned 192.168.x.x IP, the 169.254.x.x is assigned. It seems as if DHCP is not assigning an IP to notebook, for which I have allocated IP address of 192.168.0.100-192.168.0.102, when setting up DHCP server on suse box.

I tried manually to assign 192.168.0.100 to my notebook WiFi and also turned firewall off, on both systems, and still no luck.

Something just doesn't seem to work !!!

Last edited by E@zyVG; 03-29-2005 at 10:34 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DISCUSSION: Install rt2500 WLAN driver in Fedora LinuxAnswers Discussion 3 06-04-2006 04:08 AM
CNet CWP-854 and Rt2500 driver objorkum Linux - Hardware 2 02-06-2006 09:16 AM
RT2500 driver problem e-stan Linux - Wireless Networking 1 11-05-2005 07:48 AM
WL-167g Usb driver: rt2500 Problem with ndiswrapper Carroarmato0 Linux - Wireless Networking 3 05-30-2005 03:24 PM
ATi Radeon 9000 Pro and Radeon(flgrx) driver included on Mandrake 10.1 Official St3althcAt Linux - Hardware 1 05-07-2005 08:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 05:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration