You are not logged in.
Hi,
I'm updating to new rc.conf file, but I dont know how to setup wirelles connection. Where and how can I set SSID?
Thanks Uiii
Offline
you can't.
i suggest to read about netcfg. https://wiki.archlinux.org/index.php/Netcfg
Give what you have. To someone, it may be better than you dare to think.
Offline
uiii
Not through rc.conf, but through rc.local.
# wpa_passphrase ssid "passphrase" > /etc/wpa_supplicant.conf
# echo "wpa_supplicant -B -Dwext -iwlan0 -c /etc/wpa_supplicant.conf" >> /etc/rc.local
# echo "dhcpcd wlan0" >> /etc/rc.localssid - your AP name
wlan0 - wireless interface name
Offline