20/01/2022, 15:31
(Questo messaggio è stato modificato l'ultima volta il: 27/01/2022, 20:08 da rage75.)
Sargon6 ecco il risultato con Ubuntu 18 installato :
Comado dato da Ubuntu18 installato.
Stesso comando dato con la Live Ubuntu 20 :
Queste erano altre prove che avevo fatto con Ubuntu 18 instalato :
Questo con la Live di Ubuntu 20 :
P.S. : ho installato insieme ad Ubuntu 18 anche Windows 10 home , in dual boot quindi con la medesima scheda WIFI, e tutto funziona alla grande !.
Codice:
ste@ste:~$ nmcli -f SSID,CHAN,FREQ,RATE,SIGNAL,SECURITY,RSN-FLAGS,DEVICE,ACTIVE,IN-USE dev wifi list # scansione delle reti WIFI nelle vicinanze
SSID CHAN FREQ RATE SIGNAL SECURITY RSN-FLAGS
[b]VodafoneNefasto [/b] 13 2472 MHz 195 Mbit/s 55 WPA2 pair_ccmp group_c
lines 1-2/2 (END)
Comado dato da Ubuntu18 installato.
Stesso comando dato con la Live Ubuntu 20 :
Codice:
ubuntu@ubuntu:~$ nmcli -f SSID,CHAN,FREQ,RATE,SIGNAL,SECURITY,RSN-FLAGS,DEVICE,ACTIVE,IN-USE dev wifi list # scansione delle reti WIFI nelle vicinanze
SSID CHAN FREQ RATE SIGNAL SECURITY >
ORBI75 9 2452 MHz 270 Mbit/s 22 WPA2 >
FRITZ!Box 7530 ZH 6 2437 MHz 130 Mbit/s 19 WPA2 >
ORBI75 9 2452 MHz 270 Mbit/s 17 WPA2 >
DIRECT-80-HP DeskJet 2600 series 6 2437 MHz 65 Mbit/s 14 WPA2 >
Home&Life SuperWiFi-1B09 4 2427 MHz 195 Mbit/s 12 WPA2 >
Wind3 HUB-EFB585 8 2447 MHz 540 Mbit/s 10 WPA2 WPA3>
lines 1-7/7 (END)
Queste erano altre prove che avevo fatto con Ubuntu 18 instalato :
Codice:
ste@ste:~$ iwconfig
enp3s0 no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:"[b]VodafoneNefasto[/b]"
Mode:Managed Frequency:2.472 GHz Access Point: 14:14:59:47:89:11
Bit Rate=1 Mb/s Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=39/70 Signal level=-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:39 Missed beacon:0
lo no wireless extensions.
ste@ste:~$ dmesg |grep wlp2s0
[ 3.760556] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
[ 8.868047] wlp2s0: authenticate with 14:14:59:47:89:11
[ 8.882969] wlp2s0: send auth to 14:14:59:47:89:11 (try 1/3)
[ 8.884919] wlp2s0: authenticated
[ 8.890038] wlp2s0: associate with 14:14:59:47:89:11 (try 1/3)
[ 8.894835] wlp2s0: RX AssocResp from 14:14:59:47:89:11 (capab=0x1411 status=0 aid=2)
[ 8.894977] wlp2s0: associated
[ 8.921683] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 8.990500] wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 14:14:59:47:89:11
[ 1916.807999] wlp2s0: authenticate with 14:14:59:47:89:11
[ 1916.822888] wlp2s0: send auth to 14:14:59:47:89:11 (try 1/3)
[ 1916.824916] wlp2s0: authenticated
[ 1916.827029] wlp2s0: associate with 14:14:59:47:89:11 (try 1/3)
[ 1916.831119] wlp2s0: RX AssocResp from 14:14:59:47:89:11 (capab=0x1411 status=0 aid=2)
[ 1916.831278] wlp2s0: associated
[ 1916.864478] wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 14:14:59:47:89:11
ste@ste:~$
Questo con la Live di Ubuntu 20 :
Codice:
ubuntu@ubuntu:~$ iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
ubuntu@ubuntu:~$ dmesg | grep wlp2s0
[ 189.182317] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
ubuntu@ubuntu:~$
P.S. : ho installato insieme ad Ubuntu 18 anche Windows 10 home , in dual boot quindi con la medesima scheda WIFI, e tutto funziona alla grande !.