Trezorcli issues - backup type bip39

Hello,
I want to create a new wallet with a 12 word seedphrase using the cli (trezorctl).
Trezorctl version is 0.20.1

Here is the issues I have:
If I use backup option bip39 and a higher entropy than 1 the process is not successful and the trezor step “Please wait” is frozen.
So, here is the question, does version 0.20.1 of the trezorclt have an issue creatin an wallet using the bip39 backup method?
This is what I used: trezorctl device setup -t 128 -e 4 -b bip39
command: -e 0 or -e 1 does sometimes work!

Thanks

which Trezor and what firmware version do you use?

Typically you should not specify a value for -e ! One reason entropy check works is that the number of loops is random; that way your Trezor can’t pretend for N-1 tries and then do a fake thing on the Nth.

trezorctl auto-detects whether the entropy check functionality is present on your Trezor (it may not be, if your firmware is out of date) and disable it. that’s the same as -e 0