LimeSDR-USB not seen

Hi,
My LimeSDR-USB is not detected by LimeUtil nor SoapySDRUtil…
The board seems well detected on USB bus however.

  • Running on Debian 9 (Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64 GNU/Linux
    )
  • lsusb: Bus 002 Device 005: ID 1d50:6108 OpenMoko, Inc.
  • dmessg:
    [ 4463.222969] usb 2-5: new SuperSpeed USB device number 10 using xhci_hcd
    [ 4463.244085] usb 2-5: LPM exit latency is zeroed, disabling LPM.
    [ 4463.245036] usb 2-5: New USB device found, idVendor=1d50, idProduct=6108
    [ 4463.245041] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 4463.245045] usb 2-5: Product: LimeSDR-USB
    [ 4463.245048] usb 2-5: Manufacturer: Myriad-RF
    [ 4463.245051] usb 2-5: SerialNumber: 0009060B00471518

When running LimeUtil --info or SoapySRDUtil --info, the board is not detected.

SoapySDRUtil --info
######################################################

Soapy SDR – the SDR abstraction library

######################################################

Lib Version: v0.7.0-gcea2ae17
API Version: v0.7.0
ABI Version: v0.7
Install root: /usr/local
Search path: /usr/local/lib/SoapySDR/modules0.7
Module found: /usr/local/lib/SoapySDR/modules0.7/libLMS7Support.so (18.10.0-59d51d5)
Available factories… lime
Available converters…

  • CF32 -> [CF32, CS16, CS8, CU16, CU8]
  • CS16 -> [CF32, CS16, CS8, CU16, CU8]
  • CS32 -> [CS32]
  • CS8 -> [CF32, CS16, CS8, CU16, CU8]
  • CU16 -> [CF32, CS16, CS8]
  • CU8 -> [CF32, CS16, CS8]
  • F32 -> [F32, S16, S8, U16, U8]
  • S16 -> [F32, S16, S8, U16, U8]
  • S32 -> [S32]
  • S8 -> [F32, S16, S8, U16, U8]
  • U16 -> [F32, S16, S8]
  • U8 -> [F32, S16, S8]

LimeUtil --info
######################################################

LimeSuite information summary

######################################################

Version information:
Library version: v18.10.0-g59d51d5b
Build timestamp: 2018-11-01
Interface version: v2018.10.0
Binary interface: 18.10-1

System resources:
Installation root: /usr/local
User home directory: /home/frag
App data directory: /home/frag/.local/share/LimeSuite
Config directory: /home/frag/.limesuite
Image search paths:
- /home/frag/.local/share/LimeSuite/images
- /usr/local/share/LimeSuite/images

Supported connections:

  • PCIEXillybus

Doing a “strace LimeUtil --info” the tool seems to stop on the following access:
access("/dev/xillybus_control0_write_32", F_OK) = -1 ENOENT (No such file or directory)
access("/dev/xillybus_write_8", F_OK) = -1 ENOENT (No such file or directory)
write(2, “No devices found!”, 17No devices found!) = 17

Any help would be welcome!
Thanks

Sorry for the spam,

Just get through CMake logs and noticed USB lib was missing…
apt-get install libusb-1.0-0-dev
Solves the problem …