お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2010-11-22 12:58:33

masayuki
メンバ
登録日: 2009-02-16

ヘッドホンから音がでません

お世話になります。
内蔵スピーカーからは音がでるのですが、ヘッドフォンから出ません。
マシン:asus ul20ft-2x034v
ubuntu 10.04
なにをどう調べればいいかよくわかりませんが、調べることのできた内容は下記です。
宜しくお願いします。

ALSAヴァージョン:1.0.21.
Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
デバイス名とチップ名:HDA-Intel - HDA Intel
                         HDA Intel at 0xf4000000 irq 22
Codec: Realtek ALC269
Codec: Intel G45 DEVIBX

$ aplay -L の結果:
pulse
    Playback/recording through the PulseAudio sound server
front:CARD=Intel,DEV=0
    HDA Intel, ALC269 Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, ALC269 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, ALC269 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, ALC269 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, ALC269 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, ALC269 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=Intel,DEV=0
    HDA Intel, INTEL HDMI
    HDMI Audio Output

alsa-base.confの内容
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa 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-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2

オフライン

 

#2 2010-11-23 19:13:34

masayuki
メンバ
登録日: 2009-02-16

Re: ヘッドホンから音がでません

追記:
https://forums.ubuntulinux.jp/viewtopic.php?pid=66508
に記載された
http://people.canonical.com/~diwic/temp … 23_all.deb
を入れてみました。
結果は、ヘッドフォンジャックを差し込んでも内蔵スピーカーの音は消えず、ヘッドフォンからは音が出ませんでした。

GNOME ALSAミキサーにそれまで表示されなかったHeadphonが項目として表示されるようになりましたが、効果はありません。
なお、GNOME ALSAミキサーに表示されるサウンドカード名はIntel IbexPeak HDMIですが、Realtek ALC269に変更しても効果ありません。

オフライン

 

#3 2010-11-24 19:46:54

masayuki
メンバ
登録日: 2009-02-16

Re: ヘッドホンから音がでません

追記:
1)http://am112705.blog.so-net.ne.jp/archive/201007-1 を参考に、ALSAバージョンを1.0.23に
2)alsa-base.conf に options snd-hda-intel model=auto を追記
でヘッドフォンから音が出るようになりました。有難う御座いました。

オフライン

 

Board footer

Powered by FluxBB