Issue: If you run BC Vault Desktop Application on Linux, the device is not recognized.
RedHat: Using USBGUARD
#------------------------------------------------- # allow USB access (depends on linux distro) # for Debian based you could try something like echo "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{manufacturer}==\"Real Security\", TAG+=\"uaccess\"" | sudo tee /etc/udev/rules.d/70-becoz-premission.rules > /dev/null # apply changes with: sudo udevadm control --reload-rules && udevadm trigger
For Mint, Ubuntu 20.04, OpenSUSE 15.3 and other similar Linux distributions:
echo "KERNEL==\"hidraw*\", SUBSYSTEMS==\"usb\", ATTRS{manufacturer}==\"Real Security\", TAG+=\"uaccess\"" | sudo tee /etc/udev/rules.d/70-becoz-premission.rules > /dev/null sudo udevadm control --reload-rules && udevadm trigger
As a temporary measure, you can try to run the application as root user from the terminal, as this will skip the possible USB limitations.
sudo /opt/BCVault/BCVault.AppImage
There are many different Linux distributions out there and they are changing rapidly. If you encounter trouble with Linux not recognizing the device please contact us and tell us the name and version of your particular Linux distribution. We will help you to solve the problem!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article