iPXE discussion forum
No nics detect by ipxe - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: No nics detect by ipxe (/showthread.php?tid=11251)



No nics detect by ipxe - badar - 2018-05-18 17:27

Hello,

I'm trying to install a cisco servers with ipxe but it can't detect any nics.
My server needs the enic driver.
Is there someone who has integrate this driver to ipxe ?
Any idea on how to add this driver to ipxe ?

Thanks in advance for your help !


RE: No nics detect by ipxe - mcb30 - 2018-05-22 11:24

(2018-05-18 17:27)badar Wrote:  I'm trying to install a cisco servers with ipxe but it can't detect any nics.
My server needs the enic driver.
Is there someone who has integrate this driver to ipxe ?
Any idea on how to add this driver to ipxe ?

As of yet, no-one has either contributed an enic driver or committed to funding its development. If you are a capable C programmer then adding an iPXE driver is relatively straightforward: take a look at some existing drivers such as drivers/net/intel.c and drivers/net/realtek.c for references.

Michael