You are not logged in.
Hi I have had this error before and it has come up again after a recent upgrade using
sudo pacman -Syu.
I managed to solve the issue before by running
sudo mkinitcpio -p linux but that didn't work this time. I have a Gist up for the Xorg log file
This forum post may provide more information on my situation as it was how I solved the issue last time. Thanks ![]()
Last edited by Bobbins228 (2023-04-03 12:39:44)
Offline
You're using xf86-video-fbdev…
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stIf "ENDBR" shows up in the journal, https://wiki.archlinux.org/title/NVIDIA#Installation 2nd note, "ibt=off"
Offline
Hey Seth
I've got the logs file here
Offline
Apr 01 12:26:02 mark-pc kernel: pci 0000:0b:00.0: [10de:1e81] type 00 class 0x030000You have an nvidia GPU, but no kernel module is loaded.
nouveau is likely blacklisted by nvidia-utils - but there seems no nvidia kernel module for (the current) 6.2.8-arch1-1 kernel
pacman -Qs 'linux|nvidia'Offline
Offline
dkms statusYou don't need the dkms module, though. You're using the regular kernel (only).
Offline
hid-playstation/20210216: added
nvidia/530.41.03: added
Offline
SO the nvidia module is supposed to be there, can you
sudo modprobe -v nvidiaWhat's the output of
lsmod | grep nvidia
lspci -kOffline
Output 1
modeprobe: FATAL: Module nvidia not found in directory /lib/modules/6.2.8-arch1-1Output 2
ic2_nvidia_gpu 16384 0Output 3
lspci.txt
Offline
The dkms build failed (it'd also say "installed" instead of "added")
Try to rebuild the module and post the output, https://wiki.archlinux.org/title/Dynami … ld_modules
You don't need the dkms module, though. You're using the regular kernel (only).
Offline
Offline
<command-line>: fatal error: /lib/modules/6.2.8-arch1-1/build/include/linux/autoconf.h: No such file or directorypacman -Qikk linux-headersOffline
Here is the output
Offline
Did you also consider looking at it?
warning: linux-headers: /usr/lib/modules/6.2.8-arch1-1/build/include/generated/autoconf.h (No such file or directory)The package is broken, re-install it and reguild the module.
Since this seems a more frequent thing, check the integrity of your drive, https://wiki.archlinux.org/title/SMART
Could also be a filesystem (btrfs?) or trimmign (ssd?) problem.
Offline
I reinstalled linux-headers but I'm still getting the bad return status. output
I ran a SMART test and it passed the overall health self assessment.
Offline
Consult /var/lib/dkms/hid-playstation/20210216/build/make.log for more information.
Consult /var/lib/dkms/nvidia/530.41.03/build/make.log for more information.…
pacman -Qikk linux-headersEdit:
it passed the overall health self assessment.
Is pretty much useless, post the output of "smartctl -a" for the drive.
Last edited by seth (2023-04-02 14:39:49)
Offline
Offline
<command-line>: fatal error: /lib/modules/6.2.8-arch1-1/build/include/linux/autoconf.h: No such file or directoryNothing has changed?
Where's the updated output of
pacman -Qikk linux-headers?
W/ the nvme, trimming or APST related errors are more likely the cause **iff** this is a problem on the filesystem level (what I'm less inclined to believe if updating the package left you w/ the exact same error)
=> Check the dmesg, https://wiki.archlinux.org/title/Solid_ … leshooting
Also, maybe as global sanity check:
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files' | curl -F 'file=@-' 0x0.stOffline
Offline
The install date changed, but the very same files are still missing.
The rest of the packages doesn't look that bad.
pacman -S linux-headersit says that the kernel parameter is out of date with the latest kernels
"may no longer be necessary" is vehemently contradicted by some recent forum threads…
Offline
Okay I first added that kernel parameter to /boot/loader/entries/default.conf and rebooted my system.default.conf
I then ran `pacman -S linux-headers` which had a different output this time. Output
I then ran `pacman -Qikk linux-headers` which was also a different error this time. Output
It says that I'm Missing 6.2.9-arch1-1 kernel modules tree for module nvidia/530.41.03 so would running
dkms autoinstallwork this time?
Offline
You ran "pacman -Sy linux-headers", ie. a partial update.
But the header package is now intact.
Update the entire system, notably the kernel.
I'll mention one last time: you don't actually need the dkms package, as you're running the regular-ass kernel anyway.
Offline
I just ran a update to the system rebooted and there is no change
Offline
There has to be a change if you updated to the 6.2.9 kernel because then the previous dkms error won't remain.
Offline