[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[solved] Re: WLAN automatisch beim Booten?



Hallo an alle,

falls jemand mal das gleiche Problem hat, hier meine Lösung:

/etc/network/interfaces:

iface eth2 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.mynet.conf
#auto eth2

/etc/rc.local:

Etch-nb:~# cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.


ifup --verbose eth2
exit 0

Diese Konfiguration verbindet mein Notebook beim Booten gleich beim ersten 
Versuch ohne Fehlermeldung mit dem WLAN.

M.E. ist das ein Workaround, offensichtlich stimmt irgend etwas mit der 
Bootsequenz nicht (ohne dass ich an der Etch-Standard-Installation etwas 
geändert habe). Aber fragt mich nicht was? ;-)

Danke und viele Grüße an alle Beteiligten

Michael



Reply to: