-
Notifications
You must be signed in to change notification settings - Fork 58
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
Unable to connect to TaiDoc/TD-4235B/td42xx #118
Comments
some more info from another PC - those USB errors in the original look bad, but are normal for that laptop. following is the same from another PC to the device created on USB plugin:
syslog during device plugin:
system:
|
That device should be working fine, as I do have one somewhere for testing and the driver was developed with it (https://flameeyes.blog/2021/03/16/glucometer-notes-glucorx-q/). Did you copy the udev rules into |
Thanks for the reply - this has come full circle in that your research is what I found before this repo! Didn't see instructions on the udev rules. have added them now, but unsure they are being picked up for this device? Tested all again with the same results - normal and root users. re-confirm all dependencies satisfied. tested on both of the newly created devices when it gets plugged in - I'm not thinking there's an issue on your side, more likely in my understanding! |
Can you check I'm a bit at a loss because I can't reproduce this on my setup, but it might be a Ubuntu specific problem… I need to set up a Ubuntu VM at some point anyway, but I haven't had time to look into most of my FLOSS work lately… |
thanks for looking into it - I'm a sysadmin by trade so happy to help out with anything I can do on my end? Requested outputs are:
after device plugin
Tested as root + with sudo, same outputs as before. Did a BTW, I've confirmed hardware/cable on a windows box using the proprietary legacy software from glucorx. Will test on another machine ASAHP, but it's the same version of ubuntu (but will further rule out hardware issues) |
Tested on another box with same outcomes. Pretty sure it's not hardware. |
I have the same issues as those outlines by mrfloppy42, 22.04.1 LTS (Jammy Jellyfish). Any pointers welcome, happy to help with debugging/coming up with a fix. |
I too have what to me looks like same issues as mrfloppy42, 22.04.1 LTS (Jammy Jellyfish). Except I am pretty much a Newbie. It’s been a very steep learning curve for me. I have enjoyed the journey so far, but am now approaching hair tearing stage. |
So I found the fix for this - it is to do with a braille reader that uses the same chipset as many glucose meters and other devices too, a CH340. It monopolises the device. The quick and dirty solution is to remove the associated braille packages: sudo apt purge brltty brltty-x11 libbrlapi0.6 python3-brlapi xbrlapi |
Thanks patrickomatik for responding. The brltty issue should show the glucometer disconnected but when I dmesg, I get: [ 1105.883713] usb 1-1.1: new full-speed USB device number 5 using dwc_otg Which seems to me correct., and therefore I am getting same error results from glucometerutils for a different unknown reason. Something is blocking the glucometer software from seeing the USB port. Is this correct? Just in case this has to do with Udev rules. |
I have a "GlucoRx Q". Digging about and it seems this is a rebrand of TD-4235B. Following the instructions in the README.md (confirmed all deps installed), and I get:
I've also tried with all devices (using
--device
) that it creates (mainly/dev/hidraw0
but it generates some UID-based usb things under dev also - anything I add replaces "None" in:cp2110://None
)Syslog of plugging in the device:
system info:
let me know if there's anythign else I can provide?
The text was updated successfully, but these errors were encountered: