bin echt langsam am verzweifeln mit dem wlanstick.
system: debian etch
Linux debian-lfs 2.6.18-3-amd64 #1 SMP Mon Dec 4 17:04:37 CET 2006 x86_64 GNU/Linux
habe soweit alles eingerichtet, und kann auch mein wlan scanen:
Code: Alles auswählen
debian-lfs:/# iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: 00:16:38:73:FA:85
ESSID:"HwPRTS"
Protocol:IEEE 802.11bg
Mode:Master
Channel:11
Encryption key:on
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
Quality:15 Signal level:0 Noise level:42
Extra: Last beacon: 910ms ago
mein confifuration :
Code: Alles auswählen
debian-lfs:/etc/wpa_supplicant# cat wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid="HwPRTS"
scan_ssid=1
key_mgmt=WPA-PSK
psk=XXXX5DB13A22AC48BAFD52B3D157EC46CF12E77BA364F77ED794BA347D35537
}
Code: Alles auswählen
debian-lfs:/etc/network# cat interfaces
# 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
iface eth0 inet static
address 192.168.0.12
netmask 255.255.255.0
gateway 192.168.0.1
auto eth0
auto wlan0
iface wlan0 inet static
address 192.168.0.14
netmask 255.255.255.0
gateway 192.168.0.1
pre-up wpa_supplicant -D wext -i eth2 -c /etc/wpa_supplicant.conf -Bw; sleep 8;
post-down killall -q wpa_supplicant
auto wlan0
dabei ist die fett markierte aussage wichtig !Jan 19 11:28:24 localhost kernel: rtl8187: Reported EEPROM chip is a 93c46 (1Kbit)
Jan 19 11:28:24 localhost kernel: rtl8187: Card MAC address is 00:0e:2e:b3:82:8b
Jan 19 11:28:25 localhost kernel: rtl8187: Card reports RF frontend Realtek 8225
Jan 19 11:28:25 localhost kernel: rtl8187: WW:This driver has EXPERIMENTAL support for this chipset.
Jan 19 11:28:25 localhost kernel: rtl8187: WW:use it with care and at your own risk and
Jan 19 11:28:25 localhost kernel: rtl8187: WW:**PLEASE** REPORT SUCCESS/INSUCCESS TO andreamrl@tiscali.it
Jan 19 11:28:25 localhost kernel: rtl8187: This seems a new V2 radio
Jan 19 11:28:25 localhost kernel: rtl8187: PAPE from CONFIG2: 0
Jan 19 11:28:25 localhost kernel: rtl8187: Driver probe completed
Jan 19 11:28:25 localhost kernel:
Jan 19 11:28:58 localhost kernel: eth0: link up, 10Mbps, half-duplex, lpa 0x0000
Jan 19 11:29:07 localhost kernel: rtl8187: Card successfully reset
Jan 19 11:29:11 localhost kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
da weiss ich nicht was gemeint ist.
Edit by Snoopy:
Tags für die Leserlichkeit eingefügt.