Ubuntu 16.04 disconnessione rete

Networking, configurazione della connessione, periferiche e condivisioni di rete.
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

marco@marco:~$ dmesg | grep enp3s0
[ 0.702219] r8169 0000:03:00.0 enp3s0: renamed from eth0
[ 32.468920] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[ 32.807468] r8169 0000:03:00.0 enp3s0: link down
[ 32.807485] r8169 0000:03:00.0 enp3s0: link down
[ 32.807522] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[ 35.574672] r8169 0000:03:00.0 enp3s0: link up
[ 35.574679] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
marco@marco:~$
Hai ancora l'IPv6 attivo.

Da terminale postami questo comando:

Codice: Seleziona tutto

cat /etc/sysctl.conf
Ubuntu 22.04 LTS Desktop :ciao:
marcob12
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 270
Iscrizione: martedì 27 marzo 2012, 20:14
Desktop: Gnome
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Caldogno (VI)

Re: Ubuntu 16.04 disconnessione rete

Messaggio da marcob12 »

Ecco:

Codice: Seleziona tutto

marco@marco:~$ cat /etc/sysctl.conf
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additional system variables.
# See sysctl.conf (5) for information.
#

#kernel.domainname = example.com

# Uncomment the following to stop low-level messages on console
#kernel.printk = 3 4 1 3

##############################################################3
# Functions previously found in netbase
#

# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
# See http://lwn.net/Articles/277146/
# Note: This may impact IPv6 TCP sessions too
#net.ipv4.tcp_syncookies=1

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1

# Uncomment the next line to enable packet forwarding for IPv6
#  Enabling this option disables Stateless Address Autoconfiguration
#  based on Router Advertisements for this host
#net.ipv6.conf.all.forwarding=1


###################################################################
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#
vm.swappiness=0
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
marco@marco:~$ 
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

marcob12 [url=http://forum.ubuntu-it.org/viewtopic.php?p=4965719#p4965719][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:
trekfan1 [url=http://forum.ubuntu-it.org/viewtopic.php?p=4965712#p4965712][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Prova a disattivare IPv6 anche nei parametri della connessione, ricordo che dopo avere modificato quei parametri bisogna riselezionare la connessione per renderli attivi

Scusa ma non so come fare, mi protresti indicare la procedura? Grazie.

E' per caso qui che devo modificare:
modifica connessioni ....
impostazioni ipv6
ora è impostato in automatico e devo cambiare in "ignora"?

Ho trovato anche questo:
https://support.purevpn.com/how-to-disa ... inuxubuntu

Quale applicare?
Applica la prima, metti su Ignora Impostazioni'IPv6 da Network Manager e poi clicca su Salva.
Ubuntu 22.04 LTS Desktop :ciao:
marcob12
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 270
Iscrizione: martedì 27 marzo 2012, 20:14
Desktop: Gnome
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Caldogno (VI)

Re: Ubuntu 16.04 disconnessione rete

Messaggio da marcob12 »

Mi stai dicendo che devo solo applicare ignora e quindi devo eliminare le righe aggiunte al file sysctl.conf, ovvero:

net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

net.ipv6.conf.lo.disable_ipv6 = 1
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

marcob12 [url=http://forum.ubuntu-it.org/viewtopic.php?p=4968565#p4968565][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Mi stai dicendo che devo solo applicare ignora e quindi devo eliminare le righe aggiunte al file sysctl.conf, ovvero:

net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

net.ipv6.conf.lo.disable_ipv6 = 1
No! anche quelli lasciali nel file /etc/sysctl.conf.
Ubuntu 22.04 LTS Desktop :ciao:
Avatar utente
gardener
Prode Principiante
Messaggi: 63
Iscrizione: sabato 25 marzo 2017, 5:50
Desktop: Deepin,Mate,Xfce,Cinnamon
Distribuzione: Deepin,Sparky, Debian,Mint
Sesso: Femminile

Re: Ubuntu 16.04 disconnessione rete

Messaggio da gardener »

Ho iniziato ad avere questo problema quando sono passato al Sercomm della Tim. Ho verificato che i dispositivi che subivano la disconnessione erano gli unici in DHCP.
Quindi consiglierei prima di tutto di assegnare un ip statico e poi di controllare ogni tanto nel router la sezione SETTINGS > LAN.
In tabella sono registrati gli accessi dei dispositivi connessi e purtroppo ogni tanto succede che vengano erroneamente duplicati, creando dei problemi.
Quando accade conviene cancellare i due device con il medesimo ip/mac e riavviare.
Tim Sercomm
A320M, Ryzen 1600, Noctua, Alimentazione Corsair, Kingston mem + m.2, Samsung evo, RX 460, Cooler Master Silencio
marcob12
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 270
Iscrizione: martedì 27 marzo 2012, 20:14
Desktop: Gnome
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Caldogno (VI)

Re: Ubuntu 16.04 disconnessione rete

Messaggio da marcob12 »

Lasciate le righe di comando nel file /etc/sysctl.conf e applicato ignora. Riavviato il tutto. Ogni tanto si disconnette lo stesso.....
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

marcob12 [url=http://forum.ubuntu-it.org/viewtopic.php?p=4968858#p4968858][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Lasciate le righe di comando nel file /etc/sysctl.conf e applicato ignora. Riavviato il tutto. Ogni tanto si disconnette lo stesso.....
Da terminale dai questi comandi:

Codice: Seleziona tutto

sudo apt-get install ethtool

Codice: Seleziona tutto

sudo ethtool -s enp3s0  speed 100 duplex full
vedi come va ora la rete ethernet.
Ubuntu 22.04 LTS Desktop :ciao:
Avatar utente
maxbigsi
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17039
Iscrizione: mercoledì 21 maggio 2008, 14:05
Desktop: Xfce
Distribuzione: MX Linux 23.2 64bit
Sesso: Maschile
Contatti:

Re: Ubuntu 16.04 disconnessione rete

Messaggio da maxbigsi »

... mi accodo alla discussione perchè da diversi giorni ho le stesso medesimo problema :muro: ... ho chiamato la Telecom e loro dicono che rilevano le disconnessioni ma che è tutto a posto, speravo di non essere colpito dal fulmine delle disconnessioni su xenial visto che il forum è pieno di post aperti su questo problema, in 10 minuti si è disconnesso almeno 5 volte, vi posto i comandi richiesti

Codice: Seleziona tutto

max@max:~$ cat /var/log/syslog | grep -i networkmanager
max@max:~$ 
nessun output

Codice: Seleziona tutto

max@max:~$     ps -ef | grep -i network
root      1183     1  0 09:56 ?        00:00:00 /usr/sbin/NetworkManager --no-daemon
root      1453  1183  0 09:56 ?        00:00:00 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-enp7s0.pid -lf /var/lib/NetworkManager/dhclient-89302470-2bba-4f1e-98ee-3500301d183e-enp7s0.lease -cf /var/lib/NetworkManager/dhclient-enp7s0.conf enp7s0
max       2946     1  0 09:57 ?        00:00:00 /usr/lib/gvfs/gvfsd-network --spawner :1.1 /org/gtk/gvfs/exec_spaw/1
max       3753  3665  0 10:27 pts/2    00:00:00 grep --color=auto -i network

Codice: Seleziona tutto

max@max:~$     lspci -nn | grep -i net
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)

Codice: Seleziona tutto

max@max:~$     sudo ifconfig -a
[sudo] password di max: 
enp7s0    Link encap:Ethernet  IndirizzoHW f4:6d:04:9d:4f:af  
          indirizzo inet:192.168.1.110  Bcast:192.168.1.255  Maschera:255.255.255.0
          indirizzo inet6: fe80::f66d:4ff:fe9d:4faf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23111 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15965 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000 
          Byte RX:23741756 (23.7 MB)  Byte TX:1796475 (1.7 MB)

lo        Link encap:Loopback locale  
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:220 errors:0 dropped:0 overruns:0 frame:0
          TX packets:220 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1 
          Byte RX:18269 (18.2 KB)  Byte TX:18269 (18.2 KB)

vmnet1    Link encap:Ethernet  IndirizzoHW 00:50:56:c0:00:01  
          indirizzo inet:192.168.115.1  Bcast:192.168.115.255  Maschera:255.255.255.0
          indirizzo inet6: fe80::250:56ff:fec0:1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:93 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000 
          Byte RX:0 (0.0 B)  Byte TX:0 (0.0 B)

vmnet8    Link encap:Ethernet  IndirizzoHW 00:50:56:c0:00:08  
          indirizzo inet:172.16.71.1  Bcast:172.16.71.255  Maschera:255.255.255.0
          indirizzo inet6: fe80::250:56ff:fec0:8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:94 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000 
          Byte RX:0 (0.0 B)  Byte TX:0 (0.0 B)

Codice: Seleziona tutto

max@max:~$     dmesg | grep enp3s0
max@max:~$  
nessun output ma ho controllato ipv6 è impostato su ignora

Codice: Seleziona tutto

max@max:~$     cat /etc/sysctl.conf
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additional system variables.
# See sysctl.conf (5) for information.
#
vm.swappiness=10
#kernel.domainname = example.com

# Uncomment the following to stop low-level messages on console
#kernel.printk = 3 4 1 3

##############################################################3
# Functions previously found in netbase
#

# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
# See http://lwn.net/Articles/277146/
# Note: This may impact IPv6 TCP sessions too
#net.ipv4.tcp_syncookies=1

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1

# Uncomment the next line to enable packet forwarding for IPv6
#  Enabling this option disables Stateless Address Autoconfiguration
#  based on Router Advertisements for this host
#net.ipv6.conf.all.forwarding=1


###################################################################
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#
al momento ho omesso di installare il pacchetto suggerito da magozurlinux
W il software libero..... W Ubuntu -- Ubuntu User # 31322
https://www.ergosumracalmuto.org/inform ... /index.php
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

@maxbigsi
enp7s0 Link encap:Ethernet IndirizzoHW f4:6d:04:9d:4f:af
indirizzo inet:192.168.1.110 Bcast:192.168.1.255 Maschera:255.255.255.0
indirizzo inet6: fe80::f66d:4ff:fe9d:4faf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23111 errors:0 dropped:0 overruns:0 frame:0
TX packets:15965 errors:0 dropped:0 overruns:0 carrier:0
collisioni:0 txqueuelen:1000
Hai l'IPv6 attivo.

Vai in NM > Impostazioni IPv6, mettilo su Ignora e poi clicca su Salva.

Da terminale dai questi comandi:

Codice: Seleziona tutto

sudo gedit /etc/sysctl.conf
vai in fondo al file; aggiungi queste righe:

Codice: Seleziona tutto

# Disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
salva ed esci dall'editor di testo.

Riavvia il pc.

Da terminale postami questo comando:

Codice: Seleziona tutto

dmesg | grep enp7s0
Ubuntu 22.04 LTS Desktop :ciao:
Avatar utente
maxbigsi
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17039
Iscrizione: mercoledì 21 maggio 2008, 14:05
Desktop: Xfce
Distribuzione: MX Linux 23.2 64bit
Sesso: Maschile
Contatti:

Re: Ubuntu 16.04 disconnessione rete

Messaggio da maxbigsi »

ciao magozurlinux, ho fatto come hai chiesto, ipv6 era già su ignora, questo è il dmesg dopo il riavvio

Codice: Seleziona tutto

max@max:~$     dmesg | grep enp7s0
[    1.155160] r8169 0000:07:00.0 enp7s0: renamed from eth0
[   21.969797] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   22.312127] r8169 0000:07:00.0 enp7s0: link down
[   22.312153] r8169 0000:07:00.0 enp7s0: link down
[   22.312201] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   24.454216] r8169 0000:07:00.0 enp7s0: link up
[   24.454225] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
[   31.190567] bridge-enp7s0: up
[   31.190570] bridge-enp7s0: attached
credo comunque che sia un problema di telecom/tim anche se loro ipotizzano un guasto al router che non è quello marchiato telecom ma un Tp-Link, ho chiesto ad un amico un router in prestito e tra qualche giorno dovrei fare anche questa prova.
W il software libero..... W Ubuntu -- Ubuntu User # 31322
https://www.ergosumracalmuto.org/inform ... /index.php
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

maxbigsi [url=http://forum.ubuntu-it.org/viewtopic.php?p=4969924#p4969924][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:ciao magozurlinux, ho fatto come hai chiesto, ipv6 era già su ignora, questo è il dmesg dopo il riavvio

Codice: Seleziona tutto

max@max:~$     dmesg | grep enp7s0
[    1.155160] r8169 0000:07:00.0 enp7s0: renamed from eth0
[   21.969797] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   22.312127] r8169 0000:07:00.0 enp7s0: link down
[   22.312153] r8169 0000:07:00.0 enp7s0: link down
[   22.312201] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[   24.454216] r8169 0000:07:00.0 enp7s0: link up
[   24.454225] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
[   31.190567] bridge-enp7s0: up
[   31.190570] bridge-enp7s0: attached
credo comunque che sia un problema di telecom/tim anche se loro ipotizzano un guasto al router che non è quello marchiato telecom ma un Tp-Link, ho chiesto ad un amico un router in prestito e tra qualche giorno dovrei fare anche questa prova.
Ho l'impressione che sia il driver r8169 che non funziona bene dovuto ad un bug.
Ubuntu 22.04 LTS Desktop :ciao:
Avatar utente
maxbigsi
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17039
Iscrizione: mercoledì 21 maggio 2008, 14:05
Desktop: Xfce
Distribuzione: MX Linux 23.2 64bit
Sesso: Maschile
Contatti:

Re: Ubuntu 16.04 disconnessione rete

Messaggio da maxbigsi »

devo dire però che questo problema si sta verificando da alcuni giorni mentre la distro è stata installata già da diversi mesi :sisi:
W il software libero..... W Ubuntu -- Ubuntu User # 31322
https://www.ergosumracalmuto.org/inform ... /index.php
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

maxbigsi [url=http://forum.ubuntu-it.org/viewtopic.php?p=4969983#p4969983][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:devo dire però che questo problema si sta verificando da alcuni giorni mentre la distro è stata installata già da diversi mesi :sisi:
Da terminale postami questi comandi:

Codice: Seleziona tutto

lspci -nn | grep -i net

Codice: Seleziona tutto

lsmod
Ubuntu 22.04 LTS Desktop :ciao:
Avatar utente
maxbigsi
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17039
Iscrizione: mercoledì 21 maggio 2008, 14:05
Desktop: Xfce
Distribuzione: MX Linux 23.2 64bit
Sesso: Maschile
Contatti:

Re: Ubuntu 16.04 disconnessione rete

Messaggio da maxbigsi »

ciao mago oggi giornataccia :D la telecom dice che è un problema mio, o il filtro oppure il router o qualche cavo ... io ci credo poco ma comunque mi appresto a fare le prove che mi hanno detto, in questo momento ho un router prestatomi da un amico tecnico, ho messo anche un filtro nuovo e quindi in questi giorni farò dei test, ti posto quello che mi hai chiesto... aggiungo pure che il problema si verifica molto intensamente nella mattinata, la sera praticamente potrei dire che non si disconnette :nono:

Codice: Seleziona tutto

max@max:~$     lspci -nn | grep -i net
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)

Codice: Seleziona tutto

max@max:~$ lsmod
Module                  Size  Used by
nvram                  16384  0
msr                    16384  0
vmnet                  53248  13
vmw_vsock_vmci_transport    28672  0
vsock                  36864  1 vmw_vsock_vmci_transport
vmw_vmci               65536  1 vmw_vsock_vmci_transport
vmmon                  86016  0
nls_utf8               16384  1
isofs                  40960  1
rfcomm                 69632  12
snd_hrtimer            16384  1
pci_stub               16384  1
vboxpci                24576  0
vboxnetadp             28672  0
vboxnetflt             28672  0
vboxdrv               454656  3 vboxnetadp,vboxnetflt,vboxpci
btusb                  45056  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
bnep                   20480  2
btintel                16384  1 btusb
ath3k                  20480  0
bluetooth             520192  40 bnep,ath3k,btbcm,btrtl,btusb,rfcomm,btintel
binfmt_misc            20480  1
joydev                 20480  0
eeepc_wmi              16384  0
asus_wmi               28672  1 eeepc_wmi
sparse_keymap          16384  1 asus_wmi
video                  40960  1 asus_wmi
snd_hda_codec_hdmi     53248  4
nvidia_uvm            647168  0
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
snd_hda_codec_realtek    86016  1
intel_powerclamp       16384  0
coretemp               16384  0
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
snd_hda_intel          40960  5
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           73728  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
input_leds             16384  0
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
snd_hwdep              16384  1 snd_hda_codec
ghash_clmulni_intel    16384  0
aesni_intel           167936  0
snd_pcm               106496  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
snd_seq                69632  3 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  3 snd_hrtimer,snd_pcm,snd_seq
serio_raw              16384  0
glue_helper            16384  1 aesni_intel
snd                    81920  22 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
tpm_infineon           20480  0
soundcore              16384  1 snd
8250_fintek            16384  0
mei_me                 36864  0
mei                    98304  1 mei_me
shpchp                 36864  0
lpc_ich                24576  0
wmi                    20480  1 asus_wmi
mac_hid                16384  0
kvm_intel             172032  0
kvm                   544768  1 kvm_intel
irqbypass              16384  1 kvm
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,ppdev,parport_pc
autofs4                40960  2
hid_generic            16384  0
usbhid                 49152  0
hid                   118784  3 hid_generic,usbhid
uas                    24576  0
usb_storage            69632  1 uas
nvidia_drm             53248  1
nvidia_modeset        790528  3 nvidia_drm
nvidia              12144640  42 nvidia_modeset,nvidia_uvm
drm_kms_helper        155648  1 nvidia_drm
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
ahci                   36864  4
firewire_ohci          40960  0
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
libahci                32768  1 ahci
firewire_core          65536  1 firewire_ohci
r8169                  81920  0
crc_itu_t              16384  1 firewire_core
drm                   364544  4 drm_kms_helper,nvidia_drm
mii                    16384  1 r8169
fjes                   28672  0
W il software libero..... W Ubuntu -- Ubuntu User # 31322
https://www.ergosumracalmuto.org/inform ... /index.php
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

@maxbigsi

prova a seguire questa guida:

https://unixblogger.com/2016/08/11/how- ... ted-guide/
Ubuntu 22.04 LTS Desktop :ciao:
Avatar utente
maxbigsi
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17039
Iscrizione: mercoledì 21 maggio 2008, 14:05
Desktop: Xfce
Distribuzione: MX Linux 23.2 64bit
Sesso: Maschile
Contatti:

Re: Ubuntu 16.04 disconnessione rete

Messaggio da maxbigsi »

@magozurlinux sto provando con un router praticamente nuovo che mi hanno prestato e pare che regga alle disconnessioni :D vorrei non poter dire che questa volta telecom aveva ragione :D ho anche cambiato filtro, cavo lan, e cavo telefonico, e provato a mettere il router nella prima presa telecom, (mi hanno consigliato loro) pare che col mio router c'era un eccessivo numero di pacchetti persi, comunque sono ancora in fase di test, intanto ti ringrazio per la tua sempre preziosa disponibilità :birra:
W il software libero..... W Ubuntu -- Ubuntu User # 31322
https://www.ergosumracalmuto.org/inform ... /index.php
Avatar utente
magozurlinux
Accecante Asceta
Accecante Asceta
Messaggi: 24886
Iscrizione: mercoledì 17 marzo 2010, 17:44
Desktop: ubuntu
Distribuzione: Ubuntu 22.04.3 LTS x86_64
Sesso: Maschile
Località: Pisa

Re: Ubuntu 16.04 disconnessione rete

Messaggio da magozurlinux »

Prego, di nulla!

Continua con i test.

A presto!

:birra:

:ciao:
Ubuntu 22.04 LTS Desktop :ciao:
Scrivi risposta

Ritorna a “Connessione e configurazione delle reti”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti