[RISOLTO] dopo il wpa non funziona neanche il wep :(
Inviato: dom 30 nov 2008, 11:20
Ho la maledetta scheda Wireless Intel 3945abg che anche ad altri dà problemi..su questa scheda non funziona il wpa: ok neanche su ubuntu funzionava.
Ma che non funzioni neanche il wep e' impossibile devo cercare di capire perche' in quanto su ubuntu funziona..
Come chiave ne ho impostata una stupidissima: 0101010101
come driver sto usando quelli di questo sito http://intellinuxwireless.org/ che ho trovato gia' nel disco fisso al momento dell'installazione.
Ho caricato anche il modulo infatti la scheda wireless viene rilevata tranquillamente
bash-3.1# ifconfig wlan0
insomma sembra tutto apposto ma non riesco a pingare neanche il router (192.168.1.1) perche' mi dice Destination Unreachable!
Help !!
Ma che non funzioni neanche il wep e' impossibile devo cercare di capire perche' in quanto su ubuntu funziona..
Come chiave ne ho impostata una stupidissima: 0101010101
come driver sto usando quelli di questo sito http://intellinuxwireless.org/ che ho trovato gia' nel disco fisso al momento dell'installazione.
Ho caricato anche il modulo infatti la scheda wireless viene rilevata tranquillamente
emacs /etc/wpa_supplicant.confbash-3.1$ dmesg | grep Wireless
iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.1.17ks
iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection
bash-3.1$
iwlist scan (keepout e' la mia)# See /usr/doc/wpa_supplicant-0.5.10/wpa_supplicant.conf.sample
# for many more options that you can use in this file.
# This line enables the use of wpa_cli which is used by rc.wireless
# if possible (to check for successful association)
ctrl_interface=/var/run/wpa_supplicant
# By default, only root (group 0) may use wpa_cli
#ctrl_interface_group=0
#eapol_version=1
#ap_scan=1
update_config=1
fast_reauth=1
ap_scan=1
network={
scan_ssid=1
auth_alg=SHARED
ssid="keepout"
key_mgmt=NONE
wep_key0=0101010101
wep_tx_keyidx=0
priority=5
}
# Plaintext connection (no WPA, no IEEE 802.1X),
# nice for hotel/airport types of WiFi network.
#network={
# key_mgmt=NONE
# priority=0
#}
iwconfigbash-3.1# iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wmaster0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 00:14:7C:BD:3F:46
ESSID:"keepout"
Mode:Master
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=96/100 Signal level=-31 dBm Noise level=-127 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s
6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
36 Mb/s; 48 Mb/s; 54 Mb/s
Extra:tsf=000000116eb508f9
Cell 02 - Address: 00:03:6F:92:E0:45
...altra..
bash-3.1#
bash-3.1# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"keepout"
Mode:Managed Frequency:2.462 GHz Access Point: 00:14:7C:BD:3F:46
Bit Rate=54 Mb/s Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:0101-0101-01
Link Quality=96/100 Signal level=-32 dBm Noise level=-127 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bash-3.1# ifconfig wlan0
(indirizzo statico)wlan0 Link encap:Ethernet HWaddr 00:13:02:3e:af:71
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::213:2ff:fe3e:af71/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:311 errors:0 dropped:0 overruns:0 frame:0
TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:38498 (37.5 KiB) TX bytes:6609 (6.4 KiB)
insomma sembra tutto apposto ma non riesco a pingare neanche il router (192.168.1.1) perche' mi dice Destination Unreachable!
Help !!