パソコン4年位使ってるんで、そろそろ買い替えかなと思ったところ、
やすく済ましたいし、使える物もあるので、パーツの買い替えで対応。
■買った物
CPU:AMD Athlon 64 X2 3800+
メモリ:DDR2 PC5300 1GB x2
マザー:ASUS M2N-E SLI
グラフィック:ASUS GeForce 6200 TC
PCケース:Livin's SKC-71NPY (カナリアイエロー)
さすが、デュアルコア! CPU使用率がほとんど100%にならない。
OpenSource, Linux, Mac, HTML/CSS/JavaScript, Lightweight Language, Or'eilly Books, 80's HR/HM
2007-07-16
Ubuntu7.04 + PnP Audio Device
マザーボード交換したら、Ubuntuの起動音やFlashから音が出なくなった。
PnP Audio Deviceが鬼門だったようだ。
参考にしたURL:
http://ubuntuforums.org/archive/index.php/t-36505.html%253C/t-312929.html
ほとんど上の内容と同じ状況だった。
foo@hoge:~$ sudo nano /etc/modprobe.d/alsa-base
And we have right at the end:
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
As you can see, you just have to put your specific soundcard as index=0 (in my case, it was snd-usb-audio). Now everything works yay
ココを
"options snd-usb-audio index=-2" to "options snd-usb-audio index=0"
にして、保存。
再起動。
音出た!!
PnP Audio Deviceが鬼門だったようだ。
参考にしたURL:
http://ubuntuforums.org/archive/index.php/t-36505.html%253C/t-312929.html
ほとんど上の内容と同じ状況だった。
foo@hoge:~$ sudo nano /etc/modprobe.d/alsa-base
And we have right at the end:
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
As you can see, you just have to put your specific soundcard as index=0 (in my case, it was snd-usb-audio). Now everything works yay
ココを
"options snd-usb-audio index=-2" to "options snd-usb-audio index=0"
にして、保存。
再起動。
音出た!!
登録:
投稿 (Atom)