Results 1 to 3 of 3
Hello everyone, I'm currently running Debian and working over Wireless, and I'm looking to learn exactly how to connect to my own encrypted wireless network using the konsole/shell/terminal, and then ...
- 11-03-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
Connect to Wireless in Terminal (encrypted)
Hello everyone, I'm currently running Debian and working over Wireless, and I'm looking to learn exactly how to connect to my own encrypted wireless network using the konsole/shell/terminal, and then looking to learn how to write a script and keep it on the desktop so I can easily connect.. I'm a bit of a Linux newbie, so thats why I'm asking. If you wouldn't mind helping me out with this, it would be an extremely big help. I also posted this in the wireless section as well, just looking for a quick answer.
Thank you all very much, please get me away from the Micro$oft Hell
- 11-04-2007 #2
You can try making a wifi.sh containing
replace wireless_driver and wireless_interface with yoursCode:#!/bin/bash wpa_supplicant -c /etc/wpa_supplicant.conf -D wireless_driver -i wireless_interface -B dhclient ath0
Brilliant Mediocrity - Making Failure Look Good
- 11-06-2007 #3


Reply With Quote
