Ondrej Mikle

Results 36 comments of Ondrej Mikle

OK, the error has something to with build having wrong vendor header, but after workardound works correctly. So the T1 fix is fine.

Noted the issue with vendor header in build in issue #2451.

USB packets have CRC and retransmission (except isochronous mode for real-time like audio), so data won't seem corrupted I'd think. Few times I've seen something was that device looked fine...

I looked over complete map of USB-related registers in SVD definition, but there doesn't seem to be any for counting retransmits.

@sime This jobs has the FW built: https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2933498706 https://gitlab.com/satoshilabs/trezor/trezor-firmware/-/jobs/2933498706/artifacts/download (somehow the jobs were hidden before with review request) Note that we decided to change the blue dot to a warning...

Yes, externally powered hub works to check for change. Exactly as you describe, unplug USB cable from computer and "NO USB CONNECTION" will appear. Replug back into computer, the warning...

That shouldn't happen. The warning should go away when USB is in state "configured". Even with multiple chained USB hubs (like I have) that should be much less than a...

@TychoVrahe that is interesting, since I have exactly the same OS (Ubuntu 20.04 LTS), but probably different hardware, so we can guess the difference is in different USB controller, because...

USB be wild. There exists a great tool for debugging this, unfortunately even if ordered today, we'd get it in December soonest - https://www.crowdsupply.com/great-scott-gadgets/luna (though we might buy it because...

My notebook doesn't seem to support autosuspend even though `supports_autosuspend` shows 1. Attempt to change `autosuspend_delay_ms` results in error. Global setting for usbcore autosuspend is in `/sys/module/usbcore/parameters/autosuspend` and can be...