Fritz WLAN USBStick

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
hsp
Beiträge: 1
Registriert: 11.09.2006 21:17:54

Fritz WLAN USBStick

Beitrag von hsp » 30.10.2006 14:16:27

Hallo,

nach ewigem rumprobieren habe ich meinen Frits WLAN USBStick nun endlich zum Laufen bekommen.
Leider nur wenn ich alles manuell eingebe.
Meine config sieht folgendermaßen aus:
# more /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=2
eapol_version=1
fast_reauth=1
network={
ssid="FRITZ!Box Fon WLAN 7170"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="xxxxxxxxxxxxxxxx"
#psk=xxxxxxxxxxxxxxxxxxxxxxxxxxx
}

# more /etc/network/interface
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

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
#mapping eth0
# script grep
# map eth0

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp

auto wlan0
iface wlan0 inet static
address 192.168.178.25
netmask 255.255.255.0
gateway 192.168.178.1
post-up /usr/sbin/wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -Bw
#post-up sleep
post-down killall wpa_supplicant
post-down rm -r /var/run/wpa_supplicant

# more /etc/default/wpasupplicant
# /etc/default/wpasupplicant

# WARNING! Make sure you have a configuration file!

ENABLED=1

# Useful flags:
# -D <driver> Wireless Driver
# -i <ifname> Interface (required, unless specified in config)
# -c <config file> Configuration file
# -d Debugging (-dd for more)
# -w Wait for interface to come up

OPTIONS="-i wlan0 -D wext -c /etc/wpa_supplicant.conf i-dd -w"


Nach dem booten kommt das WLAN leider nicht alleine hoch. Irgend etwas läuft falsch.
Kann mir jemand helfen?

Gruss
hsp

Antworten