You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've cloned the repository, copied the rules-file to /etc/udev/rules.d/, and connected a Vernier temperature probe to the laptop via a Go! Link, but when I run the test program, this is the output:
$ python3 gdx_getting_started_usb.py
No Go Direct device found
Troubleshooting tips...
- Reconnect the USB cable
- Try a different USB port
- Try a different USB cable
- Open GA (Graphical Analysis) to verify a good connection
select_sensors() - no device connected
start() - no device connected
enabled_sensor_info() - no device connected
None
read() - no device connected
stop() - no device connected
close() - no device connected
It is registered in lsusb:
$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 003 Device 007: ID 08f7:0003 Vernier Go!Link
Bus 003 Device 003: ID 13d3:5406 IMC Networks Integrated Camera
Bus 003 Device 002: ID 06cb:00bd Synaptics, Inc. Prometheus MIS Touch Fingerprint Reader
Bus 003 Device 006: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I already had libudev-dev installed, but it's somewhat puzzling to see the instruction
sudo apt install libusb1.0.0
as there's no such thing. There is however a package called libusb-1.0-0 and I already have that - is this a typo in the instructions?
What more can I do to troubleshoot this issue?
The text was updated successfully, but these errors were encountered:
I've cloned the repository, copied the rules-file to
/etc/udev/rules.d/
, and connected a Vernier temperature probe to the laptop via a Go! Link, but when I run the test program, this is the output:It is registered in
lsusb
:I already had
libudev-dev
installed, but it's somewhat puzzling to see the instructionas there's no such thing. There is however a package called
libusb-1.0-0
and I already have that - is this a typo in the instructions?What more can I do to troubleshoot this issue?
The text was updated successfully, but these errors were encountered: