Siduction Forum

Siduction Forum => Hardware - Support => Topic started by: bryn1u on 2012/01/24, 20:33:49

Title: Audio doesnt work or 2 cards ?
Post by: bryn1u on 2012/01/24, 20:33:49
Hi.

After installtion i dont got a sound why ?

My options clink into link:
http://www.alsa-project.org/db/?f=8b162a5abb4cc49f585c00ebdb991768c56009c3

Chip ATI R6XX HDMI.

Alsaconf not found :=(
another:
Code: [Select]

root@BSD:/home/bryn1u# dpkg -l | grep alsa
ii  alsa-base                                        1.0.23+dfsg-4                  ALSA driver configuration files
ii  alsa-utils                                       1.0.24.2-4                     Utilities for configuring and using ALSA


groups:
Code: [Select]

bryn1u@BSD:~$ groups
bryn1u lp dialout cdrom floppy audio dip video plugdev users fuse scanner kvm netdev
bryn1u@BSD:~$


Whats wrong ?
greetz.
Title: RE: Audio doesnt work or 2 cards ?
Post by: towo on 2012/01/24, 20:36:29
cat /proc/asound/cards
Title: RE: Audio doesnt work or 2 cards ?
Post by: bryn1u on 2012/01/24, 20:41:59
answer:
Code: [Select]


root@BSD:/home/bryn1u# cat /proc/asound/cards
 0 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xf0344000 irq 45
 1 [Generic_1      ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xf0340000 irq 16
Title: RE: Audio doesnt work or 2 cards ?
Post by: towo on 2012/01/24, 20:42:51
lspci | grep -i audio
Title: RE: Audio doesnt work or 2 cards ?
Post by: bryn1u on 2012/01/24, 20:49:22
Code: [Select]
root@BSD:/home/bryn1u# lspci | grep -i audio
00:01.1 Audio device: ATI Technologies Inc Device 1714
00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01)
Title: RE: Audio doesnt work or 2 cards ?
Post by: towo on 2012/01/24, 20:55:01
lspci | grep -i vga

And you want HDMI Sound?
Title: RE: Audio doesnt work or 2 cards ?
Post by: bryn1u on 2012/01/24, 21:15:16
sure.

root@BSD:/home/bryn1u# lspci | grep -i vga
00:01.0 VGA compatible controller: ATI Technologies Inc Device 9647
01:00.0 VGA compatible controller: ATI Technologies Inc Whistler [AMD Radeon HD 6600M Series]
Title: RE: Audio doesnt work or 2 cards ?
Post by: towo on 2012/01/24, 21:34:50
Now the big question, which of the 2 hdmi you want to use?
Title: RE: Audio doesnt work or 2 cards ?
Post by: bryn1u on 2012/01/24, 23:25:05
Problem resolved.

Solution:

touch
Code: [Select]
~/.asoundrc
and put into this file something like:
Code: [Select]

pcm.!default {
    type hw
    card 1
}

ctl.!default {
    type hw          
    card 1
}

Works perfect !
Thx for help friend.

P.S Maybe u know any easier solution/solutions ?

Greetz.