You are not logged in.
Pages: 1
So i changed my ram(i put it in the wrong slots) and after that my audio stopped working. So i tried to reinstall some packages - for example pulseaudio and updating some stuff. After all that i rebooted my computer and linux was stuck on /dev/sda cleaned...
I'm able to change screen and login but i cannot start kde (startx not working)
Here im putting xorg.conf
https://pastebin.com/RHWERTGd
And my xorg log
https://pastebin.com/iHtarHp2
im using ryzen 5 3600 with b450 asrock fatality k4 with gtx 960.
i was trying to uninstall nvidia drivers but still no results
Last edited by karlosz00 (2020-10-07 17:36:04)
Offline
"updating some stuff." Classic partial update problem.
Update the entire system or nothing. You can't just update some things.
Offline
i had tried to downgrade linux and linux-firmware packages (i thougth that was the reason)
Offline
[ 1266.147] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 1266.147] (EE) NVIDIA: system's kernel log for additional error messages and
[ 1266.147] (EE) NVIDIA: consult the NVIDIA README for details.
[ 1266.147] (EE) No devices detected.i was trying to uninstall nvidia drivers but still no results
"Do or do not. There is no try."
Please post your pacman log and the system journal. Also remove the xorg.conf (never a good idea) and see https://wiki.archlinux.org/index.php/NV … de_setting (pay attention to the early KMS suggestion and try that)
Offline
"updating some stuff." Classic partial update problem.
Update the entire system or nothing. You can't just update some things.
Thanks i didn't expected that but this actualy work. I'm able to boot to kde. But kde still don't show any audio devices. It also dont detect my mic.
My motherboard has this:
7.1 CH HD Audio (Realtek ALC892 Audio Codec), Supports Creative Sound Blaster™ Cinema 5
Here is my lspci -k output
https://pastebin.com/bRym92Fs
Last edited by karlosz00 (2020-10-07 17:22:44)
Offline
That's a different problem, mark this one as [SOLVED] and open a new one and include the outputs of
dmesg | grep -E 'snd|sof'
aplay -l
amixer -c0 #Can differ, post the index of the internal soundcard you want, if it shows up in the aplay output
#If using pulseaudio
pacmd list-cards
pacmd list-sinksOffline
That's a different problem, mark this one as [SOLVED] and open a new one and include the outputs of
dmesg | grep -E 'snd|sof' aplay -l amixer -c0 #Can differ, post the index of the internal soundcard you want, if it shows up in the aplay output #If using pulseaudio pacmd list-cards pacmd list-sinks
i will do that. Thanks
Offline
Pages: 1