[ipxe-devel] SMSC Lan9512/lan9514 USB 2.0 10/100 Not working

Michael Brown mcb30 at ipxe.org
Wed Dec 30 15:04:56 UTC 2015


On 30/12/15 14:49, Carlo Charles wrote:
> Here is a screenshot of what I see when I boot with iPXE.

Thank you.  You are using the latest version of iPXE, but you are using 
a build that does not include the SMSC95xx driver.  The boot attempt 
that you see is for an unrelated AR9485 wireless NIC.

The USB NIC drivers are not yet included in the default driver list, 
since we are still experiencing occasional issues relating to other USB 
devices (keyboards, storage, etc).

You will need to explicitly request that the SMSC95xx driver is 
included.  You can do this using

   make bin/smsc95xx.iso  # for only the SMSC95xx driver)

or

   make bin/ipxe--smsc95xx.iso  # for all the default drivers plus the 
SMSC95xx driver)

Michael



More information about the ipxe-devel mailing list