El adaptador Intel Ethernet en la computadora portátil no funciona, por favor ayuda

El adaptador Intel Ethernet en la computadora portátil no funciona, por favor ayuda

Situación: la computadora portátil Dell 5420 tiene un puerto Intel Ethernet. Configuré el arranque dual. En la imagen de Windows, el puerto Ethernet y todas las redes funcionan bien, así que sé que no es un problema de hardware. En la imagen de Xubuntu, Internet Wi-Fi, Bluetooth y USB-C funcionan, pero no se reconoce el puerto Ethernet. Si conecto un cable, las luces del puerto se encienden como si estuviera funcionando.

Revisé docenas de preguntas similares en este sitio web. Pensé que debía ser el controlador, así que intenté descargar un controlador de Intel y realizar la instalación, pero no sé realmente cuál es el problema y obtuve errores extraños. He buscado un solucionador de problemas paso a paso pero aún no puedo encontrar uno que se aplique a esta situación.

Aquí está mi configuración:

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu\
DISTRIB_RELEASE=22.04\
DISTRIB_CODENAME=jammy\
DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"\
# lspci | grep Eth
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (13) I219-V (rev 20)
# lsusb | grep Eth
Bus 006 Device 004: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
# cat /etc/netplan/*.yaml

# This is the network config written by 'subiquity'
network:  
  version: 2
  wifis: {}
# This is the network config written by 'subiquity'
network:
  ethernets:
    enx64c902a65521:
      dhcp4: true
  version: 2
# lspci -nnk | grep 0200 -A3
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (13) I219-V [8086:15fc] (rev 20)
    Subsystem: Dell Ethernet Connection (13) I219-V [1028:0a20]
    Kernel modules: e1000e
71:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)
# lshw -C network
  *-network:0               
       description: Wireless interface
       product: Wi-Fi 6 AX201
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlp0s42f2
       version: 20
       serial: 64:79:f0:22:dc:8d
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.15.0-56-generic firmware=66.f1c864e0.0 QuZ-a0-hr-b0-66.u ip=192.168.1.208 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: iomemory:600-5ff irq:16 memory:605319c000-605319ffff
  *-network:1 UNCLAIMED
       description: Ethernet controller
       product: Ethernet Connection (13) I219-V
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       version: 20
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi cap_list
       configuration: latency=0
       resources: memory:a2300000-a231ffff
  *-network
       description: Ethernet interface
       physical id: f
       bus info: usb@6:1.3.3
       logical name: enx64c902a65521
       serial: 64:c9:01:b9:56:47
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.12.13 duplex=full firmware=rtl8153a-3 v2 02/07/20 ip=192.168.1.214 link=yes multicast=yes port=MII speed=1Gbit/s

Un comentarista pidió ver /etc/network/interfaces. No tengo ese archivo. Si empiezo a escribir la ruta y presiono el tabulador, aquí están las opciones:

if-down.d/ if-post-down.d/ if-pre-up.d/ if-up.d/

Un comentarista pidió ver el estado de systemctl networking.service. Este es el mensaje que recibí:

No se pudo encontrar la unidad networking.service.

La salida de journalctl -xe. Este comando produjo una gran cantidad de resultados:

A start job for unit NetworkManager-dispatcher.service has finished successfully.
 
 The job identifier is 39950.
Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1725] device (wlp0s42f2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')

Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1727] device (wlp0s42f2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1729] manager: NetworkManager state is now CONNECTED_LOCAL
Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1734] manager: NetworkManager state is now CONNECTED_SITE
Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1735] policy: set 'anet2' (wlp0s42f2) as default for IPv4 routing and DNS
Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1739] device (wlp0s42f2): Activation: successful, device activated.
Apr 08 12:55:53 mypc NetworkManager[2378]: <info>  [1680976553.1742] manager: NetworkManager state is now CONNECTED_GLOBAL
Apr 08 12:55:53 mypc systemd-resolved[2322]: wlp0s42f2: Bus client set default route setting: yes
Apr 08 12:55:53 mypc systemd-resolved[2322]: wlp0s42f2: Bus client set DNS server list to: 192.168.1.1
Apr 08 12:55:53 mypc wpa_supplicant[2445]: wlp0s42f2: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-41 noise=9999 txrate=245000
Apr 08 12:55:53 mypc wpa_supplicant[2445]: wlp0s42f2: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=245000
Apr 08 12:55:54 mypc ntpd[2516]: Listen normally on 47 wlp0s42f2 192.168.1.245:123
Apr 08 12:55:54 mypc ntpd[2516]: bind(27) AF_INET6 fe80::5218:aa8c:8b8f:a493%3#123 flags 0x11 failed: Cannot assign requested address
Apr 08 12:55:54 mypc ntpd[2516]: unable to create socket on wlp0s42f2 (48) for fe80::5218:aa8c:8b8f:a493%3#123
Apr 08 12:55:54 mypc ntpd[2516]: failed to init interface for address fe80::5218:aa8c:8b8f:a493%3
Apr 08 12:55:54 mypc ntpd[2516]: new interface(s) found: waking up resolver
Apr 08 12:55:54 mypc systemd[1]: systemd-rfkill.service: Deactivated successfully.
    Subject: Unit succeeded
    Defined-By: systemd
    Support: http://www.ubuntu.com/support

    The unit systemd-rfkill.service has successfully entered the 'dead' state.

Apr 08 12:55:55 mypc systemd-networkd[2320]: wlp0s42f2: Gained IPv6LL
Apr 08 12:55:56 mypc ntpd[2516]: Listen normally on 49 wlp0s42f2 [fe80::5218:aa8c:8b8f:a493%3]:123
Apr 08 12:55:56 mypc ntpd[2516]: new interface(s) found: waking up resolver
Apr 08 12:56:03 mypc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
    Subject: Unit succeeded
    Defined-By: systemd
    Support: http://www.ubuntu.com/support

    The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.

Apr 08 12:56:18 mypc rtkit-daemon[3680]: Supervising 3 threads of 3 processes of 1 users.
Apr 08 12:56:18 mypc rtkit-daemon[3680]: Supervising 3 threads of 3 processes of 1 users.
Apr 08 12:59:50 mypc cups.cups-browsed[3713]: + true
Apr 08 12:59:50 mypc cups.cups-browsed[3713]: + sleep 3600
Apr 08 13:00:22 mypc rtkit-daemon[3680]: Supervising 3 threads of 3 processes of 1 users.

Apr 08 13:00:22 mypc rtkit-daemon[3680]: Supervising 3 threads of 3 processes of 1 users.

Apr 08 13:00:51 mypc sudo[180235]:   nathan : TTY=pts/0 ; PWD=/home/nathan ; USER=root ; COMMAND=/usr/bin/journalctl -xe
Apr 08 13:00:51 mypc sudo[180235]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)

Y ifconfig produce:

current: flags=209<UP,POINTOPOINT,RUNNING,NOARP>  mtu 1420
        inet 10.66.142.142  netmask 255.255.255.255  destination 10.66.142.142
        inet6 fc00:bbbb:bbbb:bb01::3:8e8d  prefixlen 128  scopeid 0x0<global>
        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 474261  bytes 555739928 (555.7 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 257554  bytes 36766584 (36.7 MB)
        TX errors 0  dropped 4 overruns 0  carrier 0  collisions 0

enx64c902a65521: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.244  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::66c9:1ff:feb9:5647  prefixlen 64  scopeid 0x20<link>
        ether 64:c9:01:b9:56:47  txqueuelen 1000  (Ethernet)
        RX packets 106951  bytes 96346373 (96.3 MB)
        RX errors 0  dropped 12  overruns 0  frame 0
        TX packets 60774  bytes 10918364 (10.9 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 7325  bytes 570341 (570.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 7325  bytes 570341 (570.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp0s42f2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.245  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::5218:aa8c:8b8f:a493  prefixlen 64  scopeid 0x20<link>
        ether 64:79:f0:22:dc:8d  txqueuelen 1000  (Ethernet)
        RX packets 280371  bytes 131084360 (131.0 MB)
        RX errors 0  dropped 16  overruns 0  frame 0
        TX packets 45099  bytes 23975647 (23.9 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Estoy bastante seguro de que la actual es mi VPN, enx64c902a65521 es una conexión de red USB-C desde una estación de acoplamiento y funciona, wlp0s42f2 es mi adaptador Wi-Fi y también funciona.

Más información:

Un comentarista preguntó ¿qué veo en Netplan? Respuesta:Hay dos archivos en /etc/netplan/ 00-installer-config-wifi.yaml y 00-installer-config.yaml

Otros comentaristas pidieron esto:

nathan@mipc:~$ sudo lsmod | grep 8153 r8153_ecm 16384 0 cdc_ether 24576 1 r8153_ecm usbnet 53248 2 r8153_ecm,cdc_ether r8152 114688 1 r8153_ecm nathan@mypc:~$ sudo lsmod | grep e1000e e1000e 299008 0

Otro comentarista preguntó qué sucede si arranca desde iso, así que lo intenté nuevamente el 15 de abril de 2023. Solo conecté Ethernet. Resultados: Xubuntu 22 iso que instalé: el ícono de red tiene una x roja, el widget de edición de conexiones está vacío. ISO de SystemRescue: igual Luego inicié Windows para asegurarme de que la tarjeta ETH vuelva a funcionar, sí.

Otro comentarista sugirió arrancar desde un kernel diferente, yo arranque desde el kernel más antiguo disponible en Grub y eso no solucionó el problema.

El 16 de abril, un comentarista pidió ver el resultado de dmesg | grep e1000e:

[    1.364567] e1000e: Intel(R) PRO/1000 Network Driver
[    1.364569] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.365087] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.586329] e1000e 0000:00:1f.6: The NVM Checksum Is Not Valid
[    1.700993] e1000e: probe of 0000:00:1f.6 failed with error -5
[   52.465417]  x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
[34241.747685]  ramoops reed_solomon pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
[34241.748348]  ramoops reed_solomon pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
[61610.178033]  ramoops reed_solomon pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
[61610.178743]  ramoops reed_solomon pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
[85308.135585]  ramoops reed_solomon pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake
[85308.136291]  ramoops reed_solomon pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_snapshot dm_bufio dm_crypt raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor r8153_ecm cdc_ether usbnet r8152 mii raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_hidpp hid_logitech_dj usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid i915 i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops hid_generic crct10dif_pclmul cec crc32_pclmul ghash_clmulni_intel rc_core i2c_i801 rtsx_pci_sdmmc aesni_intel nvme crypto_simd intel_ish_ipc psmouse cryptd intel_lpss_pci intel_lpss e1000e i2c_smbus rtsx_pci drm nvme_core thunderbolt xhci_pci intel_ishtp idma64 intel_pmt xhci_pci_renesas wmi i2c_hid_acpi i2c_hid hid video pinctrl_tigerlake

Respuesta1

Tengo una Dell Latitude 5420 que usa el e1000econtrolador y nunca he tenido ningún problema.

Es curioso que su lshwsalida no muestre el dispositivo como UNCLAIMEDy no driver=e1000e, pero luego su lspcisalida muestra que el controlador está cargado.

La configuración de Netplan es irrelevante si el dispositivo no es reclamado por ningún controlador. Concéntrate en eso primero.

Normalmente la respuesta sería justa, modprobe e1000epero parece que está sucediendo algo más gracioso. tal vez puedas intentarlormmod e1000e; insmod /usr/lib/modules/$(uname -r)/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko

El nombre del dispositivo debe ser algo así como enp0s31f6el predeterminado: asegúrese de actualizar la configuración de su plan de red con esto.

journalctl -b | grep -iE nic\|e1000e\|net\ethdeberíamos mostrarte información interesante, ya que nosotros /var/log/syslogydmesg

Respuesta2

El módulo correcto para su tarjeta Intel es e1000e. Esto se muestra con el siguiente comando donde dice Kernel modules: e1000e.

$ lspci -nnk | grep 0200 -A3
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (13) I219-V [8086:15fc] (rev 20)
    Subsystem: Dell Ethernet Connection (13) I219-V [1028:0a20]
    Kernel modules: e1000e
71:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)

Dentro de este bloque, la primera línea de salida describe su controlador Ethernet, Intel I219-V. Elidentificación del autobúsestá al principio: 00:1f.6. Al final está elID del proveedoryID del dispositivo: [8086:15fc].

ID del proveedor:8086

ID del dispositivo:15fc

Con el siguiente comando, puede ver que el e1000emódulo es compatible con su controlador Ethernet. estoy usando elID del dispositivocomo patrón de búsqueda.

$ modinfo e1000e | grep 15FC
alias:          pci:v00008086d000015FCsv*sd*bc*sc*i*

El resultado completo de modinfo e1000emostrará muchos alias que indican qué dispositivos admite el controlador. Este comando en particular muestra solo el alias de su controlador Ethernet. Dentro de este alias, puede seleccionarID del proveedoryID del dispositivolo que indica que el conductor admite su tarjeta.

v  00008086
d  000015FC

Ahora, si escribe el siguiente comando, debería ver los modalias de su dispositivo, y esto coincidirá con el alias dentro del módulo que se muestra en la salida de modinfo e1000e. Este modalias de dispositivo se crea dinámicamente durante el arranque cuando se escanea el hardware. Observe que la estructura del directorio utiliza elidentificación del autobúsenumerados anteriormente. (No estoy mostrando el resultado de este comando porque no tengo este dispositivo en mi computadora. Pero si lo escribe, debería ver sus modalias para su controlador Ethernet).

$ cat /sys/devices/pci0000:00/0000:00:1f.6/modalias

Para obtener más información sobre modalias, consulta el siguiente enlace:

Modalias

De todos modos, tu problema no es que no tengas el controlador correcto o que no se esté cargando. En realidad, se está cargando correctamente y este comando muestra que está cargado:

$ sudo lsmod | grep e1000e
e1000e 299008 0

El problema es que no es vinculante para tu tarjeta debido al error:La suma de comprobación NVM no es válida, que se muestra en dmesg.

$ sudo dmesg | grep e1000e

[    1.364567] e1000e: Intel(R) PRO/1000 Network Driver
[    1.364569] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.365087] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.586329] e1000e 0000:00:1f.6: The NVM Checksum Is Not Valid
[    1.700993] e1000e: probe of 0000:00:1f.6 failed with error -5

Para solucionarlo, utilice los detalles en este enlace:

La conexión Intel Ethernet I219-V no funciona en Linux. El controlador e1000e informa: "La suma de comprobación NVM no es válida" li

Después de que eso esté arreglado, ejecútelo ip ay debería ver que la tarjeta está arriba.

lshw -C networkdemostrará que ya no está SIN RECLAMACIÓN.

lspci -nnkDebería mostrar que el controlador ahora está vinculado a su dispositivo con la línea: Kernel driver in use: e1000e.

$ lspci -nnk | grep 0200 -A3
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (13) I219-V [8086:15fc] (rev 20)
    Subsystem: Dell Ethernet Connection (13) I219-V [1028:0a20]
    Kernel driver in use: e1000e
    Kernel modules: e1000e

Luego, finalmente agregue la configuración de red a Netplan.

información relacionada