In alcune biblioteche comunali hanno "rinnovato" la rete wifi, ci hanno messo alcuni mesi e ora grazie al cielo... non funziona più nulla!
Per "non funziona" intendo che puoi stare connesso una manciata di minuti, poi il router inspiegabilmente ti disconnette e non riesco a capire quale sia il problema.
Dal momento che i tecnici sono irreperibili, sia per gli utenti della biblioteca sia per gli impiegati (
Io, di reti e log relativi, capisco meno di niente, ma questo è (parte del) l'output di dmesg:
Codice: Seleziona tutto
[ 4497.235390] iwl3945 0000:02:00.0: Card state received: HW:Kill SW:On
[ 4497.310061] iwl3945 0000:02:00.0: Error sending REPLY_LEDS_CMD: enqueue_hcmd failed: -5
[ 4506.159281] Registered led device: iwl-phy0::radio
[ 4506.159312] Registered led device: iwl-phy0::assoc
[ 4506.160341] Registered led device: iwl-phy0::RX
[ 4506.160373] Registered led device: iwl-phy0::TX
[ 4506.192214] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4523.985069] wlan0: deauthenticating from 00:1a:1e:d5:3b:70 by local choice (reason=3)
[ 4524.020467] wlan0: direct probe to AP 00:1a:1e:d5:3b:70 (try 1)
[ 4524.023331] wlan0: direct probe responded
[ 4524.023339] wlan0: authenticate with AP 00:1a:1e:d5:3b:70 (try 1)
[ 4524.025181] wlan0: authenticated
[ 4524.025227] wlan0: associate with AP 00:1a:1e:d5:3b:70 (try 1)
[ 4524.038576] wlan0: RX AssocResp from 00:1a:1e:d5:3b:70 (capab=0x421 status=0 aid=7)
[ 4524.038582] wlan0: associated
[ 4524.041591] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 4534.860039] wlan0: no IPv6 routers present
[ 4569.242754] wlan0: deauthenticating from 00:1a:1e:d5:3b:70 by local choice (reason=3)
La parte veramente relativa ai tentativi di connessione è pertanto:
Codice: Seleziona tutto
[ 4524.020467] wlan0: direct probe to AP 00:1a:1e:d5:3b:70 (try 1)
[ 4524.023331] wlan0: direct probe responded
[ 4524.023339] wlan0: authenticate with AP 00:1a:1e:d5:3b:70 (try 1)
[ 4524.025181] wlan0: authenticated
[ 4524.025227] wlan0: associate with AP 00:1a:1e:d5:3b:70 (try 1)
[ 4524.038576] wlan0: RX AssocResp from 00:1a:1e:d5:3b:70 (capab=0x421 status=0 aid=7)
[ 4524.038582] wlan0: associated
[ 4524.041591] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 4534.860039] wlan0: no IPv6 routers present
[ 4569.242754] wlan0: deauthenticating from 00:1a:1e:d5:3b:70 by local choice (reason=3)
... che vuol dire?
Grazie in anticipo, ciao.


