Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]ATI 5750 hdmi sound not working(fresh/clean install)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
midnightgypsy
n00b
n00b


Joined: 26 Jan 2012
Posts: 7

PostPosted: Thu Jan 26, 2012 8:55 pm    Post subject: [SOLVED]ATI 5750 hdmi sound not working(fresh/clean install) Reply with quote

Hello, I hate to add to the wealth of info already on the net. About sound problems with ATI, HDMI video cards... I have googled this to death and racked my brain ten ways to Sunday. I'm sure it's my fault. Overlooking something or forgetting to install this or that. So please bare with me... I just need a fresh pair of eyes. And someone to hold my hand... This is a clean and fresh stage 3 with kde, system and world are updated. Kde is at 4.80. I thought that would help kmix detect my hdmi sound(no luck). And if anyone needs any system info... Just ask... Like I said, I don't want to litter this forums with extra commands and outputs... Oh and BTW..... Names Russ... Nice to meet ya... I have been using Linux for about ten years...

Last edited by midnightgypsy on Fri Jan 27, 2012 4:33 pm; edited 2 times in total
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Thu Jan 26, 2012 8:59 pm    Post subject: Reply with quote

You left out a veeeeery important piece of info: driver.

If you're using the open driver, you need kernel 3.3. If you're using the closed driver, no idea.
Back to top
View user's profile Send private message
midnightgypsy
n00b
n00b


Joined: 26 Jan 2012
Posts: 7

PostPosted: Thu Jan 26, 2012 9:05 pm    Post subject: Reply with quote

Thanks, for the reply.... I am using kernel 3.2.1-r2. I have tried emerge ati-drivers and the one from the ATI website... What has me so cornfused... Is that sound has always work... I just had a Gentoo Gnome 3.2 install and sound work. Switched to Kde with a clean install. On the account of Gnome 3 ati glitch bug... Russ

System uname: Linux-3.2.1-gentoo-r2-x86_64-AMD_Phenom-tm-_II_X4_945_Processor-with-gentoo-2.1
Back to top
View user's profile Send private message
midnightgypsy
n00b
n00b


Joined: 26 Jan 2012
Posts: 7

PostPosted: Thu Jan 26, 2012 9:34 pm    Post subject: Reply with quote

Code:
cat .config | grep -i snd_hda
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_INPUT_JACK is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CA0132=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0

Code:
lsmod
Module                  Size  Used by
ipv6                  226721  18
snd_seq_oss            23035  0
snd_seq_midi_event      4724  1 snd_seq_oss
snd_seq                40658  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          4601  2 snd_seq_oss,snd_seq
snd_pcm_oss            29971  0
snd_mixer_oss          12150  1 snd_pcm_oss
fglrx                3051659  246
ppdev                   4934  0
snd_hda_codec_hdmi     21200  1
processor              24495  0
thermal_sys            12594  1 processor
i2c_piix4               7736  0
i2c_core               16207  1 i2c_piix4
r8169                  40446  0
mii                     3411  1 r8169
parport_pc             27566  0
snd_hda_intel          19808  3
snd_hda_codec          57215  2 snd_hda_codec_hdmi,snd_hda_intel
pcspkr                  1699  0
snd_hwdep               5046  1 snd_hda_codec
snd_pcm                56361  5 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer              15481  2 snd_seq,snd_pcm
snd                    47299  16 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc          5977  2 snd_hda_intel,snd_pcm
button                  4247  1 fglrx

Code:
ls /lib/modules/3.2.1-gentoo-r2/kernel/sound/pci/hda/
snd-hda-codec-analog.ko  snd-hda-codec-ca0132.ko  snd-hda-codec-cmedia.ko    snd-hda-codec-hdmi.ko  snd-hda-codec-realtek.ko  snd-hda-codec-via.ko  snd-hda-intel.ko
snd-hda-codec-ca0110.ko  snd-hda-codec-cirrus.ko  snd-hda-codec-conexant.ko  snd-hda-codec-idt.ko   snd-hda-codec-si3054.ko   snd-hda-codec.ko

Code:
lspci
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Juniper HDMI Audio [Radeon HD 5700 Series]


Recently I tested headphones for sound on the web and thur amarok. All sound worked even the kde login sounds. But the montior only plays the kde login sound. Nor amarok or browser plays thur the montior.. Kind of odd, but getting closer...Russ
Back to top
View user's profile Send private message
midnightgypsy
n00b
n00b


Joined: 26 Jan 2012
Posts: 7

PostPosted: Fri Jan 27, 2012 6:05 am    Post subject: Reply with quote

I now have sound in the browser with HDMI. That I found on here with creating an /etc/asound.conf. So I am getting closer. Wish my monitor came with an air bag..lol I'm tired of banging my head..
With asound.conf file. I now have no sound in amarok or the kde login chime.
Code:
aplay -l                                                   
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

Code:
aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
sysdefault:CARD=SB
    HDA ATI SB, ALC888 Analog
    Default Audio Device
front:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Analog
    Front speakers
surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC888 Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=Generic,DEV=0                                                                                                                                     
    HD-Audio Generic, HDMI 0                                                                                                                                 
    HDMI Audio Output

Code:
cat /etc/asound.conf
pcm.!default {
    type hw
    card 1
    device 3
}
ctl.!default {
    type hw
    card 1
    device 3
}


I am hopimg someone can help. Thank you in advance..... Russ
Back to top
View user's profile Send private message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Fri Jan 27, 2012 7:34 am    Post subject: Reply with quote

midnightgypsy

deactivate your soundcard in bios and try again.i have quite the same as you:

mybox hedmo # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 3: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 0/1
Subdevice #0: subdevice #0

and as i understand,alsa dont like ati R6xx hdmi as a default soundcard (run alsaconf to see if you can set the card as default)
i had to deactivate my [HDA ATI SB] or use pulseaudio to get my ati R6xx hdmi to be default

regards hedmo
Back to top
View user's profile Send private message
midnightgypsy
n00b
n00b


Joined: 26 Jan 2012
Posts: 7

PostPosted: Fri Jan 27, 2012 4:29 pm    Post subject: Reply with quote

hedmo wrote:
midnightgypsy

deactivate your soundcard in bios and try again.i have quite the same as you:

mybox hedmo # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 3: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 0/1
Subdevice #0: subdevice #0

and as i understand,alsa dont like ati R6xx hdmi as a default soundcard (run alsaconf to see if you can set the card as default)
i had to deactivate my [HDA ATI SB] or use pulseaudio to get my ati R6xx hdmi to be default

regards hedmo


Thank you so much sir....
<SOLVED> ...... Installed pulse audio from the wiki. Disabled on board audio in bios. Then pulse detected HDMI pci-card. Now sound works all around (ie flash, amarok/kde, etc.)......... Thank you again!!!!!.... Russ
Back to top
View user's profile Send private message
anaxichex
n00b
n00b


Joined: 12 Oct 2004
Posts: 6

PostPosted: Sun Feb 12, 2012 3:32 am    Post subject: Reply with quote

Worked for me without deactivating the sound in the BIOS. Simply add the pulseaudio USE flag to /etc/make.conf, "emerge -NuD world", "emerge alsa-plugins", reboot. (Running KDE and Radeon HD 6870)
Back to top
View user's profile Send private message
soparla
n00b
n00b


Joined: 21 Aug 2018
Posts: 72
Location: Florida

PostPosted: Tue Aug 21, 2018 11:04 pm    Post subject: Reply with quote

:oops: On my Apple Mac Pro early 2006 I forgot to set
Code:

CONFIG_SND_HDA_CODEC_HDMI=y


Even after using Gentoo since 2005, the error is still of the PEBCAK type...

Gentoo is still going strong and is a reliable OS X replacement for older Apple hardware for which the vendor dropped support (older than 10 years) and no longer releases security updates.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum