Describe the bug
BitBox02 Nova is not detected by Specter Desktop. The HWI command enumerate returns an empty result, even though the device is correctly connected and recognized by the system.
To Reproduce
Steps to reproduce the behavior:
- Connect BitBox02 Nova via USB
- Open BitBoxApp and unlock the device
- Close BitBoxApp completely
- Run
python3 -m hwilib.commands enumerate
- Observe that no device is returned
- Try to add device in Specter → BitBox02 → Detect → device not found
Expected behavior
The BitBox02 Nova should be detected by HWI and appear in Specter Desktop for wallet setup.
Desktop (please complete the following information):
- Where is your node running: local(internal) on Debian (separate machine)
- Where is your specter running: local (Ubuntu desktop via pip install)
- OS: Linux (Ubuntu)
- Browser: (FireFox)
- Specter Version: 2.1.6
Additional context
- BitBoxApp works correctly and device unlocks normally
lsusb shows the device
- udev rules are applied correctly (
/dev/hidraw0 is in plugdev group)
- No process is holding the device (
fuser /dev/hidraw0 empty)
- HWI version: 2.4.0 (required by Specter)
- Dependencies installed: hidapi, noiseprotocol, ecdsa
It seems that BitBox02 Nova might not be supported by HWI 2.4.0, or there is a compatibility issue with newer BitBox firmware/models.
Describe the bug
BitBox02 Nova is not detected by Specter Desktop. The HWI command
enumeratereturns an empty result, even though the device is correctly connected and recognized by the system.To Reproduce
Steps to reproduce the behavior:
python3 -m hwilib.commands enumerateExpected behavior
The BitBox02 Nova should be detected by HWI and appear in Specter Desktop for wallet setup.
Desktop (please complete the following information):
Additional context
lsusbshows the device/dev/hidraw0is in plugdev group)fuser /dev/hidraw0empty)It seems that BitBox02 Nova might not be supported by HWI 2.4.0, or there is a compatibility issue with newer BitBox firmware/models.