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

Re: Wird mein WLAN-USB-Stick unterstuetzt?



>
> May 3 18:19:53 simonlaptop kernel: ieee80211: Copyright (C) 2004-2005
> Intel Corporation <jketreno@linux.intel.com>
>
> May 3 18:19:53 simonlaptop kernel: usbcore: registered new driver
> zd1211rw
>
>
>
> Wie muss ich nun weiter vorgehen, um meinen Laptop via WLAN mit meinem
> Netzwerk zu verbinden?
>
> ifconfig -a
>
> zeigt kein neues Interface an.

apt-get install wireless-tools wpasupplicant

dann 

iwconfig $WLAN_INTERFACE essid $WLAN_ACC_NAME key $WLAN_WEP_KEY 

....
man iwconfig  <<--- 

wpasupplicant ist für die wpa verschlüsselung

man brauch eine config 


mein aufruf 
wpa_supplicant -Dwext -ieth1 -c /etc/wpa_supplicant/wpa_supplicant.conf         

--->>> /etc/wpa_supplicant/wpa_supplicant.conf   
#  for more complete configuration parameters.
#
# Also see the other files in /usr/share/doc/wpasupplicant/examples/ for
#  specific configuration examples.

# path to UNIX socket control interface
ctrl_interface=/var/run/wpa_supplicant

### Example of basic WPA-PSK secured AP
network={
    ssid="$$$ESSID$$$"
    psk="$$$$BLA$$$$"
}

### Associate with any open access point
###  Scans/ESSID changes can be done with wpa_cli
network={
        key_mgmt=NONE
}


<<<---

G. Jens
>
>
>
> Schöne Grüße
>
> von Simon



Reply to: