Bitcoin Forum
October 06, 2024, 12:48:34 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum on Ubuntu with Nano Ledger error message  (Read 207 times)
Sophokles (OP)
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 516


View Profile WWW
May 23, 2018, 02:22:23 PM
 #1

HI,
I installed Electrum on Ubuntu.
When choosing 'Use a hardware device' in the Install Wizard, I get:

Debug Message
...
ledger:
Missing libraries for ledger

How can I install them. Sorry if this was discussed before, I did not find anything relevant.




ranochigo
Legendary
*
Offline Offline

Activity: 3038
Merit: 4419


Crypto Swap Exchange


View Profile
May 23, 2018, 02:27:50 PM
Merited by HCP (1)
 #2

Seems like you don't have the required libraries for Ledger to communicate.

You need to run the following commands[1]:
- apt-get install libusb-1.0-0-dev
- apt-get install libudev-dev
- ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so
- pip install btchip-python

[1] https://support.ledgerwallet.com/hc/en-us/articles/115005161925-How-to-use-Electrum-with-your-Nano-S

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Sophokles (OP)
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 516


View Profile WWW
May 23, 2018, 11:24:02 PM
 #3

Thanks, tried that. But problem still persists...
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
May 24, 2018, 09:41:28 AM
Merited by HCP (1)
 #4

Did you install python 3 after having 2.7 already installed?
In that case it might be necessary to run:

Code:
pip3 install btchip-python
pip3 install websocket-client

instead of just

Code:
pip install btchip-python
(like mentioned on ledger's support site)

This does depend on the symlink created. But i believe websocket-client is needed too.

Sophokles (OP)
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 516


View Profile WWW
May 24, 2018, 11:13:16 AM
 #5

Now it works! Thanks to both of you guys!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!