First time user: USB recognition issues:
Installed Ubuntu-22.04 on Windows machine using wsl.
From powershell:
>wsl --install
>wsl --update
>wsl --list --online //shows Ubuntu-20.04 distribution is available.
>wsl --install -d Ubuntu-20.04 22.04
Windows powershell now becomes Linux prompt.
sudo apt-get update
ping google.com //to ensure we have network access
Next followed steps in https://github.com/Nuand/bladeRF/wiki under Getting Started: LInux, starting with Easy Installation: PyBOMBS
I executed all steps except the optional ones.
Builds without errors.
However when I get to pybombs -p bladeRF run bladeRF-cli -- -i
I get "No bladeRF device(s) available.
lsusb initially showed it present.
Steps I tried:
Back to powershell, installed usbipd-win
Tried to bind/attach.
usbipd bind --busid 2-1
usbipd attach --wsl --busid 2-1
First time it attached successfully, but bladeRF still shows no devices.
Tried rebooting (several times) and now I cannot usbipd attach, get "..Device in error state..failed to attach device.."
And lsusb on Linux does not show it.
Tried various sequences of launching linux, plugging in device.
Surely there is a step-by-step procedure for getting this working on standard computer (Windows 10 Pro build 19045)?