QtMoko - v11 - WiFi take 2

Torfinn Ingolfsen tingox at gmail.com
Thu Sep 24 00:15:52 CEST 2009


Hi,

On Wed, Sep 23, 2009 at 6:01 PM, Tschaka <Stuff4tschaka at gmx.net> wrote:

> Try with AES instead of TKIP. Set it on your router and try to connect
> again. i had it, that TKIP just didnt work somehow. AES works flawlessly.
>

I tried with WPA-PSK / AES. It didn't work any better:
neo:/# /opt/qtmoko/bin/lan-network install eth0 wireless -essid "kg4"
-authmode WPA-PSK "password" AES
LAN: Starting config script for lan plugin
LAN: With params : install
LAN: eth0 wireless -essid kg4 -authmode WPA-PSK password AES
lan-network wireless -essid kg4 -authmode WPA-PSK password AES
neo:/# /opt/qtmoko/bin/lan-network start eth0
LAN: Starting config script for lan plugin
LAN: With params : start
LAN: starting eth0
Starting wireless
+ . /root/Settings/Network/wireless/eth0
+ WIRELESS_ESSID=kg4
+ WIRELESS_AUTH_MODE=WPA-PSK
+ WIRELESS_WPA_PSK=password
+ WIRELESS_PAIRWISE=CCMP TKIP
+ WIRELESS_GROUP=CCMP TKIP
+ WPACONF=/etc/wpa_supplicant/wpa_supplicant.conf
+ echo
+ echo ctrl_interface=/var/lib/wpa_supplicant
+ echo ctrl_interface_group=0
+ echo eapol_version=1
+ echo fast_reauth=1
+ echo ap_scan=1
+ echo network={
+ [ -n kg4 ]
+ echo     ssid="kg4"
+ [ -n  ]
+ echo     proto=WPA2 WPA RSN
+ [ -n WPA-PSK ]
+ echo     key_mgmt=WPA-PSK
+ [ -n CCMP TKIP ]
+ echo     pairwise=CCMP TKIP
+ [ -n CCMP TKIP ]
+ echo     group=CCMP TKIP
+ [ -n password ]
+ echo     psk="password"
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ [ -n  ]
+ echo }
+ /sbin/ifconfig eth0 up
+ [  !=  ]
+ /sbin/iwconfig eth0 ap any
+ [  !=  ]
+ /sbin/iwconfig eth0 rate auto
+ [  !=  ]
+ [  !=  ]
+ [  !=  ]
+ /usr/sbin/wpa_supplicant -d -c/etc/wpa_supplicant/wpa_supplicant.conf -B+
logger -t WPA
+ sleep 3
 -ieth0
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
+ /sbin/udhcpc -n -i eth0
udhcpc (v0.9.9-pre) started
+ try_ip eth0
+ COUNT=0
+ echo Trying to find ip: 0
Trying to find ip: 0
+ [ 0 -gt 10 ]
+ /sbin/ifconfig eth0
+ awk BEGIN{FS=":"}{print $2}
+ grep inet[^6]+ awk {print $1}

+ IP=
+ [ -n  ]
+ sleep 1
Sending discover...
+ COUNT=1
+ [ 1 -gt 10 ]
+ /sbin/ifconfig eth0
+ grep inet[^6]
+ awk {print $1}
+ awk BEGIN{FS=":"}{print $2}
+ IP=
+ [ -n  ]
+ sleep 1
Sending discover...
+ COUNT=2
+ [ 2 -gt 10 ]
+ /sbin/ifconfig eth0
+ grep inet[^6]
+ awk+ awk {print $1}
 BEGIN{FS=":"}{print $2}
+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=3
+ [ 3 -gt 10 ]
+ /sbin/ifconfig eth0
+ awk BEGIN{FS=":"}{print $2}
+ Sending discover...
grep inet[^6]
+ awk {print $1}
+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=4
+ [ 4 -gt 10 ]
+ /sbin/ifconfig eth0
+ + awk {print $1}+ awk BEGIN{FS=":"}{print $2}
grep inet[^6]

+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=5
+ [ 5 -gt 10 ]
+ /sbin/ifconfig eth0
+ grep inet[^6]
+ awk BEGIN{FS=":"}{print $2}
+ awk {print $1}
+ IP=
+ [ -n  ]
+ sleep 1
Lease failed:
No lease, failing.
+ COUNT=6
+ [ 6 -gt 10 ]
+ /sbin/ifconfig eth0
+ + grep inet[^6]+ awk BEGIN{FS=":"}{print $2}
awk {print $1}

+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=7
+ [ 7 -gt 10 ]
+ /sbin/ifconfig eth0
+ + awk {print $1}
+ grep inet[^6]
awk BEGIN{FS=":"}{print $2}
+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=8
+ [ 8 -gt 10 ]
+ /sbin/ifconfig eth0
+ awk BEGIN{FS=":"}{print $2}
+ grep inet[^6]
+ awk {print $1}
+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=9
+ [ 9 -gt 10 ]
+ /sbin/ifconfig eth0
+ awk+ grep inet[^6]
+ awk BEGIN{FS=":"}{print $2}
 {print $1}
+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=10
+ [ 10 -gt 10 ]
+ /sbin/ifconfig eth0
+ grep inet[^6]
+ awk BEGIN{FS=":"}{print $2}
+ awk {print $1}
+ IP=
+ [ -n  ]
+ sleep 1
+ COUNT=11
+ [ 11 -gt 10 ]
+ stop eth0
+ print_debug stopping interface eth0
+ [ 1 -eq 1 ]
+ echo LAN: stopping interface eth0
LAN: stopping interface eth0
+ [ 1 -eq 1 ]
+ echo LAN: stopping interface eth0
+ /sbin/ifconfig eth0 0.0.0.0 down
+ ifdown eth0
ifdown: interface eth0 not configured
+ ps aux
+ grep [u]dhcpc .*-i eth0
+ awk {print $2}
+ DHCP_PIDS=
+ [ -n  ]
+ ps aux
+ + awk {print $2}
grep [w]pa_supplicant .* -ieth0
+ WPASUP_PIDS=5845
+ [ -n 5845 ]
+ kill 5845
+ [ -e /home/root/Documents/eth0.txt ]
neo:/#






-- 
Regards,
Torfinn Ingolfsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/community/attachments/20090924/e059cc2e/attachment.htm 


More information about the community mailing list