(Contributed by Brian Chu)
SSID: btrue3
Security Mode: Auto (WPA or WPA2) - Personal
Cipher Type: TKIP and AES
Pre-shared Key: ***********
-- In root terminal --
$ iwconfig wlan0 essid "btrue3"
For hidden network, WICD does not quite capable of automatically connect upon boot up. You will need to type the following command in the command line first before starting any application, especially Internet Browser. If you start an Internet Browser, you might need to reboot to get the command working again.
-- In root terminal --
$ iwconfig wlan0 essid "btrue3"
or
-- In regular terminal --
$ sudo iwconfig wlan0 essid "btrue3"
(Contributed by Brian Chu)
Previously, we mentioned that WICD does not quite capable of automatically connect a hidden network. Actually, it does, but it requires some works. The following shows you how for a [WPA 1/2 (Preshared Key)] hidden wireless network.
-- In root terminal --
$ cd /etc/wicd/encryption/templates
-- Make a copy from the official template file "wpa-psk" to create a new template "wpa-psk-btrue". --
$ cp wpa-psk wpa-psk-btrue
-- Find the MAC address of your Wireless Router and use it as your bssid in your new template. --
$ iwconfig
-- Edit your template so it looks like wpa-psk-btrue. --
-- Remember to change your template name to "WPA 1/2 (btrue)" to distinguish from the original template. --
-- Note that we only hard-code the ssid, scan_ssid, & bssid. The rest remain the same as the original template. --
$ gedit wpa-psk-btrue&
(Contributed by Brian Chu)
This is an indication that WICD could not start up correctly. Chances are the /etc/wicd/wired-settings.conf or the other conf files are corrupted. You can simply rename the file as shown below to get rid of the corrupted file:
mv /etc/wicd/wired-settings.conf /etc/wicd/wired-settings.conf.bad