- Posts: 46
- Thank you received: 2
Linux Error
- camens
- Topic Author
- Offline
- User
-
Less
More
1 year 1 month ago - 1 year 1 month ago #4372
by camens
Linux Error was created by camens
I am seeing this below error when I log into the terminal of MyServer 6.
insmod: ERROR: could not insert module ./MergingRavennaALSA.ko: Invalid module format
Any ideas what this might be and how to fix?
insmod: ERROR: could not insert module ./MergingRavennaALSA.ko: Invalid module format
Any ideas what this might be and how to fix?
Last edit: 1 year 1 month ago by camens.
Please Log in to join the conversation.
- davep
- Offline
- Admin
-
Less
More
- Posts: 367
- Thank you received: 96
1 year 1 month ago - 1 year 1 month ago #4373
by davep
Replied by davep on topic Linux Error
Open a terminal window.
you will need to edit the .bashrc file
mousepad .bashrc
go to the end of the document
delete the last 5 lines in the file that read
if sudo lsmod | grep -wq "MergingRavennaALSA"; then
clear
else
(cd /home/allonis/applications/aes67-linux-daemon/3rdparty/ravenna-alsa-lkm/driver && sudo insmod ./MergingRavennaALSA.ko)
fi
these files are only needed by our commercial users running he AES67 devices.
you will need to edit the .bashrc file
mousepad .bashrc
go to the end of the document
delete the last 5 lines in the file that read
if sudo lsmod | grep -wq "MergingRavennaALSA"; then
clear
else
(cd /home/allonis/applications/aes67-linux-daemon/3rdparty/ravenna-alsa-lkm/driver && sudo insmod ./MergingRavennaALSA.ko)
fi
these files are only needed by our commercial users running he AES67 devices.
Last edit: 1 year 1 month ago by davep.
Please Log in to join the conversation.
- camens
- Topic Author
- Offline
- User
-
Less
More
- Posts: 46
- Thank you received: 2
1 year 1 month ago #4374
by camens
Replied by camens on topic Linux Error
Thanks, that worked.
Please Log in to join the conversation.
Time to create page: 0.167 seconds