You are not logged in.
i have tried everything on the wiki and searches nothing in my quest to get sound working. everything else is setup and working, all sound test and drivers show the sound on yet no sound I am going crazy!!!! Trying to set up HTPC and cannot get the sound to play on samsung LCD through HDMI connection graphics card ATI 4350 drivers installed and working great... basicallly no good reason why i cant hear a freaking thing through the speakers i have double triple and quadruple check every possible setting and configuration. Any help appreciated
Last edited by walzon (2011-12-13 03:05:26)
Offline
Start by posting logs and configs. Are the modules being loaded?
Offline
Forgot how to check if the modules were loading but i did check at some point from a wiki i read and all were loaded. the only weird thing is that in alsomixer when i f6 and choose hdmi there are no settings just spdif also setup hdmi in alsaconf
When i set the default divice in asound.conf it no longer shows up in sound manager after reboot but it still shows no errors when i test it in terminal.
[walzon@walzon1 ~]$ cat /proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfe6f8000 irq 16
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfe7ec000 irq 49
[walzon@walzon1 ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
[walzon@walzon1 ~]$ aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
etc/asound.conf
pcm.!default {
type hw
card 1
device 3
}
ctl.!default {
type hw
card 1
device 3
speaker-test 1.0.24.2
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 64 to 1048576
Period size range from 32 to 524288
Using max buffer size 1048576
Periods = 4
was set period_size = 262144
was set buffer_size = 1048576
0 - Front Left
1 - Front Right
Offline
'lsmod' prints all the loaded modules.
I still don't know if you have 'radeon.audio=1' on your kernel command line:
https://wiki.archlinux.org/index.php/ATI#HDMI_Audio
https://wiki.archlinux.org/index.php/Ad … s_Not_Work
Offline
Wow!!!! never saw that section in the wiki or any of my searches and trust me i have been at this for 3 days looking, would never post unless i am desperate. ADDED lines in /boot/grub/menu.lst and finally rockin' and rollin' i owe you a drink. thank you thank you thank you
Offline
You're welcome :-) I just searched our wiki for 'hdmi' and these were the first two hits.
Please remember to mark the thread as solved.
Offline