[Momonga-devel.ja:02003] Momonga の ALSA が変?


かずひこです。

しばらく前から、
$ amixer 
amixer: Mixer attach default error: No such file or directory
とか
$ aplay 
aplay: main:484: audio open error: No such file or directory
のように ALSA 関係のツールが使えなくなっています。

$ strace amixer してみると、こんな感じになっています。
(前略)
access("/home/kazuhiko/.asoundrc", R_OK) = -1 ENOENT (No such file or directory)
open("/dev/snd/controlC0", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/dev/aloadC0", O_RDONLY)          = 3
close(3)                                = 0
open("/dev/snd/controlC0", O_RDWR)      = -1 ENOENT (No such file or directory)
open("/dev/snd/controlC0", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/dev/aloadC0", O_RDONLY)          = 3
close(3)                                = 0
open("/dev/snd/controlC0", O_RDWR)      = -1 ENOENT (No such file or directory)
write(2, "amixer: ", 8amixer: )                 = 8
write(2, "Mixer attach default error: No s"..., 53Mixer attach default error: No  such file or directory) = 53
write(2, "\n", 1
)                       = 1
exit_group(1)                           = ?

で、/dev/snd は /proc/asound/dev への symlink なのですが、

$ ls /proc/asound/
CARD_0@  card0/  cards  devices  modules  oss/  pcm  seq/  timers  version

なので、/proc/asound/dev はありません。

とりあえず状況報告だけですが、どなたか思い当たるところはありますか?
よろしくお願いします。
-- 
かずひこ <http://wiki.fdiary.net/kazuhiko/>
  ★シャア「名字が付いてない」
  ☆一兵卒「あんなの飾りです。偉い人にはそれが分からんのです」