LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-10-2006, 12:07 PM   #1
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Rep: Reputation: 16
Wireless installed - But not working!


I have done lots of searching and have found lots of useful threads, and after finnaly getting the drivers for my wireless card setup, the device appears in the hardware browser as RaLink RaLink RT2500 802.11 (Device is actually a belkin F5D7000) but i am not able to find it in the network configuration tab! my other 2 wired NIC's are there but not my wireless! if I try to add a new one, the Ralink is nowhere to be found...

lspci shows:
03:04.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference Card (rev 01)

more info-
disto: Fedora Core 4
installed: dev/eth2
driver: rt2500pci

could anyone please aid me in getting it working... Thanks!
 
Old 02-10-2006, 05:32 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Does it show up with
iwconfig ?
also it needs to be ra0 and not eth2
this may help;
http://rt2x00.serialmonkey.com/fc3ho...rt2400_FC3.htm
just change rt2400 to rt2500
some more help;
http://www.linuxquestions.org/linux/...iver_in_Fedora

Last edited by comprookie2000; 02-10-2006 at 05:39 PM.
 
Old 02-11-2006, 06:24 AM   #3
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Original Poster
Rep: Reputation: 16
iwconfig shows

Code:
eth2      IEEE 802.11bg  ESSID:off/any
          Mode:Auto  Frequency:2.412 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate:54 Mb/s   Tx-Power:off   Sensitivity=10/0
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality:0  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
Have read through the provided links, and am currently following the guidlines for the setup... will let you know how it goes!
 
Old 02-11-2006, 08:26 AM   #4
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Original Poster
Rep: Reputation: 16
ok, so the device is now know as wlan0 (still not ra0... but getting there)
however, something new has appeared when i access the network configuration tab! when i go to add new wireless device, rt2500 wlan0 is found! i punch in all my wireless settings and activate the wlan0 ... then:

Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.

edit: i have just noticed two enteries in the modprobe.conf for the rt2500:

alias ra0 rt2500
alias wlan0 rt2500

but removing the "alias wlan0 rt2500" simply removes the option of adding a new wireless device in the network configuration tab!
please help... i've gpt a sneaky suspiscion that this darn thing is almost up and running!

Last edited by ruddyrum; 02-11-2006 at 08:52 AM.
 
Old 02-11-2006, 10:03 AM   #5
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Once you remove alias wlan0 rt2500
In one of those tabs start ra0 at boot
then reboot
then post iwconfig
You may be connected if not
if ra0 show's up you can try to connect manually
Code:
iwconfig ra0 mode Managed
iwconfig ra0 key 16284a2b28882c5554514d9999 <<--- you may not need this
ifconfig ra0 192.168.1.2 broadcast 192.168.1.255 netmask 255.255.255.0 up <-- for static address
dhclient ra0 << for dhcp
How is your setup
 
Old 02-11-2006, 10:24 AM   #6
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Original Poster
Rep: Reputation: 16
after removing wlan0....

Code:
ra0       RT2500 Wireless  ESSID:""
          Mode:Managed  Frequency=2.412 GHz  Bit Rate:1 Mb/s
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality=0/100  Signal level=-120 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
have selected activate on boot & will reboot now.. see what happens!
will post update
 
Old 02-11-2006, 10:33 AM   #7
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
To Comprookie2000

Since you seem to know more about final troubleshooting than me, I wonder if you would take a look thru this thread:

http://www.linuxquestions.org/questi...d.php?t=413804

It's the same card on Debian. I helped get the drivers installed, but at the very end I ran into the place where all I could say was, 'Keep messing with it, it should work.'
 
Old 02-11-2006, 10:39 AM   #8
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Original Poster
Rep: Reputation: 16
ok, so activate on boot is not good... as the system is booting it locks up! the last entry in system details is the same error as when i activate the connection through the network configuration!
"Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument"

This is driving me mad...!

edit: above you mentioned:

Code:
iwconfig ra0 key 16284a2b28882c5554514d9999
surley that is your own wep encryption key, and not mine?

Last edited by ruddyrum; 02-11-2006 at 10:42 AM.
 
Old 02-11-2006, 03:21 PM   #9
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Original Poster
Rep: Reputation: 16
YAY!!! my wireless works now....

However, it is only functional if i turn encryption off! was wondering why i cant use any encryption, and if anyone else has had similar problems, or if anyone could give us a hand!

Thanks!
 
Old 02-11-2006, 08:44 PM   #10
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
What form of encryption do you use?

I use 128bit WEP with an ASCII key so I put "s:" before the key. I also use an open as opposed to a shared key.

So I use:
Code:
iwconfig wlan0 key open s:mykeyhere
 
Old 02-12-2006, 04:26 AM   #11
ruddyrum
Member
 
Registered: Aug 2005
Distribution: Fedora Core 4
Posts: 37

Original Poster
Rep: Reputation: 16
i use a 128bit WEP aswell... my router does not give me the option as to wether it's an open or a shared key, so im assuming its open!

I also occasionaly downgrade the encryption to 64bit WEP as sometimes there is a temporary device on the network that can only handle a 64bit WEP key; would i go about that in the same manner?

does "iwconfig wlan0 key open s:mykeyhere" store the key perminantly or is that something i need to enter every new session.... sorry for all the questions, but i am unable to try this out now, as i am currently working in windows!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
2 wireless routers, 2 wireless devices installed joltz Linux - Wireless Networking 1 11-16-2005 04:51 AM
wireless drivers installed but still not working! ELconkestador Linux - Hardware 15 01-25-2005 09:12 AM
Please anyone help me!!! I installed GD I think? Its not working lexington Linux - Newbie 1 04-14-2004 06:23 PM
Just installed Slack 9 need wireless help termite Linux - Laptop and Netbook 1 09-27-2003 08:29 AM
HELP :/ Installed 8.1 Phoebe and no wireless hydro Linux - Newbie 1 03-08-2003 05:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:03 PM.

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