|
Profile
Personal Photo
Options
Personal Statement
solighten doesn't have a personal statement currently.
Personal Info
solighten
Age Unknown
Gender Not Set
Berlin, Germany
Birthday Unknown
Interests
Skydiving, Ballroom Dancing, Sports, Software Development
Statistics
Joined: 16-September 04
Profile Views: 272*
Last Seen: 6th August 2009 - 04:36 AM
Local Time: May 20 2013, 08:51 AM
43 posts (0 per day)
Contact Information
No Information
No Information
No Information
No Information
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
6 Dec 2006
Hi folks,
in the past I used WEP but since my new wireless router supports WPA-PSK I thought it is a good idea to use it. So I installed hostapd and wpa-supplicant and changed the default wpa_supplicant.conf to support my wlan. It worked almost right out of the box without problems (There is a bug in /etc/rc.d/init.d/wpa_supplicant, the "--" has to be removed). I wrote a small script to connect, but I have not yet figured out how to give my zaurus a name. The iwconfig after "Setting Wireless" shows no effect. Here is my script: CODE #!/bin/sh # Wireless lan settings script echo "Resetting wireless" ifconfig wlan0 down dhcpcd -k killall dhcpcd rm /var/run/dhcpcd-wlan0.pid 2> /dev/null #rm /var/run/wpa_supplicant/wlan0 2> /dev/null sleep 1 echo -n "Setting wireless ...." iwconfig wlan0 nick Zaurus rate auto power 1 sleep 1 echo "Turning up network" /etc/rc.d/init.d/wpa_supplicant restart dhcpcd wlan0 sleep 2 ifconfig wlan0 echo "done" I use this script to connect. To disconnect I just eject the card. How do you use wpa-supplicant? Any suggestions for improvements? Cheers, Jan |
Last Visitors
solighten has no visitors to display.
Comments
Other users have left no comments for solighten.
Friends
There are no friends to display.
|
|
Lo-Fi Version | Time is now: 20th May 2013 - 12:51 AM |