ich versuche jetzt schon seit Stunden mithilfe mehrere Foren- und Wiki-Beiträgen Roaming zum laufen zu bekommen.
Ich habe zwei W-LAN Netze, die ich gerne benutzen würde. Als ich nur ein W-LAN Netz hatte, lief auch alles problemlos, bis ich dann eine roaming.conf angelegt und eingebunden habe.
/etc/network/interfaces:
Code: Alles auswählen
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug ra0
iface ra0 inet manual
wpa-driver wext
wpa-roam /etc/wpa_supplicant/roaming.conf
iface default inet dhcp
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant GROUP=root
update_config=1
ap_scan=1
network={
ssid="Netz"
psk= #hex-key
proto=WPA2 WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
priority=10
}
network={
ssid="BBS_AP"
psk= #hex-key
proto=WPA2 WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
priority=5
}
#network={
# key_mgmt=NONE
#}
Code: Alles auswählen
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug ra0
iface ra0 inet dhcp
wpa-driver wext
wpa-ssid Netz
wpa-proto RSN
wpa-key_mgmt WPA-PSK
wpa-pairwise CCMP
wpa-group CCMP
wpa-ap-scan 2
wpa-psk #hex-key
'iwlist ra0 scan' hat vor meinen Veränderungen das BBS_AP Netz gefunden, jetzt kommt nur noch "ra0 Interface doesn't support scanning : Network is down".
Wenn ich die Änderungen wieder rückgängig mache, geht das Scannen aber wieder.