Hey there, I've been using Artix flawlessly for the past few days, and I chose to install it on my primary laptop.
On my main PC, the audio works fine (used the manual installation ISO and bspwm) but on my laptop I've always had this issue with audio and I wanted to see if I could get it repaired here.
When my sister had the laptop, she used Windows 10, but as soon as she upgraded from it, she gave it to me and I originally installed Arch, which didn't have audio so I used a BT speaker, but my topic on the Arch Forums went dry with no reply.
So now that I have Artix (OpenRC with MATE) I want to see if I'll get it working here. Trust y'all!
sgal5208.
Are you using pulseaudio or pipewire for sound?
PulseAudio is installed, forgot to add it in but here's a neofetch:
' sgal@Swiftsf51551t
'o' ------------------
'ooo' OS: Artix Linux x86_64
'ooxoo' Host: Swift SF515-51T V1.04
'ooxxxoo' Kernel: 5.18.16-artix1-1
'oookkxxoo' Uptime: 27 mins
'oiioxkkxxoo' Packages: 719 (pacman), 7 (flatpak)
':;:iiiioxxxoo' Shell: bash 5.1.16
`'.;::ioxxoo' Resolution: 1920x1080
'-. `':;jiooo' DE: MATE 1.26.0
'oooio-.. `'i:io' WM: Metacity (Marco)
'ooooxxxxoio:,. `'-;' Theme: Artix-dark [GTK2/3]
'ooooxxxxxkkxoooIi:-. `' Icons: matefaenzadark [GTK2/3]
'ooooxxxxxkkkkxoiiiiiji' Terminal: mate-terminal
'ooooxxxxxkxxoiiii:'` .i' Terminal Font: Roboto Mono 11
'ooooxxxxxoi:::'` .;ioxo' CPU: Intel i5-8265U (8) @ 3.900GHz
'ooooxooi::'` .:iiixkxxo' GPU: Intel WhiskeyLake-U GT2 [UHD Graphics 620]
'ooooi:'` `'';ioxxo' Memory: 1486MiB / 7796MiB
'i:'` '':io'
'` `'
What does this command say:
cat /proc/asound/cards
it says the following:
Swiftsf51551t:[sgal]:~$ cat /proc/asound/cards
--- no soundcards ---
Is the sound card listed by the command:
lspci
Better yet:
lspci | grep -i audio
output:
SwiftSF515-51T:[sgal]:~$ lspci | grep -i audio
00:1f.3 Multimedia audio controller: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 30)
also yes I updated the hostname.
I don't know if my answer is relevant.
I only use alsa and qastools on different pc.
I removed all pulse packages except libpulse.
Here are the alsa packages I installed:
pacman -Qs | grep alsa
local/alsa-firmware 1.2.4-2
Firmware binaries for loader programs in alsa-tools and hotplug firmware loader
local/alsa-lib 1.2.7.2-1
local/alsa-topology-conf 1.2.5.1-1
local/alsa-ucm-conf 1.2.7.2-1
local/alsa-utils 1.2.7-1
local/alsa-utils-openrc 20210505-2 (openrc-world)
OpenRC alsa-utils init script
this is my result:
SwiftSF515-51T:[sgal]:~$ pacman -Qs | grep alsa
local/alsa-card-profiles 1:0.3.56-1
local/alsa-firmware 1.2.4-2
Firmware binaries for loader programs in alsa-tools and hotplug firmware loader
local/alsa-lib 1.2.7.2-1
local/alsa-topology-conf 1.2.5.1-1
local/alsa-ucm-conf 1.2.7.2-1
local/alsa-utils 1.2.7-1
local/alsa-utils-openrc 20210505-2 (openrc-world)
OpenRC alsa-utils init script
I assume you have linux-firmware installed.
What gives:
cat /proc/asound/modules
Have you tried with the linux-zen kernel?
sudo pacman -Sy linux-zen
Have you tried with the linux-lts kernel?
sudo pacman -Sy linux-lts
I leave the place to the specialists.
You have alsa-utils installed, so open a terminal and run alsamixer then press F6 to get a list of your soundcards.
Move around the list until you choose one that look like this:
(https://files.catbox.moe/ehje5r.png)
That's your soundcard, verify that Master and Speaker are not muted (as they are by default). Those channels are muted if they have "MM" at the end of their bars, so move to those channels an press M to toggle mute and make sure they now display "00".
Try and see if the audio it's working now.