On 24.03.10 Luca Bertoncello ([email protected]) wrote:

Moin,

> Warum aber startet sich wpa_supplicant nicht beim booten?
> 
> Hier mein /etc/network/interfaces:
> 
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
> 
> # The loopback network interface
> auto lo
> iface lo inet loopback
> 
> # The primary network interface
> auto wlan0
> iface wlan0 inet manual
>         wpa-driver wext
>         wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
> 
Also bei mir steht da

iface wlan0 inet dhcp
        wpa-conf /etc/wpa-psk-tkip.conf

Wobei das /etc/wpa-psk-tkip.conf Deiner /etc/wpa_supplicant/wpa_supplicant.conf
entspricht.

Wenn das Interface nicht per dhcp konfiguriert werden soll (wie oben)
m??te der Eintrag sein:

iface wlan0 inet static
        <hier folgt das ganze Gesumse mit address, netmask etc.>

Ich fahre Debian stable.

H.
-- 
Every man who is high up likes to think that he has done it all himself,
and the wife smiles and lets it go at that.
                -- Barrie
  http://www.hilmar-preusse.de.vu/

_______________________________________________
Lug-dd maillist  -  [email protected]
https://ssl.schlittermann.de/mailman/listinfo/lug-dd

Antwort per Email an