Emess
Turmspringer
habe ein wlanchip rt2860 im Notebook verbaut, den ich jetzt mit hängen und würgen und viel hilfe zu laufen gebracht habe.
Jetzt wie bekomm ich es hin, dass Wlan beim booten automatisch gestartet wird wenn kein netzwerkkabel (oderauch wenn) gesteckt ist.
jetzt musss ich nach dem gebootet wurde immer
eingeben dann startet wlan.
ifconfig
Wpa_supplicant.conf
Wie kann ich das beim booten automatisieren?
Jetzt wie bekomm ich es hin, dass Wlan beim booten automatisch gestartet wird wenn kein netzwerkkabel (oderauch wenn) gesteckt ist.
jetzt musss ich nach dem gebootet wurde immer
Code:
ifconfig eth0 down
dhclient wlan0
ifconfig
Code:
# 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
allow-hotplug eth0
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet static
address 192.168.178.xxx
netmask 255.255.255.0
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code:
network={
ssid="mein netz"
bssid=00:1C:xx:xx:xx:xx
scan_ssid=1
mode=0
key_mgmt=WPA-PSK
proto=WPA
auth_alg=OPEN
pairwise=TKIP
psk="geheim"
Zuletzt bearbeitet: