@george1421 When i tape uname -a
i got this: Linux fogclient.localdomain 4.19.145 #1 SMP Sun Sep 13 05:35:01 CDT 2020 x86_64 GNU/Linux
I don’t know why m not in the version Kernel.TomElliott.5.10.34.64
So i did it again, i downloaded this new version and now FOS see the second card and its working
Thanks a lot for your help George, you can close this ticket.
Have a nice day.
Best posts made by rabdel
-
RE: Dell 3640 error No network interfaces found (verifyNetworkConnection)
Latest posts made by rabdel
-
RE: Dell 3640 error No network interfaces found (verifyNetworkConnection)
@george1421 When i tape
uname -a
i got this:Linux fogclient.localdomain 4.19.145 #1 SMP Sun Sep 13 05:35:01 CDT 2020 x86_64 GNU/Linux
I don’t know why m not in the version Kernel.TomElliott.5.10.34.64
So i did it again, i downloaded this new version and now FOS see the second card and its working
Thanks a lot for your help George, you can close this ticket.
Have a nice day. -
RE: Dell 3640 error No network interfaces found (verifyNetworkConnection)
@george1421 So i reproduced what you asked for:
When i put the commandip a s
, i got no address ip, he detect only one card,enp3s0
(Aquantia).
Still got no ip with this command/sbin/udhcpc -i enp3s0 --now
.
So, when i plug the cable to the second card, i got an IP Address.
I understood where the problem comes from. During boot, IPXE detects the internal card, but just after, when FOS takes over, it can no longer detect the internal card, suddenly it switches to the 2nd card and since it is not connected it crashes.
I think the kernel has not the driver of the intel card. -
RE: Dell 3640 error No network interfaces found (verifyNetworkConnection)
@george1421 I can’t put command. When i tape ENTER, i got this error: https://imgur.com/a/mSz1Ff2
Network card on the motherboarb:
PCI\VEN_8086&DEV_0D4C&CC_020000&REV_00
The second network card:
PCI\VEN_1D6A&DEV_D108&CC_020000&REV_02For information, this model accept only UEFI boot.
For my UEFI machines, i added this snippet in my dhcp server config file:match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; if substring (option vendor-class-identifier, 15, 5) = "00000" { filename "undionly.kpxe"; } elsif substring (option vendor-class-identifier, 15, 5) = "00006" { filename "ipxe32.efi"; } else { filename "ipxe.efi"; } }
The vendor-class-identifier of my machine = “MSFT 5.0”;
FOG Version: 1.5.9
FOS Kernel: Kernel.TomElliott.5.10.34 -
RE: Dell 3640 error No network interfaces found (verifyNetworkConnection)
@george1421 Here is a picture of the error: https://imgur.com/a/5suL36l
The dhcp is working well.
Yes it’s a Dell Precision 3640; The workstation have a network connector on the motherboard and a second network connector in an expansion. Still got the error when i unplug the second card. The model is: Aquantia AQtion 5Gbit Network Adapter. -
RE: Dell 3640 error No network interfaces found (verifyNetworkConnection)
@sebastian-roth
By that, i mean, i plug a RJ45 cable to each network interfaces. -
Dell 3640 error No network interfaces found (verifyNetworkConnection)
Bonjour,
Je n’arrive pas à déployer d’images sur ma nouvelle machine la DELL T3640. Fog n’arrive pas à trouver l’interface. Mais quand je branche les deux cartes réseaux, le déploiement fonctionne.
Merci pour l’aide.Hello,
I can’t déploy image on the Dell T3640, see error on title. He can’t find interface. But when i pluy my 2 cards, thats works.
Thanks for help -
Kernel Update DELL Precision 7750
Hello,
Someone can tell me, if the bzimage, in this link https://fogproject.org/kernels/,
Contains the same data like this one https://drive.google.com/file/d/1thopskSYJd7ueDQeFg_VT4eeNcrNHvIx/view ?
I use the version 1.5.9.
Recently i met an issue “No Network Interface found, your kernel is most probably missing the correct driver! Please check your network setup and try again!”, when deploying an image on recent dell precision 7750.
So i tried the bzimage553 and he corrected the issue. But it is possible to add this in the official FOG distribution 1.6x ?Thank you