Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Audio doesnt work or 2 cards ?  (Read 6320 times)

bryn1u

  • Guest
[EN] Audio doesnt work or 2 cards ?
« 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.

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
RE: Audio doesnt work or 2 cards ?
« Reply #1 on: 2012/01/24, 20:36:29 »
cat /proc/asound/cards
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

bryn1u

  • Guest
RE: Audio doesnt work or 2 cards ?
« Reply #2 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

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
RE: Audio doesnt work or 2 cards ?
« Reply #3 on: 2012/01/24, 20:42:51 »
lspci | grep -i audio
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

bryn1u

  • Guest
RE: Audio doesnt work or 2 cards ?
« Reply #4 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)

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
RE: Audio doesnt work or 2 cards ?
« Reply #5 on: 2012/01/24, 20:55:01 »
lspci | grep -i vga

And you want HDMI Sound?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

bryn1u

  • Guest
RE: Audio doesnt work or 2 cards ?
« Reply #6 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]

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
RE: Audio doesnt work or 2 cards ?
« Reply #7 on: 2012/01/24, 21:34:50 »
Now the big question, which of the 2 hdmi you want to use?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

bryn1u

  • Guest
RE: Audio doesnt work or 2 cards ?
« Reply #8 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.