Hallo
habe ein kleines Problem mit wpa_supplicant. Eines vorweg es funktioniert, aber leider nicht automatisch beim booten.
hier mal meine Interfaces
Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
# automatically added when upgrading
auto lo wlan0
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-essid home
wpa-psk "meine passphrase" <- habe ich auch schon die verschlüsselte Version getestet
wireless-mode Auto
Nach dem booten, muss ich immer erst den Prozess wpa_supplicant killen, dann neustarten mit
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
und danach noch dhclient wlan0 um eine IP zu bekommen. Ich möchte aber das es automatisch beim booten ausgeführt wird.
Wlan-device ist ein USB-Stick Netgear WG111T mit Ndiswrapper
noch ein paar Info's zum System
Code:
eddi@Kanotix:~$ infobash -v3
Host/Kernel/OS "Kanotix" running Linux 2.6.20 i686 [ KANOTIX 2006-01 ]
CPU Info Intel Celeron 128 KB cache flags( - ) clocked at [ 1693.163 MHz ]
Videocard Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display
Adapter X.Org 7.1.1 [ 1024x768 @75hz ]
Network cards Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet, at port: cc00
Processes 108 | Uptime 25min |
Memory 280.672/565.648MB |
HDD SAMSUNG MP0804H Size 80GB (6%used) |
Client Shell | Infobash v2.50
eddi@Kanotix:~$ ndiswrapper -v
utils version: 1.9
driver version: 1.37
vermagic: 2.6.20 SMP preempt mod_unload 586
*edit
jetzt funktioniert es, habe die Interfaces nochmal überarbeitet.
Code:
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface home inet dhcp
|