FAQ - How To Install DAQ DN4 Linux Driver and Test Example in Linux System
FAQ - How To Install DAQ DN4 Linux Driver and Test Example in Linux System
Written by Watson.Liu 1
F1S0085-Version:1.0
Step4. Choose the driver needed then keep moving on next step.
Step6. After reboot system then confirm driver installation result if the device already plug in
system.
>> lsmod | grep bio*
Written by Watson.Liu 2
F1S0085-Version:1.0
Step3. Run driver in silent mode and this mode doesn’t show up UI.
>> ./linux_driver_source_4.X.X.X_64bit.run silent install (driver’s name)
Or
>>./linux_driver_source_4.X.X.X_32bit.run silent install (driver’s name)
Written by Watson.Liu 3
F1S0085-Version:1.0
Step5. After reboot system then confirm driver installation result if the device already plug in
system.
Written by Watson.Liu 4
F1S0085-Version:1.0
Step2. Modify the “deviceDescription” parameter in example. Here use “gedit” which is a text
editor.
>> gedit (example .cpp file name)
Step3. Get device description in system then replace the “deviceDescription” in example and
modify initial parameter or function if needed at this step.
>> cat /sys/class/daq/daq0/desc
Written by Watson.Liu 5
F1S0085-Version:1.0
Written by Watson.Liu 6
F1S0085-Version:1.0
Reference :
*DAQNavi SW manual.
*DAQNavi linux driver readme document.
https://support.advantech.com/support/DownloadSRDetail_New.aspx?SR_ID=1-LXHFQJ&Doc_Sou
rce=Download
Written by Watson.Liu 7