From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI Linux Real-Time Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Tutorial: Adding Kernel Modules on NI Linux Real-Time

Comments
Cyntax++
Member
Member
on

In Step 4.1 (insmod module.ko) I was getting "Error: could not insert module ch34x.ko: Unknown symbol in module"

The solution was to run "modprobe usbserial" and then step 4.1. So it seems any dependent modules need to be started before running "insmod module.ko".

Just thought I would leave this here in case someone else runs into a similar issue.

Contributors