ho un problema ad usare una scheda DELL 1450 wireless con WPA, ho compilato ndiswrapper ed wpa senza errori ma quando eseguo wpa_supplicant ho questo messaggio:
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ndiswrapper'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
Line: 5 - start of a new network block
ssid - hexdump_ascii(len=6):
6d 69 6c 30 35 6e mil05n
proto: 0x1
key_mgmt: 0x2
pairwise: 0x18
group: 0x1e
PSK (ASCII passphrase) - hexdump_ascii(len=13): [REMOVED]
priority=2 (0x2)
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 2
id=0 ssid='mil05n'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Own MAC address: 00:90:4b:c0:ec:0d
Setting scan request: 0 sec 100000 usec
il file di configurazione :
root@nettuno:~# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=2
network={
ssid="mil05n"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="mil05test"
priority=2
}
wpa .conf
CONFIG_WIRELESS_EXTENSION=y
CONFIG_DRIVER_NDISWRAPPER=y
CONFIG_CTRL_IFACE=y
CONFIG_IEEE8021X_EAPOL=y
CONFIG_EAP_MD5=y
CONFIG_EAP_MSCHAPV2=y
CONFIG_EAP_TLS=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_TTLS=y
CONFIG_EAP_GTC=y
CONFIG_EAP_OTP=y
CONFIG_EAP_SIM=y
CONFIG_EAP_AKA=y
CONFIG_EAP_PSK=y
CONFIG_EAP_LEAP=y
Qualcuno ha lo stesso errore ed ha risolto ?
il driver sembra che lo carichi correttamante
Jul 30 16:14:13 nettuno kernel: ndiswrapper version 1.2 loaded (preempt=yes,smp=no)
Jul 30 16:14:13 nettuno kernel: ndiswrapper: driver bcmwl5 (Broadcom,02/10/2005, 3.100.35.1) loaded
Jul 30 16:14:13 nettuno kernel: ACPI: PCI interrupt 0000:02:03.0[A] -> GSI 7 (level, low) -> IRQ 7
Jul 30 16:14:13 nettuno kernel: ndiswrapper: using irq 7
Jul 30 16:14:13 nettuno kernel: wlan0: ndiswrapper ethernet device 00:90:4b:c0:ec:0d using driver bcmwl5, configuration file
14E4:4324
Jul 30 16:14:13 nettuno kernel: wlan0: encryption modes supported: WEP, WPA with TKIP, WPA with AES/CCMP
Grazie

