On Wed, 17 May 2017 21:13:12 +0200 Mark <mark2015@xxxxxxxxxxxxxxx> wrote: > On Sun, 2017-05-14 at 20:14 +0200, Branko Grubic wrote: > > As you can see, it fails to import something, this is possibly > > related > > to this python package 'python2-btchip' (I never used it, just a > > guess > > by the package name and it is python) do you have it installed? > > Thank you Branko, that was helpful. Installing python2-btchip got me > one step further. > > Unfortunately just one step, because now Electrum instead complains > that "No hardware device detected. On Linux, you might have to add a > new permission to your udev rules." I found this page > https://doc.satoshilabs.com/trezor-user/settingupchromeonlinux.html#man > ual-configuration-of-udev-rules > > and followed those instruction regarding udev. But that didn't make > any difference. > Hi Mark, Nice to see that one issue is resolved. If all packages are coming from fedora, I suggest you to file a bug report against package which was giving that exception, it is missing a dependency. For the udev rule, I'm not an expert, but I guess that should work. Have you copied the udev rule to proper location, check VENDOR_ID and DEVICE_ID that they match (when device is plugged in 'lsusb' should list it ".... ID <VENDOR_ID>:<DEVICE_ID> ... " ) also did you make file end with '.rules' (everything else is ignored). Udev rules are not applied to already connected devices, so you must disconnect and re-connect the device. So I suggest to unplug your device, apply the rules (or check if everything is as expected), plug in the device. [0] You can 'ls -l /dev/' to check what is applied to it. Possibly you can get some info about device in the kernel messages (dmesg) when you plug it in. Few things to check as resources are [1] and example udev rule for setting up user access for specific devices[2] (with [2], additional rules are applied, you can check them with 'getfacl /dev/<your_device>'. [0] https://wiki.archlinux.org/index.php/Udev#Loading_new_rules [1] https://wiki.archlinux.org/index.php/Udev [2] http://pkgs.fedoraproject.org/cgit/rpms/piklab.git/plain/piklab-026-microchip.rules . Branko _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx