Linux Error

camens's Avatar Topic Author
User User
  • Posts: 46
  • Thanks: 2

Linux Error

1 year 2 months ago - 1 year 2 months ago
#4372
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?
Last edit: 1 year 2 months ago by camens.

Please Log in or Create an account to join the conversation.

davep's Avatar
Admin Admin
  • Posts: 371
  • Thanks: 98

Re: Linux Error

1 year 2 months ago - 1 year 2 months ago
#4373
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.
 
Last edit: 1 year 2 months ago by davep.

Please Log in or Create an account to join the conversation.

camens's Avatar Topic Author
User User
  • Posts: 46
  • Thanks: 2

Re: Linux Error

1 year 2 months ago
#4374
Thanks, that worked.

Please Log in or Create an account to join the conversation.

Time to create page: 0.254 seconds