Error is Seen When loading the Linux dgdm driver Module in Linux: dgdm_tty_open() - invalid major -70

 

 

The error is due to a mismatch between the kernel compiler and the system gcc compiler. This can be verified with the following commands from the Linux root prompt:

# cat /proc/version
# gcc --version

The versions need to match. If not, you will either need to change the gcc compiler version to match the running kernel, or install a kernel that was compiled using the same gcc version.

The error is due to a mismatch between the kernel compiler and the system gcc compiler. This can be verified with the following commands from the Linux root prompt:

# cat /proc/version
# gcc --version

The versions need to match. If not, you will either need to change the gcc compiler version to match the running kernel, or install a kernel that was compiled using the same gcc version.

Last updated: May 29, 2019

Filed Under

Network

Recently Viewed

No recently viewed articles

Did you find this article helpful?