This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
root@192.168.0.9:/opt/dvevm# ./loadmodules.sh
insmod: error inserting 'cmemk.ko': -1 File exists
insmod: error inserting 'dsplinkk.ko': -1 File exists
Those messages simply mean that the cmemk.ko and dsplinkk.ko modules are already inserted into the kernel. Run "lsmod" from the command line to see so. They may have been inserted during system startup.
Regards,
- Rob