Reseaux et installation de proxmox

nonobike

Member
Nov 23, 2017
3
0
21
32
Hello

I want to install proxmox on a poweredge t110

Broadcom 5722 network card

when I run the installation of proxmox 5.1 there is no network card detects ... how to do?
thanks
 
Last edited:
Hi,

while some users may speak french here, this is a forum intended for international audience, so to get a fast answer and allow other user to profit from this thread please use English the next time :)

It's a bit of an old card AFAICT, and its not the first time we heard of problems with such cards in a Linux Envrionment.
You could try to get into the debug shell and load its module, or see what the kernel log (dmesg) says about the card:
Code:
modprobe tg3
# the spec of this poweredge tells me also that there should be a 5709 NIC, if you can use this one try:
modprobe bnx2i
# also worth a try (I'm a bit guessing here, tbh)
modprobe bcm590xx

Other workarounds would be:
* use a different NIC for the installation and try to setup the problematic one after the installation.
* install Proxmox VE on Debian: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch

Maybe someone else has more experience with this card.
 
Thank you for your quick response

my first post has been translated into English

Problem solved
Thank you