You are not logged in.

#1 2013-11-15 05:00:40

qubodup
Member
Registered: 2008-01-19
Posts: 66

[Solved] How to restart ALSA?

Hello,

How do I restart ALSA?

Restarting ALSA is a required step in https://wiki.archlinux.org/index.php/Ad … DIF_output

sudo /etc/rc.d/alsa restart doesn't work of course.

I exprected it to be doable via systemctl but alas:

$ sudo systemctl restart alsa
Failed to issue method call: Unit alsa.service failed to load: No such file or directory.

Last edited by qubodup (2013-11-15 05:37:08)

Offline

#2 2013-11-15 05:33:39

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [Solved] How to restart ALSA?

After editing /var/lib/alsa/asound.state, run:

alsactl restore

Which will read that file. Also need to "close" the soundcard, which means:

$ cat /proc/asound/card0/pcm0p/sub0/hw_params
closed

This was presumably done by the alsa initscript in Gentoo, when that wiki entry was written.

Offline

#3 2013-11-15 05:37:01

qubodup
Member
Registered: 2008-01-19
Posts: 66

Re: [Solved] How to restart ALSA?

Thanks!

Offline

Board footer

Powered by FluxBB