You are not logged in.
Pages: 1
I've got no sound with the Intel HDMI (work only with headphone)
Here are some hardware informations :
I've run the alsa-info.sh and my informations are there --> http://www.alsa-project.org/db/?f=82540 … 847ccaaccc
[root@archeee ~]# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
[root@archeee ~]# lsmod | grep snd
snd_seq_dummy 1099 0
snd_hda_codec_atihdmi 2051 1
snd_seq_oss 25304 0
snd_seq_midi_event 4452 1 snd_seq_oss
snd_hda_codec_realtek 179443 1
snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 33693 0
snd_mixer_oss 14810 1 snd_pcm_oss
snd_hda_intel 18921 0
snd_hda_codec 56728 3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5102 1 snd_hda_codec
snd_pcm 57479 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 16117 2 snd_seq,snd_pcm
snd 43847 11 snd_seq_oss,snd_hda_codec_realtek,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 5007 1 snd
snd_page_alloc 5809 2 snd_hda_intel,snd_pcm
DAEMONS Section in rc.conf :
DAEMONS=(syslog-ng network netfs crond hal alsa)
The PC is an eeebox EB1006
http://www.productwiki.com/asus-eeebox-pc-eb1006/
Things I checked :
done a alsamixer and seleted HDA ATI HDMI, enabled sound with the m key
┌───────────────────────────── AlsaMixer v1.0.22 ────────
│ Card: HDA ATI HDMI F1: Help
│ Chip: ATI R6xx HDMI F2: System information
│ View: F3:[Playback] F4: Capture F5: All F6: Select sound card
│ Item: S/PDIF Esc: Exit
│
│
│
│
│
│
│
│ ┌──┐
│ │OO│
│ └──┘
│ < S/PDIF >
│
I've readed a lot of thread with the ATI HDMI sound probleme, and my config seems good, but still there is no sound.
Last edited by drev (2010-02-26 17:17:10)
Offline
I seem to be having the same problem playing HDMI audio. Do you happen to remember how you got this resolved?
For any interested parties, my alsa mixer screen looks something like this as well:
──────────────────────────── AlsaMixer v1.0.24.2 ─────────────────────────────
Card: HD-Audio Generic F1: Help
Chip: ATI R6xx HDMI F2: System information
View: F3:[Playback] F4: Capture F5: All F6: Select sound card
Item: S/PDIF Esc: Exit
┌──┐
│OO│
└──┘
< S/PDIF >
Audio works fine through the Realtek chip (HDA ATI SB card). Just not through HDMI.
Offline
Has anyone solved this yet?
I also have the same problem but was able to get 2 channel sound working using this:
sudo wget http://pastebin.com/download.php?i=f5f9654bb -O /etc/asound.conf
sudo wget http://pastebin.com/download.php?i=f2e38265 -O /usr/share/alsa/cards/HDA-Intel.conf
Offline
Pages: 1