tbsdtv / media_build

GNU General Public License v2.0
32 stars 30 forks source link

nvidia_drm prevented from loading Linux 5.6 #35

Closed Chance4us closed 4 years ago

Chance4us commented 4 years ago

Since Kernel "SMP Debian 5.6.7-1 (2020-04-29) x86_64 GNU/Linux" the "nvidia_drm" module is prevented from loading by "/lib/modules/5.6.0-1-amd64/kernel/drivers/media/cec/cec.ko" module.

I manged it by replacing cec.ko through the original "/lib/modules/5.6.0-1-amd64/kernel/drivers/media/cec/cec.ko". So nvidia_drm module finally loaded.

Is there any way not to have to do this replacing?