Firstly, I'm just going to say that I'm on Parabola GNU/Linux-Libre, using OpenRC. I'm on the Artix forums because of the similarity and more active community.
Secondly, yes, my sound card is compatible with Linux-Libre according to h-node
Okay, so basically, on a fresh Parabola install I can't get any sound. I'll attach the output of various relevant commands.
I have read some ALSA documentation, on the arch wiki (and some stuff from other forum posts), and while some of it goes over my head, I have tried these steps to remedy my issue.
$ cat /etc/asound.conf
defaults.pcm.card 29
defaults.ctl.card 29
and
$ cat /etc/modprobe.d/50-alsa.conf
options snd-hda-intel index=1,0
In both cases I had newly created the file.
Something I've found strange is that no matter what, I cannot use alsamixer to change anything. My only device available through it is 'Console' which is unmuted. But it seems like all keys are unresponsive on that program apart from the function and ESC keys.
If I've forgotten any info, let me know.
Thanks in advance
Hello and welcome,
Do you have other active sound servers?
Personally, to get rid of pulseaudio, I did this:
https://forum.artixlinux.org/index.php/topic,3118.msg20310.html#msg20310
The link, for me at least, just brings me to the main Artix forums page.
I dont have any other active sound servers though, the only thing related to pulseaudio I have installed is libpulse.
I was reading through the Gentoo wiki page on ALSA, and it occured to me that I had forgotten to even add alsasound to boot runlevel and start it, I did that, but nothing has even changed.
Took screenshots of that page so you could read it
Also, on a side note, when alsa locks up I get her unfrozen by singing moana themed songs....that gets her blood hot.
Just a note, this form of the command:
should be avoided. If you are using
-y, always use
-u as well (without
-w also):
pacman -Syu qastools
because
-y without the
-u risks partial upgrades (https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported).
@OP: Try Artix. :P
The link works for me...
I copy you below the text in question with the solution that worked for me (Artix OpenRC) :
Experts will probably be able to tell you more...
Thanks strajder, I took note and corrected. 8)