Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rt2570 : problems with connecting to AP (or scanning)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Thu Nov 15, 2007 8:15 pm    Post subject: rt2570 : problems with connecting to AP (or scanning) Reply with quote

Some infos :
Code:
# uname -a
Linux karputer 2.6.21.7 #3 Sun Nov 4 13:53:56 CET 2007 i686 VIA Nehemiah CentaurHauls GNU/Linux


Code:
 net-wireless/rt2570-20070209


wpa_supplicant.conf

Code:
ap_scan=1

network={
        ssid="kazerlan"
        psk="mysecretkey"
        priority=5
}


Code:
 # ls -l /etc/init.d/net*
lrwxrwxrwx 1 root root     6 sep  6 18:14 /etc/init.d/net.eth0 -> net.lo
-rwxr-xr-x 1 root root 30522 sep  6 18:14 /etc/init.d/net.lo
-rwxr-xr-x 1 root root  3046 sep  6 18:14 /etc/init.d/netmount
lrwxrwxrwx 1 root root     6 nov 15 22:09 /etc/init.d/net.rausb0 -> net.lo


Code:

 # iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

sit0      no wireless extensions.

rausb0    RT2500USB WLAN  ESSID:""  Nickname:""
          Mode:Managed  Frequency=2.412 GHz  Bit Rate=11 Mb/s   
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality=0/100  Signal level:-120 dBm  Noise level:56 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0



Code:
 # cat /etc/conf.d/net
config_eth0=( "192.168.1.14/24" )
config_rausb0=( "192.168.1.141/24" )
routes_eth0=(
        "default via 192.168.1.1"
        )

routes_rausb0=(
        "default via 192.168.1.1"
        )

modules=("wpa_supplicant")




Now the problem :
Code:

# /etc/init.d/net.rausb0 start
 * Starting rausb0
 *   Starting wpa_supplicant on rausb0 ...
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported                                    [ ok ]th param 5 value 0x1 -
 *   Starting wpa_cli on rausb0 ...                                                                   [ ok ]
 *     Backgrounding ...



Is it bad doctor?

thanks in advance people.
_________________
Foo.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54839
Location: 56N 3W

PostPosted: Thu Nov 15, 2007 9:02 pm    Post subject: Reply with quote

KaZeR,

Hmm. I didn't realise that net-wireless/rt2570-20070209 would build with a 2.6.21 kernel, or newer.
There have been a lot of kernel changes since February that have broken out of kernel modules.

Your best bet is rt2x00 or rt2x00-9999, which is the CVS version of the driver.
It will be in the 2.6.24 kernel but I can say that in 2.6.24-rc1 and -rc2 its broken.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Thu Nov 15, 2007 9:24 pm    Post subject: Reply with quote

Yes, i've read a post in which you mentionned that (at first i tried it on 2.6.22).
Should i downgrade more? I tried with Z.6.24 but it didn't work neither (didn't even compile iirc)
_________________
Foo.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54839
Location: 56N 3W

PostPosted: Thu Nov 15, 2007 11:11 pm    Post subject: Reply with quote

KaZeR,

The driver is included in the kernel in 2.6.24, so you don't need any out of kernel moules.
Like I said, its broken just now
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Fri Nov 16, 2007 7:15 am    Post subject: Reply with quote

Yes, but in the end it doesn't work :)

(i tried two or three weeks ago, so i don't remember the exact problem)

With 2.6.21, kismet works. Only associating to an AP doesn't.

What should i do?
_________________
Foo.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54839
Location: 56N 3W

PostPosted: Fri Nov 16, 2007 2:27 pm    Post subject: Reply with quote

KaZeR,

Try an older kernel ... you may need to go back as far 2.6.17
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Fri Nov 16, 2007 3:43 pm    Post subject: Reply with quote

Ok thanks, i'll try that and report.

If you have any news about 2.6.24 and this driver, please keep us up to date :)
_________________
Foo.
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Wed Jan 16, 2008 4:30 pm    Post subject: Reply with quote

Update : still no success for me.

Has anyone got further?
_________________
Foo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum