Messaggi: 36
Discussioni: 7
Registrato: 28 Jan 2020
21/01/2022, 14:33
(Questo messaggio è stato modificato l'ultima volta il: 21/01/2022, 14:52 da sanesi stefano.)
Figuriamoci se voglio nascondere qualcosa !
Sono stato un'informatico per 40 anni , adesso fortunatamente in pensione !
Scrivo nel Forum solo per passione e soprattutto per imparare !
Ho postato tutto quello che il terminale mi rispondeva in varie situazioni sia con la Live che con lo O.S. installato.
Se c'è una procedura per postare in modo migliore , spiegamelo , la adotterò volentieri, non si finisce mai di imparare.
Messaggi: 174
Discussioni: 8
Registrato: 29 Jul 2021
ho visto in un altro forum che qualcuno ha risolto un problema molto simile al tuo aggiornando il BIOS...
https://forum.ubuntu-it.org/viewtopic.ph...4&start=20
Messaggi: 36
Discussioni: 7
Registrato: 28 Jan 2020
Addirittura aggiornare il BIOS su un PC che funziona (con due OS Ubuntu 18 e windows 10 installati ) solo perchè alcune Live non mi vanno ?!.
Mi sembra che il gioco non valga la candela !. comunque grazie per l'informazione.
Messaggi: 238
Discussioni: 65
Registrato: 19 Feb 2020
Ciao Stefano.
Certo è possibile che qualcuno sia stato informatico per 40 anni ma NON sia in grado di inserire correttamente un output in un social network, ma l'output del comando che ti ho chiesto di impartire è tagliato sia nelle righe, sia nelle colonne, e questo bisogna farlo di proposito.
A questo punto, non so proprio cosa pensare... diciamo che IO non sono in grado di aiutarti.
Ti saluto.
Messaggi: 36
Discussioni: 7
Registrato: 28 Jan 2020
21/01/2022, 15:52
(Questo messaggio è stato modificato l'ultima volta il: 21/01/2022, 19:56 da rage75.)
Scusa Sargon6 , avevi regione ! avevo postato il risultato dei comandi che mi avevi proposto non espandendo tutta la videata del terminale,
me ne sono accorto adesso ! Di nuovo scusa !.
di nuovo scusa Sargon6,sarà che i monitor ai miei tempi son stati per molti anni a caratteri in bianco e nero , la grafica non esisteva e tutto a video appariva com'era ! non esisteva il minimizza-massimizza ! è stata colpa mia ! .
Provo ad inviarti di nuovo il risultato del comando che mi hai suggerito sperando vada bene :
Codice: ste@ste:~$ (Ubuntu18 installato) 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 DEVICE ACTIVE IN-USE
VodafoneNefasto 13 2472 MHz 195 Mbit/s 49 WPA2 pair_ccmp group_ccmp psk wlp2s0 sì *
ste@ste:~$
ubuntu@ubuntu:~$(Live Ubuntu20) 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 DEVICE ACTIVE IN-USE
Home&Life SuperWiFi-1B09 4 2427 MHz 195 Mbit/s 20 WPA2 pair_ccmp group_ccmp psk wlp2s0 no
ORBI75 9 2452 MHz 270 Mbit/s 20 WPA2 pair_ccmp group_ccmp psk wlp2s0 no
ORBI75 9 2452 MHz 270 Mbit/s 19 WPA2 pair_ccmp group_ccmp psk wlp2s0 no
ubuntu@ubuntu:~$
Messaggi: 1.735
Discussioni: 15
Registrato: 18 Oct 2019
Ti ho sistemato il messaggio sopra, quando posti in listati da terminale usa per cortesia il tasto code <>.
Non vedo il rischio nell aggiornamento del Bios, cinque minuti e fa tutto il Pc e molte volte risolve parecchi problemi. ... bisogna smettere con questa storia che aggiornare il Bios è pericoloso.
I am a patient boy
I wait, I wait, I wait, I wait
My time's like water down a drain....
Comprendi?
Messaggi: 1.453
Discussioni: 65
Registrato: 18 Nov 2019
per non lasciare nulla di scontato, la iso du ubuntu è stata verificata?
se la provi su un altro computer in live, ha lo stesso problema?
come ultima spiaggia...... cambia distribuzione. magari scopri un modo che non conoscevi.
condividere il piacere di usare:
Messaggi: 36
Discussioni: 7
Registrato: 28 Jan 2020
Certo. Ho provato anche con il Live Ubuntu 21 e mate , anche su un'altro PC ma il risultato è lo stesso !, anzi con la Live di Mate va un pò meglio :
riconosce la connessione "VodafoneNefasto" e la dichiara connessa, ma se lancio Firefox non va e "VodafoneNefasto" diventa disconnesso.
Messaggi: 215
Discussioni: 6
Registrato: 19 Oct 2019
23/01/2022, 11:28
(Questo messaggio è stato modificato l'ultima volta il: 23/01/2022, 11:29 da gius.)
ciao stefano, per cercare di capire meglio la situazione, forse sarebbe utile confrontare le risposte a questi comandi per ubuntu 18, ubuntu 20 live e ku(o xu)buntu 20 live:
sudo lshw -c network
lspci -nnk
rfkill list
iwconfig (se non ti riconosce il comando, installa il pacchetto wireless-tools)
in particolare sarebbe utile vedere quali sono le differenze fra un sistema operativo (dove funziona) e gli altri. fai attenzione a leggere tutto l'output del comando (anche nel primo che hai postato, l'lshw -c network, il messaggio è senza testa, si vede la parte finale della scheda wireless e tutta la scheda ethernet). se hai difficoltà puoi farti "stampare" l'output in un file che troverai sulla /home, così:
sudo lshw -c network > lshw.txt
lspci -nnk > lspci.txt
rfkill list > rfkill.txt
iwconfig > iwconfig.txt
ricordati che per le live, se poi non ti copi i file in altro supporto duraturo, gli output verranno eliminati alla chiusura della live.
Scusate il ritardo...
Usate l'errore come chiave di ricerca su Google
Prof Antonio, quanto ci manchi...
Messaggi: 36
Discussioni: 7
Registrato: 28 Jan 2020
23/01/2022, 17:14
(Questo messaggio è stato modificato l'ultima volta il: 23/01/2022, 18:50 da sanesi stefano.)
Gius , ti invio il risultato dei comandai roguardanti Ubuntu 18 , dove la mia WI-FI viene riconosciuta e funziona regolarmente.
ste@ste è l'utente Ubuntu 18.
Codice: ste@ste:~$ sudo lshw -c network
[sudo] password di ste:
*-network
description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 01
serial: f4:f2:6d:44:99:b5
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=5.4.0-96-generic firmware=N/A ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:16 memory:f7d00000-f7d7ffff memory:f7d80000-f7d8ffff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 0c
serial: f8:32:e4:76:1b:12
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=MII
resources: irq:18 ioport:d000(size=256) memory:f7c00000-f7c00fff memory:f0000000-f0003fff
ste@ste:~$
ste@ste:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor DRAM Controller [1043:8534]
Kernel driver in use: hsw_uncore
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06)
Kernel driver in use: pcieport
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB xHCI [1043:8534]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family MEI Controller [1043:8534]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB EHCI [1043:8534]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset High Definition Audio Controller [1043:8576]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5)
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB EHCI [1043:8534]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation H81 Express LPC Controller [8086:8c5c] (rev 05)
Subsystem: ASUSTeK Computer Inc. C220 Series Chipset Family H81 Express LPC Controller [1043:8534]
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [1043:8534]
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family SMBus Controller [1043:8534]
Kernel modules: i2c_i801
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779]
Subsystem: PC Partner Limited / Sapphire Technology Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [174b:a004]
Kernel driver in use: radeon
Kernel modules: radeon
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM] [1002:a...
Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1GB DDR3 [174b:aa98]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Subsystem: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:3118]
Kernel driver in use: ath9k
Kernel modules: ath9k
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:8554]
Kernel driver in use: r8169
Kernel modules: r8169
ste@ste:~$
ste@ste:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
ste@ste:~$
ste@ste:~$ iwconfig
lo no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:"VodafoneNefasto"
Mode:Managed Frequency:2.472 GHz Access Point: 14:14:59:47:89:11
Bit Rate=72.2 Mb/s Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=45/70 Signal level=-65 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:26 Missed beacon:0
enp3s0 no wireless extensions.
ste@ste:~$
COMANDI IMPARTITI CON UBUNTU 20
Codice: ubuntu@ubuntu:~$ sudo lshw -c network
*-network
description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 01
serial: f4:f2:6d:44:99:b5
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=5.11.0-27-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:16 memory:f7d00000-f7d7ffff memory:f7d80000-f7d8ffff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 0c
serial: f8:32:e4:76:1b:12
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.11.0-27-generic firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 ioport:d000(size=256) memory:f7c00000-f7c00fff memory:f0000000-f0003fff
ubuntu@ubuntu:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor DRAM Controller [1043:8534]
Kernel driver in use: hsw_uncore
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06)
Kernel driver in use: pcieport
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB xHCI [1043:8534]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family MEI Controller [1043:8534]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB EHCI [1043:8534]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset High Definition Audio Controller [1043:8576]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5)
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB EHCI [1043:8534]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation H81 Express LPC Controller [8086:8c5c] (rev 05)
Subsystem: ASUSTeK Computer Inc. H81 Express LPC Controller [1043:8534]
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [1043:8534]
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family SMBus Controller [1043:8534]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779]
Subsystem: PC Partner Limited / Sapphire Technology Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [174b:a004]
Kernel driver in use: radeon
Kernel modules: radeon
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM] [1002:a...
Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1GB DDR3 [174b:aa98]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Subsystem: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:3118]
Kernel driver in use: ath9k
Kernel modules: ath9k
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:8554]
Kernel driver in use: r8169
Kernel modules: r8169
ubuntu@ubuntu:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
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:~$
Comandi impartiti con XBuntu
Codice: RISPOSTA Ai COMANDI XBUNTU
[code] xubuntu@xubuntu:~$ sudo lshw -c network
*-network
description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 01
serial: f4:f2:6d:44:99:b5
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=5.11.0-27-generic firmware=N/A ip=10.42.0.1 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:16 memory:f7d00000-f7d7ffff memory:f7d80000-f7d8ffff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 0c
serial: f8:32:e4:76:1b:12
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.11.0-27-generic firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 ioport:d000(size=256) memory:f7c00000-f7c00fff memory:f0000000-f0003fff
xubuntu@xubuntu:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor DRAM Controller [1043:8534]
Kernel driver in use: hsw_uncore
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06)
Kernel driver in use: pcieport
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB xHCI [1043:8534]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family MEI Controller [1043:8534]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB EHCI [1043:8534]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset High Definition Audio Controller [1043:8576]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5)
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 [8086:8c14] (rev d5)
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family USB EHCI [1043:8534]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation H81 Express LPC Controller [8086:8c5c] (rev 05)
Subsystem: ASUSTeK Computer Inc. H81 Express LPC Controller [1043:8534]
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [8086:8c02] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] [1043:8534]
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05)
Subsystem: ASUSTeK Computer Inc. 8 Series/C220 Series Chipset Family SMBus Controller [1043:8534]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779]
Subsystem: PC Partner Limited / Sapphire Technology Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [174b:a004]
Kernel driver in use: radeon
Kernel modules: radeon
01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM] [1002:a...
Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1GB DDR3 [174b:aa98]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Subsystem: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:3118]
Kernel driver in use: ath9k
Kernel modules: ath9k
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:8554]
Kernel driver in use: r8169
Kernel modules: r8169
xubuntu@xubuntu:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
xubuntu@xubuntu:~$ iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:"VodafoneNefasto"
Mode:Ad-Hoc Frequency:2.412 GHz Cell: 86:F4:5B:BD:BE:BD
Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
xubuntu@xubuntu:~$
[/code]
Anche se con Xbuntu sono riuscito a configurare ESSID "VodafonNefasto" , difatto non funziona e Firefox mi dice sempre di ritentare, sembra che la connessione in sia stabile.
|