4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ArchLinux サウンド設定 (ALSA)

Last updated at Posted at 2014-09-13

ArchLinuxのサウンド設定の際のメモ
簡単だったけど、いつか再インストールするときのための、めも。

#####ALSAをインストール


サウンドドライバはデフォルトで入っているので、ボリュームを設定するためのツール、 Advanced Linux Sound Architecture を公式リポジトリからインストール。

$ sudo pacman -S  alsa-utils

#####ミュートの解除


下記コマンドで設定のUIを起動して、ミュートを解除。ボリュームの設定も行う。

$ alsamixer

以上で設定は完了!
適当な動画を再生して、音が出てることを確認。
https://www.youtube.com/watch?v=p4i3Zgt2TGw

#####そしてもうひとつ(KDE用)


F10〜F12に割り当てられているボリュームコントロールを使えるようにする。KDE用の下記パッケージを公式リポジトリからインストール。

sudo pacman -S kdemultimedia-kmix

ボリュームキーだけでなく、画面の明るさ調整など、F1〜F12に割り当てられているすべてのショートカットキーが使えるようになる。

#####参考リンク


ArchLinux wiki Macbook

ArchLinux wiki ALSA

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?