Danijel Tudek

Results 9 comments of Danijel Tudek

I had the same problem, and I solved it by patching hidapi. In `open_device function`, set `DWORD desired_access` to `NULL` instead of `(enumerate)? 0: (GENERIC_WRITE | GENERIC_READ);`.

@rgacogne What would be the correct approach to fixing this problem? When we use PowerDNS as authoritative server, we have this situation: - we can't filter the responses to the...

@rgacogne Any news on this? I'm fine with parsing the records myself (as long as that means parsing it in a function in Lua in the config file, instead of...

I can confirm that this feature works as intended. In case someone needs it, here's my script that blocks responses with RFC 1918 addresses (IPv6 behavior not thoroughly tested, included...

@knaerzche Good question, and I agree. I don't see any attempts on mainlining it. It's present only in Manjaro's tree. I have contacted the author, Furkan Kardame, to see what's...

@knaerzche I'll leave it to @spikerguy for now because there's more work to this than I initially imagined. Long story short, U-Boot patched this way doesn't actually work and I...

@zhangn1985 I was actually trying this last week, but the build from updated master doesn't work anymore - the board has no video output and there's constant reboot loop after...

I was able to boot from master the other day with DTS from Armbian as suggested by @zhangn1985, but CEC is not working. Other than that, everything else works fine...

@segator Did you ever find something useful with strace? I tried to cat those device files but I'm not getting anything while the channel is open in the mobile app....