Created
October 5, 2020 17:55
-
-
Save teburd/4f136389f08377ccb88f3f8d9cb38675 to your computer and use it in GitHub Desktop.
probe-rs tracing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tburdick@jupiter ~/src/probe-rs master ● RUST_LOG=debug ./target/debug/probe-rs-cli info ✔ 10101 12:53:38 | |
DEBUG jaylink > libusb 1.0.23.11397 | |
DEBUG jaylink > libusb has capability API: true | |
DEBUG jaylink > libusb has HID access: true | |
DEBUG jaylink > libusb has hotplug support: true | |
DEBUG jaylink > libusb can detach kernel driver: true | |
DEBUG probe_rs::probe::daplink > Opening daplink | |
DEBUG probe_rs::probe::daplink::tools > Getting sn_str for device Bus 003 Device 002: ID 8087:8000 | |
DEBUG probe_rs::probe::daplink::tools > Error getting device handle read_languages, Pipe | |
Error: Probe could not be created | |
Caused by: | |
0: Probe could not be created | |
1: Pipe error | |
2: Pipe error | |
tburdick@jupiter ~/src/probe-rs master ● dmesg -l 1 ↵ 10102 12:53:43 | |
tburdick@jupiter ~/src/probe-rs master ● lsusb INT(-2) ↵ 10102 12:53:49 | |
Bus 003 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub | |
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | |
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub | |
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | |
Bus 004 Device 005: ID 05e3:0612 Genesys Logic, Inc. Hub | |
Bus 004 Device 004: ID 05e3:0612 Genesys Logic, Inc. Hub | |
Bus 004 Device 003: ID 045b:0210 Hitachi, Ltd | |
Bus 004 Device 002: ID 045b:0210 Hitachi, Ltd | |
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub | |
Bus 002 Device 002: ID 045b:0209 Hitachi, Ltd | |
Bus 002 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver | |
Bus 002 Device 008: ID 046d:0821 Logitech, Inc. HD Webcam C910 | |
Bus 002 Device 010: ID 0d28:0204 NXP ARM mbed | |
Bus 002 Device 007: ID 05e3:0610 Genesys Logic, Inc. Hub | |
Bus 002 Device 006: ID 05e3:0610 Genesys Logic, Inc. Hub | |
Bus 002 Device 005: ID 1532:0043 Razer USA, Ltd DeathAdder Chroma | |
Bus 002 Device 003: ID 045b:0209 Hitachi, Ltd | |
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment