Ben Greear
Ben Greear
I am trying to compile on Fedora-29. It too has a too-old libmodbus. I cloned latest libmodbus, built, and ran 'make install'. Files show up in /usr/local: /usr/local/lib/libmodbus.la /usr/local/lib/libmodbus.so /usr/local/lib/libmodbus.so.5...
This makes it compile for me: diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e10f4a..6b69bc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,11 @@ endif (NOT CL_USED) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) find_package(PkgConfig REQUIRED) -pkg_check_modules...
I don't see a version.h file, but here is the git commit ID: ommit f1eb4bc7ccb09cd8d19ab641ee37637f8c34d16d (HEAD -> master, origin/master, origin/HEAD) Author: i-ky Date: Tue Jul 10 15:58:45 2018 +0300 Fixed...
Testing locking races is very difficult to do with great confidence, do you have reason to believe that an rcu read lock is actually sufficient? I think at the least...
hello, first crash I decoded looks a bit weird, so I'll likely need to add debugging. I'll look at other crashes to see if they are the same and attach...
If you try older releases (from a month ago or so), does that work any better?
Do you happen to have some wave-2 ath10k AP that you can test with? I'm curious if it has similar issues or not... Any idea if that realtek wifi NIC...
Can you point me to the specific model number of your NIC? I'd like to get one to see if I can reproduce the problem locally.
Please try this firmware. It has some extra debugging that may help me understand the issue. [firmware-2-full-community.bin.gz](https://github.com/greearb/ath10k-ct/files/5245911/firmware-2-full-community.bin.gz) Send me the dmesg when it crashes...
Koen, please run with the attached firmware. It has debugging for the tx path you can enable. Please adjust these commands to match your particular debugfs path and phy name....