LORD-MicroStrain / Drivers

Drivers for LORD Sensing hardware
3 stars 1 forks source link

error while installing #4

Open zakjeens opened 4 years ago

zakjeens commented 4 years ago

Hello,

I've got WSDA200 usb and I am trying to make everything run on Ubuntu 18.04. I just downloaded the *.sh file and tried to run it, but it gives the following errors: ./install-cp210x-0.2.sh: line 31: dkms: command not found rmmod: ERROR: Module cp210x is not currently loaded

Any suggestions?

zakjeens commented 4 years ago

A fast comment: installed dkms so the first errors disappears, but i still got: rmmod: ERROR: Module cp210x is not currently loaded

But looks like ttyUSB0 shows up in /dev/ now, so hopefully that error message wont be a problem.

deftclaw commented 9 months ago

This message is because the code doesn't first check to see if the linux-kernel builtin cp210x is already loaded. If it's not loaded already when you run the script, it throws this 'error'. the purpose of this is to prevent a conflict with the builtin version which does not support 3Mhz.

As @zakjeens said, it works even though this 'error' is thrown. This issue should be closed.