Bitcoin Forum
May 09, 2024, 03:01:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trezor Electrum Connection Problem on Ubuntu -- solved  (Read 949 times)
tl121 (OP)
Sr. Member
****
Offline Offline

Activity: 278
Merit: 252


View Profile
December 24, 2014, 10:18:13 PM
 #1

I have been using a Trezor with Electrum 2.0 on Ubuntu 14.04 LTS.  Yesterday after a system update it stopped working. Electrum wouldn't talk to Trezor.  I wasted a lot of time tracking down the root cause of the problem, USB device security had been "upgraded". What I discovered was that Electrum talked to Trezor, but only if I ran it as root.  The following command will show the connection problem as an O/S configuration problem.  Run this both as a normal user and as root and you will see the connection problem.  This is a convenient way to see if your problem is with the O/S and not the Electrum setup.

lsusb -v  -d 0x534c:0x0001

I fixed the protection problem by creating a file in /etc/udev/rules.d.
The file name is 60-trezor.rules
The file contents are
#
#
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="534c", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="534c", MODE="0666"



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!