Enabling USB KB and Mouse

  • Thread starter Thread starter thx
  • Start date Start date
T

thx

Hi,

I've managed to get tap.exe to run on my target without the use of a
mouse and KB.

An ALi PCI to USB Open Host Controller was found. I'm attempting to
enable support for my USB KB and MOUSE.

I've added the following components to the target without success.

- HID Keyboard Device
- HID-compliant consumer control device
- HID-compliant mouse

IS there anything else that needs to be added?

TIA
 
Try adding the macro component "Generic USB Input Device Support" and
enable all the options, then resolve dependencies. This will include
all the required components. (My guess is you are missing hub support
and the USB class installer...)

-- Don
 
thx said:
Hi,

I've managed to get tap.exe to run on my target without the use of a
mouse and KB.

An ALi PCI to USB Open Host Controller was found. I'm attempting to
enable support for my USB KB and MOUSE.

I've added the following components to the target without success.

- HID Keyboard Device
- HID-compliant consumer control device
- HID-compliant mouse

IS there anything else that needs to be added?

TIA

Got it working.

I needed to add:

- PCI standard ISA bridge
- PCI standard PCI-to-PCI bridge
 
Back
Top