Jump to content
  • 0

MiniLab-1008 uldaq: Error: No DAQ devices found


Tristan

Question

Hello,
i have a MiniLab-1008 but i get the error: Error: No DAQ devices found

when i execute lsusb i get:

Bus 001 Device 006: ID 09db:0075 Measurement Computing Corp. MiniLab 1008

but when i execute this in python3.8

from uldaq import (get_daq_device_inventory, DaqDevice, InterfaceType, AiInputMode, Range, AInFlag)
get_daq_device_inventory(InterfaceType.USB)

i get->[]
so uldaq seems to be unable to find the device, but the computer finds the usb device

i am using ubuntu 20.04,
libuldaq-1.2.1 from https://github.com/mccdaq/uldaq/
uldaq 1.2.3 from https://pypi.org/project/uldaq/
python3.8
the MiniLab-1008 should be supported https://www.mccdaq.com/PDFs/Manuals/Linux-hw.pdf

please help me

regards

Tristan

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hello,

I'm sorry but the MiniLab 1008 is not on the supported devices list for MCC's UL for Linux. It is however, on the list for the third party driver, available on https://github.com/wjasper/Linux_Drivers. The third party driver is out of the North Carolina State University and was the first widely available Linux support for MCC devices before we came up with our own. We do not offer technical support for it, but feel free to contact them about any issue. Their contact info is include on the Github page.

Best regards,

John

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...