Ultimate Guide on Using Trezor on Qubes

The app starts loading but my amounts never load. It’ll say connect and then I connect the wallet and assign it to the trezor suite appvm but it just loads forever.

I used gpt to help me ask the terminal where it’s at and what its pathway is. It led me off track with old bridge ideas to install which are deprecated. Need help fixing it asap. chat gpt leads me down incorrect rabbit holes a lot lol. I’m pretty sure it actually does have something to do with this. I can’t figure it out tho

This is what gpt recommended. And I know with its help we found where it was. Idk if it’s an executable pathway. I’m not sure on much of this lol

`You already proved:

/ udev rule is installed

/etc/udev/rules.d/51-trezor.rules

exists.

/ service exists

trezord. service exists in /etc/ systemd/ system.

But your systemd logs showed:

X trezord.service is failing repeatedly

(status=203/EXEC)

That means the binary it tries to launch DOES NOT EXIST.

The ExecStart path in your service file most likely points to something like:

code

Copy

ExecStart=/home/user/squashfs-root/resources/bi*

But that file is not present, which is why:

code

Copy

which trezord trezord not found

So systemd tries to start it → binary not found → loops forever → Trezor Suite sees “Proxy Disabled” → connection fails → infinite connection circle.`

It would say enabled but it would only say Activating (auto-restart) along with the 203 exit code

1 Like