Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe.lkrn does not detect Atheros L2 network interface
2016-11-28, 20:39
Post: #2
RE: ipxe.lkrn does not detect Atheros L2 network interface
It would be interesting to see the output of your ipxe together with ifstat, both when it works with floppy, as well as when it does not.

Looking at the sources 1969:2048 does not seem to be supported by native ipxe drivers.
you could try to edit src/drivers/net/atl1e.c
And add the line
Code:
PCI_ROM(0x1969, 0x2048, "atl2e_48", "Attansic L2E 0x2048", 0),

also you might want to replace you pxelinux.0 with ipxes undionly.kpxe IMHO the ipxe scripting is much supperior to the pxelinux interface.
Anothing thing to try is to load undionly.kpxe, or ipxe.pxe from pxelinux instead of the ipxe.lkrn

Please let us know if anything of the above works for you and in that case what Wink

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ipxe.lkrn does not detect Atheros L2 network interface - NiKiZe - 2016-11-28 20:39



User(s) browsing this thread: 1 Guest(s)