Thanks a lot, jxself.
The kernel installation went without issues (I'll put the terminal output
next), but after reboot it didn't solved the problem. It has to be something
else.
Here you have all the process and actual situation. Could you please have a
look and give any advice/idea?
[Before kernel's installation]
$ uname -a
Linux user 3.13.0-101-lowlatency #148+7.0trisquel2 SMP PREEMPT Thu Nov 10
11:45:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
root@user:/home/user# ifconfig -a
eth0 Link encap:Ethernet direcciónHW 14:fe:b5:b8:11:13
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1000
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Bucle local
Direc. inet:127.0.0.1 Másc:255.0.0.0
Dirección inet6: ::1/128 Alcance:Anfitrión
ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
Paquetes RX:304 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:304 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:24224 (24.2 KB) TX bytes:24224 (24.2 KB)
virbr0 Link encap:Ethernet direcciónHW c2:38:52:c7:44:a9
Direc. inet:192.168.122.1 Difus.:192.168.122.255
Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
root@user:/home/user# ping 10.0.0.2
connect: Network is unreachable
root@user:/home/user# ifconfig eth0 up && ifconfig eth0 10.0.0.3 netmask
255.255.255.0 && route add default gateway 10.0.0.2
root@user:/home/user# ifconfig -a
eth0 Link encap:Ethernet direcciónHW 14:fe:b5:b8:11:13
Direc. inet:10.0.0.3 Difus.:10.0.0.255 Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1000
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Bucle local
Direc. inet:127.0.0.1 Másc:255.0.0.0
Dirección inet6: ::1/128 Alcance:Anfitrión
ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
Paquetes RX:304 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:304 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:24224 (24.2 KB) TX bytes:24224 (24.2 KB)
virbr0 Link encap:Ethernet direcciónHW c2:38:52:c7:44:a9
Direc. inet:192.168.122.1 Difus.:192.168.122.255
Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
root@user:/home/user# ping 10.0.0.2
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
From 10.0.0.3 icmp_seq=1 Destination Host Unreachable
From 10.0.0.3 icmp_seq=2 Destination Host Unreachable
From 10.0.0.3 icmp_seq=3 Destination Host Unreachable
From 10.0.0.3 icmp_seq=4 Destination Host Unreachable
From 10.0.0.3 icmp_seq=5 Destination Host Unreachable
From 10.0.0.3 icmp_seq=6 Destination Host Unreachable
From 10.0.0.3 icmp_seq=7 Destination Host Unreachable
From 10.0.0.3 icmp_seq=8 Destination Host Unreachable
From 10.0.0.3 icmp_seq=9 Destination Host Unreachable
From 10.0.0.3 icmp_seq=10 Destination Host Unreachable
From 10.0.0.3 icmp_seq=11 Destination Host Unreachable
From 10.0.0.3 icmp_seq=12 Destination Host Unreachable
^C
--- 10.0.0.2 ping statistics ---
12 packets transmitted, 0 received, +12 errors, 100% packet loss, time
11001ms
pipe 4
root@user:/home/user# ping 10.0.0.3
PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
64 bytes from 10.0.0.3: icmp_seq=1 ttl=64 time=0.108 ms
64 bytes from 10.0.0.3: icmp_seq=2 ttl=64 time=0.097 ms
64 bytes from 10.0.0.3: icmp_seq=3 ttl=64 time=0.100 ms
64 bytes from 10.0.0.3: icmp_seq=4 ttl=64 time=0.099 ms
64 bytes from 10.0.0.3: icmp_seq=5 ttl=64 time=0.096 ms
^C
--- 10.0.0.3 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.096/0.100/0.108/0.004 ms
root@user:/home/user# ifdown eth0
ifdown: interface eth0 not configured
root@user:/home/user# ifup eth0
Ignoring unknown interface eth0=eth0.
root@user:/home/user# ifconfig -a
eth0 Link encap:Ethernet direcciónHW 14:fe:b5:b8:11:13
Direc. inet:10.0.0.3 Difus.:10.0.0.255 Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1000
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Bucle local
Direc. inet:127.0.0.1 Másc:255.0.0.0
Dirección inet6: ::1/128 Alcance:Anfitrión
ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
Paquetes RX:334 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:334 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:27192 (27.1 KB) TX bytes:27192 (27.1 KB)
virbr0 Link encap:Ethernet direcciónHW c2:38:52:c7:44:a9
Direc. inet:192.168.122.1 Difus.:192.168.122.255
Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
root@user:/home/user# nm-online
Conectando............... 1s
root@user:/home/user# nm-tool
NetworkManager Tool
State: disconnected
- Device: eth0
-----------------------------------------------------------------
Type: Wired
Driver: r8169
State: unavailable
Default: no
HW Address: 14:FE:B5:B8:11:13
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
$ sudo dpkg -i linux-image-4.1.36-gnu_4.1.36-gnu-1.0_amd64.deb
Seleccionando el paquete linux-image-4.1.36-gnu previamente no seleccionado.
(Leyendo la base de datos ... 205188 ficheros o directorios instalados
actualmente.)
Preparando para desempaquetar linux-image-4.1.36-gnu_4.1.36-gnu-1.0_amd64.deb
...
Desempaquetando linux-image-4.1.36-gnu (4.1.36-gnu-1.0) ...
Configurando linux-image-4.1.36-gnu (4.1.36-gnu-1.0) ...
update-initramfs: Generating /boot/initrd.img-4.1.36-gnu
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
P: Checking for EXTLINUX directory... found.
P: Writing config for /boot/vmlinuz-4.1.36-gnu...
P: Writing config for /boot/vmlinuz-3.13.0-101-lowlatency...
P: Writing config for /boot/vmlinuz-3.13.0-100-lowlatency...
P: Updating /boot/extlinux/linux.cfg...
P: Installing debian theme... done.
Generando archivo de configuración grub...
Se encontró una imagen linux: /boot/vmlinuz-4.1.36-gnu
Se encontró una imagen initrd: /boot/initrd.img-4.1.36-gnu
Se encontró una imagen linux: /boot/vmlinuz-3.13.0-101-lowlatency
Se encontró una imagen initrd: /boot/initrd.img-3.13.0-101-lowlatency
Se encontró una imagen linux: /boot/vmlinuz-3.13.0-100-lowlatency
Se encontró una imagen initrd: /boot/initrd.img-3.13.0-100-lowlatency
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
hecho
$ sudo apt-get -f install
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Los paquetes indicados a continuación se instalaron de forma automática y
ya no son necesarios.
linux-headers-3.13.0-100 linux-headers-3.13.0-100-lowlatency
linux-image-3.13.0-100-lowlatency
Use 'apt-get autoremove' to remove them.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
[With the new kernel]
root@user:/home/user# uname -a
Linux user 4.1.36-gnu #1 SMP Wed Nov 30 19:12:57 UTC 2016 x86_64 x86_64
x86_64 GNU/Linux
root@user:/home/user# ifconfig -a
eth0 Link encap:Ethernet direcciónHW 14:fe:b5:b8:11:13
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1000
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Bucle local
Direc. inet:127.0.0.1 Másc:255.0.0.0
Dirección inet6: ::1/128 Alcance:Anfitrión
ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
Paquetes RX:304 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:304 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:24224 (24.2 KB) TX bytes:24224 (24.2 KB)
virbr0 Link encap:Ethernet direcciónHW 46:30:2f:b9:f1:07
Direc. inet:192.168.122.1 Difus.:192.168.122.255
Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
root@user:/home/user# ifup eth0
Ignoring unknown interface eth0=eth0.
root@user:/home/user# ifdown eth0
ifdown: interface eth0 not configured
root@user:/home/user# ping 10.0.0.2
connect: Network is unreachable
root@user:/home/user# ifconfig eth0 up && ifconfig eth0 10.0.0.3 netmask
255.255.255.0 && route add default gateway 10.0.0.2
root@user:/home/user# ifconfig -a
eth0 Link encap:Ethernet direcciónHW 14:fe:b5:b8:11:13
Direc. inet:10.0.0.3 Difus.:10.0.0.255 Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1000
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Bucle local
Direc. inet:127.0.0.1 Másc:255.0.0.0
Dirección inet6: ::1/128 Alcance:Anfitrión
ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
Paquetes RX:304 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:304 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:24224 (24.2 KB) TX bytes:24224 (24.2 KB)
virbr0 Link encap:Ethernet direcciónHW 46:30:2f:b9:f1:07
Direc. inet:192.168.122.1 Difus.:192.168.122.255
Másc:255.255.255.0
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:0
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
root@user:/home/user# ping 10.0.0.2
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
From 10.0.0.3 icmp_seq=1 Destination Host Unreachable
From 10.0.0.3 icmp_seq=2 Destination Host Unreachable
From 10.0.0.3 icmp_seq=3 Destination Host Unreachable
^C
--- 10.0.0.2 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
pipe 3
root@user:/home/user# ping 10.0.0.3
PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
64 bytes from 10.0.0.3: icmp_seq=1 ttl=64 time=0.094 ms
64 bytes from 10.0.0.3: icmp_seq=2 ttl=64 time=0.092 ms
64 bytes from 10.0.0.3: icmp_seq=3 ttl=64 time=0.086 ms
^C
--- 10.0.0.3 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.086/0.090/0.094/0.011 ms
root@user:/home/user# nm-tool
NetworkManager Tool
State: disconnected
- Device: eth0
-----------------------------------------------------------------
Type: Wired
Driver: r8169
State: unavailable
Default: no
HW Address: 14:FE:B5:B8:11:13
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
root@user:/home/user# nmap -sP 10.0.0.*
Starting Nmap 6.40 ( http://nmap.org ) at 2016-12-05 12:44 ART
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is
disabled. Try using --system-dns or specify valid servers with --dns-servers
Nmap scan report for 10.0.0.3
Host is up.
Nmap done: 256 IP addresses (1 host up) scanned in 10.50 seconds
root@tanuki:/home/tanuki# nmap -sP 10.0.0.* --system-dns
Starting Nmap 6.40 ( http://nmap.org ) at 2016-12-05 12:45 ART
Nmap scan report for 10.0.0.3
Host is up.
Nmap done: 256 IP addresses (1 host up) scanned in 10.46 seconds