The wifi crusade.
Fathi BOUDRA
fboudra at free.fr
Sat Apr 1 18:13:39 UTC 2006
Le Samedi 1 Avril 2006 15:00, tchize a écrit :
> Hello,
hi
> Kubuntu installation: Drivers is recognized immediatly by kernel
> (rt2500 card) and loaded (great!). I go to kde network config panel
> and .. Outh, forgot that panel is not working in breezy badger, so i
> go to the net, find some tutorial and go by hand in
> /etc/network/interface.
>
> I add this:
>
> iface ra0 inet dhcp
> pre-up iwconfig ra0 essid Ayato
> pre-up iwconfig ra0 mode Managed
> pre-up iwpriv ra0 set Channel=8
> pre-up iwpriv ra0 set AuthMode=WPAPSK
> pre-up iwpriv ra0 set EncrypType=TKIP
> pre-up iwpriv ra0 set WPAPSK="<my key>"
> pre-up iwpriv ra0 set TxRate=0
>
> Parameters AuthMode, WPAPSK, TKIP and the key is exactly the same i
> used under window
>
You didn't searched at the right place :)
i find on the wiki :
https://wiki.ubuntu.com/WifiDocs/RalinkRT2500
my fast analyze :
* "set" commands seems deprecated
* the only time you need to use iwpriv is to set the 3 parameters required for
WPA (AuthMode, EncrypType, WPAPSK)
* before set anything in interface, try commands manually
your config must be something like :
iwconfig ra0 essid "Ayato"
iwconfig ra0 mode Managed
then re-write this part with new iwpriv syntax or at least valid it manually:
iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=TKIP
iwpriv ra0 set WPAPSK="<my key>"
cheers,
Fathi
Fin du message encapsulé
More information about the ubuntu-users
mailing list