Announcement

Collapse
No announcement yet.

SOLVED No sound (mostly) via HDMI

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SOLVED No sound (mostly) via HDMI

    I decided after installing my second Sapphire Radeon 4850 and crossfiring them that I would go to HDMI output for both the video and audio as the video cards have HD audio support. Bought a HDMI cable and connected it to the newer 4850 ( that has an HDMI connector ) ran it into my Viewsonic 24" LCD, pulled my Soundblaster Audigy card out and connected my 2.1 speakers to the audio out on the monitor. Sound works fine on the occasional times that I boot to Vista-64 bit, but under Kubuntu Jaunty, not so good. On KDE startup and shutdown I get about the last 1/3 of the sound file to play. Under Amarok, I can play back .ogg rips that I have. Other than that, I get no sound at all. Games, flashplayer, nothing...
    The output from lsmod | grep snd:
    snd_hda_intel 557492 2
    snd_pcm_oss 52352 0
    snd_mixer_oss 24960 1 snd_pcm_oss
    snd_pcm 99464 2 snd_hda_intel,snd_pcm_oss
    snd_seq_dummy 11524 0
    snd_seq_oss 41984 0
    snd_seq_midi 15744 0
    snd_rawmidi 33920 1 snd_seq_midi
    snd_seq_midi_event 16512 2 snd_seq_oss,snd_seq_midi
    snd_seq 66272 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
    snd_timer 34064 2 snd_pcm,snd_seq
    snd_seq_device 16276 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
    snd 78920 13 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,sn d_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_de vice
    soundcore 16800 1 snd
    snd_page_alloc 18704 2 snd_hda_intel,snd_pcm

    The output from aplay -l
    card 0: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI_1 [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    Output from lspci -v
    01:00.1 Audio device: ATI Technologies Inc HD48x0 audio
    Subsystem: PC Partner Limited Device aa30
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at fe8ec000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

    03:00.1 Audio device: ATI Technologies Inc HD48x0 audio
    Subsystem: PC Partner Limited Device aa30
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at feaec000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

    Is the issue that I have 2 of these cards installed? I am at a loss as to what I need to look at next...
    Desktop<br />MSI K9A2 Platinum AMD Phenom II 940 BE @3.3Ghz&nbsp; 8GB DDR2 1066&nbsp;&nbsp; <br />2x Sapphire Radeon 4850 1GB GDDR3<br />WD 320GB SATA2&nbsp;&nbsp; Maxtor 1TB SATA2<br /><br /><br />Laptop<br />Acer Aspire 5100&nbsp; AMD Turion x2 TL60 2Ghz&nbsp; 4GB DDR2 667<br />ATI M200 Express 1100&nbsp;&nbsp; Fujitsu 320GB Sata2

    #2
    Re: No sound (mostly) via HDMI

    The most important thing is to open System Settings -> Multimedia and check for the audio devices that you see. Does anyone look like HDMI? If so, you'll need to move it to the top. You can make changes and test in real time see if you get the sound right ...

    Comment


      #3
      Re: SOLVED No sound (mostly) via HDMI

      What I ended up having to do is install pulse and edit my /etc/modprobe.d/alsa-base.conf and add

      options snd-hda-intel bdl_pos_adj=64
      options snd slots=snd-hda-intel
      # moNa.h2kiZ7VIR82:Sapphire HD 4850 1GB GDDR3 PCI-E Dual Slot Fansink
      alias snd-card-0 snd-hda-intel

      As well as edit my etc/pulse/default.pa
      load-module module-alsa-sink device=hw:0,3

      Desktop<br />MSI K9A2 Platinum AMD Phenom II 940 BE @3.3Ghz&nbsp; 8GB DDR2 1066&nbsp;&nbsp; <br />2x Sapphire Radeon 4850 1GB GDDR3<br />WD 320GB SATA2&nbsp;&nbsp; Maxtor 1TB SATA2<br /><br /><br />Laptop<br />Acer Aspire 5100&nbsp; AMD Turion x2 TL60 2Ghz&nbsp; 4GB DDR2 667<br />ATI M200 Express 1100&nbsp;&nbsp; Fujitsu 320GB Sata2

      Comment

      Working...
      X