Impossibile connettersi a rete aperta [RISOLTO]

Networking, configurazione della connessione, periferiche e condivisioni di rete.
Scrivi risposta
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Impossibile connettersi a rete aperta [RISOLTO]

Messaggio da manumsn »

[Posto subito la soluzione trovata: ho 3 reti diverse che operano tutte sullo stesso canale e con segnale molto basso(vicino alla soglia minima che è di -70). Con tutta probabilità, questo mi impedisce di connettermi: troppi dati sullo stesso canale, tutti insieme, e con segnale troppo basso.
Soluzione: o mi avvicino, o devo sperare che il router cambi canale di trasmissione. Ciao!!]


Ciao a tutti :)

Ho questo "problema". La mia scheda wireless rileva vicino a me questa rete:

Codice: Seleziona tutto

BSSID               PWR  Beacons    #Data, #/s  CH  MB   ENC  CIPHER AUTH ESSID   
XX:3A:XX:08:XX:19  -52       13      2     0    6   54e  OPN              WIFI-XXXX
E' aperta, senza protezioni o chiavi. Tuttavia, se provo a connettermi, non ci riesco, e ottengo "impossibile connettersi a WIFI-XXXX". Quale puo' essere la causa?

Ho pensato che potrebbe avere il filtro degli indirizzi MAC attivo. Ho usato airodump, ho trovato un paio di MAC che si connettono a questa rete, quindi ho cambiato il mio MAC usando

Codice: Seleziona tutto

macchanger --mac XX:XX:XX:XX:XX:XX wlan0
e ho impostato uno dei MAC che dovrebbero essere validi. Il MAC e' cambiato al 100%, al fondo spiego perche'. Tuttavia, anche con il nuovo MAC, la connessione non si stabilisce. Eppure e' una rete aperta, chiunque dovrebbe poterne usufruire senza intoppi.
Quale potrebbe essere il motivo per cui a me l'accesso risulta interdetto?
Spero possiate aiutarmi, c'e in ballo una pizza col mio migliore amico :D In caso contrario, grazie comunque, siete grandi lo stesso :)
Ciao!


ps:
il MAC cambia al 100% xk ho provato sulla mia rete di casa, anche questa aperta.
Prima ho impostato il filtro dei MAC, dando i permessi a chiamiamoli MAC1 MAC2 e MAC3. Con il mio pc (MAC1) mi son connesso, e tutto e' andato bene. Poi con macchanger mi son dato un MAC a caso, diciamo MAC4, e, non essendo questo in lista, non potevo piu' connettermi.
Poi, ho tolto i permessi a MAC1 dal router. Mi sono rimesso MAC1 sul pc (sempre usando macchanger), e, non avendo permessi, non riuscivo a connettermi. Infine, mi sono messo MAC2, e la connessione e' riuscita.
Di conseguenza, macchanger funziona, e lo so anche usare per bypassare il filtro sul router a quanto pare :)

pps:
la rete che mi da problemi, ve lo voglio dire, e' quella del mio vicino di casa, nonche' migliore amico :) sapendo che non usa protezioni (lo vidi con airodump mentre ca##eggiavo tra me e me), giorni fa gli dissi "guarda che rischi, ti possono entrare in rete quando vogliono, potrei farlo anche io che non ne so quasi niente", lui per farla breve non ci credette, e scommettemmo una pizza sul fatto che io ci possa riuscire.
Ultima modifica di manumsn il giovedì 28 marzo 2013, 23:11, modificato 1 volta in totale.
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Prova a connetterti da terminale , con questi comandi, e vedi quale fallisce.

Codice: Seleziona tutto

iwconfig wlan0 mode managed key open
iwconfig wlan0 essid  IlNomeDellaRete
ifconfig wlan0 IPAddress netmask 255.255.255.0
route add default gw IPAddressdelGateway
echo nameserver 8.8.4.4 >> /etc/resolve.conf
E- meglio dare tutti i comandi da root.
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Intanto grazie della risposta :)

Aiutami però perchè non so che dati mettere.
ifconfig wlan0 IPAddress netmask 255.255.255.0
quale IPAddress devo mettere? Che io sappia alla scheda non è associato un IP univoco. Ne metto uno a caso, tipo 192.168.0.7? Se non va bene, correggimi!!
route add default gw IPAddressdelGateway
in IPAddressdelGateway cosa devo mettere? Io conosco solo il MAC del router a cui voglio connettermi, e il suo nome (quindi BSSID e ESSID). Non so che IP abbia. E non so nemmeno se sia fisso, o gli sia assegnato dinamicamente ad ogni accensione.
echo nameserver 8.8.4.4 >> /etc/resolve.conf
qui se non ho capito male, devo solo copiare e incollare. Nel file /etc/resolve.conf ho solo queste due righe:

Codice: Seleziona tutto

# Generated by NetworkManager
nameserver 192.168.0.1
Immagino che il tuo comando non faccia altro che aggiungere la riga

Codice: Seleziona tutto

nameserver 8.8.4.4
che dovrebbe essere un DNS di google, anche se non mi è chiaro lo scopo.

Riesci a darmi le info che mi servono?

Grazie in anticipo.
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

La questione del DNS è corretta: hai modificato il file /etc/resolv.conf come ti avevo suggerito.

Quanto ai numeri IP, dipende dalla rete. Mi hai detto che ti puoi collegare con Windows; bene, fallo, poi apri una finestra di comandi e dai il comando ipconfig. Dovrebbe venir fuori che hai un numero del tipo 192.168.xxx.yyy, oppure, al più, 10.xxx.yyy.zzz. Segnati quel numero, perchè puoi usarlo nel comando:

Codice: Seleziona tutto

ifconfig wlan0 IPAddress netmask 255.255.255.0
al posto di IPAddress.

Quanto al'indirizzo IP del gateway, che ti serve nel comando "route add ...", puoi:

1) imparare come fartelo dire da Windows. Immagino dipenda dalla versione di Windows che hai, ma in ogni caso non lo puoi chiedere a me perchè non so nulla di Windows;
2) provare ad indovinarlo. Se l'indirizzo IP che hai appena visto è, per esempio, 192.168.0.7, allora l'indirizzo del gateway è 192.168.0.1, oppure al massimo 192.168.0.254. Se il tuo indirizzo è 10.43.52.07, allora l'indirizzo del gateway è normalmente 10.43.52.01 oppure 10.43.52.254. Se la rete è del tipo 10.xxx,yyy.zzz, ci sono anche altre possibilità, per cui se non funzionano gli indirizzi che ti ho suggerito, ti conviene provare col metodo 1.

Tutto qui.
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Mi hai detto che ti puoi collegare con Windows;
no, ho solo ubuntu, non ho mai nominato windows :)

Ma non capisco, io sulla mia rete aperta riesco a connettermi subito senza dover impostare niente. Perchè sulla sua, che è ugualmente aperta, ho questi problemi?

Ammettiamo che io ora riesca, seguendo le tue dritte, a trovare l'indirizzo IP del suo router, che tipicamente avrà una delle forme che hai detto tu. Penso che lo potrò scoprire così:

Codice: Seleziona tutto

$ sudo airodump-ng --bssid MAC_router -c canale_router -w nome_a_caso mon0
Quando nel campo "Data" vedo che ho intercettato un po' di dati, passo il file "nome_a_caso" a wireshark. Essendo la rete aperta, vedrò gli scambi di pacchetti avvenuti, e troverò (spero) un IP simile a uno di quelli cercati. Con un po' di fortuna, l'IP del router sarà poi X.X.X.1 o X.X.X.254.
Partendo da questo, se non ho capito male, i passaggi per connettermi sarebbero questi:

1) imposto la mia interfaccia sul suo ESSID, sul canale giusto, su chiave aperta, assicurandomi che sia in modo managed

Codice: Seleziona tutto

iwconfig wlan0 mode managed key open
iwconfig wlan0 essid  IlNomeDellaRete
2) imposto l'IP del suo router (che ho trovato prima) con

Codice: Seleziona tutto

route add default gw IPAddressdelGateway
in questo modo, quando il mio pc invia un pacchetto, di default lo andrà ad inviare al router del mio amico

3) conoscendo l'IP del suo router, ed ipotizzando che usi maschera a 255.255.255.0 , posso assegnarmi un indirizzo che va da X.X.X.2 a X.X.X.253 (tutti indirizzi appartenenti alla sottorete creata dal router, giusto?), e lo faccio con

Codice: Seleziona tutto

ifconfig wlan0 IPAddress netmask 255.255.255.0
4) infine devo impostare ancora un DNS valido, e lo faccio con

Codice: Seleziona tutto

echo nameserver 8.8.4.4 >> /etc/resolve.conf
anche se non mi è chiaro perchè, nel senso che il router dovrebbe già avere in sè un DNS da contattare; a quanto ne so, è il router stesso che risolve gli indirizzi. Ad ogni modo, mi fido e lo faccio.

(Ho ripetuto tutti i passaggi in maniera noiosa sperando che servano ad altri utenti in futuro :) )

Provo, e posterò qui il risultato. Grazie ancora.

(Però non abbandonarmi ancora per favore, è probabile che avrò ancora bisogno!! :) Vorrei mettere la dicitura risolto solo quando riuscirò a connettermi. Penso sarà di grande aiuto per tutti)
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Ho fatto tutto. Intercettando i dati ed analizzandoli con wireshark, ho visto che c'era un utente connesso con indirizzo 192.168.0.102 e ho trovato dei pacchetti di livello 2 in cui la sorgente "www.routerlogin.com" mandava con destinazione "Broadcast" i pacchetti ARP il cui contenuto era: 192.168.0.1 is at XX:XX:XX:XX:XX (MAC del router)".
Quindi sono abbastanza sicuro di avere tutto ciò che mi hai chiesto.

Dopo aver impostato tutto, ed aver impostato anche il MAC modificandolo affinchè sia uguale a quello del pc del mio amico, mi trovo con tutti i dati corretti. Però, credo manchi ancora il comando per associarmi a quella rete, giusto?
Fin'ora mi hai fatto impostare tutto. Ma ora, come faccio a dire alla mia scheda "ok, voglio connettermi a questa rete con questi parametri che ho appena impostato, fallo ora"?
Se do iwconfig l'output mi dice: IEEE802.11bgn ESSID:"nome rete mio amico"
Mode:managed Access Point: Not Associated
bla bla
Encryption key:off
bla bla
Come mi associo? Ho provato, dopo aver impostato tutto, a selezionare la rete dal network manager, ma ancora una volta, non si connette...
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Ed ecco che hai trovato il tuo baco: i comandi che ti ho fornito io sono assolutamente sufficienti per accedere ad una rete aperta, non c'è bisogno assolutamente di null'altro. Ma il tuo pc pensa che ci sia bisogno di associarsi, e io non ti so dire perchè.

Credo che a questo punto sia necessario impostare una bella ricerca su Google. Io ora vado di fretta, ma domani ci proverò, la cosa interessa anche me perchè anch'io, in passato, ho avuto lo stesso problema, senza raccapezzarmici. Quanto al perchè ci sia questa difficoltà, non analizzata troppo a fondo a dire il vero, finora su Google ho trovato solo bug-reports del router, non del pc. :ciao:
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Anche io sto facendo ricerche su ricerche, e dopo averti scritto l'ultimo messaggio, ho visto che in effetti ovunque viene detto che è sufficiente dare i comandi detti sopra per associarsi. In aggiunta io ho anche provato a dare

Codice: Seleziona tutto

sudo iwconfig wlan0 AP MAC_del_router
ma proprio non c'è verso.
Continuo anche io le ricerche, e se trovo una soluzione, la posto qui al 100%. Se hai voglia anche tu di cercare, ogni tanto ci aggiorniamo qui :) Lascio il post aperto.
Per ora ciao, e ancora grazie :ciao:
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Puoi provare a fare alcune cose: immediatamente dopo aver provato a connetterti alla rete aperta senza successo,

1) guarda /var/log/syslog cercando eventi connessi alla tua rete wifi (wlan0?), così:

Codice: Seleziona tutto

cat /var/log/syslog | grep wlan0
Ci dovrebbero essere dei messaggi di errore,postali, per favore;

2) alternativamente il comando

Codice: Seleziona tutto

sudo iw event -t -f 
dovrebbe darti la stessa informazione;

3) infine possiamo provare a vedere se è un problema di driver; posta per favore l'output di

Codice: Seleziona tutto

lspci -vnn | grep -A 5 Net
sudo lshw -C network
Grazie.
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Eccomi, scusa il ritardo, avevo problemi al pc.

Ti do prima il syslog. Metto solo le righe di interesse. Se fai la ricerca semplice con ctrl+f della parola NETGEAR, trovi le linee relative a quando mi collego alla MIA rete aperta. Invece, se cerchi GRISU, trovi la rete a cui non riesco a connettermi. Se può velocizzare le cose, credo che l'errore sia quando dice "failed (reason 'supplicant-timeout')".

Codice: Seleziona tutto

Mar 28 15:06:56 Emanuele kernel: [   31.169516] init: plymouth-stop pre-start process (1136) terminated with status 1
Mar 28 15:06:56 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Mar 28 15:06:56 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Mar 28 15:06:56 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Mar 28 15:06:56 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.UPower'
Mar 28 15:06:57 Emanuele anacron[1322]: Anacron 2.3 started on 2013-03-28
Mar 28 15:06:57 Emanuele anacron[1322]: Normal exit (0 jobs run)
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Auto-activating connection 'NETGEAR'.
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) starting connection 'NETGEAR'
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0/wireless): connection 'NETGEAR' requires no security.  No secrets needed.
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Config: added 'ssid' value 'NETGEAR'
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Config: added 'scan_ssid' value '1'
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Config: added 'key_mgmt' value 'NONE'
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> Config: set interface ap_scan to 1
Mar 28 15:06:57 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: inactive -> scanning
Mar 28 15:06:57 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Mar 28 15:06:57 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Mar 28 15:06:58 Emanuele wpa_supplicant[900]: Trying to authenticate with 00:18:4d:08:fb:96 (SSID='NETGEAR' freq=2462 MHz)
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Mar 28 15:06:58 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Mar 28 15:06:58 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Successfully called chroot.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Successfully dropped privileges.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Successfully limited resources.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Running.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Canary thread running.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Watchdog thread running.
Mar 28 15:06:58 Emanuele wpa_supplicant[900]: Trying to associate with 00:18:4d:08:fb:96 (SSID='NETGEAR' freq=2462 MHz)
Mar 28 15:06:58 Emanuele kernel: [   33.589222] wlan0: authenticate with 00:18:4d:08:fb:96 (try 1)
Mar 28 15:06:58 Emanuele kernel: [   33.590780] wlan0: authenticated
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Successfully made thread 1440 of process 1440 (n/a) owned by '113' high priority at nice level -11.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Supervising 1 threads of 1 processes of 1 users.
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: authenticating -> associating
Mar 28 15:06:58 Emanuele kernel: [   33.644341] wlan0: associate with 00:18:4d:08:fb:96 (try 1)
Mar 28 15:06:58 Emanuele kernel: [   33.647755] wlan0: RX AssocResp from 00:18:4d:08:fb:96 (capab=0x461 status=0 aid=2)
Mar 28 15:06:58 Emanuele kernel: [   33.647763] wlan0: associated
Mar 28 15:06:58 Emanuele wpa_supplicant[900]: Associated with 00:18:4d:08:fb:96
Mar 28 15:06:58 Emanuele wpa_supplicant[900]: CTRL-EVENT-CONNECTED - Connection to 00:18:4d:08:fb:96 completed (auth) [id=0 id_str=]
Mar 28 15:06:58 Emanuele kernel: [   33.656406] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: associating -> completed
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'NETGEAR'.
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Successfully made thread 1445 of process 1440 (n/a) owned by '113' RT at priority 5.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Supervising 2 threads of 1 processes of 1 users.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Successfully made thread 1446 of process 1440 (n/a) owned by '113' RT at priority 5.
Mar 28 15:06:58 Emanuele rtkit-daemon[1442]: Supervising 3 threads of 1 processes of 1 users.
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> dhclient started with pid 1449
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Beginning IP6 addrconf.
Mar 28 15:06:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Mar 28 15:06:59 Emanuele dhclient: Internet Systems Consortium DHCP Client 4.1-ESV-R4
Mar 28 15:06:59 Emanuele dhclient: Copyright 2004-2011 Internet Systems Consortium.
Mar 28 15:06:59 Emanuele dhclient: All rights reserved.
Mar 28 15:06:59 Emanuele dhclient: For info, please visit https://www.isc.org/software/dhcp/
Mar 28 15:06:59 Emanuele dhclient: 
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
Mar 28 15:06:59 Emanuele dhclient: Listening on LPF/wlan0/48:02:2a:54:45:c1
Mar 28 15:06:59 Emanuele dhclient: Sending on   LPF/wlan0/48:02:2a:54:45:c1
Mar 28 15:06:59 Emanuele dhclient: Sending on   Socket/fallback
Mar 28 15:06:59 Emanuele dhclient: DHCPREQUEST of 192.168.0.11 on wlan0 to 255.255.255.255 port 67
Mar 28 15:06:59 Emanuele dhclient: DHCPACK of 192.168.0.11 from 192.168.0.1
Mar 28 15:06:59 Emanuele dhclient: bound to 192.168.0.11 -- renewal in 35168 seconds.
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info> (wlan0): DHCPv4 state changed preinit -> reboot
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info>   address 192.168.0.11
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info>   prefix 24 (255.255.255.0)
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info>   gateway 192.168.0.1
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info>   nameserver '192.168.0.1'
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Mar 28 15:06:59 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
Mar 28 15:06:59 Emanuele avahi-daemon[587]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.11.
Mar 28 15:06:59 Emanuele avahi-daemon[587]: New relevant interface wlan0.IPv4 for mDNS.
Mar 28 15:06:59 Emanuele avahi-daemon[587]: Registering new address record for 192.168.0.11 on wlan0.IPv4.
Mar 28 15:07:00 Emanuele NetworkManager[797]: <info> DNS: starting dnsmasq...
Mar 28 15:07:00 Emanuele NetworkManager[797]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
Mar 28 15:07:00 Emanuele dnsmasq[1458]: avviato, versione 2.59 cache disabilitata
Mar 28 15:07:00 Emanuele dnsmasq[1458]: opzioni tempo di compilazione: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
Mar 28 15:07:00 Emanuele dnsmasq[1458]: utilizzo del server dei nomi 192.168.0.1#53
Mar 28 15:07:00 Emanuele avahi-daemon[587]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::4a02:2aff:fe54:45c1.
Mar 28 15:07:00 Emanuele avahi-daemon[587]: New relevant interface wlan0.IPv6 for mDNS.
Mar 28 15:07:00 Emanuele avahi-daemon[587]: Registering new address record for fe80::4a02:2aff:fe54:45c1 on wlan0.*.
Mar 28 15:07:00 Emanuele NetworkManager[797]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Mar 28 15:07:00 Emanuele NetworkManager[797]: <info> Policy set 'NETGEAR' (wlan0) as default for IPv4 routing and DNS.
Mar 28 15:07:00 Emanuele NetworkManager[797]: <info> Activation (wlan0) successful, device activated.
Mar 28 15:07:00 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
Mar 28 15:07:00 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Mar 28 15:07:00 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Mar 28 15:07:05 Emanuele rtkit-daemon[1442]: Successfully made thread 1663 of process 1663 (n/a) owned by '1000' high priority at nice level -11.
Mar 28 15:07:05 Emanuele rtkit-daemon[1442]: Supervising 4 threads of 2 processes of 2 users.
Mar 28 15:07:05 Emanuele rtkit-daemon[1442]: Successfully made thread 1674 of process 1663 (n/a) owned by '1000' RT at priority 5.
Mar 28 15:07:05 Emanuele rtkit-daemon[1442]: Supervising 5 threads of 2 processes of 2 users.
Mar 28 15:07:05 Emanuele rtkit-daemon[1442]: Successfully made thread 1678 of process 1663 (n/a) owned by '1000' RT at priority 5.
Mar 28 15:07:05 Emanuele rtkit-daemon[1442]: Supervising 6 threads of 2 processes of 2 users.
Mar 28 15:07:06 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.UDisks' (using servicehelper)
Mar 28 15:07:06 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.UDisks'
Mar 28 15:07:09 Emanuele ntpdate[1529]: step time server 91.189.94.4 offset 0.580760 sec
Mar 28 15:07:10 Emanuele kernel: [   44.576059] wlan0: no IPv6 routers present
Mar 28 15:07:18 Emanuele kernel: [   53.302516] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0
Mar 28 15:07:19 Emanuele NetworkManager[797]: <info> (wlan0): IP6 addrconf timed out or failed.
Mar 28 15:07:19 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Mar 28 15:07:19 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Mar 28 15:07:19 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Mar 28 15:07:21 Emanuele goa[1821]: goa-daemon version 3.4.0 starting [main.c:112, main()]
Mar 28 15:08:13 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Mar 28 15:08:15 Emanuele dbus[541]: [system] Activating service name='com.ubuntu.SystemService' (using servicehelper)
Mar 28 15:08:16 Emanuele dbus[541]: [system] Successfully activated service 'com.ubuntu.SystemService'
Mar 28 15:08:17 Emanuele AptDaemon: INFO: Initializing daemon
Mar 28 15:08:18 Emanuele AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
Mar 28 15:08:18 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Mar 28 15:08:18 Emanuele AptDaemon.PackageKit: INFO: Initializing PackageKit transaction
Mar 28 15:08:18 Emanuele AptDaemon.Worker: INFO: Simulating trans: /org/debian/apt/transaction/bf4878fdcc4d4709970814bcccaec1a0
Mar 28 15:08:18 Emanuele AptDaemon.Worker: INFO: Processing transaction /org/debian/apt/transaction/bf4878fdcc4d4709970814bcccaec1a0
Mar 28 15:08:23 Emanuele NetworkManager[797]: <info> (wlan0): device state change: activated -> disconnected (reason 'user-requested') [100 30 39]
Mar 28 15:08:23 Emanuele NetworkManager[797]: <info> (wlan0): deactivating device (reason 'user-requested') [39]
Mar 28 15:08:24 Emanuele NetworkManager[797]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 1449
Mar 28 15:08:24 Emanuele avahi-daemon[587]: Withdrawing address record for fe80::4a02:2aff:fe54:45c1 on wlan0.
Mar 28 15:08:24 Emanuele avahi-daemon[587]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::4a02:2aff:fe54:45c1.
Mar 28 15:08:24 Emanuele avahi-daemon[587]: Interface wlan0.IPv6 no longer relevant for mDNS.
Mar 28 15:08:24 Emanuele NetworkManager[797]: <info> DNS: starting dnsmasq...
Mar 28 15:08:24 Emanuele avahi-daemon[587]: Withdrawing address record for 192.168.0.11 on wlan0.
Mar 28 15:08:24 Emanuele avahi-daemon[587]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.11.
Mar 28 15:08:24 Emanuele avahi-daemon[587]: Interface wlan0.IPv4 no longer relevant for mDNS.
Mar 28 15:08:24 Emanuele NetworkManager[797]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
Mar 28 15:08:24 Emanuele kernel: [  118.550922] wlan0: deauthenticating from 00:18:4d:08:fb:96 by local choice (reason=3)
Mar 28 15:08:24 Emanuele wpa_supplicant[900]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Mar 28 15:08:24 Emanuele kernel: [  118.566301] cfg80211: All devices are disconnected, going to restore regulatory settings
Mar 28 15:08:24 Emanuele kernel: [  118.566314] cfg80211: Restoring regulatory settings
Mar 28 15:08:24 Emanuele kernel: [  118.566348] cfg80211: Calling CRDA to update world regulatory domain
Mar 28 15:08:24 Emanuele dnsmasq[1458]: uscita alla ricezione di SIGTERM
Mar 28 15:08:24 Emanuele dnsmasq[1979]: avviato, versione 2.59 cache disabilitata
Mar 28 15:08:24 Emanuele dnsmasq[1979]: opzioni tempo di compilazione: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
Mar 28 15:08:24 Emanuele dnsmasq[1979]: attenzione: nessun server upstream configurato
Mar 28 15:08:24 Emanuele dbus[541]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Mar 28 15:08:24 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: completed -> disconnected
Mar 28 15:08:24 Emanuele dbus[541]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Mar 28 15:08:25 Emanuele kernel: [  119.724332] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724340] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724344] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724348] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724351] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724355] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724359] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724363] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724366] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724370] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724373] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724377] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724380] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724384] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724388] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724392] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724395] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724399] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724402] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724406] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724409] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724413] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724417] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724421] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724424] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724428] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724431] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
Mar 28 15:08:25 Emanuele kernel: [  119.724435] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724440] cfg80211: World regulatory domain updated:
Mar 28 15:08:25 Emanuele kernel: [  119.724442] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Mar 28 15:08:25 Emanuele kernel: [  119.724447] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724450] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724454] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724458] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele kernel: [  119.724461] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 28 15:08:25 Emanuele avahi-daemon[587]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::4a02:2aff:fe54:45c1.
Mar 28 15:08:25 Emanuele avahi-daemon[587]: New relevant interface wlan0.IPv6 for mDNS.
Mar 28 15:08:25 Emanuele avahi-daemon[587]: Registering new address record for fe80::4a02:2aff:fe54:45c1 on wlan0.*.
Mar 28 15:08:25 Emanuele AptDaemon.PackageKit: INFO: Get updates()
Mar 28 15:08:28 Emanuele AptDaemon.Worker: INFO: Finished transaction /org/debian/apt/transaction/bf4878fdcc4d4709970814bcccaec1a0
Mar 28 15:08:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) starting connection 'GRISU'
Mar 28 15:08:57 Emanuele NetworkManager[797]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Mar 28 15:08:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 28 15:08:57 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 28 15:08:57 Emanuele avahi-daemon[587]: Interface wlan0.IPv6 no longer relevant for mDNS.
Mar 28 15:08:57 Emanuele avahi-daemon[587]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::4a02:2aff:fe54:45c1.
Mar 28 15:08:57 Emanuele avahi-daemon[587]: Withdrawing address record for fe80::4a02:2aff:fe54:45c1 on wlan0.
Mar 28 15:08:57 Emanuele NetworkManager[797]: <info> (wlan0): set MAC address to E0:C9:7A:E2:81:50
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Mar 28 15:08:58 Emanuele kernel: [  152.680227] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Activation (wlan0/wireless): connection 'GRISU' requires no security.  No secrets needed.
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Config: added 'ssid' value 'GRISU'
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Config: added 'scan_ssid' value '1'
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Config: added 'key_mgmt' value 'NONE'
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> Config: set interface ap_scan to 1
Mar 28 15:08:58 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Mar 28 15:09:24 Emanuele kernel: [  178.628554] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0
Mar 28 15:09:43 Emanuele wpa_supplicant[900]: Trying to authenticate with c8:3a:35:08:e2:18 (SSID='GRISU' freq=2437 MHz)
Mar 28 15:09:43 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Mar 28 15:09:43 Emanuele kernel: [  197.596381] wlan0: direct probe to c8:3a:35:08:e2:18 (try 1/3)
Mar 28 15:09:43 Emanuele kernel: [  197.796038] wlan0: direct probe to c8:3a:35:08:e2:18 (try 2/3)
Mar 28 15:09:43 Emanuele kernel: [  197.996036] wlan0: direct probe to c8:3a:35:08:e2:18 (try 3/3)
Mar 28 15:09:43 Emanuele kernel: [  198.196038] wlan0: direct probe to c8:3a:35:08:e2:18 timed out
Mar 28 15:09:58 Emanuele NetworkManager[797]: <warn> Activation (wlan0/wireless): association took too long, failing activation.
Mar 28 15:09:58 Emanuele NetworkManager[797]: <info> (wlan0): device state change: config -> failed (reason 'supplicant-timeout') [50 120 11]
Mar 28 15:09:58 Emanuele NetworkManager[797]: <warn> Activation (wlan0) failed for access point (GRISU)
Mar 28 15:09:58 Emanuele NetworkManager[797]: <warn> Activation (wlan0) failed.
Mar 28 15:09:58 Emanuele NetworkManager[797]: <info> (wlan0): device state change: failed -> disconnected (reason 'none') [120 30 0]
Mar 28 15:09:58 Emanuele NetworkManager[797]: <info> (wlan0): deactivating device (reason 'none') [0]
Mar 28 15:09:58 Emanuele NetworkManager[797]: <info> (wlan0): reset MAC address to 48:02:2A:54:45:C1
Mar 28 15:09:58 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: authenticating -> disconnected
Mar 28 15:09:58 Emanuele NetworkManager[797]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
Mar 28 15:09:58 Emanuele kernel: [  213.416221] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Auto-activating connection 'GRISU'.
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) starting connection 'GRISU'
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> (wlan0): set MAC address to E0:C9:7A:E2:81:50
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0/wireless): connection 'GRISU' requires no security.  No secrets needed.
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Config: added 'ssid' value 'GRISU'
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Config: added 'scan_ssid' value '1'
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Config: added 'key_mgmt' value 'NONE'
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 28 15:10:01 Emanuele kernel: [  216.412286] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> Config: set interface ap_scan to 1
Mar 28 15:10:01 Emanuele NetworkManager[797]: <info> (wlan0): supplicant interface state: disconnected -> scanningsyslog
Proseguendo, l'output di "lspci -vnn | grep -A 5 Net" è nullo.
Se gli faccio ignorare lower/upper case, ottengo:

Codice: Seleziona tutto

00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI IXP200 3COM 3C920B Ethernet Controller [1002:4342] (prog-if 01 [Subtractive decode])
	Flags: bus master, 66MHz, medium devsel, latency 64
	Bus: primary=00, secondary=02, subordinate=04, sec-latency=68
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: e8200000-e82fffff
	Prefetchable memory behind bridge: 30000000-33ffffff
--
02:02.0 Ethernet controller [0200]: InProComm Inc. IPN 2220 802.11g [17fe:2220]
	Subsystem: AMBIT Microsystem Corp. T60N871 802.11g Mini PCI Wireless Adapter [1468:0305]
	Flags: bus master, medium devsel, latency 64, IRQ 11
	I/O ports at a480 [size=32]
	Memory at e8201000 (32-bit, non-prefetchable) [size=32]
	Memory at e8200800 (32-bit, non-prefetchable) [size=2K]
--
02:03.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
	Subsystem: Acer Incorporated [ALI] Device [1025:0036]
	Flags: bus master, medium devsel, latency 128, IRQ 19
	I/O ports at a000 [size=256]
	Memory at e8201400 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
Infine, l'output di "lshw -C network" è

Codice: Seleziona tutto

 *-network:0 UNCLAIMED   
       description: Ethernet controller
       product: IPN 2220 802.11g
       vendor: InProComm Inc.
       physical id: 2
       bus info: pci@0000:02:02.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64 maxlatency=32 mingnt=32
       resources: ioport:a480(size=32) memory:e8201000-e820101f memory:e8200800-e8200fff
  *-network:1
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 3
       bus info: pci@0000:02:03.0
       logical name: eth0
       version: 10
       serial: 00:02:3f:0d:2c:a6
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=128 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=10Mbit/s
       resources: irq:19 ioport:a000(size=256) memory:e8201400-e82014ff
  *-network
       description: Wireless interface
       physical id: 2
       bus info: usb@1:2
       logical name: wlan0
       serial: 48:02:2a:54:45:c1
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rt2800usb driverversion=3.2.0-39-generic firmware=0.29 ip=192.168.0.11 link=yes multicast=yes wireless=IEEE 802.11bgn
Ho dato il comando mentre ero connesso a NETGEAR. Non lo metto qui, ma l'ho ridato dopo essermi sconnesso, e l'output è identico, a parte che non c'è "ip=192.168.0.11" ed è "link=no".


Alla mia rete riesco a connettermi. Inoltre, stamattina sono riuscito a connettermi senza problemi anche ad un'altra connessione aperta che riesco a ricevere (so che non dovevo, volevo solo provare a vedere se mi dava problemi anche li, mi son sconnesso subito poi). Fatte queste premesse, tenderei ad escludere un problema di driver... è strano comunque :muro:

Fammi sapere. Io intanto continuo a cercare in internet. Ciao
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Puoi per favore postare l'output di questo comando?

Codice: Seleziona tutto

sudo iw wlan0 scan
Grazie.
Numquam latravit inepte
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Perdonami, ma avrei bisogno anche di:

Codice: Seleziona tutto

lspci
uname -a
Grazie.
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Tutto quel che serve, senza problemi!! :)

Tutto con sudo...

1) iw wlan0 scan

Codice: Seleziona tutto

BSS 00:24:89:2f:43:a3 (on wlan0)
	TSF: 1816889903351 usec (21d, 00:41:29)
	freq: 2437
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -51.00 dBm
	last seen: 784 ms ago
	Information elements from Probe Response frame:
	SSID: Vodafone-10943809
	Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 
	DS Parameter set: channel 6
	ERP: Barker_Preamble_Mode
	RSN:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: CCMP TKIP
		 * Authentication suites: PSK
		 * Capabilities: 16-PTKSA-RC (0x000c)
	Extended supported rates: 6.0 9.0 12.0 48.0 
	WMM:	 * Parameter version 1
		 * u-APSD
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 00:18:4d:08:fb:96 (on wlan0)
	TSF: 5130168328 usec (0d, 01:25:30)
	freq: 2462
	beacon interval: 100
	capability: ESS Privacy ShortPreamble PBCC ShortSlotTime (0x0471)
	signal: -21.00 dBm
	last seen: 448 ms ago
	Information elements from Probe Response frame:
	SSID: NETGEAR
	Supported rates: 1.0* 2.0* 5.5* 11.0* 22.0 
	DS Parameter set: channel 11
	ERP: <no flags>
	Extended supported rates: 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 
BSS 00:24:89:62:fd:f7 (on wlan0)
	TSF: 70532271540 usec (0d, 19:35:32)
	freq: 2412
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -69.00 dBm
	last seen: 1168 ms ago
	Information elements from Probe Response frame:
	SSID: Vodafone-11528999
	Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 
	DS Parameter set: channel 1
	ERP: <no flags>
	Extended supported rates: 6.0 9.0 12.0 48.0 
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: CCMP TKIP
		 * Authentication suites: PSK
		 * Capabilities: 16-PTKSA-RC (0x000c)
	WMM:	 * Parameter version 1
		 * u-APSD
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 00:21:96:1d:9c:48 (on wlan0)
	TSF: 9037263326962 usec (104d, 14:21:03)
	freq: 2462
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -63.00 dBm
	last seen: 448 ms ago
	Information elements from Probe Response frame:
	SSID: FASTWEB-1-0021961D9C40
	Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 
	DS Parameter set: channel 11
	ERP: Barker_Preamble_Mode
	Extended supported rates: 24.0 36.0 48.0 54.0 
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP
		 * Authentication suites: PSK
	WMM:	 * Parameter version 1
		 * u-APSD
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: acm CW 3-7, AIFSN 2, TXOP 1504 usec
	Country: IT	Environment: Indoor/Outdoor
		Channels [1 - 13] @ 16 dBm
BSS 00:e0:4d:c8:c5:c6 (on wlan0)
	TSF: 522087654820 usec (6d, 01:01:27)
	freq: 2412
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -75.00 dBm
	last seen: 1164 ms ago
	SSID: InfostradaWiFi-010592
	Supported rates: 1.0* 2.0* 5.5* 11.0* 
	DS Parameter set: channel 1
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP CCMP
		 * Authentication suites: PSK
	RSN:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP CCMP
		 * Authentication suites: PSK
		 * Capabilities: (0x0000)
	TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0
	ERP: Barker_Preamble_Mode
	Extended supported rates: 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 
BSS c8:6c:87:61:8b:74 (on wlan0)
	TSF: 2329537976486 usec (26d, 23:05:37)
	freq: 2422
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -71.00 dBm
	last seen: 1012 ms ago
	Information elements from Probe Response frame:
	SSID: Headwolf
	Supported rates: 1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0 
	DS Parameter set: channel 3
	ERP: Barker_Preamble_Mode
	Extended supported rates: 6.0 12.0 24.0 48.0 
	HT capabilities:
		Capabilities: 0x116e
			HT20/HT40
			SM Power Save disabled
			RX HT20 SGI
			RX HT40 SGI
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT RX MCS rate indexes supported: 0-7, 32
		HT TX MCS rate indexes are undefined
	HT operation:
		 * primary channel: 3
		 * secondary channel offset: above
		 * STA channel width: any
		 * RIFS: 0
		 * HT protection: no
		 * non-GF present: 1
		 * OBSS non-GF present: 0
		 * dual beacon: 0
		 * dual CTS protection: 0
		 * STBC beacon: 0
		 * L-SIG TXOP Prot: 0
		 * PCO active: 0
		 * PCO phase: 0
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP CCMP
		 * Authentication suites: PSK
	WMM:	 * Parameter version 1
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
	Extended capabilities: HT Information Exchange Supported
	Country: AL	Environment: Indoor/Outdoor
		Channels [1 - 13] @ 16 dBm
	WPS:	 * Version: 1.0
		 * Wi-Fi Protected Setup State: 2 (Configured)
		 * Response Type: 3 (AP)
		 * UUID: bc329e00-1dd8-11b2-8601-c86c87618b74
		 * Manufacturer: Ralink Technology, Corp.
		 * Model: Ralink Wireless Access Point
		 * Model Number: RT2860
		 * Serial Number: 12345678
		 * Primary Device Type: 6-0050f204-1
		 * Device name: TrendChipAP
		 * Config methods: Label, PBC
		 * RF Bands: 0x0
BSS 00:14:c1:45:e8:bc (on wlan0)
	TSF: 28316897503 usec (0d, 07:51:56)
	freq: 2462
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -63.00 dBm
	last seen: 432 ms ago
	SSID: USR9108
	Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 
	DS Parameter set: channel 11
	ERP: Barker_Preamble_Mode
	Extended supported rates: 6.0 9.0 12.0 48.0 
2) lspci

Codice: Seleziona tutto

00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI Radeon 9100 IGP Host Bridge (rev 02)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI Radeon 9100 IGP AGP Bridge
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI OHCI USB Controller #1 (rev 01)
00:13.1 USB controller: Advanced Micro Devices [AMD] nee ATI OHCI USB Controller #2 (rev 01)
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI EHCI USB Controller (rev 01)
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SMBus (rev 1a)
00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI Dual Channel Bus Master PCI IDE Controller
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI Device 434c
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI IXP200 3COM 3C920B Ethernet Controller
00:14.5 Multimedia audio controller: Advanced Micro Devices [AMD] nee ATI IXP150 AC'97 Audio Controller (rev 01)
00:14.6 Modem: Advanced Micro Devices [AMD] nee ATI IXP AC'97 Modem (rev 01)
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV350 [Mobility Radeon 9600 M10]
02:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80)
02:02.0 Ethernet controller: InProComm Inc. IPN 2220 802.11g
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:04.0 CardBus bridge: ENE Technology Inc CB-710/2/4 Cardbus Controller
02:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller
02:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller
02:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc:
3) uname -a

Codice: Seleziona tutto

Linux Emanuele 3.2.0-39-generic #62-Ubuntu SMP Wed Feb 27 22:05:17 UTC 2013 i686 i686 i386 GNU/Linux
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Perdonami, ma ci sono due cose che proprio non riesco a capire:

1) nell'output di

Codice: Seleziona tutto

sudo iw wlan0 scan 
non riesco a trovare la rete alla quale stavi tentando di connetterti, che credevo si chiamasse GRISU. Potresti controllare se appare nel tuo output, e darmi qualche ulteriore informazione? Dovrebbe apparire alla voce: SSID: ....

2) Non riesco a capire quale driver tu stia usando per la tua interfaccia wifi. A me risulta che la tua scheda sia una InProComm Inc. IPN 2220 802.11g [17fe:2220]
(dall'output di

Codice: Seleziona tutto

lspci -vnn | grep -A 5 -i Net
), ma questa scheda non ha un driver in Linux. In effetti tu stai usando una scheda (che appare come wlan0) con driver rt2800usb (dall'output di

Codice: Seleziona tutto

sudo lshw -C network
), che dovrebbe essere una scheda USB, che però non appare nell'output di lspci, chissà perchè. In questo caso dovresti darmi l'output di

Codice: Seleziona tutto

lsusb -v
per favore, ma soprattutto dovresti dirmi se è corretto che non stai usando la scheda wifi onboard, bensì un adattatore USB: mi sbaglio?

Grazie.
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Più tardi stasera rispondo a tutto nel dettaglio. Per ora rapidamente che son di fretta:

1) hai ragione, GRISU non c'è. Non so perchè sinceramente. Dopo ridò il comando e te lo posto quando la vedo.

2) confermo di usare una scheda esterna, è un'antenna esterna con aggancio USB, monta chipset rt3070, e utilizza driver rt2800usb. Ho anche una scheda interna, ma non la uso. E' proprio disattivata, credo che anche i driver non siano caricati (usa ath9k, dopo controllo con lsmod se sono attivi, ma 99% non lo sono). Non chiedermi perchè non la uso, è una storia infinita, ho attraversato un'epopea con sto pc per riuscire a collegarmi a internet sotto Ubuntu :)

Tra un paio d'ore mi sposto, do i comandi, e ti posto tutto.
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Eccomi.

sudo iw wlan0 scan (ora GRISU c'è)

Codice: Seleziona tutto

BSS 00:18:4d:08:fb:96 (on wlan0) -- associated
	TSF: 13304269310 usec (0d, 03:41:44)
	freq: 2462
	beacon interval: 100
	capability: ESS Privacy ShortPreamble PBCC ShortSlotTime (0x0471)
	signal: -33.00 dBm
	last seen: 664 ms ago
	Information elements from Probe Response frame:
	SSID: NETGEAR
	Supported rates: 1.0* 2.0* 5.5* 11.0* 22.0 
	DS Parameter set: channel 11
	ERP: <no flags>
	Extended supported rates: 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 
BSS c8:6c:87:61:8b:74 (on wlan0)
	TSF: 2337706294018 usec (27d, 01:21:46)
	freq: 2422
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -73.00 dBm
	last seen: 6968 ms ago
	Information elements from Probe Response frame:
	SSID: Headwolf
	Supported rates: 1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0 
	DS Parameter set: channel 3
	ERP: Barker_Preamble_Mode
	Extended supported rates: 6.0 12.0 24.0 48.0 
	HT capabilities:
		Capabilities: 0x116e
			HT20/HT40
			SM Power Save disabled
			RX HT20 SGI
			RX HT40 SGI
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT RX MCS rate indexes supported: 0-7, 32
		HT TX MCS rate indexes are undefined
	HT operation:
		 * primary channel: 3
		 * secondary channel offset: above
		 * STA channel width: any
		 * RIFS: 0
		 * HT protection: 20 MHz
		 * non-GF present: 1
		 * OBSS non-GF present: 0
		 * dual beacon: 0
		 * dual CTS protection: 0
		 * STBC beacon: 0
		 * L-SIG TXOP Prot: 0
		 * PCO active: 0
		 * PCO phase: 0
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP CCMP
		 * Authentication suites: PSK
	WMM:	 * Parameter version 1
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
	Extended capabilities: HT Information Exchange Supported
	Country: AL	Environment: Indoor/Outdoor
		Channels [1 - 13] @ 16 dBm
	WPS:	 * Version: 1.0
		 * Wi-Fi Protected Setup State: 2 (Configured)
		 * Response Type: 3 (AP)
		 * UUID: bc329e00-1dd8-11b2-8601-c86c87618b74
		 * Manufacturer: Ralink Technology, Corp.
		 * Model: Ralink Wireless Access Point
		 * Model Number: RT2860
		 * Serial Number: 12345678
		 * Primary Device Type: 6-0050f204-1
		 * Device name: TrendChipAP
		 * Config methods: Label, PBC
		 * RF Bands: 0x0
BSS a4:52:6f:c1:64:87 (on wlan0)
	TSF: 4706201987 usec (0d, 01:18:26)
	freq: 2437
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -67.00 dBm
	last seen: 1240 ms ago
	Information elements from Probe Response frame:
	SSID: Telecom-64332417
	Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 
	DS Parameter set: channel 6
	ERP: <no flags>
	RSN:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: CCMP TKIP
		 * Authentication suites: PSK
		 * Capabilities: 16-PTKSA-RC (0x000c)
	Extended supported rates: 6.0 9.0 12.0 48.0 
	HT capabilities:
		Capabilities: 0x187c
			HT20
			SM Power Save disabled
			RX Greenfield
			RX HT20 SGI
			RX HT40 SGI
			No RX STBC
			Max AMSDU length: 7935 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 8 usec (0x06)
		HT RX MCS rate indexes supported: 0-15
		HT TX MCS rate indexes are undefined
	HT operation:
		 * primary channel: 6
		 * secondary channel offset: no secondary
		 * STA channel width: 20 MHz
		 * RIFS: 0
		 * HT protection: non-HT mixed
		 * non-GF present: 0
		 * OBSS non-GF present: 1
		 * dual beacon: 0
		 * dual CTS protection: 0
		 * STBC beacon: 0
		 * L-SIG TXOP Prot: 0
		 * PCO active: 0
		 * PCO phase: 0
	WPS:	 * Version: 1.0
		 * Wi-Fi Protected Setup State: 2 (Configured)
		 * Selected Registrar: 0x0
		 * Response Type: 3 (AP)
		 * UUID: a7360a23-0faf-3b6c-23ad-3866c609808c
		 * Manufacturer: ADB
		 * Model: AGWIFIN
		 * Model Number: 000001
		 * Serial Number: 0001
		 * Primary Device Type: 6-0050f204-1
		 * Device name: AG Basic WiFi
		 * Config methods: Display, PBC
		 * RF Bands: 0x1
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: CCMP TKIP
		 * Authentication suites: PSK
		 * Capabilities: 16-PTKSA-RC (0x000c)
	WMM:	 * Parameter version 1
		 * u-APSD
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 00:1c:a2:b1:a0:99 (on wlan0)
	TSF: 3901181509752 usec (45d, 03:39:41)
	freq: 2437
	beacon interval: 100
	capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
	signal: -71.00 dBm
	last seen: 1244 ms ago
	Information elements from Probe Response frame:
	SSID: PIRELLI
	Supported rates: 1.0* 2.0* 5.5* 11.0* 
	DS Parameter set: channel 6
	ERP: <no flags>
	RSN:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP CCMP
		 * Authentication suites: PSK
		 * Capabilities: PreAuth (0x0001)
	Extended supported rates: 6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0 
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP CCMP
		 * Authentication suites: PSK
BSS 00:14:c1:45:e8:bc (on wlan0)
	TSF: 36491007774 usec (0d, 10:08:11)
	freq: 2462
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -61.00 dBm
	last seen: 664 ms ago
	SSID: USR9108
	Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 
	DS Parameter set: channel 11
	ERP: <no flags>
	Extended supported rates: 6.0 9.0 12.0 48.0 
BSS c8:3a:35:08:e2:18 (on wlan0)
	TSF: 2082988339582 usec (24d, 02:36:28)
	freq: 2437
	beacon interval: 100
	capability: ESS (0x0001)
	signal: -65.00 dBm
	last seen: 6740 ms ago
	SSID: GRISU
	Supported rates: 1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0 
	DS Parameter set: channel 6
	Extended supported rates: 6.0 12.0 24.0 48.0 
	WPS:	 * Version: 1.0
		 * Wi-Fi Protected Setup State: 1 (Unconfigured)
		 * UUID: 28802880-2880-1880-a880-c83a3508e218
		 * RF Bands: 0x1
	TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x12
	ERP: Barker_Preamble_Mode
	HT capabilities:
		Capabilities: 0x11ee
			HT20/HT40
			SM Power Save disabled
			RX HT20 SGI
			RX HT40 SGI
			TX STBC
			RX STBC 1-stream
			Max AMSDU length: 3839 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 4 usec (0x05)
		HT RX MCS rate indexes supported: 0-15, 32
		HT TX MCS rate indexes are undefined
	HT operation:
		 * primary channel: 6
		 * secondary channel offset: above
		 * STA channel width: any
		 * RIFS: 0
		 * HT protection: no
		 * non-GF present: 0
		 * OBSS non-GF present: 0
		 * dual beacon: 0
		 * dual CTS protection: 0
		 * STBC beacon: 0
		 * L-SIG TXOP Prot: 0
		 * PCO active: 0
		 * PCO phase: 0
	Extended capabilities: HT Information Exchange Supported
	WMM:	 * Parameter version 1
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
BSS 58:98:35:60:65:bf (on wlan0)
	freq: 2462
	beacon interval: 100
	capability: ESS Privacy ShortSlotTime (0x0411)
	signal: -51.00 dBm
	last seen: 668 ms ago
	Information elements from Probe Response frame:
	SSID: Telecom-90203583
	Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 
	DS Parameter set: channel 11
	ERP: <no flags>
	RSN:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: CCMP
		 * Authentication suites: PSK
		 * Capabilities: 16-PTKSA-RC (0x000c)
	Extended supported rates: 6.0 9.0 12.0 48.0 
	HT capabilities:
		Capabilities: 0x181c
			HT20
			SM Power Save disabled
			RX Greenfield
			No RX STBC
			Max AMSDU length: 7935 bytes
			DSSS/CCK HT40
		Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
		Minimum RX AMPDU time spacing: 8 usec (0x06)
		HT RX MCS rate indexes supported: 0-15
		HT TX MCS rate indexes are undefined
	HT operation:
		 * primary channel: 11
		 * secondary channel offset: no secondary
		 * STA channel width: 20 MHz
		 * RIFS: 1
		 * HT protection: nonmember
		 * non-GF present: 0
		 * OBSS non-GF present: 1
		 * dual beacon: 0
		 * dual CTS protection: 0
		 * STBC beacon: 0
		 * L-SIG TXOP Prot: 0
		 * PCO active: 0
		 * PCO phase: 0
	WPS:	 * Version: 1.0
		 * Wi-Fi Protected Setup State: 2 (Configured)
		 * Selected Registrar: 0x0
		 * Response Type: 3 (AP)
		 * UUID: 619e8ff5-6ec0-5a68-8e75-c1cef881f1b0
		 * Manufacturer: Technicolor
		 * Model: Technicolor TG
		 * Model Number: 582Tn
		 * Serial Number: 1204VFH1F
		 * Primary Device Type: 6-0050f204-1
		 * Device name: AGWIFIN
		 * Config methods: Label, PBC
		 * RF Bands: 0x1
	WPA:	 * Version: 1
		 * Group cipher: TKIP
		 * Pairwise ciphers: TKIP
		 * Authentication suites: PSK
	WMM:	 * Parameter version 1
		 * BE: CW 15-1023, AIFSN 3
		 * BK: CW 15-1023, AIFSN 7
		 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
		 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
lsusb -v

Codice: Seleziona tutto

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.0-39-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:13.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0503 highspeed power enable connect
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.0-39-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:13.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0002
    No power switching (usb 1.0)
    Ganged overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0303 lowspeed power enable connect
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            3.02
  iManufacturer           3 Linux 3.2.0-39-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:13.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0002
    No power switching (usb 1.0)
    Ganged overcurrent protection
  bPwrOn2PwrGood        2 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x148f Ralink Technology, Corp.
  idProduct          0x3070 RT2870/RT3070 Wireless Adapter
  bcdDevice            1.01
  iManufacturer           1 Ralink
  iProduct                2 802.11 n WLAN
  iSerial                 3 1.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           67
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              450mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           7
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              5 1.0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x06  EP 6 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 002 Device 002: ID 046d:c024 Logitech, Inc. MX300 Optical Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x046d Logitech, Inc.
  idProduct          0xc024 MX300 Optical Mouse
  bcdDevice           98.02
  iManufacturer           1 B16_b_02
  iProduct                2 USB-PS/2 Optical Mouse
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0005  1x 5 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)
MariusMatutiae
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1300
Iscrizione: martedì 3 luglio 2012, 14:46
Distribuzione: Debian, OpenBSD, Arch Linux
Località: Sanremo

Re: Impossibile connettersi a rete aperta

Messaggio da MariusMatutiae »

Una parte dei tuoi problemi sta qui, se non addirittura la totalità dei tuoi problemi:

Codice: Seleziona tutto

signal: -67 dBm
SSID: Telecom-64332417
DS Parameter set: channel 6
  
signal: -71.00 dBm
SSID: PIRELLI
DS Parameter set: channel 6

signal: -65 dBm
SSID: GRISU
DS Parameter set: channel 6
Tre reti diverse, sullo stesso canale, di potenza quasi uguale, e tutte e tre appena appena al di sopra della soglia di rilevabilità, che è attorno a -70 dBm.

Non ti puoi stupire di avere delle difficoltà, sarebbe al contrario stupefacente se tu non ne avessi. La cosa migliore da fare è cambiare canale alla rete alla quale vuoi connetterti, e solo dopo si potrà discutere dell'esistenza (o no) di un problema di connessione ad una rete aperta. :ciao:
Numquam latravit inepte
manumsn
Prode Principiante
Messaggi: 55
Iscrizione: martedì 22 febbraio 2011, 13:50

Re: Impossibile connettersi a rete aperta

Messaggio da manumsn »

Il segnale di GRISU normalmente è a -59/-60, comunque non dovrebbe cambiare molto. Direi che ha perfettamente senso, dato che ad altre reti aperte mi connetto, e solo a questa no. Direi che tutto sommato, comunque, la pizza dal mio amico me la son vinta. Non riesco a connettermi, è vero, ma facendo le varie ricerche in sti giorni, ho scoperto che chiaramente non ho bisogno di connettermi, per vedere ciò che fa. Mi basta sniffare il traffico della sua rete con airodump, salvarlo, e poi analizzarlo: non essendo cifrato, immagino non sarà un problema domani sfidarlo, tirare fuori un paio di siti che andrà a visitare, e vincere la scommessa.
Beh, grazie di tutto!! :) ciao!
Scrivi risposta

Ritorna a “Connessione e configurazione delle reti”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti