← prev | next →
C0rn3j 2022-08-24 10:32:07
Also output of pacman -Q linux linux-headers
zxcvqwertypie 2022-08-24 10:36:15
C0rn3j 2022-08-24 10:28:15
!paste Post your dmesg
https://paste.rs/dIX here
zxcvqwertypie 2022-08-24 10:37:21
C0rn3j 2022-08-24 10:32:07
Also output of pacman -Q linux linux-headers
Linux 5.19.3.arch1-1
Linux-headers 5.19.3.arch1-1
C0rn3j 2022-08-24 10:44:05
zxcvqwertypie 2022-08-24 10:37:21
Linux 5.19.3.arch1-1
Linux-headers 5.19.3.arch1-1
Where’s your ESP mounted at the moment?
lsblk | grep -e /boot -e /efi
dkms status seems fine?
zxcvqwertypie 2022-08-24 10:46:39
C0rn3j 2022-08-24 10:44:05
Where’s your ESP mounted at the moment?
lsblk | grep -e /boot -e /efi
dkms status seems fine?

C0rn3j 2022-08-24 10:48:31
Hmm, I’d try
pacman -S linux-headers
See if any dkms error pops up, though it seems like it installed fine
Then reinstall current kernel just in case and install lts for testing, and reboot, try if either of the kernels loads the modules fine
pacman -S linux linux-lts linux-lts-headers
zxcvqwertypie 2022-08-24 10:50:56
C0rn3j 2022-08-24 10:48:31
Hmm, I’d try
pacman -S linux-headers
See if any dkms error pops up, though it seems like it installed fine
Then reinstall current kernel just in case and install lts for testing, and reboot, try if either of the kernels loads the modules fine
pacman -S linux linux-lts linux-lts-headers
I did trying with kernel lts, same result
C0rn3j 2022-08-24 10:52:46
pacman -Q | grep ^nvidia
dkms, settings and utils are all installed?
zxcvqwertypie 2022-08-24 10:56:22
C0rn3j 2022-08-24 10:52:46
pacman -Q | grep ^nvidia
dkms, settings and utils are all installed?
Only dkms and utils, i will try downgrade kernel, last time using 5.19.2 was fine
C0rn3j 2022-08-24 10:57:32
Remember to downgrade both linux and linux-headers
romelsalwi 2022-08-24 11:31:23
Hi! Is there a guide for hardening KVM on Arch?
romelsalwi 2022-08-24 11:37:35
Issue is since yesterday out of nowhere EAC spitting out errors on my win VM. Which never happened before.
yametee_kudasaiiii 2022-08-24 11:38:50
Where should I add a call to autostart picom ?
In xinitrc or bspwmrc ?
Does it even make a significant difference?
romelsalwi 2022-08-24 11:40:26
yametee_kudasaiiii 2022-08-24 11:38:50
Where should I add a call to autostart picom ?
In xinitrc or bspwmrc ?
Does it even make a significant difference?
For Qtile, there is a script called autostart.sh which runs only once when you log in. Simply add the command you want to run. Try to find the similar file for your WM
yametee_kudasaiiii 2022-08-24 11:41:13
romelsalwi 2022-08-24 11:40:26
For Qtile, there is a script called autostart.sh which runs only once when you log in. Simply add the command you want to run. Try to find the similar file for your WM
So like the script is called from xinitrc in qtile ?
romelsalwi 2022-08-24 11:41:36
yametee_kudasaiiii 2022-08-24 11:41:13
So like the script is called from xinitrc in qtile ?
Nope. Its called by Qtile
yametee_kudasaiiii 2022-08-24 11:41:46
Okay
yametee_kudasaiiii 2022-08-24 11:41:57
I’ll probably do something same with bspwm
romelsalwi 2022-08-24 11:42:22
But you can create xinitrc as a session too. Which might help you make your script independent of WM.
romelsalwi 2022-08-24 11:43:07
But things like picom, I would prefer them to be loaded with the WM rather than with xinit
C0rn3j 2022-08-24 15:23:02
zxcvqwertypie 2022-08-24 15:31:25
C0rn3j 2022-08-24 15:23:02
https://www.reddit.com/r/archlinux/comments/ww9fa2/problems_with_dkms_modules_and_kernel_519x_gcc_122/
So all of that because gcc ? does nvidia aur supp clang ? Ill try compiling with clang instead downgrading gcc
C0rn3j 2022-08-24 15:32:47
zxcvqwertypie 2022-08-24 15:31:25
So all of that because gcc ? does nvidia aur supp clang ? Ill try compiling with clang instead downgrading gcc
Looks like it, many people have the same issue.
yametee_kudasaiiii 2022-08-24 16:04:29
Fresh install, audio card not detected, only dummy output is visible in pavucontrol
How can I fix this ?
zxcvqwertypie 2022-08-24 16:04:45
C0rn3j 2022-08-24 15:32:47
Looks like it, many people have the same issue.
Oh arch revert pahole to 1.23, downgrading fixed the problem, thanks for reference
C0rn3j 2022-08-24 16:06:10
zxcvqwertypie 2022-08-24 16:04:45
Oh arch revert pahole to 1.23, downgrading fixed the problem, thanks for reference
Yep, fixed 20 minutes ago, unlucky timing for a reinstall
C0rn3j 2022-08-24 16:06:40
yametee_kudasaiiii 2022-08-24 16:04:29
Fresh install, audio card not detected, only dummy output is visible in pavucontrol
How can I fix this ?
Are you using pulseaudio or pipewire-pulse and does it work on the latter?
yametee_kudasaiiii 2022-08-24 16:06:59
C0rn3j 2022-08-24 16:06:40
Are you using pulseaudio or pipewire-pulse and does it work on the latter?
Pulseaudio, didn’t try pipewire
yametee_kudasaiiii 2022-08-24 16:07:10
Should I ?
yametee_kudasaiiii 2022-08-24 16:19:25
Just tried pipewire, still no soundcard detected
yametee_kudasaiiii 2022-08-24 16:19:41
Even alsamixer doesn’t launch now
yametee_kudasaiiii 2022-08-24 16:20:21
yametee_kudasaiiii 2022-08-24 16:19:41
Even alsamixer doesn’t launch now

creationalforce 2022-08-24 16:26:16
Lol, Nvidia problems yet again. A massive ditching of Nvidia would solve alot of problems for people. I’ve seen far too many Nvidia related problems even though it’s not always directly caused by Nvidia
C0rn3j 2022-08-24 16:27:45
creationalforce 2022-08-24 16:26:16
Lol, Nvidia problems yet again. A massive ditching of Nvidia would solve alot of problems for people. I’ve seen far too many Nvidia related problems even though it’s not always directly caused by Nvidia
This is a dkms problem, nvidia is the victim here.
C0rn3j 2022-08-24 16:28:06
yametee_kudasaiiii 2022-08-24 16:20:21
Post your dmesg
← prev | next →