You are not logged in.

#1 2011-06-11 08:52:48

uiii
Member
Registered: 2009-02-25
Posts: 27

How to connect wireless in new rc.conf

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

#2 2011-06-11 09:09:51

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How to connect wireless in new rc.conf

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

#3 2011-06-12 03:12:48

mekh
Member
Registered: 2011-01-31
Posts: 11

Re: How to connect wireless in new rc.conf

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.local

ssid - your AP name
wlan0 - wireless interface name

Offline

Board footer

Powered by FluxBB