<div dir="ltr">I suggest testing other hardware drivers (e.g. usb, nic, framebuffer), and checking for issues and oddities. One thing I noticed is that usb_drv wasn't detecting any input from devices plugged into my usb 2.0 ports, but it worked fine with my usb 3.0 ports. nic_drv worked fine though.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 15, 2016 at 9:53 AM, Charles HH <span dir="ltr"><<a href="mailto:charleshh.genode@...9..." target="_blank">charleshh.genode@...51....</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello,<br><br></div>I'm trying to create a custom Turmvilla-like scenario on my computer, but I'm running into a problem similar to the one Nobody III experienced (<a href="https://sourceforge.net/p/genode/mailman/genode-main/thread/20150601102048.GR9181%40genode-labs.com/#msg34161774" target="_blank">https://sourceforge.net/p/genode/mailman/genode-main/thread/20150601102048.GR9181%40genode-labs.com/#msg34161774</a>) : when trying to access a physical hard disk with ahci_drv and part_blk, both components are launched, and ahci_drv reports the ATA device correctly, but the session is never built (part_blk hangs somewhere in the Driver constructor and ahci_drv never executes the _create_session function of Root_multiple_clients). The test run script works perfectly on Qemu however, and the content of the drive is read correctly. I experienced the same issue on my laptop, but I couldn't get any debug information because it doesn't have a serial port. Enabling or disabling IOMMU didn't affect the outcome.<br></div>Did I miss something or is the hardware I'm using simply unsupported (the computer from which the linked logs where obtained is a Dell Optiplex 7010 with a c216 chipset) ? Should I open a new issue on the GitHub ?<br><br></div>Regards,<br></div>Charles<br></div>
<br>------------------------------------------------------------------------------<br>
Find and fix application performance issues faster with Applications Manager<br>
Applications Manager provides deep performance insights into multiple tiers of<br>
your business applications. It resolves application problems quickly and<br>
reduces your MTTR. Get your free trial!<br>
<a href="https://ad.doubleclick.net/ddm/clk/302982198;130105516;z" rel="noreferrer" target="_blank">https://ad.doubleclick.net/ddm/clk/302982198;130105516;z</a><br>_______________________________________________<br>
genode-main mailing list<br>
<a href="mailto:genode-main@lists.sourceforge.net">genode-main@...12...ceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/genode-main" rel="noreferrer" target="_blank">https://lists.sourceforge.net/lists/listinfo/genode-main</a><br>
<br></blockquote></div><br></div>