Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
USB devices not working in EFI mode anymore
2017-02-08, 10:45
Post: #7
RE: USB devices not working in EFI mode anymore
(2017-02-06 18:12)NiKiZe Wrote:  
(2017-02-06 14:29)eugenio Wrote:  Does anybody know if this issue has been fixed without disabling USB support?

USB support is no longer enabled by default in the standard build, you will explicitly need to include a USB driver to have usb pulled in.

Are you experiencing any issues with the current build?

We are not having problems with the build, our problems are related to the USB stack implemented into iPXE.

We need to use the USB support provided by iPXE.
Our product use the grub embedded into iPXE to load one or another OS depending on the USB devices detected by iPXE.

We see that when we load Windows 7 the USB keyboard attached to the system does not work, so the user can not select an option to for example use the Windows safe boot mode.

We think that USB stack implemented into iPXE turns on a bit on the USB host controller to acquire ownership of the USB host controller hardware. By turning on this bit iPXE disables the BIOS support for USB keyboards. I think that a solution will be to return ownership of the host controller hardware to the BIOS by calling the ehci_remove function of the EHCI driver in the case of a EHCI host controller.

Thanks in advance.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: USB devices not working in EFI mode anymore - eugenio - 2017-02-08 10:45



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