LimeSDR issues in CentOS 7

So I’m running a lime SDR in CentOS 7. I compiled all the software and installed it seemingly correctly and they all run. While connected the lime SDR displays correctly in lsusb, usb-devices, AND soapySDRUtils --find. It will not ever show up in LimeUtils though and so I can’t push firmware to it. Anyone ran into this before or have any idea of what I should try next?

check if you had libusb development libraries available while compiling LimeSuite. When running CMake should show you if the usb connetion feature was enabled.

I am assuming that’s not the case due to:

– Found libusb-1.0:
– - Includes: /usr/include/libusb-1.0
– - Libraries: /usr/lib64/libusb-1.0.so
– USB_INCLUDE_DIRS: /usr/include/libusb-1.0
– USB_LIBRARIES: /usr/lib64/libusb-1.0.so
– USB_INCLUDE_DIRS: /usr/include/libusb-1.0
– USB_LIBRARIES: /usr/lib64/libusb-1.0.so

Okay I fixed it. All I did was rebuild it again so I’m not sure what went wrong in the first place :expressionless: