no ethernet device nor wifi device is available

Antworten
islam
Beiträge: 103
Registriert: 19 Okt 2011, 12:08

no ethernet device nor wifi device is available

Beitrag von islam »

Beim starten von opsi linux bootimage

kommt folgender Fehler:

Code: Alles auswählen

no ethernet device nor wifi device is available
folgende miniroot Version ist vorhanden:

Code: Alles auswählen

0 root@opsi:~$ ls -1 /tftpboot/linux/miniroot*
/tftpboot/linux/miniroot-20211102.bz2
/tftpboot/linux/miniroot.bz2
/tftpboot/linux/miniroot-x64-20211102.bz2
/tftpboot/linux/miniroot-x64.bz2
Netzwerk-Karte ist:

Intel I225-LM

über ifconfig -a taucht die Karte leider nicht auf
Mit Steht+alt+f4 kommst du auf das 4. Terminal.
Kannst dich dann mit Benutzer root und Passwort linux123 einloggen.
Das Log liegt dann im Ordner /tmp/


Fehlt der Treiber im miniroot image?

Weitere Debug Infos:

Code: Alles auswählen


lspci -v
04:00.0 Ethernet Controller I225-LM (rev 03)
modules: igc

dmesg
igc: probe of 04:00.0 failed with error -2

lsmod
igc 81920 0

modinfo igc
description: Intel 2.5G Ethernet Linux Driver

Benutzeravatar
SisterOfMercy
Beiträge: 1524
Registriert: 22 Jun 2012, 19:18

Re: no ethernet device nor wifi device is available

Beitrag von SisterOfMercy »

Maybe try this bootcd: https://download.uib.de/4.2/stable/boot ... 220124.iso
I think it has a newer kernel, and might work for you.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
islam
Beiträge: 103
Registriert: 19 Okt 2011, 12:08

Re: no ethernet device nor wifi device is available

Beitrag von islam »

Thanks,

I updated the bootimage using the following command and it worked:

Code: Alles auswählen

TEMP_DEB="$(mktemp)" &&
wget -O "$TEMP_DEB" 'http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/stable/Debian_11/all/opsi-linux-bootimage_20211214-1_all.deb' &&
sudo dpkg -i "$TEMP_DEB" 
rm -f "$TEMP_DEB" 

After Update:

ls -1 /tftboot/linux/miniroot*
/tftpboot/linux/miniroot-x64 -> miniroot-x64-20211214.zstd
/tftpboot/linux/miniroot-x64-20211214.zstd
;)
Antworten