O donanim için E1000 surucusu gerekiyor.

Bash:
sudo apt install inxi -y

inxi kurun, sonrasinda ise onceki mesajimda yazdigim inxi -Nxx komutunun ciktisini paylasin.
Kod:
Network:
  Device-1: Intel Ethernet I219-V vendor: Micro-Star MSI driver: N/A port: N/A
    bus-ID: 00:1f.6 chip-ID: 8086:1a1d
 
Kod:
Network:
  Device-1: Intel Ethernet I219-V vendor: Micro-Star MSI driver: N/A port: N/A
    bus-ID: 00:1f.6 chip-ID: 8086:1a1d
Bash:
sudo apt install --install-recommends linux-generic-hwe-24.04

Bu kerneli kur ve sistemi yeniden baslat. Calismasi lazim. Eger calismazsa:


Buradan paketi indir.

Bash:
apt install linux-headers-$(uname -r) dkms build-essential

Gerekli bagimliliklari kur.
En sonda ise indirdigin .deb paketini kur.

Bash:
dpkg -i e1000e-dkms_3.8.7_all.deb


Daha sonra ise lspci | grep -A2 Ethernet komutunun ciktisini paylas.
 
Bash:
apt install linux-headers-$(uname -r) dkms build-essential

Gerekli bagimliliklari kur.
Kod:
barista@barista-MS-7D46:~$ apt install linux-headers-$(uname -r) dkms build-essential
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
barista@barista-MS-7D46:~$

Böyle bir şey dedi.

Bash:
sudo apt install --install-recommends linux-generic-hwe-24.04

Bu kernel kur. Calismasi lazim.
Olmadı hocam.
 
Kod:
~$ sudo apt install --install-recommends linux-generic-hwe-24.04
[sudo] password for barista:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
linux-generic-hwe-24.04 is already the newest version (6.8.0-31.31).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Kod:
~$ sudo apt install --install-recommends linux-generic-hwe-24.04
[sudo] password for barista:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
linux-generic-hwe-24.04 is already the newest version (6.8.0-31.31).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
https://github.com/koljah-de/e1000e-dkms-debian/releases/download/3.8.7/e1000e-dkms_3.8.7_all.deb
Buradan paketi indir.

Bash:
apt install linux-headers-$(uname -r) dkms build-essential
Gerekli bagimliliklari kur.
En sonda ise indirdigin .deb paketini kur.

Bash:
dpkg -i e1000e-dkms_3.8.7_all.deb

Daha sonra ise lspci | grep -A2 Ethernet komutunun ciktisini paylas.
Bu mesajdakilari tekrar uygula.