Apr 6 2008, 05:40 AM
Post
#1
|
|
|
Group: Members Posts: 15 Joined: 9-March 08 From: Ebbelwoi-Town Member No.: 21,482 |
Hello friends,
i have installed the new stable image Angstrom-X11-2007.12-R14 from 1.April. The first test showed an wrong script under /etc/network/if-pre-up.d/wpasupplicant (from Ubuntu, it fails with sed of busybox not knowing --quite) get called. So i just linked wpa-supplicant to wpasupplicant. When i try to connect to my WPA-WLAN with an NetGear MA-401RA (Firmware PRI v1.1.1, STA v1.8.2), it will get no connection. The cards is ok, under simpad i can connect to an open WLAN. My interfaces looks like CODE root@simpad:~$ cat /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback # Wireless interfaces # # iface wlan0 inet static address 192.168.2.7 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 wpa-conf /etc/wpa_supplicant.conf wpa-driver hostap # # and the content of wpa_supplicant.conf is CODE root@simpad:~$ cat /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="BlueZone" key_mgmt=WPA-PSK pairwise=TKIP group=TKIP psk="01234567890123" priority=1 } network={ ssid="carioca" key_mgmt=NONE priority=2 } I can see my WLAN with iwlist scan : CODE wlan0 Scan completed : Cell 01 - Address: 00:04:0E:D4:F4:B1 ESSID:"BlueZone" Mode:Master Frequency:2.422 GHz (Channel 3) Signal level=-68 dBm Noise level=-89 dBm Encryption key:on Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s Extra:bcn_int=100 Extra:resp_rate=10 IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK In /var/log/messages i only found : CODE .... Apr 6 13:54:14 simpad user.debug kernel: prism2: wlan0: operating mode changed 3 -> 2 Apr 6 13:54:14 simpad user.info kernel: NET: Registered protocol family 17 Apr 6 13:54:14 simpad user.debug kernel: wifi0: LinkStatus=2 (Disconnected) Apr 6 13:54:14 simpad user.debug kernel: wifi0: LinkStatus: BSSID=44:44:44:44:44:44 Apr 6 13:54:15 simpad user.notice root: Checking for WLAN association... Apr 6 13:54:15 simpad user.notice root: Found association! Apr 6 13:54:15 simpad user.debug kernel: wifi0: LinkStatus=2 (Disconnected) Apr 6 13:54:15 simpad user.debug kernel: wifi0: LinkStatus: BSSID=44:44:44:44:44:44 Apr 6 13:54:15 simpad user.debug kernel: wlan0: Trying to join BSSID 00:04:0e:d4:f4:b1 Apr 6 13:54:15 simpad daemon.info avahi-daemon[2702]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.7. Apr 6 13:54:15 simpad daemon.info avahi-daemon[2702]: New relevant interface wlan0.IPv4 for mDNS. Apr 6 13:54:15 simpad daemon.info avahi-daemon[2702]: Registering new address record for 192.168.2.7 on wlan0.IPv4. Apr 6 13:54:15 simpad user.debug kernel: wifi0: LinkStatus=6 (Association failed) .... My router is an Fritz!Box and another embedded linux device, my iLiad (e-book from iRex) is working fine with WPA-WLAN. I'm shure my psk is ok, because it contains only digits [0-9] like above ... Attached is an log of the session with output of various commands (iwconfig, ifconfig, iwscan, lsmod etc.) and more content of /var/log/messages Did anyone run succsessfully WPA with Angstrom 2007.12 on simpad ? Or any guesses what else to try/check/do ...??? Best regards and thanks to all which work on Angstrom for Simpad Oliver
Simpad_04.06.135001.txt ( 31.8K )
Number of downloads: 1Edit : changed Topic description |
|
|
|
![]() |
Apr 6 2008, 09:21 AM
Post
#2
|
|
|
Group: Members Posts: 15 Joined: 9-March 08 From: Ebbelwoi-Town Member No.: 21,482 |
Hello mrdata,
moved the file away, but still no connection : CODE Apr 6 19:14:59 simpad user.debug kernel: prism2_hw_init: initialized in 210 ms Apr 6 19:14:59 simpad user.info kernel: wifi0: NIC: id=0x800c v1.0.0 Apr 6 19:14:59 simpad user.info kernel: wifi0: PRI: id=0x15 v1.1.1 Apr 6 19:14:59 simpad user.info kernel: wifi0: STA: id=0x1f v1.8.2 Apr 6 19:14:59 simpad user.debug kernel: DEV: registering device: ID = 'wlan0' Apr 6 19:14:59 simpad user.debug kernel: PM: Adding info for No Bus:wlan0 Apr 6 19:14:59 simpad user.debug kernel: wifi0: registered netdevice wlan0 Apr 6 19:14:59 simpad user.debug kernel: bound device '0.0' to driver 'hostap_cs' Apr 6 19:14:59 simpad user.debug kernel: pcmcia: Bound Device 0.0 to Driver hostap_cs Apr 6 19:15:00 simpad user.notice root: Checking for WLAN association... Apr 6 19:15:00 simpad user.notice root: Found association! Apr 6 19:15:00 simpad daemon.info avahi-daemon[2702]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.7. Apr 6 19:15:00 simpad daemon.info avahi-daemon[2702]: New relevant interface wlan0.IPv4 for mDNS. Apr 6 19:15:00 simpad daemon.info avahi-daemon[2702]: Registering new address record for 192.168.2.7 on wlan0.IPv4. Apr 6 19:15:02 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:10 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:18 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:26 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:34 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:42 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:50 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:15:58 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:16:06 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:16:14 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:16:22 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:16:30 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:16:38 simpad user.debug kernel: Scan result translation succeeded (length=0) Apr 6 19:16:39 simpad user.debug kernel: wifi0: Deauthenticate all stations Apr 6 19:16:39 simpad daemon.info avahi-daemon[2702]: Interface wlan0.IPv4 no longer relevant for mDNS. Apr 6 19:16:39 simpad daemon.info avahi-daemon[2702]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.7. Apr 6 19:16:39 simpad daemon.info avahi-daemon[2702]: Withdrawing address record for 192.168.2.7 on wlan0. Apr 6 19:16:39 simpad user.debug kernel: wlan0: Preferred AP (SIOCSIWAP) is used only in Managed mode when host_roaming is enabled Apr 6 19:16:55 simpad user.debug kernel: prism2: wlan0: operating mode changed 3 -> 2 Apr 6 19:16:55 simpad daemon.info avahi-daemon[2702]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.7. Apr 6 19:16:55 simpad daemon.info avahi-daemon[2702]: New relevant interface wlan0.IPv4 for mDNS. Apr 6 19:16:55 simpad daemon.info avahi-daemon[2702]: Registering new address record for 192.168.2.7 on wlan0.IPv4. Apr 6 19:16:55 simpad user.debug kernel: wifi0: TXEXC - status=0x0004 ([Discon]) tx_control=000c Apr 6 19:16:55 simpad user.debug kernel: retry_count=0 tx_rate=0 fc=0x0108 (Data::0 ToDS) Apr 6 19:16:55 simpad user.debug kernel: A1=00:09:5b:4c:32:a8 A2=00:09:5b:4c:32:a8 A3=01:00:5e:00:00:16 A4=00:00:00:00:00:00 Apr 6 19:16:55 simpad user.debug kernel: wifi0: LinkStatus=2 (Disconnected) Apr 6 19:16:55 simpad user.debug kernel: wifi0: LinkStatus: BSSID=44:44:44:44:44:44 Apr 6 19:16:55 simpad user.notice root: Checking for WLAN association... Apr 6 19:16:55 simpad user.notice root: Found association! Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus=2 (Disconnected) Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus: BSSID=44:44:44:44:44:44 Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus=2 (Disconnected) Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus: BSSID=44:44:44:44:44:44 Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus=2 (Disconnected) Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus: BSSID=44:44:44:44:44:44 Apr 6 19:16:56 simpad user.debug kernel: wlan0: Trying to join BSSID 00:04:0e:d4:f4:b1 Apr 6 19:16:56 simpad user.debug kernel: wifi0: LinkStatus=6 (Association failed) Best regards Oliver |
|
|
|
Mainframe-junkie Angstrom 2007.12-r14 - No Wpa Connection Apr 6 2008, 05:40 AM
mister_data QUOTE(Mainframe-junkie @ Apr 6 2008, 02... Apr 6 2008, 06:48 AM
Mainframe-junkie Hello mrdata,
changed the wpa_supplicant.conf but... Apr 6 2008, 07:09 AM
mister_data QUOTE(Mainframe-junkie @ Apr 6 2008, 04... Apr 6 2008, 07:37 AM
Capn_Fish There's been some talk on the mailing list abo... Apr 6 2008, 10:04 AM
Mainframe-junkie Thanks Capn_Fish,
i found the thread about ... Apr 6 2008, 11:46 AM
mr_nice QUOTE(Mainframe-junkie @ Apr 6 2008, 11... Apr 6 2008, 01:28 PM
Mainframe-junkie Hello mr_nice,
after insertion of my WLAN-Card an... Apr 6 2008, 01:56 PM
ofels QUOTE(Mainframe-junkie @ Apr 6 2008, 11... Apr 6 2008, 11:14 PM
mr_nice Can you try to use the card on another device like... Apr 8 2008, 06:41 AM
Mainframe-junkie Hello mr_nice,
i took an Knoppix 5.3 (DVD from c... Apr 9 2008, 07:45 AM
hafu I also have a Netgear MA401 and I can confirm that... May 26 2008, 08:38 AM
mr_nice QUOTE(hafu @ May 26 2008, 08:38 AM) I als... May 28 2008, 02:05 PM
hafu I can confirm that Netgear MA401 is working with W... Jun 4 2008, 04:59 AM
mr_nice Glad to hear that .
Which firmware release did you... Jun 7 2008, 02:50 AM
hafu used firmware:
with the r15, it works immediately ... Jun 7 2008, 12:52 PM
mr_nice QUOTE(hafu @ Jun 7 2008, 12:52 PM) one mo... Jun 10 2008, 07:11 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 08:27 PM |