Has anyone used BC Vault on Manjaro?

Without luck, I am trying to use the BC Vault hardware crypto wallet on my Manjaro system. The system seems to correctly recognise the device, but the BC Vault AppImage app is not recognising the device.

I am just wondering if any here has managed to use BC Vault with Manjaro.

$ lsusb
Bus 001 Device 018: ID 03eb:8016 Atmel Corp. BeCoZ
$ sudo dmesg -w
[18214.870112] usb 1-4.4: new full-speed USB device number 20 using xhci_hcd
[18214.971401] usb 1-4.4: New USB device found, idVendor=03eb, idProduct=8016, bcdDevice= 1.02
[18214.971404] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[18214.971405] usb 1-4.4: Product: BeCoZ
[18214.971405] usb 1-4.4: Manufacturer: Real Security
[18214.971406] usb 1-4.4: SerialNumber: v1.0
[18214.981922] hid-generic 0003:03EB:8016.0013: hiddev99,hidraw8: USB HID v1.11 Device [Real Security BeCoZ] on usb-0000:00:14.0-4.4/input0
[18214.982525] hid-generic 0003:03EB:8016.0014: hiddev100,hidraw9: USB HID v1.11 Device [Real Security BeCoZ] on usb-0000:00:14.0-4.4/input1

I initially though there was an issue the AppImage itself, since I get the following errors running the tool:

Error: cannot create camera service, the 'camerabin' plugin is missing for GStreamer 1.14.
Please install the 'bad' GStreamer plugin package.
Error: cannot create camera service, the 'camerabin' plugin is missing for GStreamer 1.14.
Please install the 'bad' GStreamer plugin package.

However, BC Vault themselves does not seem to think that is the culprit. So I have not bother trying to install the missing software.

The simple trick to get this working was running it using sudo:

$ sudo ./BCVault.AppImage

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.