Ticket #1265 (closed defect: fixed in unstable)

Opened 2 years ago

Last modified 2 years ago

WPA2 AES not working

Reported by: glennmh Owned by: mrmoku
Priority: major Milestone:
Component: SHR Image Version: SHR-unstable
Keywords: WPA2 AES not working Cc:

Description

Wireless settings - after that start wlili - choose "a" and frozen "connecting...":

# vi etc/network/interfaces
iface eth0 inet dhcp

wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
up rm /etc/resolv.conf
up echo nameserver 208.67.222.222 >/etc/resolv.conf
up route del default gw 192.168.0.200
down route add default gw 192.168.0.200

-

# vi etc/wpa_supplicant/wpa_supplicant.conf (kilde:  http://www.thinkwiki.org/wiki/Wpa_supplicant )
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
# WPA2:
network={

ssid="a"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
scan_ssid=1
psk="xyzxyz"
priority=10

}
-

Change History

comment:1 Changed 2 years ago by elisa42

could you look if iwconfig eth0 shows something like Bit Rate=65.??? Mb/s?

comment:2 follow-up: ↓ 3 Changed 2 years ago by apoapo

The file in this message works!

 http://www.mail-archive.com/shr-user@lists.shr-project.org/msg06505.html

Tested with WPA2 PSK AES. *finally* first manager in 2 years FR that manages to handle a wpa network.

This should be pulled to our repos.

comment:3 in reply to: ↑ 2 ; follow-up: ↓ 4 Changed 2 years ago by glennmh

  • Status changed from new to closed
  • Resolution set to fixed in unstable

Replying to apoapo:

The file in this message works!

 http://www.mail-archive.com/shr-user@lists.shr-project.org/msg06505.html

Tested with WPA2 PSK AES. *finally* first manager in 2 years FR that manages to handle a wpa network.

This should be pulled to our repos.

You are absolutely right!

I works!!!

Images tested:

  • uImage-2.6.34-r7-oe16-om-gta02.bin
  • shr-full-eglibc-ipk-rc4-20110513-om-gta02.rootfs.jffs2

comment:4 in reply to: ↑ 3 Changed 2 years ago by glennmh

Wrong catalog copied - Images tested:

  • uImage-2.6.37-r5-oe3-om-gta02.bin
  • shr-full-eglibc-ipk--20110521-om-gta02.rootfs.jffs2
Note: See TracTickets for help on using tickets.