Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 22.04.4 LTS: Sensor not found #61

Open
OZ1SEJ opened this issue Aug 31, 2024 · 1 comment
Open

Ubuntu 22.04.4 LTS: Sensor not found #61

OZ1SEJ opened this issue Aug 31, 2024 · 1 comment

Comments

@OZ1SEJ
Copy link

OZ1SEJ commented Aug 31, 2024

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?

@dvernier
Copy link

dvernier commented Sep 1, 2024

Hello. I think you are trying to use our Go Direct Python code with a totally different product called Go! Link. That will never work.

We have about 50 different Go Direct sensors. Go! Links are great, and we still sell them, but we do not have a Python library to use with them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants