You are not logged in.

#1 2023-05-15 14:52:34

inhki
Member
Registered: 2023-05-15
Posts: 3

[SOLVED]Failed to load modules karnel

hi i am just opened my laptop and boot to archlinux normally but when i boot this messeges appear

[Failed]failed to Load Karnel modules 

and then when i run

systemctl status systemd-modules-load

and this the output

× systemd-modules-load.service - Load Kernel Modules
     Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
     Active: failed (Result: exit-code) since Mon 2023-05-15 20:40:13 WIB; 57min ago
       Docs: man:systemd-modules-load.service(8)
             man:modules-load.d(5)
    Process: 251 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
   Main PID: 251 (code=exited, status=1/FAILURE)
        CPU: 713ms

May 15 20:40:05 Inhki-Tempest systemd-modules-load[251]: Inserted module 'crypto_user'
May 15 20:40:13 Inhki-Tempest systemd-modules-load[251]: Failed to insert module 'nvidia_uvm': Device or resource busy
May 15 20:40:13 Inhki-Tempest systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
May 15 20:40:13 Inhki-Tempest systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
May 15 20:40:13 Inhki-Tempest systemd[1]: Failed to start Load Kernel Modules.
Notice: journal has been rotated since unit was started, output may be incomplete.

what happenning with my Nvidia_uvm modules?

-newbie

edit :before i post thistopics i already fix it by reinstalling nvidia but it appear again after 2 days

Last edited by inhki (2023-05-20 05:40:44)

Offline

#2 2023-05-15 15:16:45

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED]Failed to load modules karnel

karnel

That's a creative one.
"kernel"

Make sure the versions in

uname -a

and

pacman -Qs linux

line up and please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

For nvidia in particular:
- If you add it the initramfs you may require https://wiki.archlinux.org/title/NVIDIA#pacman_hook
- is this a dkms package?

pacman -Qs nvidia

Offline

#3 2023-05-17 10:21:12

inhki
Member
Registered: 2023-05-15
Posts: 3

Re: [SOLVED]Failed to load modules karnel

seth wrote:

karnel

That's a creative one.
"kernel"

Make sure the versions in

uname -a

and

pacman -Qs linux

line up and please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

For nvidia in particular:
- If you add it the initramfs you may require https://wiki.archlinux.org/title/NVIDIA#pacman_hook
- is this a dkms package?

pacman -Qs nvidia

yes it is a dkms package
and this my complete journal

http://0x0.st/HNIX.txt

Offline

#4 2023-05-17 11:36:22

loqs
Member
Registered: 2014-03-06
Posts: 17,327

Re: [SOLVED]Failed to load modules karnel

May 17 16:30:50 Inhki-Tempest kernel: NVRM: The NVIDIA GeForce 920M GPU installed in this system is
                                      NVRM:  supported through the NVIDIA 470.xx Legacy drivers. Please
                                      NVRM:  visit http://www.nvidia.com/object/unix.html for more
                                      NVRM:  information.  The 530.41.03 NVIDIA driver will ignore
                                      NVRM:  this GPU.  Continuing probe...

Offline

#5 2023-05-17 12:19:10

inhki
Member
Registered: 2023-05-15
Posts: 3

Re: [SOLVED]Failed to load modules karnel

oh i see hahaha my gpu not supported driver
im so dumb not recognize it

thanks for helping me seth and loqs smile

Offline

#6 2023-05-17 13:44:03

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,672

Re: [SOLVED]Failed to load modules karnel

FWIW that driver has a package you can install and setup in the AUR: https://aur.archlinux.org/packages/nvidia-470xx-dkms if you don't know what the AUR is, see: https://wiki.archlinux.org/title/Arch_User_Repository

Offline

Board footer

Powered by FluxBB