You are not logged in.

#1 2006-10-04 16:30:53

Pilli
Member
Registered: 2004-09-01
Posts: 46

Conceptronic C54Ri and WPA

Hello.

I've a Conceptronic C54Ri wireless card. The driver is rt61.
I follow the guide from the wiki to install ndiswrapper and wpa.
Installation process is correct but when system start the wireless don't works.

iwconfig out is:

lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:off/any
          Mode:Auto  Frequency:2.462 GHz  Access Point: Not-Associated
          Bit Rate:54 Mb/s   Tx-Power:20 dBm   Sensitivity=-121 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Power Management: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

sit0      no wireless extensions.

if i run wpa_supplicant in command line the results are:

wpa_supplicant -c /etc/wpa_piso.conf -i wlan0 -Dwext

Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
CTRL-EVENT-TERMINATING - signal 2 received

wpa_supplicant -c /etc/wpa_piso.conf -i wlan0 -Dndiswrapper

Trying to associate with 00:60:b3:d5:c3:63 (SSID='Candelaria' freq=2462 MHz)
Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:60:b3:d5:c3:63 (SSID='Candelaria' freq=2462 MHz)
Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:60:b3:d5:c3:63 (SSID='Candelaria' freq=2462 MHz)
Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:60:b3:d5:c3:63 (SSID='Candelaria' freq=2462 MHz)
Association request to the driver failed
CTRL-EVENT-TERMINATING - signal 2 received
Failed to disable WPA in the driver.

My wpa_piso.conf is:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1

network={
    ssid="Candelaria"
    psk="qwertyuiopasd"
    key_mgmt=WPA-PSK
    proto=WPA
    pairwise=TKIP
    group=TKIP
}

What's the problem?
How can i fix it?
Have anybody C54Ri works?

Thanks!

Offline

#2 2006-10-04 18:58:08

toxic
Member
Registered: 2006-06-05
Posts: 117

Re: Conceptronic C54Ri and WPA

psk="qwertyuiopasd"

Just checking, you have a passkey (psk) which consists of numbers and chars, like psk="53782jha894yahu77891" something .. Which is the generated response you get from inserting essid+passphrase into wpa_passphrase?

Offline

#3 2006-10-05 09:41:09

Pilli
Member
Registered: 2004-09-01
Posts: 46

Re: Conceptronic C54Ri and WPA

I think that is not the problem.

I try with laptop and ipw2100 with the same wpa configuration file (and same wpa) and it's works well.

If i run wpa_supplicant -c /etc/wpa_piso.conf -i wlan0 -Dwext
The card connect and disconnect constant:

[root@Pilli ~]# wpa_supplicant -c /etc/wpa_piso.conf -i wlan0 -Dwext
Trying to associate with 00:60:b3:d5:c3:63 (SSID='Candelaria' freq=2462 MHz)
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
Associated with 00:60:b3:d5:c3:63
CTRL-EVENT-TERMINATING - signal 2 received

Before abort with ctrl + c, in another terminal i can see:

[root@Pilli ~]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:off/any
          Mode:Auto  Frequency:2.462 GHz  Access Point: Not-Associated
          Bit Rate:48 Mb/s   Tx-Power:20 dBm   Sensitivity=-121 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-66 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

sit0      no wireless extensions.

[root@Pilli ~]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:"Candelaria"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:60:B3:D5:C3:63
          Bit Rate=54 Mb/s   Tx-Power:20 dBm   Sensitivity=-121 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-66 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

sit0      no wireless extensions.

This repeats constant.

Why the card connect and disconnect the AP?

Thanks

Offline

Board footer

Powered by FluxBB