Checking the kernel module status
After installation or upgrade, check that the RDA kernel module has been installed and loaded. If the kernel module has not been loaded, the rvp10 process will not start.
To check this,
type:
lsmod | grep rdaIf no data is displayed, the kernel module has not been loaded or installed properly.
To check the status of the kernel module,
type:
systemctl status systemd-modules-load.serviceIf the kernel module is not running, start the module by typing:
systemctl start systemd-modules-load.service
