You are not logged in.

#1 Yesterday 07:04:32

gmc1770
Member
Registered: Yesterday
Posts: 2

Arch linux Audio issues constantly re-starting.

Hi  I have been using arch linux  Cachy OS for approx 6 months now, (moved over from linux mint, (on for ~8 years) after I Upgraded my Computer.
I bought a new Nvidia 5080 gpu, Motherboard and 9800X3D CPU. Linux mint did not work.. but  Cachy worked).

When I changed. to Chachy, Audio was perfect and had 0 issues. The typical Nvidia glitching and stuttering but the GPU worked at least, (due to there rubbish driver).

Today.
I assume since pipewire-pulse was pushed was the trigger for all my audio issues starting.

*Audio Issue 1 fixed unless I reboot the computer. -  Buzzy farty noises
Change the value to 0 and chmod 444 the file  /sys/module/snd_hda_intel/parameters/power_save

*Audio Issue 2.   - Audio fully works, but it keeps resetting with a pop for random times and random durations.
I have tried uninstalling/re-installing trying installs.  stood on 1 leg.  etc etc.
but I do not honestly know a procedure that works.
I have taken notes from reading the forum,  ( below). with no luck. but I am honestly stumped on this. 
I can guess that perhaps the audio hardware has a compatibility problem>?

And as today the Nvidia display is great but it still stutters  sad for a 5080.


lspci -k | grep -A 7 -i "Audio device"
01:00.1 Audio device: NVIDIA Corporation Device 22e9 (rev a1)
    Subsystem: NVIDIA Corporation Device 0000
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
02:00.0 Non-Volatile memory controller: MAXIO Technology (Hangzhou) Ltd. NVMe SSD Controller MAP1602 (DRAM-less) (rev 01)
    Subsystem: MAXIO Technology (Hangzhou) Ltd. NVMe SSD Controller MAP1602 (DRAM-less)
    Kernel driver in use: nvme
    Kernel modules: nvme
--
0f:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Radeon High Definition Audio Controller [Rembrandt/Strix]
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e56
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
0f:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e56
    Kernel driver in use: ccp
    Kernel modules: ccp
--
0f:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h/1ah HD Audio Controller
    DeviceName: Realtek ALC1220
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 9e56
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
10:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 2.0 xHCI
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7e56
    Kernel driver in use: xhci_hcd



Notes:
####  Remove Audi buzzing from the speakers ###
cd /sys/module/snd_hda_intel/parameters
sudo echo 0 > power_save ; sudo chmod 444 power_save
sudo echo N > power_save_controller
####  Remove Audi buzzing from the speakers - END ###

###Audio stop start  FIX ###
execute this will show the problem - anything with SUSPENDED at the top ==> pactl list sinks
view all kernel logs  ==> journalctl
View the Status of the audio ==> wpctl status

install software ==>
sudo pacman -S pipewire wireplumber pipewire-pulse
sudo pacman -S pipewire-alsa alsa-mixer
sudo pacman -S sof-firmware

sudo vi /etc/pulse/default.pa.pacsave
#Uncomment the line "load-module module-suspend-on-idle"
killall pipewire-pulse

echo "options snd_hda_intel power_save=0" | sudo tee -a /etc/modprobe.d/audio_disable_powersave.conf
###Audio stop start  FIX - END###


****  Well I am no Audio pro, so I throw myself at the mercy of the experts out there to find the obvious solution that I do not see staring at me.

Offline

#2 Yesterday 07:57:11

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,671

Re: Arch linux Audio issues constantly re-starting.

I have been using arch linux  Cachy OS

Cachy OS is not Archlinux I'm afraid. You need to ask help from that channel.
From your description of your problem, you probably need to configure which sink you'd like to use. Also you shouldn't need to do any chmod for your sys modules.
You can start from ALSA and work your way from there.

Offline

#3 Yesterday 08:39:10

gmc1770
Member
Registered: Yesterday
Posts: 2

Re: Arch linux Audio issues constantly re-starting.

ok thanks for that.. btw  if i don't chmod it .. each brain fart the audio does actually changes it to 10  so I do have do do that to stop it..

Offline

Board footer

Powered by FluxBB