Trying to connect to a ColdCard mk3 hardware wallet, after "Search Hardware Wallets," it shows "Coldcard - Error: Could not open client or get fingerprint information: open failed." The ColdCard is unlocked. I've tried connecting & unlocking the ColdCard prior to launching Wasabi, as well as launching Wasabi then connecting & unocking ColdCard. Always the same issue.
Kubuntu 20.04
1.1.12.0
@soosr it is the same error that appeared to me
Solved. You have to add these udev rules: https://github.com/Coldcard/ckcc-protocol/blob/master/51-coinkite.rules
And possibly (not sure if this was necessary, I did both):
sudo apt-get install libusb-1.0-0-dev libudev-dev
python3 -m pip install ckcc-protocol
(from https://electrum.readthedocs.io/en/latest/hardware-linux.html)