Connect to a WPA-PSK wireless network on Slax
- Friday, June 20, 2008, 8:11
- Study Guide
- 1,284 views
- 1 comment
My environment: IBM Thinkpad T60 Centrino + SLAX 6.0.7 on my USB flash disk
Slax is a very lightweight and portable linux OS and I have just tried it on my USB flash disk, it is so easy to use that I can build it from stretch and connect to my home wifi within half an hour. Here is a short tutorial in how to connect it to my WPA-PSK protected wireless network.
1. Get your Slax here:
http://www.slax.org/get_slax.php
You can either burn it on your CD or download and extract the tarball to your USB flash disk. Run the bootinst.bat or bootinst.sh to make it bootable.
2. Download wpa_supplicant from http://www.slax.org/modules.php?action=detail&id=533. Move this module into /mnt/sdb1/modules, where sdb1 is the USB flash disk in my case.
3. Create the wpa_supplicant.conf config file in /mnt/sdb1/rootcopy/etc. Here is an example:
Donwload Free PassGuide Braindumps-The Most Realistic Practice Questions and Answers,Help You Pass any Examsctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
#ap_scan=0
#fast_reauth=1
network={
ssid=”pandassid”
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk=”ilovethisblog”
}
4. Reboot it and then run this in your terminal:
wpa_supplicant -d -iwlan0 -c/etc/wpa_supplicant.conf -Dwext
5. You should receive confirmation on the terminal saying your key is accepted. Open another terminal and run the following:
iwconfig wlan0 essid pandassid
dhcpcd -G 192.168.1.0 wlan0
PassGuide Cisco Exams Questions & Training Materials
- Free Learn how to set up Certified Wireless Network Administrator Tutoria
- Free [offer] Certified Wireless Network Administrator Official Guide 4th Ed
- Free 802.11 Wireless Network Site Surveying and Installation
- Free Dynamips Dynagen – How to connect real equipment a add host
- Free CWNA Certified Wireless Network Administrator Official Study Guide (Exam PW0-100), Fourth Edition (Certification Press)
- Free How to create a tunnel and connect 2 different ip subnets
- Free New CWNP wireless exam Wireless# (Wireless Sharp)
- Free How to setup a Cisco IP SLA TCP connect operation
- Free CCNA Wireless 640-721 Cert Flash Cards Online
- Free [offer] Moc 6431a Managing And Maintaing Windows Server 2008 Network I
- Free Wireless Networguide Super Combo Includes Wireless#, CWNA, CWSP &
- Free Cisco Expert Network Consultants Cisco 802.11 Wireless Support Services
About the Author
One Comment on “Connect to a WPA-PSK wireless network on Slax”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!


wait… how do you create a config file?