You need to enable [multilib] in your /etc/pacman.conf.
Donât run yay as root/sudo, just with your normal user account.
i am in arch-chroot⌠cause system did not boot and I started it with a live-iso. what else could I doâŚ
I missed that, you should still be able to su to your user account. su - username
in chroot you can do sudo -u your-username yay
. give your real username.
Alright. That did the trick. No more warnings as I âyayâ
But I believe, my problem in first hand (snd_hda_Intel no codecs initialized) did not vanish. How can i check this?
And i also get
[root@EndeavourOS /]# nvidia-smi
Failed to initialize NVML: Driver/library version mismatch
NVML library version: 570.133
Ty
As a side note you need multilib if you are running wine stuff and maybe also Lutris or something like that.
Try booting into normal mode so that you arenât in a chroot anymore. If you still get that error then, try reinstalling your nvidia driver. And it would be useful to know which nvidia packages you currently have installed.
not in chroot anymore⌠but does this help?
[liveuser@eos-2025.03.19 ~]$ inxi -G
eGraphics:
Device-1: NVIDIA AD102 [GeForce RTX 4090] driver: nvidia v: 570.124.04
Device-2: Logitech StreamCam
driver: hid-generic,snd-usb-audio,usbhid,uvcvideo type: USB
Display: unspecified server: X.Org v: 21.1.16 with: Xwayland v: 24.1.6
driver: X: loaded: nvidia unloaded: modesetting gpu: nvidia,nvidia-nvswitch
resolution: 3840x1080~120Hz
API: EGL v: 1.5 drivers: nvidia platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 vendor: nvidia v: 570.124.04 renderer: NVIDIA
GeForce RTX 4090/PCIe/SSE2
API: Vulkan v: 1.4.304 drivers: N/A surfaces: xcb,xlib
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor gpu: nvidia-smi wl: wayland-info
x11: xdpyinfo, xprop, xrandr
How can I list installed nvidia packages?
pacman -Qs nvidia
[root@EndeavourOS /]# pacman -Q nvidia
nvidia 570.133.07-5
Maybe I am missing some partsâŚ
No you are missing a letter behind the Q it should be
pacman -Qs nvidia
[root@EndeavourOS /]# pacman -Qs nvidia
local/egl-gbm 1.1.2.1-1
The GBM EGL external platform library
local/egl-wayland 4:1.1.18-1
EGLStream-based Wayland external platform
local/egl-x11 1.0.0-1
NVIDIA XLib and XCB EGL Platform Library
local/lib32-nvidia-utils 570.133.07-1
NVIDIA drivers utilities (32-bit)
local/libvdpau 1.5-3
Nvidia VDPAU library
local/libxnvctrl 570.133.07-1
NVIDIA NV-CONTROL X extension
local/nvidia 570.133.07-5
NVIDIA kernel modules
local/nvidia-hook 1.5.2-1
pacman hook for nvidia
local/nvidia-inst 25.4.4-1
Script to install/uninstall nvidia driver packages in EndeavourOS
local/nvidia-utils 570.133.07-1
NVIDIA drivers utilities
If you are not in chroot, it is totally unnecessary to run each and every command as root.
You will break your system, sooner than later.
Use sudo only when there is a need for it.
Am in chroot again⌠but thx for the tip
Why?
You were asked to:
Not sure if I misunderstandâŚ
I still cannot boot my system normaly and have to use a live-iso. From there I arch-chroot to access my system.
Is this wrong?
So how can I access my system as non-root to reinstall my nvidia drivers (which may cause the whole problem?)? I thought, if I donât arch-chroot, I am only logged-in as liveuser
Alright, I missed that you couldnât still boot your system. Thatâs fine!
That is because he didnât not mention he could not boot the system.