Hi Lonnie,

On 28.12.2013 19:28, Norman Feske wrote:
> Hi Lonnie,
> 
> your Qemu output looks quite fine - similar to the output of my
> (successful) test. Both USB mouse and keyboard are detected by the USB
> driver. I have to click into the Qemu window to move Genode's mouse
> cursor though.
> 
> Just as a guess regarding your test machine, maybe the failure is caused
> by the use of the IOMMU, which is enabled for NOVA by default? To rule
> out this possible problem, could you please try to remove the "iommu"
> argument from the NOVA hypervisor by editing the line 76 of
> base-nova/run/env as follows:
> 
>      puts $fh " module /hypervisor iommu serial"
>  ->  puts $fh " module /hypervisor serial"
> 
> As another test, you could restrict the USB driver to not touch USB 3.0
> by removing the 'xhci="yes"' configuration at ports/run/seoul.inc line 251:
> 
>      <config uhci="yes" ehci="yes" xhci="yes">
>  ->  <config uhci="yes" ehci="yes">
> 

just as a hint: put your mouse and keyboard not on a usb 3.0 port when
using the Genode usb driver with "bios usb legacy" support off - since
usb 3.0 is not tested nor working for Genode/x86.

Cheers,

Alex.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Genode-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to