Skip to main content
Topic: No sound (Read 1237 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

No sound

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.
sgal5208
someone.

Re: No sound

Reply #1
Are you using pulseaudio or pipewire for sound?

Re: No sound

Reply #2
PulseAudio is installed, forgot to add it in but here's a neofetch:

Code: [Select]
                   '                      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'
'`                                   `'                          
                                                                 

sgal5208
someone.






Re: No sound

Reply #8

output:
Code: [Select]
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.
sgal5208
someone.

Re: No sound

Reply #9
it says the following:
Code: [Select]
Swiftsf51551t:[sgal]:~$ cat /proc/asound/cards
--- no soundcards ---
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:
Code: [Select]
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

Re: No sound

Reply #10
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:
Code: [Select]
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:
Code: [Select]
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
sgal5208
someone.

Re: No sound

Reply #11
I assume you have linux-firmware installed.

What gives:
Code: [Select]
cat /proc/asound/modules

Have you tried with the linux-zen kernel?
Code: [Select]
sudo pacman -Sy linux-zen

Have you tried with the linux-lts kernel?
Code: [Select]
sudo pacman -Sy linux-lts

I leave the place to the specialists.

Re: No sound

Reply #12
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:

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.