I am trying to connect an ADALM-Pluto SDR to my Debian WSL environment and access the device from within WSL. I have installed all the required libraries and dependencies in the Debian environment.
Using usbipd, I have successfully bound and attached Pluto’s USB bus ID from Windows to the Debian WSL instance. The device is correctly detected in Debian (it appears in lsusb), which confirms that USB passthrough is working.
However, despite the device being detected at the USB level, I am unable to access or communicate with the Pluto SDR using libiio or related tools from within WSL.