You are not logged in.
Pages: 1
Im using netcfg to try and connect to a wpa network but it doesnt seem to be working. I know that it work since Ive done it before - however, got a new HD/motherboard yesterday so trying to put arch on it.
rc.conf
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
NET_PROFILES=(BeBox)
DEAMONS=(... network-profiles)
iwlist wlan0 scan finds ESSID: "BeBox" etc
iwconfig
lo, eth0, wmaster0 no wireless extensions
wlan0
IEEE 802.11g ESSID:""
Mode: Managed Frequency:2.4.1 GHZ Access Point: NOt-Assiciated
TX-Power=27dBm
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key: off
Link Quality:0 SIgnal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retires:0 Invalid misc:0 Missed beacon
ifconfig
wlan0 Link: Ethernet HWaddr 00:19:5B:36:B6:4D
UP BORADCAST MULTICAST MTU:1500 Metric:1
Rx packets:0 errors:0 dropped:0 overruns:0 fram:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0b) TX bytes:0 (0.0b)
/etc/network-profiles/BeBox
CONNECTION="BeBox"
INTERFACE=wlan0
SCAN="yes"
SECURITY="wpa"
ESSID="BeBox"
KEY="<censored>"
IP="dhcp"
TIMEOUT=20
Offline
It seems you have a mix of netcfg and netcfg2 settings there, along with some that don't apply to either. Read the Network Profiles wiki page again, and amend your config as required.
Offline
Ok - had another look through the wiki and made the floowing changes:
Moved BeBox to /etc/network.d/
Delected NETWORK-PROFILES=(BeBox) from rc.conf and added NETWORKS=(BeBox)
Also deleted eth0 from rc.conf since I dont use that.
It still isnt connecting. Also - my main concern is that iwconfig lists ESSID as "" and Im sure this should read "BeBox"
Offline
It still isnt connecting. Also - my main concern is that iwconfig lists ESSID as "" and Im sure this should read "BeBox"
ESSID is empty because you're not connected. What happens when you run:
netcfg2 BeBox
Last edited by tigrmesh (2008-02-17 14:07:16)
Offline
Why would I run wlan0 and not BeBox?
Offline
You're right. I copied the wrong thing.
Offline
Ok - just tried netcfg2 BeBox and I get - BeBox is not a vlid connection, check spelling/examples. Done that and everything looks ok but still cant get connected.
I dont get that message when I type any old rubbish after netcfg2 so I think it must recognize the file at least or something
Offline
In /etc/network.d there are some examples. Copy one for your profile.
Offline
Yea, Im using the wpa one atm with no luck
Offline
SOLVED: changed to the complete example and it works
Offline
Pages: 1