Martin Braun

Results 179 comments of Martin Braun

Huh, I must have fat-fingered by pkg-config because I thought that was not working. Thanks for that feedback. Not all archs have pkg-config available, though. If you want the same...

It's pretty common. Here's some dependencies I deal with: - Boost (has `BOOST_VERSION`) - DPDK (has `rte_version.h`) - Python (has `PY_*_VERSION` and `PY_VERSION` from `patchlevel.h`) Boost is a good example,...

It looks like the problem is that UHD doesn't load the custom DLLs automatically, and the default block controller DROPs actions and property propagation. I think these are both issues...

@armin485 workarounds include: - Using UHD 4 - Using `skip_dram=1` (if that's OK for you) - Maybe setting the subdev spec to `A:0` and then using `channels=0,1` will help. I...

Many thanks. This will take a while before we get it reviewed, tested, and merged.

@draeman-synoptic Thanks for splitting this up. I will start feeding the first two commits into master ASAP. If they go public before we merge this, then maybe you can rebase....

@elmaghba Can you try this outside of a VM? We have often heard about USB issues when running in virtualbox. Also, can you post a flow graph here that exhibits...

Note: The generic converter will also fail on x86.