05:56:50 Using CLI client. And what is difference between wallet password and device passphrase? Why do i need wallet password if have passphrase? thanks 06:01:41 talking about trezor with monero wallet 07:14:09 and why it not recgonize trezor? Error: failed to generate new wallet: Device connect failed 10:04:29 cannon-c[m]: Wallet password is for your local wallet and passphrase is a Trezor thing. 10:05:27 Try restarting your PC is it can’t connect to the Trezor. Also make sure it is unlocked. 16:36:51 yes 16:37:32 Thanks selsta but already tried restarting bot the computer and the daemon and wallet multiple times and trezor was unlocked 16:37:42 using cli wallet 16:39:54 anyone ever have luck with trezor T and cli wallet both trezor t and monero wallet on latest version? 16:40:07 or supported only on gui? 16:44:33 and lsusb shows it as detected by the OS 16:55:23 cannon-c[m]: Did you compile with Trezor support? 17:04:36 I did not compile 17:04:59 does it not have hardware wallet support by default? I need to compile it to include trezor support? 17:05:53 I used the cli version since it is reproducible build 17:29:32 cannon-c[m]: Trezor support should be included by default in the release binaries 17:42:30 hmmm ok thanks for that 17:42:52 I am using a Fedora AppVM in Qubes with Trezor usb pass through to the Monero AppVM 17:43:18 I dont think it is a qubes issue though. i'll have to troubleshoot further 20:04:25 cannon-c[m]: You said Trezor works with GUI, is the GUI running in the same VM? 20:07:52 If you're building with prebuilt binaries, I remember some binaries (at least one) got built without support for some hw wallet, can't recall which. 20:08:03 s/building with/running/ 20:10:08 Yep v0.15.0.1 GUI was without support but v0.15.0.2 fixed that. 21:36:50 Yep that is probably it. I am using 0.15.0.1 not .2 21:37:09 since .1 is latest pre-compiled binary. I might just have to build .2 myself for Trezor support 21:37:25 the gitian builds on github only go up to 0.15.0.1 21:37:45 * the listed gitian builds on github only go up to 0.15.0.1 21:39:40 cannon-c[m]: no, I was talking about the GUI. 21:39:58 for cli Trezor support I need to use .2 though right? 21:39:59 CLI v0.15.0.1 should have Trezor support. 21:40:08 or should .1 support trezor for cli? 21:40:16 hmm ok 21:44:14 cannon-c[m]: Can you try on your host OS? 21:45:00 I do not have a host OS 21:45:12 host machine without VMs 21:45:20 well, I mean I cannot do that since it is dom0 21:45:39 ah ok 21:45:42 I think I'll try on maybe TAILS to see what happens 21:45:51 without virtualization 21:45:58 Trezor works for me with v0.15.0.1 CLI on macOS. 21:46:06 don’t have a linux machine to test 21:46:42 Did you install CLI from getmonero.org or did you use your package manager? 21:46:54 getmonero.org 21:47:00 ok should be correct 21:47:05 then verified the signatures against the gitian asserts 21:47:42 what command did you use to generate your wallet? 21:47:59 did you use the `--hw-device Trezor` flag? 21:48:13 yes 21:48:34 ok 21:48:47 it seems to be compiled with Trezor support else a different error message would show up 21:49:01 does wallet.trezor.io recognise your Trezor? 21:49:10 Did you initialize it there? 21:51:46 I could see if recgonized by my local bitcoin wallet 21:53:37 testing now 21:57:23 detected by Electrum in another AppVM 21:58:07 Firmware 2.2.0 firmware Trezor T. Not the bitcoin only firmware, regular firmware 21:58:56 I know Monero AppVM is Fedora based, my bitcoin AppVM is debian based. I think I'll test Trezor on debian environment see if that makes any difference 21:59:30 cannon-c[m]: Can you install Trezor bridge? 21:59:59 I'll figure this out 22:00:40 I can post what I find, if anything maybe update documentation if needed if it would help others 22:01:12 if extra things like trezor bridge is needed 22:01:45 I have done IT support in the past, and good at root cause analysis 22:01:59 ok thanks 22:17:52 lol I just figured it out 22:18:17 lets update documentation if needed 22:18:20 https://wiki.trezor.io/Udev_rules 22:18:25 works flawlessly now 22:18:35 this is needed for linux OSes 22:18:41 * this is needed for linux 22:24:02 Feel free to send a patch adding whatever is necessary (or just a link to the information) to the README.md once it's all figured out. 22:26:15 i dont have a git hub account 22:29:12 If you make a patch and paste it to fpaste.org or so, I can PR it in your name, just add your preferred author info in the patch. 22:34:18 I might actually have a git account, I'll address it later on today 22:34:22 I'll take care of it 22:34:36 Thanks 22:34:53 unless someone else beats me to it, I really dont care as long as it gets updated to help other people out 22:47:31 I thought udev was only for Ledger. Good to know.