ich habe versucht WPA unter etch nach dieser Anleitungzum Laufen zu bringen, leider ohne Erfolg.
In /etc/network/interfaces hab ich folgendes stehen:
Code: Alles auswählen
# 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
#wlan
iface eth1 inet static
wpa_driver wext
wpa_ssid heisl
wpa_psk 7e787947a03c4edd80934578d6535d1c3921f54439abe5f1b68ac43449ddf912
wpa_key-mgmt WPA-PSK
adress 192.168.1.8
broadcast 192.168.1.255
netmask 255.255.255.0
gateway 192.168.1.1
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Code: Alles auswählen
Module Size Used by
i915 16768 1
drm 63252 2 i915
ieee80211_crypt_tkip 10112 0
loop 12424 0
usbhid 30724 0
ipw2200 92328 0
ide_cd 35616 0
intel_agp 20892 1
agpgart 26416 3 drm,intel_agp
firmware_class 7808 1 ipw2200
cdrom 35488 1 ide_cd
8250_pci 19200 0
8250 19668 1 8250_pci
serial_core 18048 1 8250
snd_intel8x0 28828 0
snd_ac97_codec 92448 1 snd_intel8x0
snd_ac97_bus 2048 1 snd_ac97_codec
ehci_hcd 27528 0
uhci_hcd 20360 0
yenta_socket 23820 0
rsrc_nonstatic 9600 1 yenta_socket
snd_pcm 76424 2 snd_intel8x0,snd_ac97_codec
snd_timer 19972 1 snd_pcm
snd_page_alloc 7816 2 snd_intel8x0,snd_pcm
Code: Alles auswählen
eth1 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate=0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Danke im Voraus, Martin
Edit: bitte code statt quote verweden, danke -- glar00k