You are not logged in.

#1 2009-03-18 05:08:16

mahan_h
Member
Registered: 2009-03-11
Posts: 53

Profile <profile_name> does not exist

I've got a fresh install and I can get my wireless up and running by commands.

ifconfig eth0 up
iwconfig eth0 essid mywlan
wpa_supplicant...
dhcpcd eth0

and as the Network_tutorial suggests, I created a mhrwlan file in /etc/network.d/ with the following content:

CONNECTION="wireless"
INTERFACE=eth
SCAN="yes"
SECURITY="wpa"
ESSID=mywlan
KEY="SomePasskey"
IP="dhcp"

but after issuing:
netcfg /etc/network.d/mhrwlan
I get :
Profile "/etc/network.d/mhrwlan" does not exist

Please tell me what's wrong.
Regards

Offline

#2 2009-03-18 05:26:28

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Profile <profile_name> does not exist

Just use 'netcfg mhrwlan'.

Offline

#3 2009-03-18 06:04:58

mahan_h
Member
Registered: 2009-03-11
Posts: 53

Re: Profile <profile_name> does not exist

Thanx, it did the trick, But could you also tell me where exactly should I invoke this command to avoid running it each time the computer boots up?
should I put it in /etc/rc.local or sth?

Last edited by mahan_h (2009-03-18 06:05:41)

Offline

#4 2009-03-18 08:53:20

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Profile <profile_name> does not exist

Offline

Board footer

Powered by FluxBB