




spiega bene cosa avresti configurato che non vedi ... magari il problema è proprio lìoppure non appaiono le righe delle connessioni che avevo configurato.
Di solito quando un modem acceso e funzionante viene collegato al pc (via ethernet o wifi) cliccando su nm-applet, sotto la riga Reti Ethernet o sotto la riga Rete WiFi appaiono le righe con i nomi delle connessioni che sono state configurate mediante nm-connection-editor, e questo non mi succede quando collego il modem al pc, sul modem si accende la luce dell' avvenuto collegamento con pc, l'icona di netspeed su linuxmint 18 cambia, e mostra le 2 freccine, ma non mostra le righe delle connessioni precedentemente configurate su nm-applet, appaiono solo dopo aver fatto la procedura descritta nel primo post.pachisapiu ha scritto:spiega bene cosa avresti configurato che non vedi ... magari il problema è proprio lìoppure non appaiono le righe delle connessioni che avevo configurato.
Codice: Seleziona tutto
lspci -nnk | grep -i net -n2
Codice: Seleziona tutto
ifconfig -a
Codice: Seleziona tutto
route -n
Non ho tanta voglia di smanettare, e cmq anche unity non mi piace, però lo preferisco a gnome,ed ho installato ubuntu 18 gnome perchè gli altri avevano lo stesso problema, eppoi ho ripreso per mano il portatile vecchio solo perchè photorec non finiva più di recuperare dei file(ho aspettato 75h e passa, i file recuperati sono al 99,9 corrottiStealth ha scritto:Domanda un po' laterale: ma se la 18.04 (che per me è buona almeno quanto la 16.04 ma ha un lungo supporto) funziona bene, perchè non ci installi unity e vai avanti tranquillo?
ciao
Codice: Seleziona tutto
~ $ lspci -nnk | grep -i net -n2
36- Kernel driver in use: ahci
37- Kernel modules: ahci, pata_acpi
38:00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP77 Ethernet [10de:0760] (rev a2)
39: Subsystem: Hewlett-Packard Company MCP77 Ethernet [/color] [103c:360a]
40- Kernel driver in use: forcedeth
41- Kernel modules: forcedeth
~ $ ifconfig -a
enp0s10 Link encap:Ethernet IndirizzoHW 00:1f:16:6f:25:55
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisioni:0 txqueuelen:1000
Byte RX:0 (0.0 B) Byte TX:0 (0.0 B)
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:944 errors:0 dropped:0 overruns:0 frame:0
TX packets:944 errors:0 dropped:0 overruns:0 carrier:0
collisioni:0 txqueuelen:1000
Byte RX:75280 (75.2 KB) Byte TX:75280 (75.2 KB)
non appare la scheda wifi perchè lo tolta al tempo di Window vista, visto che al tempo non mi serviva, ed ad oggi non ho voglia di usarlaEthernet
Codice: Seleziona tutto
~ $ route -n
Tabella di routing IP del kernel
Destination Gateway Genmask Flags Metric Ref Use Iface
Codice: Seleziona tutto
~ $ route -n
Tabella di routing IP del kernel
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 enp0s10
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 enp0s10
192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 enp0s10
Codice: Seleziona tutto
echo "options forcedeth msi=0 msix=0" | sudo tee /etc/modprobe.d/forcedeth.conf
Codice: Seleziona tutto
dmesg | grep forcedeth
Codice: Seleziona tutto
ping -c4 192.168.1.1
Codice: Seleziona tutto
ping -c4 www.google.it
Codice: Seleziona tutto
~ $ echo "options forcedeth msi=0 msix=0" | sudo tee /etc/modprobe.d/forcedeth.conf
[sudo] password di breynm_07:
options forcedeth msi=0 msix=0
Codice: Seleziona tutto
~ $ dmesg | grep forcedeth
[ 3.012074] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 3.584717] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1f:16:6f:25:55
[ 3.584720] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt lnktim msi desc-v3
[ 3.587366] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[ 29.354880] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 29.355110] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
Codice: Seleziona tutto
~ $ dmesg | grep forcedeth
[ 3.012074] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 3.584717] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1f:16:6f:25:55
[ 3.584720] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt lnktim msi desc-v3
[ 3.587366] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[ 29.354880] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 29.355110] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[ 257.610503] forcedeth 0000:00:0a.0 enp0s10: link up
[ 272.359301] forcedeth 0000:00:0a.0 enp0s10: link down
[ 293.041613] forcedeth 0000:00:0a.0 enp0s10: link up
Codice: Seleziona tutto
$ ping -c4 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.605 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.428 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.447 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.446 ms
--- 192.168.1.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3051ms
rtt min/avg/max/mdev = 0.428/0.481/0.605/0.074 ms
Codice: Seleziona tutto
~ $ ping -c4 8.8.4.4
PING 8.8.4.4 (8.8.4.4) 56(84) bytes of data.
64 bytes from 8.8.4.4: icmp_seq=1 ttl=120 time=15.0 ms
64 bytes from 8.8.4.4: icmp_seq=2 ttl=120 time=15.3 ms
64 bytes from 8.8.4.4: icmp_seq=3 ttl=120 time=14.6 ms
64 bytes from 8.8.4.4: icmp_seq=4 ttl=120 time=15.4 ms
--- 8.8.4.4 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 14.649/15.124/15.417/0.322 ms
Codice: Seleziona tutto
dmesg | grep enp0s10
Codice: Seleziona tutto
sudo nmcli con show
Codice: Seleziona tutto
nmcli dev status
Codice: Seleziona tutto
nmcli device show enp0s10
Codice: Seleziona tutto
~ $ dmesg | grep enp0s10
[ 3.635254] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[ 28.038737] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 28.039442] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 28.039673] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[ 28.041300] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 218.851695] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 218.852706] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 218.856430] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 218.856456] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s10: link becomes ready
[ 313.216017] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 313.217064] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 333.787954] forcedeth 0000:00:0a.0 enp0s10: link down
[ 349.967766] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 349.968782] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 349.969053] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[ 349.973096] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 510.343514] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 510.344514] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 510.348231] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 510.349855] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s10: link becomes ready
[ 635.354502] forcedeth 0000:00:0a.0 enp0s10: link down
[ 656.380929] forcedeth 0000:00:0a.0 enp0s10: link up
Codice: Seleziona tutto
~ $ nmcli con show
NOME UUID TIPO DEVICE
open 3fcf40df-e153-4098-bc69-aae05a3548c1 802-3-ethernet enp0s10
open1 43df971e-989a-4c77-aab1-d8aa454d6724 802-3-ethernet --
Codice: Seleziona tutto
~ $ nmcli dev status
DEVICE TIPO STATO CONNESSIONE
enp0s10 ethernet collegato open
lo loopback non gestito --
Codice: Seleziona tutto
~ $ nmcli device show enp0s10
GENERAL.DEVICE: enp0s10
GENERAL.TIPO: ethernet
GENERAL.HWADDR: 00:1F:16:6F:25:55
GENERAL.MTU: 1500
GENERAL.STATO: 100 (collegato)
GENERAL.CONNESSIONE: open
GENERAL.PERCORSO-CON: /org/freedesktop/NetworkManager/ActiveConnection/2
WIRED-PROPERTIES.PORTANTE: on
IP4.INDIRIZZO[1]: 192.168.1.2/24
IP4.GATEWAY: 192.168.1.1
IP4.INSTRADAMENTO[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]: 208.67.222.222
IP4.DNS[2]: 208.67.222.220
IP6.INDIRIZZO[1]: fe80::21f:16ff:fe6f:2555/64
IP6.GATEWAY:
Codice: Seleziona tutto
IP4.INSTRADAMENTO[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
Ciao.breynm_07 [url=https://forum.ubuntu-it.org/viewtopic.php?p=5105362#p5105362][img]https://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Una cosa prima, se disabilito e poi riabilito la funzionalità di rete sul menù a tendina di nn-applet con modem connesso al pc, ma senza una connessione attiva, mi appare la voce "dispositivo non pronto", se poi stacco il cavo dal pc, la voce rimane nel menù, per farla sparire devo disabilitare e poi riabilitare la funzionalità di rete.
Scusa una domanda ma il mt = 1000 di questa rigasignifica che sono distante 1 Km dalla centralina?Codice: Seleziona tutto
IP4.INSTRADAMENTO[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
Codice: Seleziona tutto
sudo -H gedit /etc/sysctl.conf
Codice: Seleziona tutto
# IPv6 disabled
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Codice: Seleziona tutto
nmcli device show open
Codice: Seleziona tutto
cat /etc/network/interfaces
Codice: Seleziona tutto
dmesg | grep enp0s10
Codice: Seleziona tutto
sudo systemctl list-units | grep -iE '(net|wicd|dhcp|conn)'
Codice: Seleziona tutto
cat /var/lib/NetworkManager/NetworkManager.state
Codice: Seleziona tutto
~ $ nmcli device show open
Errore: dispositivo "open" non trovato.
Codice: Seleziona tutto
~ $ nmcli con show open
connection.id: open
connection.uuid: 3fcf40df-e153-4098-bc69-aae05a3548c1
connection.interface-name: enp0s10
connection.type: 802-3-ethernet
connection.autoconnect: no
connection.autoconnect-priority: 0
connection.timestamp: 1546513433
connection.read-only: no
connection.permissions: user:breynm_07
connection.zone: --
connection.master: --
connection.slave-type: --
connection.autoconnect-slaves: -1 (predefinito)
connection.secondaries:
connection.gateway-ping-timeout: 0
connection.metered: sconosciuto
connection.lldp: -1 (default)
802-3-ethernet.port: --
802-3-ethernet.speed: 0
802-3-ethernet.duplex: full
802-3-ethernet.auto-negotiate: yes
802-3-ethernet.mac-address: 00:1F:16:6F:25:55
802-3-ethernet.cloned-mac-address: --
802-3-ethernet.mac-address-blacklist:
802-3-ethernet.mtu: auto
802-3-ethernet.s390-subchannels:
802-3-ethernet.s390-nettype: --
802-3-ethernet.s390-options:
802-3-ethernet.wake-on-lan: 1 (default)
802-3-ethernet.wake-on-lan-password: --
ipv4.method: auto
ipv4.dns: 208.67.222.222,208.67.222.220
ipv4.dns-search:
ipv4.dns-options: (predefinito)
ipv4.dns-priority: 0
ipv4.addresses:
ipv4.gateway: --
ipv4.routes:
ipv4.route-metric: -1
ipv4.ignore-auto-routes: no
ipv4.ignore-auto-dns: yes
ipv4.dhcp-client-id: --
ipv4.dhcp-timeout: 0
ipv4.dhcp-send-hostname: yes
ipv4.dhcp-hostname: --
ipv4.dhcp-fqdn: --
ipv4.never-default: no
ipv4.may-fail: yes
ipv4.dad-timeout: -1 (predefinito)
ipv6.method: ignore
ipv6.dns:
ipv6.dns-search:
ipv6.dns-options: (predefinito)
ipv6.dns-priority: 0
ipv6.addresses:
ipv6.gateway: --
ipv6.routes:
ipv6.route-metric: -1
ipv6.ignore-auto-routes: no
ipv6.ignore-auto-dns: no
ipv6.never-default: no
ipv6.may-fail: yes
ipv6.ip6-privacy: 0 (disabilitato)
ipv6.addr-gen-mode: stable-privacy
ipv6.dhcp-send-hostname: yes
ipv6.dhcp-hostname: --
Codice: Seleziona tutto
~ $ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
Codice: Seleziona tutto
~ $ dmesg | grep enp0s10
[ 3.592311] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[ 29.424150] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 29.424865] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 29.425095] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[ 29.425479] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
Codice: Seleziona tutto
~ $ dmesg | grep enp0s10
[ 3.592311] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[ 29.424150] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 29.424865] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 29.425095] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[ 29.425479] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[ 1022.545724] forcedeth 0000:00:0a.0 enp0s10: link up
[ 1022.547034] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s10: link becomes ready
Codice: Seleziona tutto
~ $ sudo systemctl list-units | grep -iE '(net|wicd|dhcp|conn)'
sys-devices-pci0000:00-0000:00:0a.0-net-enp0s10.device loaded active plugged MCP77 Ethernet
sys-subsystem-net-devices-enp0s10.device loaded active plugged MCP77 Ethernet
sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
systemd-networkd-resolvconf-update.path loaded active waiting Trigger resolvconf update for networkd DNS
networking.service loaded active exited Raise network interfaces
NetworkManager-wait-online.service loaded active exited Network Manager Wait Online
NetworkManager.service loaded active running Network Manager
nmbd.service loaded active running LSB: start Samba NetBIOS nameserver (nmbd)
network-online.target loaded active active Network is Online
network-pre.target loaded active active Network (Pre)
network.target loaded active active Network
Codice: Seleziona tutto
~ $ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
Per default la riga WirelessEnabled=true va bene così, anche se non hai la scheda di rete wireless integrata o usb.breynm_07 [url=https://forum.ubuntu-it.org/viewtopic.php?p=5105567#p5105567][img]https://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto: Scusa una domanda: ma nella riga WirelessEnabled=true non ci dovrebbe essere false, visto che la scheda wifi è assente?
Per riabilitare la connessione automatica (se è solamente questo il problema)breynm_07 [url=https://forum.ubuntu-it.org/viewtopic.php?p=5105567#p5105567][img]https://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Codice: Seleziona tutto
~ $ nmcli con show open ... connection.autoconnect: no ...
Codice: Seleziona tutto
nmcli connection modify "open" connection.autoconnect yes
Già postato soprabreynm_07 ha scritto: ...Codice: Seleziona tutto
~ $ nmcli con show NOME UUID TIPO DEVICE open 3fcf40df-e153-4098-bc69-aae05a3548c1 802-3-ethernet enp0s10 open1 43df971e-989a-4c77-aab1-d8aa454d6724 802-3-ethernet --
Si l'ho fatto di recente, come ho detto nel 1° post, con ubuntu 18 gnome, nessun problema, da installato e da live , con altre 2 , da live, nessun problema, addirittura potevo anche usare la sospensione, cosa che non posso fare nelle installate, coll'altro portatile, nessun problema, nè prima nè dopo aver resettato il modem.magozurlinux ha scritto: ....
Hai provato a resettare il modem/router?
Visualizzano questa sezione: 0 utenti iscritti e 8 ospiti