[Risolto]usb adapter Tp-link TL-WN823N

Riconoscimento, installazione e configurazione delle periferiche.
Scrivi risposta
ipazia05
Prode Principiante
Messaggi: 7
Iscrizione: venerdì 13 maggio 2022, 19:09
Desktop: UBUNTU
Distribuzione: UBUNTU 18.04.6 LTS

[Risolto]usb adapter Tp-link TL-WN823N

Messaggio da ipazia05 »

Buongiorno a tutti,
sono una principiante del mondo Linux. Devo usare Ubuntu 18.04 LTS per un progetto, ma il mio computer ha la scheda di rete rotta ed uso un usb adapter come da titolo.

Ho installato i driver come scritto nella guida del pacchetto del driver corrispondente

Codice: Seleziona tutto

1. Install DKMS and other required tools

    * for normal Linux systems

    ```shell
    $ sudo apt-get install git linux-headers-generic build-essential dkms;
    ```

    * for Raspberry Pi

    ```shell
    $ sudo apt-get install git raspberrypi-kernel-headers build-essential dkms;
    ```

2. Clone this repository and change your directory to cloned path.

    ```shell
    $ git clone https://github.com/Mange/rtl8192eu-linux-driver;
    ```
    ```shell
    $ cd rtl8192eu-linux-driver;
    ```

3. The Makefile is preconfigured to handle most x86/PC versions. However, if you are compiling for something other than an intel x86 architecture, you need to first select the platform.

    * for the Raspberry Pi, you need to set the I386 to n and the ARM_RPI to y:

    ```sh
    ...
    CONFIG_PLATFORM_I386_PC = n
    ...
    CONFIG_PLATFORM_ARM_RPI = y
    ```

    * for arm64 devices (e.g. Orange Pi PC 2):

    ```sh
    ...
    CONFIG_PLATFORM_I386_PC = n
    ...
    CONFIG_PLATFORM_ARM_AARCH64 = y
    ```

4. Add the driver to DKMS. This will copy the source to a system directory so
that it can used to rebuild the module on kernel upgrades.

    ```shell
    $ sudo dkms add .;
    ```

5. Build and install the driver.

    ```shell
    $ sudo dkms install rtl8192eu/1.0;
    ```

6. Distributions based on Debian & Ubuntu have RTL8XXXU driver present & running in kernelspace. To use our RTL8192EU driver, we need to blacklist RTL8XXXU.

    ```shell
    $ echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf;
    ```

7. Force RTL8192EU Driver to be active from boot.
    ```shell
    $ echo -e "8192eu\n\nloop" | sudo tee /etc/modules;
    ```

8. Newer versions of Ubuntu has weird plugging/replugging issue (Check #94). This includes weird idling issues, To fix this:

    ```shell
    $ echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8192eu.conf;
    ```

9. Update changes to Grub & initramfs

    ```shell
    $ sudo update-grub; sudo update-initramfs -u;
    ```

10. Reboot system to load new changes from newly generated initramfs.

    ```shell
    $ systemctl reboot -i;
    ```

11. Check that your kernel has loaded the right module:
 
    ```shell
    $ sudo lshw -c network;
    ```
   
You should see the line ```driver=8192eu```
Con il comando

Codice: Seleziona tutto

sudo lshw -c network
ottengo

Codice: Seleziona tutto

 *-network DISABLED        
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlp2s0
       version: 01
       serial: 78:dd:08:fc:ba:7a
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=4.15.0-177-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:16 memory:f4a00000-f4a0ffff
  *-network
       description: Ethernet interface
       product: Yukon Optima 88E8059 [PCIe Gigabit Ethernet Controller with AVB]
       vendor: Marvell Technology Group Ltd.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: enp4s0
       version: 11
       serial: 54:42:49:6f:14:22
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.1.12 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:24 memory:f2220000-f2223fff ioport:a000(size=256) memory:f2200000-f221ffff
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       bus info: usb@2:1.6
       logical name: wlxd03745748673
       serial: d0:37:45:74:86:73
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8192eu multicast=yes wireless=unassociated
con il comando lsusb

Codice: Seleziona tutto

Bus 002 Device 004: ID 2357:0109  
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0c45:6464 Microdia 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In pratica nonostante abbia il driver installato, non riesco ad accendere il wifi da usb. Al momento sto utilizzando una connessione via cavo ethernet. Sono completamente ignorante in materia e non so cosa fare.
Ultima modifica di ipazia05 il sabato 14 maggio 2022, 10:23, modificato 1 volta in totale.
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24912
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: usb adapter Tp-link TL-WN823N

Messaggio da magozurlinux »

Buonasera.

Hai sbagliato a compilare il driver; non per raspberry!

Da terminale postami questi comandi:

Codice: Seleziona tutto

usb-devices

Codice: Seleziona tutto

mokutil --sb-state

Codice: Seleziona tutto

dkms status
Ubuntu 22.04 LTS - saluti da magozurlinux a tutti gli utenti del forum :ciao:
ipazia05
Prode Principiante
Messaggi: 7
Iscrizione: venerdì 13 maggio 2022, 19:09
Desktop: UBUNTU
Distribuzione: UBUNTU 18.04.6 LTS

Re: usb adapter Tp-link TL-WN823N

Messaggio da ipazia05 »

Codice: Seleziona tutto

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 2
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=04.15
S:  Manufacturer=Linux 4.15.0-177-generic ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1a.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 6
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=0020 Rev=00.00
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0c45 ProdID=6464 Rev=01.02
S:  Manufacturer=USB 2.0 Camera
S:  Product=USB 2.0 Camera
C:  #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo
I:  If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 2
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=04.15
S:  Manufacturer=Linux 4.15.0-177-generic ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1d.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 8
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=8087 ProdID=0020 Rev=00.00
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=02 Lev=02 Prnt=02 Port=05 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=2357 ProdID=0109 Rev=02.00
S:  Manufacturer=Realtek 
S:  Product=802.11n NIC 
S:  SerialNumber=00e04c000001
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=rtl8192eu

Codice: Seleziona tutto

Comando «mokutl» non trovato, si intendeva forse:

  comando «mokutil» da deb mokutil

Provare: sudo apt install <nome deb>

Codice: Seleziona tutto

rtl8192eu, 1.0, 4.15.0-177-generic, x86_64: installed
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24912
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: usb adapter Tp-link TL-WN823N

Messaggio da magozurlinux »

ipazia05 ha scritto:
venerdì 13 maggio 2022, 19:58
usb-devices
T: Bus=02 Lev=02 Prnt=02 Port=05 Cnt=01 Dev#= 3 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=2357 ProdID=0109 Rev=02.00
S: Manufacturer=Realtek
S: Product=802.11n NIC
S: SerialNumber=00e04c000001
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=rtl8192eu
[/code]

Comando «mokutl» non trovato, si intendeva forse:

comando «mokutil» da deb mokutil


Provare: sudo apt install <nome deb>

dkms status
rtl8192eu, 1.0, 4.15.0-177-generic, x86_64: installed
Da terminale connesso ad Internet dai questo comando:

Codice: Seleziona tutto

sudo apt install mokutil
da terminale postami questi comandi:

Codice: Seleziona tutto

mokutil --sb-state

Codice: Seleziona tutto

lsmod
Ubuntu 22.04 LTS - saluti da magozurlinux a tutti gli utenti del forum :ciao:
ipazia05
Prode Principiante
Messaggi: 7
Iscrizione: venerdì 13 maggio 2022, 19:09
Desktop: UBUNTU
Distribuzione: UBUNTU 18.04.6 LTS

Re: usb adapter Tp-link TL-WN823N

Messaggio da ipazia05 »

Codice: Seleziona tutto

EFI variables are not supported on this system

Codice: Seleziona tutto

Module                  Size  Used by
snd_hda_codec_hdmi     49152  1
snd_hda_codec_realtek   110592  1
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
snd_hda_intel          45056  8
snd_hda_codec         126976  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           81920  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              20480  1 snd_hda_codec
intel_powerclamp       16384  0
coretemp               16384  0
kvm_intel             217088  0
snd_pcm                98304  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
kvm                   614400  1 kvm_intel
arc4                   16384  2
irqbypass              16384  1 kvm
radeon               1462272  26
ath9k                 155648  0
intel_cstate           20480  0
ath9k_common           36864  1 ath9k
ath9k_hw              471040  2 ath9k_common,ath9k
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
ttm                   106496  1 radeon
uvcvideo               90112  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_core         40960  2 videobuf2_v4l2,uvcvideo
drm_kms_helper        172032  1 radeon
ath                    32768  3 ath9k_common,ath9k,ath9k_hw
input_leds             16384  0
joydev                 24576  0
snd_seq                65536  2 snd_seq_midi,snd_seq_midi_event
videodev              188416  3 videobuf2_core,videobuf2_v4l2,uvcvideo
media                  40960  2 videodev,uvcvideo
serio_raw              16384  0
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
drm                   401408  19 drm_kms_helper,radeon,ttm
snd_timer              32768  2 snd_seq,snd_pcm
mac80211              786432  1 ath9k
intel_ips              20480  0
i2c_algo_bit           16384  1 radeon
lpc_ich                24576  0
fb_sys_fops            16384  1 drm_kms_helper
snd                    81920  27 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
syscopyarea            16384  1 drm_kms_helper
mei_me                 40960  0
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
mei                    94208  1 mei_me
shpchp                 36864  0
soundcore              16384  1 snd
mac_hid                16384  0
sony_laptop            61440  0
video                  45056  1 sony_laptop
sch_fq_codel           20480  2
8192eu               1347584  0
cfg80211              634880  5 8192eu,ath9k_common,ath9k,ath,mac80211
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 parport_pc,lp,ppdev
ip_tables              28672  0
x_tables               40960  1 ip_tables
autofs4                40960  2
psmouse               151552  0
ahci                   40960  1
libahci                32768  1 ahci
sdhci_pci              32768  0
sky2                   65536  0
sdhci                  49152  1 sdhci_pci
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24912
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: usb adapter Tp-link TL-WN823N

Messaggio da magozurlinux »

OK!

Hai riavviato il pc?

Da terminale postami questi comandi:

Codice: Seleziona tutto

rfkill list

Codice: Seleziona tutto

iwconfig

Codice: Seleziona tutto

nmcli radio
Ubuntu 22.04 LTS - saluti da magozurlinux a tutti gli utenti del forum :ciao:
ipazia05
Prode Principiante
Messaggi: 7
Iscrizione: venerdì 13 maggio 2022, 19:09
Desktop: UBUNTU
Distribuzione: UBUNTU 18.04.6 LTS

Re: usb adapter Tp-link TL-WN823N

Messaggio da ipazia05 »

Si, ho riavviato il pc diverse volte.

Codice: Seleziona tutto

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: sony-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: yes
2: sony-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: yes
3: phy1: Wireless LAN
	Soft blocked: no
	Hard blocked: yes

Codice: Seleziona tutto

enp4s0    no wireless extensions.

wlp2s0    IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
wlxd03745748673  unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

Codice: Seleziona tutto

WIFI-HW    WIFI          WWAN-HW    WWAN      
abilitato  disabilitato  abilitato  abilitato 
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24912
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: usb adapter Tp-link TL-WN823N

Messaggio da magozurlinux »

ipazia05 ha scritto:
venerdì 13 maggio 2022, 20:46
rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: sony-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes
2: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
3: phy1: Wireless LAN
Soft blocked: no
Hard blocked: yes


nmcli radio
WIFI-HW WIFI WWAN-HW WWAN
abilitato disabilitato abilitato abilitato
Da terminale dai questi comandi:

Codice: Seleziona tutto

sudo rfkill unblock all

Codice: Seleziona tutto

sudo nmcli radio wifi on
vedi se ora funziona.
Ultima modifica di magozurlinux il sabato 14 maggio 2022, 9:40, modificato 2 volte in totale.
Ubuntu 22.04 LTS - saluti da magozurlinux a tutti gli utenti del forum :ciao:
ipazia05
Prode Principiante
Messaggi: 7
Iscrizione: venerdì 13 maggio 2022, 19:09
Desktop: UBUNTU
Distribuzione: UBUNTU 18.04.6 LTS

Re: usb adapter Tp-link TL-WN823N

Messaggio da ipazia05 »

non è cambiato nulla.
ipazia05
Prode Principiante
Messaggi: 7
Iscrizione: venerdì 13 maggio 2022, 19:09
Desktop: UBUNTU
Distribuzione: UBUNTU 18.04.6 LTS

Re: usb adapter Tp-link TL-WN823N

Messaggio da ipazia05 »

Volevo comunicare che alla fine ho risolto. Sul pc c'è una levetta che ti permette di attivare o disattivare la connessione wifi tramite hardware. Siccome in windows la scheda di rete originaria mi dava dei problemi, l'avevo messa su off per usare la chiavetta usb ed infatti quando si collegava con la chiavetta si accendeva una spia verde e tutto filava. Su Ubuntu invece per usare sempre la chiavetta vuole per forza la levetta su on, qui la chiavetta non si illumina, ma mi collego al wifi tramite essa lo stesso.

Quando ho capito che hard block yes significava che c'era un blocco hardware, ho provato a vedere se era questo il problema.

@magozurlinux ti ringrazio infinitamente per la pazienza e per tutto l'aiuto che mi hai dato, il non poter usare il wifi per me era un grosso handicap.
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24912
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: usb adapter Tp-link TL-WN823N

Messaggio da magozurlinux »

Prego, di nulla!

Brava!!! mi hai preceduto :D , volevo dirti di attivare il wifi premendo l'apposito tasto, menomale che hai anche Windows e l'hai attivato da lì altrimenti sarebbe stato un problema far funzionare anche la chiavetta wireless usb perché disattivando quella integrata anche quella usb non avrebbe funzionato.

Metti [Risolto] sul primo titolo della discussione prima di usb adapter Tp-link TL-WN823N

:birra:

Ciao :ciao:
Ubuntu 22.04 LTS - saluti da magozurlinux a tutti gli utenti del forum :ciao:
juvinot
Prode Principiante
Messaggi: 1
Iscrizione: giovedì 1 giugno 2023, 22:45
Desktop: ubuntu
Distribuzione: 22.04.2
Sesso: Maschile

Re: [Risolto]usb adapter Tp-link TL-WN823N

Messaggio da juvinot »

Ciao a tutti, ho da poco installato ubuntu su un vecchio desktop senza connessione wifi, in seguito dell'acquisto della chiavetta specificata in titolo ho seguito tutte le istruzioni riportate in questa pagina, ma il pc sembra cmq non "leggerla". Aiutatemi per favore, non so più come fare
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24912
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: [Risolto]usb adapter Tp-link TL-WN823N

Messaggio da magozurlinux »

juvinot ha scritto:
giovedì 1 giugno 2023, 22:50
Ciao a tutti, ho da poco installato ubuntu su un vecchio desktop senza connessione wifi, in seguito dell'acquisto della chiavetta specificata in titolo ho seguito tutte le istruzioni riportate in questa pagina, ma il pc sembra cmq non "leggerla". Aiutatemi per favore, non so più come fare
Ciao.

Apri una nuova discussione, questa è stata risolta!

Grazie.
Ubuntu 22.04 LTS - saluti da magozurlinux a tutti gli utenti del forum :ciao:
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 18 ospiti