You are not logged in.

#1 2009-04-05 15:47:50

LiteHacker
Member
Registered: 2008-11-27
Posts: 38
Website

[SOLVED] WPA_Supplicant update stopped netcfg from working.

The following command works:

wpa_supplicant -B -Dwext -i eth0 -c /etc/wpa_supplicant.conf
dhclient eth0

...however, netconfig doesn't work. If I try "netcfg home" I get:

wpa_supplicant: invalid option -- 'w'

..From what I understand, netcfg is trying to use an old attribute that wpa_supplicant doesn't like.
Is there some way around this? Here is my code for netcfg:

CONNECTION="wireless"
DESCRIPTION="Home Connection"
INTERFACE=eth0
#SCAN="yes"
SECURITY="wpa"
ESSID="********"
KEY="********"
IP="dhcp"
TIMEOUT=20

#QUIRKS=(predown prescan wpaessid)

Last edited by LiteHacker (2009-04-05 16:45:14)

Offline

#2 2009-04-05 15:53:12

LiteHacker
Member
Registered: 2008-11-27
Posts: 38
Website

Re: [SOLVED] WPA_Supplicant update stopped netcfg from working.

Okay... never mind. An update came out for netcfg that works.

Offline

#3 2009-04-05 15:57:23

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

Re: [SOLVED] WPA_Supplicant update stopped netcfg from working.

Please mark this thread as [SOLVED].

Offline

Board footer

Powered by FluxBB