You are not logged in.
Pages: 1
Hello, I'm new to the forum, but I've been using Bunsenlabs for two years now. For two days I have an error at startup, but the system works, the error is as follows: Failed to start load Kernel module.
When I launch a sudo journalctl -b _PID = XXX, the answer is as follows:
Logs begin at Thu 2020-04-23 18:14:51 CEST, end at Thu 2020-04-23 18:16:07 CEST. --
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: could not insert 'nvidia_current': No such device
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: ../libkmod/libkmod-module.c:977 command_do() Error running install command for nvidia
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: could not insert 'nvidia': Operation not permitted
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: could not insert 'nvidia_current_modeset': No such device
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: ../libkmod/libkmod-module.c:977 command_do() Error running install command for nvidia_modeset
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: could not insert 'nvidia_modeset': Operation not permitted
avril 23 18:14:53 debian systemd-modules-load[246]: modprobe: ERROR: could not insert 'nvidia_current_drm': No such device
avril 23 18:14:53 debian systemd-modules-load[246]: Error running install command for nvidia_drm
avril 23 18:14:53 debian systemd-modules-load[246]: Failed to insert 'nvidia_drm': Operation not permitted
I will need your help to solve this problem, in advance thank you all
Offline
Have you tried reinstalling the nvidia driver?
(And please use [ code ] tags for terminal output, not [ quote ] )
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Online
First of all thank you for the answer, but no I did not try to reinstall the nvidia drivers, because I do not know which ones to reinstall
Offline
First of all thank you for the answer, but no I did not try to reinstall the nvidia drivers, because I do not know which ones to reinstall
Have you done a dist-upgrade?
First I would try
sudo apt-get update && sudo apt-get upgrade
sudo apt-get dist-upgrade
If the problem persists then try reinstalling the driver. Unless you have installed a specific driver, the following should work:
sudo apt-get install --reinstall nvidia-driver
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Online
Pages: 1