En/na Kel Modderman ha escrit:
On Tuesday 04 August 2009 01:51:42 Xan wrote:
Thanks, Kel.
Now I get this error:

# ifconfig wlan0 up
r...@caixa:~# ifup wlan0
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1

What are the exactly steps I have to do with put up the wlan0? Perhaps a newbee question, but do I really duplicate steps?

allow-hotplug wlan0
iface wlan0 inet static
    wpa-conf /path/to/conf
    ...

That is all the wpa_supplicant related configuration required in the wlan0
stanza. See /usr/share/doc/wpasupplicant/README*

Kel.
Yes,

This

allow-hotplug wlan0
iface wlan0 inet static
   address 172.26.0.3
   netmask 255.255.0.0
   network 172.26.0.0
   broadcast 172.26.255.255
   gateway 172.26.0.1
   # dns-* options are implemented by the resolvconf package, if installed
   dns-nameservers 80.58.61.250 80.58.61.254
   dns-search example.org
   wpa-ssid 314159
   wpa-driver wext
   wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf



works.

Thank you very much, Kel.

Xan.



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to