
Ubuntu日本語フォーラム

ログインしていません。
Let's note CF-N9にubuntuをインストールしたら音が出なくなりました.
スピーカーとヘッドホンの両方とも音が出ません.
alsamixerは確認済みです.
maxにしたり,outo muteをDisabledにするのは試しました.
sudo gedit /etc/modprobe.d/alsa-base.conf
最後に以下を足しても変化は感じられませんでした.
options snd-hda-intel model=thinkpad (laptop,auto)
$ killall pulseaudio
$ rm -r ~/.config/pulse/*
も効果ありませんでした.
$ cat /proc/asound/card0/codec#0 | grep Codec
Conexant CX20584
$ lspci | egrep -i multimedia\|audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
$ lspci -v -s `lspci | grep -i audio | sed -e 's/\(\w*\)\s.*/\1/'`
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
Subsystem: Matsushita Electric Industrial Co., Ltd. 5 Series/3400 Series Chipset High Definition Audio
Flags: bus master, fast devsel, latency 0, IRQ 33
Memory at f4a20000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
$ lsmod | grep snd
snd_hda_codec_hdmi 49152 2
snd_hda_codec_conexant 24576 1
snd_hda_codec_generic 73728 1 snd_hda_codec_conexant
snd_hda_intel 40960 6
snd_hda_codec 126976 4 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel
snd_hda_core 81920 5 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_hwdep 20480 1 snd_hda_codec
snd_pcm 98304 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 65536 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer 32768 2 snd_seq,snd_pcm
snd 81920 23 snd_hda_codec_generic,snd_seq,snd_hda_codec_conexant,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_rawmidi
soundcore 16384 1 snd
$ cat /proc/asound/cards
0 [MID ]: HDA-Intel - HDA Intel MID
HDA Intel MID at 0xf4a20000 irq 33
$ sudo aplay -L
default
Playback/recording through the PulseAudio sound server
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
sysdefault:CARD=MID
HDA Intel MID, Generic Analog
Default Audio Device
front:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
Front speakers
surround21:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=MID,DEV=0
HDA Intel MID, Generic Digital
HDMI Audio Output
dmix:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
Direct sample mixing device
dmix:CARD=MID,DEV=3
HDA Intel MID, Generic Digital
Direct sample mixing device
dsnoop:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
Direct sample snooping device
dsnoop:CARD=MID,DEV=3
HDA Intel MID, Generic Digital
Direct sample snooping device
hw:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
Direct hardware device without any conversions
hw:CARD=MID,DEV=3
HDA Intel MID, Generic Digital
Direct hardware device without any conversions
plughw:CARD=MID,DEV=0
HDA Intel MID, Generic Analog
Hardware device with all software conversions
plughw:CARD=MID,DEV=3
HDA Intel MID, Generic Digital
Hardware device with all software conversions
$ sudo vi /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf
[Element Headphone]
switch = off
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right
[Element Speaker]
required-any = any
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right
ネット上の情報から試行錯誤してみましたが,理解していない点が多く音が出ているかどうかしか判断できていません.
他に試すべきことや,以上からわかることがあったら教えてください.
気になる点として以下2つあります.
HDD(windouws7で音は出ていた)からSSDの動作確認をせずに変更しているので,SSDに問題があるかもしれません.(考えられますでしょうか...)
Youtubeなどで音を流してみると
設定->サウンド->アプリケーション にfirefoxが表示されており,音量調節の部分を変更してみると一瞬だけ
ALSA plug-in [gnome control centor]
が表示されます.
よろしくお願いします.
オフライン
$ sudo alsactl init
これを実行するとどうなりますか?
調べた限りではalsamixerでのheadphoneが100%になるだけ?のようです(それだけではないでしょうが)
なんか内蔵スピーカとヘッドフォンの表記が逆になってるらしくheadphoneが内蔵スピーカにあたるとか・・・
どうでしょうか?
オフライン
iinewsさんありがとうございます.
以下のようになりました.
$ sudo alsactl init
Found hardware: "HDA-Intel" "Conexant CX20584" "HDA:14f15068,10f70000,00100302 HDA:14f12c06,10f70000,00100000 HDA:80862804,80860101,00100000" "0x10f7" "0x8338"
Hardware is initialized using a generic method
オフライン
自己解決しました.
SSDの状態に不安があったため,もとのHDDに戻しWindowsを起動してみるとミュート状態になっていました.
音量maxにして再度SSDにし,ubuntuを起動すると無事に音がでました.
オフライン