Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electrum 3.1.1 fails to connect to a Trezor T on Fedora 27 #4155

Closed
eliasnaur opened this issue Mar 20, 2018 · 2 comments
Closed

Electrum 3.1.1 fails to connect to a Trezor T on Fedora 27 #4155

eliasnaur opened this issue Mar 20, 2018 · 2 comments

Comments

@eliasnaur
Copy link

I upgraded to Electrum 3.1.1 since that was supposed to fix connectivity issues with the new Trezor T. However, on my Fedora 27, Electrum still fails to connect to the T (on the wallet setup page, the one asking me to try again by pressing next).

I've tried to kill trezord (the Trezor Bridge) before connecting with Electrum; I've tried to install the trezor-udev rules rpm.

The device is unlocked before trying to connect and it works fine with the trezor.io wallet.

Is there anything else I can try? I didn't find any interesting logs (/var/log/trezord.log is empty on my system)? Running "electrum -v" only gives me "error trezor" whenever I click the "Next" button to retry.

@SomberNight
Copy link
Member

Might be similar to #4082 (comment) ... as in, maybe libusb related?

What does python3 -m pip show trezor output?
I would try installing the Fedora alternatives of the packages here: https://github.com/trezor/python-trezor#install, notably libusb-1.0-0-dev libudev-dev

@eliasnaur
Copy link
Author

Aha, thank you. The missing packages were libusb-devel and libudev-devel (their Fedora names, anyway). The connection to the Trezor T seems to work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants