Troubleshooting
Common Issues and Solutions
Resolve the most common issues quickly with these solutions.
Device Not Recognized
If your computer doesn't recognize the device:
Windows
powershell
# Check Device Manager
1. Open Device Manager
2. Look under "Universal Serial Bus controllers"
3. If you see a yellow warning, update driversmacOS
bash
# Check System Information
1. Apple menu > About This Mac > System Report
2. Navigate to USB section
3. Verify device appears in listLinux
bash
# Check USB devices
lsusb | grep -i "device"
# Add udev rules if needed
sudo wget -O /etc/udev/rules.d/51-device.rules https://example.com/udev-rules
sudo udevadm control --reload-rulesConnection Issues
Try these steps in order:
- Use a different USB port
- Try a different USB cable
- Restart your computer
- Update companion software
- Try on a different computer
PIN and Access Problems
Having trouble with your PIN or accessing your device? Here's what to do.
Forgotten PIN
If you've forgotten your PIN:
Important: After 16 incorrect attempts, the device will wipe itself for security.
Recovery Process
bash
Steps to recover:
1. Do NOT continue guessing
2. Wipe the device (see manual wipe instructions)
3. Restore from recovery seed
4. Set a new PINPIN Entry Issues
If the PIN entry is not working correctly:
- Ensure screen is clean and dry
- Try entering PIN slowly
- Restart the device
- Update firmware to latest version
Manual Device Wipe
To manually wipe your device:
bash
# WARNING: This will erase all data
# Only proceed if you have your recovery seed
1. Hold both buttons during startup
2. Follow on-screen instructions
3. Confirm wipe operationDisplay and Interface Issues
Solutions for display problems and interface glitches.
Blank or Dim Screen
If the screen is not displaying properly:
Quick Fixes
- Check USB cable connection
- Try different USB port (must be USB 2.0 or higher)
- Adjust screen brightness in settings
- Restart device
Advanced Troubleshooting
bash
Diagnostic steps:
1. Connect to power source directly
2. Test with USB-C to USB-A adapter (if applicable)
3. Verify power output of USB port
4. Check for firmware corruptionUnresponsive Buttons
If buttons are not responding:
- Clean around buttons gently
- Ensure no case or cover is interfering
- Try a harder press
- Contact support if physical damage suspected
Screen Artifacts or Glitches
bash
# Resolution steps:
1. Force restart device
2. Update to latest firmware
3. Perform factory reset (with recovery seed ready)
4. Contact technical support