[qubes-users] installing Trezor wallet on qubes

Hi,

I am trying to follow the instructions described at the following link: https://wiki.trezor.io/Qubes_OS
in order to install and use Trezor HW wallet on my qubes.

in my qubes i have 2 users, the normal one and a root user.

i have succeeded to run the first instructions part (dom0).
but i failed to run the sys-usb part, it says:

in sys-usb:

sudo vim /usr/local/etc/qubes-rpc/trezord-service

add this line:

socat - TCP:localhost:21325

but i couldnt find the path /usr/local/etc/qubes-rpc/ in sys-usb (in terminal), so i couldnt create the file and add the line into it, i tried both in the root and the normal user.

can you please help? i am new to qubes, sorry for any inconvenience.

what about creating the folder qubes-rpc with

sudo mkdir qubes-rpc

and a ‘cd qubes-rpc’ followed by

vi trezord-service

and insert the ‘socat…’ line there, followed with a saving of the file finally.

Alaa Ashkar:

*in sys-usb:*

sudo vim /usr/local/etc/qubes-rpc/trezord-service

add this line:
socat - TCP:localhost:21325

but i couldnt find the path /usr/local/etc/qubes-rpc/ in sys-usb (in
terminal), so i couldnt create the file and add the line into it, i tried
both in the root and the normal user.

Path doesn't exist on mine either. Try creating the directory first with: "sudo mkdir /usr/local/etc/qubes-rpc".