Re: Pas de connexion internet filaire avec LMDE4 récemment installé
Posté : mar. 16 nov. 2021 19:24
Dernier message de la page précédente :
Oui bien-sûr je comprends; je l'ai mis dans Téléchargements.
https://forum-francophone-linuxmint.fr/
https://forum-francophone-linuxmint.fr/viewtopic.php?t=18567
Dernier message de la page précédente :
Oui bien-sûr je comprends; je l'ai mis dans Téléchargements.Code : Tout sélectionner
antonio@antonio:~/Téléchargements/e1000e-3.6.0/src$ sudo make install
[sudo] Mot de passe de antonio :
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.19.0-18-common »
make[2] : on entre dans le répertoire « /usr/src/linux-headers-4.19.0-18-amd64 »
CC [M] /home/antonio/Téléchargements/e1000e-3.6.0/src/netdev.o
In file included from /home/antonio/Téléchargements/e1000e-3.6.0/src/e1000.h:14,
from /home/antonio/Téléchargements/e1000e-3.6.0/src/netdev.c:30:
/home/antonio/Téléchargements/e1000e-3.6.0/src/kcompat.h:6742:28: error: redefinition of ‘skb_frag_off’
static inline unsigned int skb_frag_off(const skb_frag_t * frag)
^~~~~~~~~~~~
In file included from /usr/src/linux-headers-4.19.0-18-common/include/linux/if_ether.h:23,
from /usr/src/linux-headers-4.19.0-18-common/include/uapi/linux/ethtool.h:19,
from /usr/src/linux-headers-4.19.0-18-common/include/linux/ethtool.h:18,
from /usr/src/linux-headers-4.19.0-18-common/include/linux/netdevice.h:41,
from /home/antonio/Téléchargements/e1000e-3.6.0/src/netdev.c:13:
/usr/src/linux-headers-4.19.0-18-common/include/linux/skbuff.h:2795:28: note: previous definition of ‘skb_frag_off’ was here
static inline unsigned int skb_frag_off(const skb_frag_t *frag)
^~~~~~~~~~~~
make[3]: *** [/usr/src/linux-headers-4.19.0-18-common/scripts/Makefile.build:309: /home/antonio/Téléchargements/e1000e-3.6.0/src/netdev.o] Error 1
make[2]: *** [/usr/src/linux-headers-4.19.0-18-common/Makefile:1561: _module_/home/antonio/Téléchargements/e1000e-3.6.0/src] Error 2
make[2] : on quitte le répertoire « /usr/src/linux-headers-4.19.0-18-amd64 »
make[1]: *** [Makefile:146: sub-make] Error 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.19.0-18-common »
make: *** [Makefile:73: default] Error 2
antonio@antonio:~/Téléchargements/e1000e-3.6.0/src$ sudo modprobe -rv e1000e
antonio@antonio:~/Téléchargements/e1000e-3.6.0/src$ sudo modprobe -v e1000e
insmod /lib/modules/4.19.0-18-amd64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
antonio@antonio:~/Téléchargements/e1000e-3.6.0/src$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.19.0-18-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
W: plymouth: The plugin label.so is missing, the selected theme might not work as expected.
W: plymouth: You might want to install the plymouth-themes package to fix this.
antonio@antonio:~/Téléchargements/e1000e-3.6.0/src$Code : Tout sélectionner
apt update && apt install -t buster-backports linux-image-amd64 -y && apt install -t buster-backports linux-headers-amd64 -y && apt install -t buster-backports firmware-linux firmware-linux-nonfree -y && reboot