|
|
|
![]() |
|
Strumenti |
![]() |
#41 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
guarda, ho proprio una chiavetta d-link g122, su linux non l'ho mai usata, ma adesso vedo se riesco a farla funzionare con il wpa e poi ti faccio sapere...
edit: funziona, ho provato sulla arch e vanno....i driver che usa sono gli rt73usb, e la riga per lanciare wpa supplicant è: Codice:
wpa_supplicant -Dwext -iwlan1 -c/etc/wpa_supplicant.conf -B Codice:
ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 4 value 0x0 - Codice:
dhcpcd wlan1 Ultima modifica di sasa83 : 02-10-2008 alle 22:46. |
![]() |
![]() |
![]() |
#42 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
root@slax:~# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B
ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWENCODEEXT]: Operation not supported ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported WEXT auth param 5 value 0x1 - root@slax:~# dhcpcd wlan0 root@slax:~# Ho fatto tutto come mi hai detto ma ancora non mi connetto. Si accende la lucina lampeggiante "act" sulla chiavetta ma l'altra "lnk" rimane spenta. Ho prvato ad aprire il browser ma dà errore in quanto non è in rete, ovviamente. Dove hai scaricato il driver rt73usb?
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#43 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
dopo che hai dato il comando dhcpcd wlan0 non dice niente? i driver non li ho scaricati da nessuna parte, sono inclusi nel kernel.
EDIT: nel file rc.inet1.conf hai messo queste 2 linee? Codice:
WLAN_WPA[4]="wpa_supplicant" WLAN_WPADRIVER[4]="wext" Codice:
ctrl_interface=/var/run/wpa_supplicant eapol_version=1 ap_scan=1 fast_reauth=1 # WPA protected network, supply your own ESSID and WPAPSK here: network={ scan_ssid=0 ssid="ESSID" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk="CHIAVE" } hai aggiunto quelle linee che ti avevo detto al file rc.wireless? se hai fatto tutto DEVE partire in automatico, per forza...se non parte non so che dire, prova a reinstallare wpa supplicant! Ultima modifica di sasa83 : 03-10-2008 alle 10:25. |
![]() |
![]() |
![]() |
#44 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
nonostante le modifiche non va.
ti metto i due file inet1.conf e wireless.conf in modo che tu possa vederli come sono adesso. questo è inet.conf: # /etc/rc.d/rc.inet1.conf # # This file contains the configuration settings for network interfaces. # If USE_DHCP[interface] is set to "yes", this overrides any other settings. # If you don't have an interface, leave the settings null (""). # You can configure network interfaces other than eth0,eth1... by setting # IFNAME[interface] to the interface's name. If IFNAME[interface] is unset # or empty, it is assumed you're configuring eth<interface>. # Several other parameters are available, the end of this file contains a # comprehensive set of examples. # ============================================================================= # Config information for eth0: IPADDR[0]="" NETMASK[0]="" USE_DHCP[0]="" DHCP_HOSTNAME[0]="" # Config information for eth1: IPADDR[1]="" NETMASK[1]="" USE_DHCP[1]="" DHCP_HOSTNAME[1]="" # Config information for eth2: IPADDR[2]="" NETMASK[2]="" USE_DHCP[2]="" DHCP_HOSTNAME[2]="" # Config information for eth3: IPADDR[3]="" NETMASK[3]="" USE_DHCP[3]="" DHCP_HOSTNAME[3]="" #Default gateway IP address: GATEWAY="192.168.1.1" # Change this to "yes" for debugging output to stdout. Unfortunately, # /sbin/hotplug seems to disable stdout so you'll only see debugging output # when rc.inet1 is called directly. DEBUG_ETH_UP="no" ## Example config information for wlan0. Uncomment the lines you need and fill ## in your data. (You may not need all of these for your wireless network) IFNAME[4]="WLAN0" #IPADDR[4]="" #NETMASK[4]="255.255.255.0" USE_DHCP[4]="YES" #DHCP_HOSTNAME[4]="icculus-wireless" #DHCP_KEEPRESOLV[4]="yes" #DHCP_KEEPNTP[4]="yes" #DHCP_KEEPGW[4]="yes" #DHCP_IPADDR[4]="" WLAN_ESSID[4]="DLINK_WIRELESS" #WLAN_MODE[4]=Managed #WLAN_RATE[4]="54M auto" #WLAN_CHANNEL[4]="" #WLAN_KEY[4]="" #WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16" WLAN_WPA[4]="wpa_supplicant" #Run wpa_supplicant for WPA support WLAN_WPADRIVER[4]="wext" #WLAN_WPAWAIT[4]=30 ## Some examples of additional network parameters that you can use. ## Config information for wlan0: #IFNAME[4]="wlan0" # Use a different interface name instead of # the default 'eth4' #IFNAME[4]="eth0:1" # Set up an IP alias. #HWADDR[4]="00:01:23:45:67:89" # Overrule the card's hardware MAC address #MTU[4]="" # The default MTU is 1500, but you might need # 1360 when you use NAT'ed IPSec traffic. #DHCP_TIMEOUT[4]=15 # The default timeout for the DHCP client to # wait for server resonse is 30 seconds, but # you might want a shorter wait. #DHCP_KEEPRESOLV[4]="yes" # If you dont want /etc/resolv.conf overwritten #DHCP_KEEPNTP[4]="yes" # If you don't want ntp.conf overwritten #DHCP_KEEPGW[4]="yes" # If you don't want the DHCP server to change # your default gateway #DHCP_IPADDR[4]="" # Request a specific IP address from the DHCP # server #WLAN_ESSID[4]=DARKSTAR # An example of how you can override _any_ # parameter defined in rc.wireless.conf, by # prepending 'WLAN_' to the parameter's name. # Useful with multiple wireless interfaces. #WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=thekey" # Some drivers require a private ioctl to be # set through the iwpriv command. If more than # one is required, you can place them in the # IWPRIV parameter (separated with the pipe (|) # character, see the example). WLAN_WPA[4]="wpa_supplicant" # Run wpa_supplicant for WPA support WLAN_WPADRIVER[4]="ralink" # Tell wpa_supplicant to specifically use the # ndiswrapper driver (if you leave this empty # the 'wext' driver is used by default) #WLAN_WPAWAIT[4]=30 # In case it takes long for the WPA association # to finish, you can increase the wait time # (defaults to 10 seconds) questo è invece wireless.conf # Wireless LAN adapter configuration # # Theory of operation : # # The script attempts to match a block of settings to the specific wireless # card inserted, the *first* block matching the card is used. # The address format is "hwaddr", with * as a wildcard. # 'hwaddr' is the unique MAC address identifier of the wireless card. # The MAC address is usually printed on the card, or can be found via ifconfig. # Some examples here use only half of the MAC address with a wildcard to # match a whole family of cards... # # All the Wireless specific configuration is done through the Wireless # Extensions, so we will just call 'iwconfig' with the right parameters # defined below. # Of course, you need to have iwconfig installled on your system. # To download iwconfig, or for more info on Wireless Extensions : # http://www.hpl.hp.com/personal/Jean_...nux/Tools.html # # Note : you don't need to fill all parameters, leave them blank, in most # cases the driver will initialise itself with sane defaults values or # automatically figure out the value... And no drivers do support all # possible settings... # # -- This is a modified '/etc/pcmcia/wireless.opts' script -- # -- I added sections for Prism/GT and Atheros based cards -- # -- (supported by the prism54 and madwifi drivers) -- # -- 16/sep/2004 * Eric Hameleers -- # VERBOSE=1 case "$HWADDR" in ## NOTE : Comment out the following five lines to activate the samples below ... ## --------- START SECTION TO REMOVE ----------- ## Pick up any Access Point, should work on most 802.11 cards *) INFO="Any ESSID" ESSID="DLINK_WIRELESS" WPA="y" ;; ## ---------- END SECTION TO REMOVE ------------ # Here are a few examples with a few Wireless LANs supported... # The matching is done on the first 3 bytes of the MAC address # SMC2835W EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter 00:04:E2:*) INFO="SMC2835W EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter" # ESSID (extended network name) : My Network, any ESSID="any" # NWID/Domain (cell identifier) : 89AB, 100, off NWID="" # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto MODE="Managed" # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency) FREQ="" CHANNEL="6" # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm) SENS="" # Bit rate : auto, 1M, 11M,54M RATE="auto" # Encryption key : 4567-89AB-CD, s ![]() # Example for 40-bit encryption: #KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]" # Example for 104-bit encryption (aka 128-bit WEP): #KEY="d5ad2f05abd048ecf10b1c80c7" KEY="" # RTS threshold : off, 500 RTS="" # Fragmentation threshold : off, 1000 FRAG="" # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB IWCONFIG="" # iwspy parameters : + 01:23:45:67:89:AB IWSPY="" # iwpriv parameters : set_port 2, set_histo 50 60 IWPRIV="" ;; # Multiband Atheros based 802.11a/b/g universal NIC cards 00:05:4E:*) INFO="Multiband Atheros based 802.11a/b/g universal NIC" # ESSID (extended network name) : My Network, any ESSID="" # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto MODE="Managed" # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency) FREQ="" CHANNEL="7" # Bit rate : auto, 1M, 11M,54M RATE="auto" # Encryption key : 4567-89AB-CD, s ![]() # Example for 40-bit encryption: #KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]" # Example for 104-bit encryption (aka 128-bit WEP): #KEY="d5ad2f05abd048ecf10b1c80c7" KEY="" # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB IWCONFIG="" # iwspy parameters : + 01:23:45:67:89:AB IWSPY="" # iwpriv parameters : set_port 2, set_histo 50 60 IWPRIV="" ;; # Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA) # Note : wvlan_cs driver only, and version 1.0.4+ for encryption support 00:60:1D:*|00:02:2D:*) INFO="Wavelan IEEE example (Lucent default settings)" ESSID="Wavelan Network" MODE="Managed" #RATE="auto" KEY="s:secu1" # To set all four keys, use : #KEY="s:secu1 [1] key s:secu2 [2] key s:secu3 [3] key s:secu4 [4] key [1]" # For the RG 1000 Residential Gateway: The ESSID is the identifier on # the unit, and the default key is the last 5 digits of the same. #ESSID="084d70" #KEY="s:84d70" ;; # Cisco/Aironet 4800/3x0 # Note : MPL driver only (airo/airo_cs), version 1.3 or later 00:40:96:*|00:02:8A:*) INFO="Cisco/Aironet example (Cisco default settings)" ESSID="any" # To set all four ESSID, use iwconfig v21 and the same trick as above MODE="Managed" #RATE="11M auto" #KEY="d5ad2f05abd048ecf10b1c80c7" KEY="off" ;; # Samsung MagicLan (+ some other PrismII cards) # Note : Samsung binary library driver, version 1.20 or later 00:00:F0:*|00:02:78:*) INFO="Samsung MagicLan example (Samsung default settings)" ESSID="any" MODE="Managed" CHANNEL="4" RATE="auto" #KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]" #IWCONFIG="power on" ;; # Raytheon Raylink/WebGear Aviator2.4 # Note : doesn't work yet, please use for debugging only :-( 00:00:8F:*|00:00:F1:*) INFO="Raylink/Aviator2.4 example (Aviator default ad-hoc setting)" ESSID="ADHOC_ESSID" MODE="Ad-Hoc" RATE="auto" IWPRIV="set_framing 1" ;; # Old Lucent Wavelan 08:00:0E:*) INFO="Wavelan example (Lucent default settings)" NWID="0100" MODE="Ad-Hoc" FREQ="2.425G" KEY="off" ;; # Netwave (Xircom Netwave/Netwave Airsurfer) 00:80:C7:*) INFO="Netwave example (Netwave default settings)" NWID="100" KEY="00" ;; # Proxim RangeLan2/Symphony (what is the MAC address ???) XX:XX:XX:*) INFO="Proxim RangeLan2/Symphony example" NWID="0" MODE="Master" CHANNEL="15" IWPRIV="setsubchan 1" ;; # No Wires Needed Swallow 550 and 1100 setting (what is the MAC address ???) XX:XX:XX:*) INFO="NWN Swallow example" ESSID="session" KEY="0000-0000-00 open" ;; # Symbol Spectrum24 setting (what is the MAC address ???) XX:XX:XX:*) INFO="Symbol Spectrum24 example" ESSID="Essid string" ;; # Generic example (decribe all possible settings) *) INFO="Fill with your own settings..." # ESSID (extended network name) : My Network, any ESSID="" # NWID/Domain (cell identifier) : 89AB, 100, off NWID="" # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto MODE="" # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency) FREQ="" CHANNEL="" # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm) SENS="" # Bit rate : auto, 1M, 11M RATE="" # Encryption key : 4567-89AB-CD, s ![]() KEY="" # RTS threshold : off, 500 RTS="" # Fragmentation threshold : off, 1000 FRAG="" # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB IWCONFIG="" # iwspy parameters : + 01:23:45:67:89:AB IWSPY="" # iwpriv parameters : set_port 2, set_histo 50 60 IWPRIV="" ;; esac Sta diventando un vero rebus questa storia.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#45 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
E se provassimo ad installare Rutilt ?
Esiste anche la versione .tgz Solo che io non son riuscito ad installarla. quando dò make install mi dà un messaggio strano, qualcosa come "install is up to eccetera. E' un disastro anche installare programmi a quanto pare.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#46 | ||
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
Quote:
Codice:
VERBOSE=1 WPA="y" case "$HWADDR" in ## NOTE : Comment out the following five lines to activate the samples below ... ## --------- START SECTION TO REMOVE ----------- ## Pick up any Access Point, should work on most 802.11 cards *) INFO="Any ESSID" ESSID="DLINK_WIRELESS" ;; ## ---------- END SECTION TO REMOVE ------------ |
||
![]() |
![]() |
![]() |
#47 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
|
|
![]() |
![]() |
![]() |
#48 | |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Quote:
da quando mi hai spiegato la storia dei tgz faccio in quel modo. quindi il pacchetto rutilt.tgz da console digito installdpkg nomepacchetto e stranamente non me lo installa, anzi mi dici che NON è un pacchetto .tgz. Invece lo è eccome, visto che l'estensione è quella. Allora lancio l'utility grafica ma anche lì mi dà lo stesso strano messaggio. C'è da dire che in questo modo ne ho installati altri di pacchetti e vanno bene. Rutilt è un'utility grafica per gestire l'wifi con driver rt73 ed è stata fatta apposta per evitare incasinamenti vari. La sua page è questa, ed è lo stesso sito del driver : http://rt2x00.serialmonkey.com/wiki/index.php/Downloads Adesso provo a fare le modifiche 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). |
|
![]() |
![]() |
![]() |
#49 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
quella linea è commentata, nel copia incolla è passato sotto ma ho guardato nel file originale ed è ok.
Ho passato il WPA="yes" subito sotto verbosem restartato la inet1 e provato col comando "wpa_supplicant -Dwext -wlan0 -c/etc/wpa_supplicant.conf -B" ma non va, nemmeno dopo che gli aggiungo dhpcd wlan0. Ecco la procedura che ho seguito per cercare di installare "rutilt" scarico file .tgz lo metto nella dir "root" da lì apro terminale e dò "installpkg nomefile.tgz" si crea una dir chiamata "rutilt ecc" vi entro leggo file readme e dice di partire con "./ configure.sh" tutto ok poi dice "make" tutto ok poi dice "make install" e qui non è più ok in quando mi dice "install is out to date" Non so che significhi.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#50 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
il tgz di questo rutilt non esiste...forse quello che hai scaricato è un semplice archivio tgz ma non un pacchetto; anche i pacchetti slackware sono semplici archivi tgz con la sola differenza che hanno all'interno degli eseguibili e uno script d'installazione. cmq dopo le modifiche riavvia e la connessione dovrebbe essere automaticamente attiva...
|
![]() |
![]() |
![]() |
#51 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
No.
Non ci siamo. Non è attivo niente. Se decidi di mollarmi ti capisco. In caso dimmelo.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#52 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
1. fammi vedere il contenuto di wpa_supplicant.conf. 2. lancia iwconfig e fammi vedere l'output. puoi dopo provare ad usare un ip fisso, nel file rc.inet1.conf commenta la linea con dhcp e poi setta l'indirizzo, una cosa del genere insomma: Codice:
IFNAME[4]="WLAN0" IPADDR[4]="192.168.1.2" NETMASK[4]="255.255.255.0" #USE_DHCP[4]="YES" edit: ho notato che hai scritto wlan0 in maiuscolo, siccome linux è case sensitive non vorrei facesse problemi per quello...prova a scriverlo in minuscolo. anche il yes dopo dhcp, e il nome della rete? sicuro che sia maiuscolo? per la chiave di rete stessa cosa...è probabile che non importi ma proviamo. Ultima modifica di sasa83 : 03-10-2008 alle 14:33. |
|
![]() |
![]() |
![]() |
#53 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Aspetta,aspetta..ho una novità..
ho aperto il pannello del router dal browser e ho provato a togliere la protezione, impostando quindi il "none", poi ho riavviato il router stesso. Poi ho acceso il portatile con su slax, inserito la chiavetta e lanciato il programma di default, kwifimanager, ma ancora niente.. poi sempre da slax ho lanciato un altro programma che c'è di default, quello che si chiama "set IP address", lì ho inserito manualmente i DNS e gli indirizzi 192.168.1.1 del gateway, poi 192.168.1.3 assegnato al portatile e 255.255.255.0 , miracolosamente si è connesso. Senza nessun programma esterno. ma così non posso stare senza nessuna cifratura, ovviamnete non va bene. Allora ho di nuovo aperto il ruoter e ho settato protocollo WEP inserendo una chiave esadecimale, salvato e riavviato. poi son passato a slax sul portatile e ho settato il kwifimanager, visto che supporta la WEP (ma non la WPA), solita storia poi con il settaggio di "Set IP address" e nonostante pare sia tutto a posto, non apre le pagine del browser, mi dà errore. Ma che diavolo succede? un firewall di slax ? un qualcosa da marte? Un campo elettromagnetico occulto? ![]()
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#54 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
non mi hai fatto vedere il wpa_supplicant.conf e l'output di iwconfig (ovviamente con la wpa settata). fai le modifiche che ti ho detto sulle maiuscole perchè sicuramente sarà una cavolata del genere...
cmq se vuoi usare la wep o qualsiasi altra cosa lascia perdere questo benedetto kwifimanager per favore. la chiave wep si deve settare nel file rc.wireless.conf, in questo modo: Codice:
## NOTE : Comment out the following five lines to activate the samples below ... ## --------- START SECTION TO REMOVE ----------- ## Pick up any Access Point, should work on most 802.11 cards *) INFO="Wifi Network" ESSID="DLINK_WIRELESS" KEY="AFBC-44CE-59CC-etc......" ;; ## ---------- END SECTION TO REMOVE ------------ Codice:
WLAN_WPA[4]="wpa_supplicant" Codice:
WLAN_WPADRIVER[4]="rt73usb" |
![]() |
![]() |
![]() |
#55 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
ok.
adesso provo e ti posto gli output che mi hai chiesto.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#56 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
questo è il wpa_supplicant.conf, è quello che mi hai postato tu. con le opportune modifiche.
ctrl_interface=/var/run/wpa_supplicant eapol_version=1 ap_scan=1 fast_reauth=1 # WPA protected network, supply your own ESSID and WPAPSK here: network={ scan_ssid=0 ssid="DLINK_WIRELESS" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk="miachiave" questo è invece l'output di iwconfig e iwcong wlan2, vedi 2 perchè avevo tolto e rimosso la chiavetta senza riavviare. Una domanda, ma quando wpa_supplicant va in loop non c'è un comando per farlo fermare? se riscrivo un altro comando sempre wpa mi dice che c'è già un processo in corso. Ad ogni modo, anche con queste ultime modifiche niente di nuovo. La WEP non l'ho più provata. root@slax:~# iwconfig lo no wireless extensions. eth0 no wireless extensions. wlan2 RT73 WLAN ESSID:"" Mode:Managed Frequency=2.412 GHz Bit Rate=54 Mb/s RTS thr:off Fragment thr:off Encryption key:off Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 root@slax:~# iwconfig wlan2 wlan2 RT73 WLAN ESSID:"" Mode:Managed Frequency=2.412 GHz Bit Rate=54 Mb/s RTS thr:off Fragment thr:off Encryption key:off Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#57 |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
cioè fammi capire, se riavvii con la chiavetta attaccata e tutti i file impostati per il wpa, dopo il riavvio, senza far nient'altro lanci iwconfig e ti da quell'output? e se provi con la wep? mi sembra strano...
edit: domanda stupida, forse hai sbagliato nel copia-incolla, ma la parentesi graffa c'è alla fine del wpa_supplicant.conf? Ultima modifica di sasa83 : 03-10-2008 alle 22:04. |
![]() |
![]() |
![]() |
#58 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 859
|
Ciao, sì è così. se riavvio è esattamente come hai descritto.
No la parentesi graffa c'è, infatti ci ero stato attento. Ad ogni modo, ho scaricato la distro NIMBLEX che è la fotocopia di slax solo con più programmi. tra questi c'è "wireless assistant", non ho dovuto fare altro che lanciarla e mi ha rilevato subito la rete, poi ho inserito la chiave WAP e miracolo è andato tutto ok. Penso che piallerò il disco e installerò questa. Mi dispiace solo di aver perso e di averti fatto perdere un sacco di tempo. Ma alla fine la strada della conoscenza passa anche attraverso i fallimenti. Alla fine qualcosa di nuovo ho imparato, grazie a te, e di sicuro prima o poi mi tornerà utile. Se ti viene in mente qualcosa da provare con la slax, questa mia richiesta di assistenza è sempre valida.
__________________
Sub_mariner ha concluso Infelicemente con: Torpedo, Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento). |
![]() |
![]() |
![]() |
#59 | |
Senior Member
Iscritto dal: May 2008
Messaggi: 622
|
Quote:
![]() ![]() |
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 16:18.