$ wget -qO- http://tiny.cc/umdk-expected | bunzip2 > expected.txt $ diff expected.txt result.txt | less...what you see is that there are huge blocks of the "expected" log missing from your result.txt. This is an indication that the trace FIFO is filling up. This means your PC is not fast enough to keep up with the UMDK. Your raw throughput of 37MiB/s is respectable, but all it takes is for your PC to stop accepting trace packets from the UMDK for a few milliseconds for the FIFO to fill up. You could try disconnecting all nonessential USB devices, avoiding using a USB hub, trying a different cable, different USB ports etc.
--
You received this message because you are subscribed to the Google Groups "UMDKv2 Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to umdkv2-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to umdkv2-dev+...@googlegroups.com.
I tried USB passthrough on virtualbox and I had ugly results.So unless you pass through a PCIe USB host altogether to a VM, it most likely won't work reliably enough.
--
You received this message because you are subscribed to the Google Groups "UMDKv2 Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to umdkv2-dev+unsubscribe@googlegroups.com.
Yup, VMs are explicitly not supported. It's the first sentence in the wiki, in fact:
"Unless you know what you're doing, you should test your new UMDK cart using a recent x86 or x64 Linux installation, on "real" (as opposed to virtual, e.g on VMware or VirtualBox) x86 or x64 hardware."
On 17 April 2017 at 18:40, Tasos Sahanidis <ta...@tasossah.com> wrote:
I tried USB passthrough on virtualbox and I had ugly results.So unless you pass through a PCIe USB host altogether to a VM, it most likely won't work reliably enough.
--
You received this message because you are subscribed to the Google Groups "UMDKv2 Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to umdkv2-dev+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to umdkv2-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to umdkv2-dev+unsubscribe@googlegroups.com.
I tried USB passthrough on virtualbox and I had ugly results.So unless you pass through a PCIe USB host altogether to a VM, it most likely won't work reliably enough.