bodymind wrote:
i've installed ndiswrapper to get it working!
thank for your lack of support...

I am using Debian 4.0
/etc/network/interfaces
Code:
# Wireless / iNTERNET ##
allow-hotplug wlan0
iface wlan0 inet manual
wpa-driver wext
wpa-roam /etc/wpa_supplicant.conf
iface default inet dhcp
/etc/wpa_supplicant.conf
Code:
network={
ssid="*HIDDEN*"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
psk="*HIDDEN*"
priority=10
}
network={
ssid="*HIDDEN*"
key_mgmt=NONE
wep_key0="*HIDDEN*"
priority=5
}
Kernel:
Linux ThunderBird 2.6.23 #1 Wed Oct 10 21:41:05 EEST 2007 i686 GNU/Linux
Code:
wpasupplicant 0.5.5-2
Code:
wlan0 IEEE 802.11b ESSID:"*HIDDEN*"
Mode:Managed Frequency:2.432 GHz Access Point: 00:0D:0B:CB:94:1D
Bit Rate=11 Mb/s Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:****-****-****-****-****-****-**
Link Quality=88/100 Signal level=-72 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Of course with a custom kernel it works like a charm
+ didnt have to edit anything else exept interfaces & wpa_supplicant.conf
