tezos-clientが私のLedgerNano Sを見つけられないのはなぜですか?
-
-
接続しようとしたときに、元帳でウォレットアプリまたはベイカーアプリのいずれかを実行していますか(これを指定していないため、両方のアプリがインストールされていることだけを確認してください).Are you running either the wallet or baker app on the ledger when you try to connect (asking because you don't specify this, only that you have both apps installed).
- 0
- 2019-03-05
- Stephen Andrews
-
おそらく、/etc/udev/rules.d/20-hw1.rulesの内容と `id`コマンドの出力を共有して、確認することができます.Perhaps you could share the contents of /etc/udev/rules.d/20-hw1.rules and the output of the `id` command so we can have a look.
- 2
- 2019-03-05
- Fred Yankowski
-
ls -la/dev/bus/usb/*/*の出力を表示し、接続しようとしているユーザー名とこのユーザーのグループも入力してください.Please show the output of ls -la /dev/bus/usb/*/* and also provide the username you try to connect with and the groups of this user.
- 0
- 2020-01-23
- Phlogi
-
2 回答
- 投票
-
-
同じ状況.`listconnected ledgers`は、`tezos-client`をrootとして実行している場合にのみ機能します.通常のユーザーが元帳を表示できるようにするための修正は何ですか?Same situation. `list connected ledgers` only works when running `tezos-client` as root. What's the fix to allow regular user to see ledger?
- 0
- 2020-02-24
- utdrmac
-
-
- 2020-02-24
私に役立つ解決策を見つけました.この
元帳サポートページ. Found a solution that worked for me. "Option 1" on this Ledger Support Page.
Ledger NanoSを使用してLinuxTezosベーキングノードをセットアップしています.ノードは実行および同期されていますが、
list connected ledgers
はLedgerが接続されていることを示しません.ウォレットアプリとベーキングアプリの両方がLedgerLiveからインストールされます.NanoSのファームウェアは最新です.
Linuxは
lsusb
でUSBを表示し、dmesg
は元帳のすべての詳細を表示しますが、list connected ledgers
はNanoSを検出しません.udevルールを変更してユーザーアカウントの正しいグループを含めました.
しかし、TezosクライアントはまだLedger NanoSを検出しません.