![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 2
|
Hi there!
I've been studying earlier postings on problems with wireless network connection using a RaLink RT2500 card and tried doing this Here's what i have in /etc/network/interfaces iface ra0 inet dhcp pre-up iwconfig ra0 essid YOUR-SSID pre-up iwconfig ra0 mode managed pre-up iwpriv ra0 set Channel=11 pre-up iwpriv ra0 set AuthMode=WPATKIP pre-up iwpriv ra0 set EncrypType=AES pre-up iwpriv ra0 set WPATKIP="YOUR-WPA-PSK" pre-up iwpriv ra0 set TxRate=0 On writing sudo ifup - v ra0 I get an error message after the line iwpriv ra0 set AuthMode=WPATKIP: Interface doesn't accept private ioctl.... set (8BE2): Invalid argument Any suggestions? Thanks a lot. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Location: Nottingham, UK
My beans are hidden!
Ubuntu 7.10 Gutsy Gibbon
|
Re: WPA on RaLink RT2500
It seems that you don't always need the command 'set', depending on which driver you have. You could try:
iwpriv rausb0 enc 3 iwconfig rausb0 essid "AP's SSID" iwpriv rausb0 wpapsk 12345678 iwconfig rausb0 essid "AP's SSID" and putting in your SSID and WPA key instead. If you have the source code for the driver, there should be a text file called 'iwpriv_usage.txt' which tells you how to set up WPA. You might also be able to find help on the forum for the driver at http://rt2x00.serialmonkey.com/phpBB2/viewforum.php?f=3 , and you might be able to get it working with the RutilT utility, which you can find at http://cbbk.free.fr/bonrom/ . P.S. I'm trying to get WPA working with the RT2570 driver, which I haven't managed to do yet, including with the RutilT utility, but this is what I've found out so far. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|