09/03/11 20:22:12 wlqerPc/
>>844
$ cat /proc/asound/cards
の結果はどうなりますか?
自分の場合はUSBですけど、これでうまくいきました(cat /proc/asound/cardsで得られた番号が0の場合)。
~/.asoundrcを次のように作成
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
/etc/asound.confを次のように作成
pcm.card0 {
type hw
card 0
}
ctl.card0 {
type hw
card 0
}