|
|
|
![]() |
|
Strumenti |
![]() |
#21 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
QUESTO è il contenuto del file etc/rc.d/rc.wicd.
a questo punto che dovrei fare concretamente? #!/bin/bash if [[ $1 = "start" ]] then echo "Stopping any running daemons..." killall daemon.py 2> /dev/null echo "Starting wicd daemon..." /opt/wicd/daemon.py 2> /dev/null fi if [[ $1 = "stop" ]] then echo "Stopping wicd daemon..." killall daemon.py 2> /dev/null fi
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#22 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
domanda banale ma non troppo.
come si cercano i file che mi hai detto ?
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#23 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
altra cosa:
usando quel tool grafico che mi hai descritto (ce l'ho), ho visto che wpa_supplicant non è tra i pacchetti installati. eppure se da console digito wpa_supplicant mi viene fuori la lista delle opzioni disponibili. Come mai ?
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#24 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Così non andiamo da nessuna parte.
Ho installato wicd come mi hai detto. ma manca quel pygtk. me lo son cercato su google ma non ho trovato la versione in .tgz. allora l'ho scaricata in tar.gz ma va solo il comando ./configure da root. poi se faccio "make" mi dà errore. Non stiamo mettendo un pò troppa carne al fuoco ? Ricominciamo da capo? Non cambio distro perchè ci son riusciti in tanti, se non tutti, a connettersi con questa chiavetta e la slax.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#25 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
allora, devi creare un file, wpa_supplicant.conf e mettilo nella cartella /etc. aprilo e scrivici questo: Codice:
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel # # rete domestica protetta con metodo WPA-Personal (WPA_PSK) network={ ssid="ESSID" scan_ssid=0 key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk="chiave" } i precedenti file che ti avevo detto di modificare, il file rc.wireless.conf va bene come ti avevo detto, mentre nel file rc.inet1.conf togli il cancelletto davanti alla linea: Codice:
#WLAN_WPA[4]="wpa_supplicant" # Run wpa_supplicant for WPA support Codice:
/etc/rc.d/rc.inet1 restart Codice:
wpa_supplicant -d -c/etc/wpa_supplicant.conf -iwlan0 apri il file rc.wireless.conf, subito dopo VERBOSE=1, circa alla linea 31, aggiungi questo: Codice:
WPA="y" Codice:
if [ "$WPA" = "y" -a -x /usr/local/sbin/wpa_supplicant ]; then /usr/local/sbin/wpa_supplicant -Bw -c/etc/wpa_supplicant.conf -i${INTERFACE} fi |
|
![]() |
![]() |
![]() |
#26 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Ciao, quello che vedi sotto è la scritta che ho dato da root, e sotto c'è l'output, mi pare di capire che ha qualcosa a che fare con la key?
Nel file che ho creato il campo "password" ci ho scritto la chiave WPA per connettersi al router, ma l'ho scritta in caratteri normali, non esadecimali, può essere questo? La schermata di sotto era andata in loop e per fermarla ho dovuto rimuovere la chiavetta... Forza che ce la facciamo.. ![]() root@slax:~# wpa_supplicant -d -c/etc/wpa_supplicant.conf -iwlan0 Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group='wheel' (DEPRECATED) Priority group 0 id=0 ssid='DLINK_WIRELESS' 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 SIOCGIWRANGE: WE(compiled)=22 WE(source)=14 enc_capa=0x0 capabilities: key_mgmt 0x0 enc 0x3 WEXT: Operstate: linkmode=1, operstate=5 Own MAC address: 00:1b:11:0a:18:74 wpa_driver_wext_set_wpa Driver does not support WPA. wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_countermeasures wpa_driver_wext_set_drop_unencrypted Setting scan request: 0 sec 100000 usec ctrl_interface_group=10 (from group name 'wheel') Added interface wlan0 RTM_NEWLINK: operstate=0 ifi_flags=0x1002 () Wireless event: cmd=0x8b06 len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 State: DISCONNECTED -> SCANNING Starting AP scan (broadcast SSID) Trying to get current scan results first without requesting a new scan to speed up initial association Received 0 bytes of scan results (0 BSSes) Scan results: 0 Selecting BSS from priority group 0 Try to find WPA-enabled AP Try to find non-WPA AP No suitable AP found. Setting scan request: 0 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#27 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
l'essid va scritto tra le virgolette, quindi nel tuo caso sarebbe:
Codice:
ssid="DLINK_WIRELESS" commenta la linea Codice:
ctrl_interface_group='wheel' Codice:
/etc/rc.d/rc.inet1 restart Codice:
wpa_supplicant -d -c/etc/wpa_supplicant.conf -iwlan0 Codice:
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B |
![]() |
![]() |
![]() |
#28 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
niente da fare, va sempre il loop e i messaggi son come l'output che ti ho già postato, è qualcosa che ha a che fare con la WPA o qualcosa del genere.
come se la pssword non fosse impostata.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#29 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
se hai risposto si a tutte le domande proviamo un ultimo disperato tentativo...apri rc.inet1.conf e decommenta la riga: Codice:
WLAN_WPADRIVER[4]="ndiswrapper" cmq mi lascia perplesso questa scritta nell'output: Codice:
Driver does not support WPA. |
|
![]() |
![]() |
![]() |
#30 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Proverò a ricontrollare tutto daccapo.
rt73 dovrebbero supportare il WPA. Provo con entarmbi i comandi e ti posto gli output. Ma prima dimmi un sito dove provare a convertire la password in ascii. Ad esempio, se usassi "pippo" che ne verrebbe fuori ? usando un convertitore online mi viene fuori questo 112, 105, 112, 112, 111 non vorrei che lo sbaglio fosse il mio nel convertire..
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). Ultima modifica di Sub_mariner : 02-10-2008 alle 17:18. |
![]() |
![]() |
![]() |
#31 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
|
|
![]() |
![]() |
![]() |
#32 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
bene. riprovo e ti faccio sapere più tardi.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#33 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
mi sembra di aver capito che rt73 non gradisca Wext, quindi devi usare un altro driver....prova a usare questo comando:
Codice:
wpa_supplicant -D ralink -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -B |
![]() |
![]() |
![]() |
#34 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
QUESTO È L'OUT DEL PRIMO COMANDO
mi son ricordato che questa chiavetta con ubuntu funziona benissimo, con la stessa chaive WPA root@slax:~# wpa_supplicant -d -c/etc/wpa_supplicant.conf -iwlan0 Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group='wheel' (DEPRECATED) Priority group 0 id=0 ssid='DLINK_WIRELESS' 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 SIOCGIWRANGE: WE(compiled)=22 WE(source)=14 enc_capa=0x0 capabilities: key_mgmt 0x0 enc 0x3 WEXT: Operstate: linkmode=1, operstate=5 Own MAC address: 00:1b:11:0a:18:74 wpa_driver_wext_set_wpa Driver does not support WPA. wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0 ioctl[SIOCSIWENCODEEXT]: Operation not supported Driver did not support SIOCSIWENCODEEXT, trying SIOCSIWENCODE wpa_driver_wext_set_countermeasures wpa_driver_wext_set_drop_unencrypted Setting scan request: 0 sec 100000 usec Using existing control interface directory. ctrl_interface_group=10 (from group name 'wheel') ctrl_iface bind(PF_UNIX) failed: Address already in use ctrl_iface exists, but does not allow connections - assuming it was leftover from forced program termination Successfully replaced leftover ctrl_iface socket '/var/run/wpa_supplicant/wlan0' Added interface wlan0 RTM_NEWLINK: operstate=0 ifi_flags=0x1002 () Wireless event: cmd=0x8b06 len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP]) Wireless event: cmd=0x8b2a len=8 State: DISCONNECTED -> SCANNING Starting AP scan (broadcast SSID) Trying to get current scan results first without requesting a new scan to speed up initial association Received 0 bytes of scan results (0 BSSes) Scan results: 0 Selecting BSS from priority group 0 Try to find WPA-enabled AP Try to find non-WPA AP No suitable AP found. Setting scan request: 0 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec ^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 82 bytes of scan results (1 BSSes) Scan results: 1 Selecting BSS from priority group 0 Try to find WPA-enabled AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - no WPA/RSN IE Try to find non-WPA AP 0: 00:1b:11:38:ea:48 ssid='DLINK_WIRELESS' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 skip - non-WPA network not allowed No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 0 bytes of scan results (0 BSSes) Scan results: 0 Selecting BSS from priority group 0 Try to find WPA-enabled AP Try to find non-WPA AP No suitable AP found. Setting scan request: 5 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results Failed to get scan results - try scanning again Setting scan request: 1 sec 0 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results ioctl[SIOCGIWSCAN]: Resource temporarily unavailable Scan results: -1 Failed to get scan results
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#35 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
e usando -d Wext o -d ralink funziona? |
|
![]() |
![]() |
![]() |
#36 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
questo invece è l'out del secondo comando
root@slax:~# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported root@slax:~# Dici che è wpa_supplicant il problema? nel campo GATEWAY del file inet1.conf ho scritto "192.168.1.1" è giusto penso. L'ultima soluzione non l'ho ancora provata, ma il driver del rt73 dovrebbe (il condizionale è d'obbligo) essere a posto. Una bella sfida però questo wireless...
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#37 | |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Quote:
si la riga l'ho commentata, col secondo comando ti ho appena postato l'out, però -d ralink non ho provato...devo?
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
|
![]() |
![]() |
![]() |
#38 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
|
![]() |
![]() |
![]() |
#39 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
ok provo allora. Ma ho notato una cosa, andando sul wiki di wpa_supplicant ho letto la procedura di installazione del pacchetto e ho visto che è diversissima di quel che ho fatto io.
A dire il vero non ho mai configurato niente e credo di aver fatto un'installazione a metà. C'è di più. Ho visto che la versione nuova è la 5 addirittura mentre io non credo di aver messo quella. Quindi mi son scaricato l'ultima release stabile dal link riportato sul wiki e son pronto per installarla, seguendo le tue indicazioni. Il pacchetto è un tar.gz, non son riuscito a trovare nessun tgz. Penso proprio che il problema sia qui sai? Mi dai una mano a installare il tutto ? adesso mi copio il pacchetto sul portatile nella root e poi son pronto. Cmq prima provo a ridare il comando aggiungendo ciò che mi hai scritto.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#40 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
Codice:
CONFIG_WIRELESS_EXTENSION=y CONFIG_DRIVER_NDISWRAPPER=y CONFIG_CTRL_IFACE=y |
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:05.