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

Author Topic: [DE] [gelöst] Kein Sound - Aspire 722  (Read 3720 times)

kwoby

  • Guest
[DE] [gelöst] Kein Sound - Aspire 722
« on: 2012/01/17, 00:44:41 »
Hello,

mit Phonon habe ich sound, die Systemtest funktionieren. Alsamixer Schieber oben. In Browser kein sound. Kaffeine gibt eine Fehlermeldung aus
Quote
cannot create audio output

Mit Vlc kein sound  (ging mit Kubuntu kurz test und M$)

Code: [Select]
lspci | grep -i audio
00:01.1 Audio device: ATI Technologies Inc Wrestler HDMI Audio [Radeon HD 6250/6310]
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)

Code: [Select]
lsmod | grep snd
lsmod | grep snd
snd_hda_codec_conexant    39967  1
snd_hda_codec_hdmi     21040  1
snd_hda_intel          20489  4
snd_hda_codec          65077  3 snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep               5286  1 snd_hda_codec
snd_pcm                58758  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq                41929  0
snd_timer              15836  2 snd_pcm,snd_seq
snd_seq_device          4697  1 snd_seq
snd                    48291  17 snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore               4537  1 snd
snd_page_alloc          6043  2 snd_hda_intel,snd_pcm



Code: [Select]
cat /proc/asound/cards
 0 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xf0444000 irq 40
 1 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xf0440000 irq 16


Code: [Select]
echo blacklist snd-hda-intel > /etc/modprobe.d/blacklist-onboard.conf
habe ich versucht, geht nicht!

hat jemand eine Idee?

Gruss
kwoby

Offline ayla

  • User
  • Posts: 1.744
[gelöst] Kein Sound - Aspire 722
« Reply #1 on: 2012/01/17, 03:25:43 »
Schau mal hier unter dem letzten Punkt. Und das blacklisten des hda-intel wieder rausnehmen, der wird gebraucht.

kwoby

  • Guest
[gelöst] Kein Sound - Aspire 722
« Reply #2 on: 2012/01/17, 07:01:54 »
Ayla, Danke,
Habe versucht. Hier noch einige Angaben:

lsusb:
Code: [Select]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c019 Logitech, Inc. Optical Tilt Wheel Mouse
Bus 002 Device 002: ID 064e:d214 Suyin Corp.

lspci:
Code: [Select]
lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: ATI Technologies Inc Device 9807
00:01.1 Audio device: ATI Technologies Inc Wrestler HDMI Audio [Radeon HD 6250/6310]
00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
00:12.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)
00:15.0 PCI bridge: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:15.2 PCI bridge: ATI Technologies Inc SB900 PCI to PCI bridge (PCIE port 2)
00:15.3 PCI bridge: ATI Technologies Inc SB900 PCI to PCI bridge (PCIE port 3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
06:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet (rev c1)
07:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)


Ich habe den thread gesehen und habe probiert:
Code: [Select]
cat /etc/modprobe.d/sound.conf
alias sound-card0 snd-hda-intel
options snd-hda-intel index=0

alias sound-card1 snd-usb-audio
options snd-usb-audio index=1

Muss ich etwas anderes einfügen ??

Dies geht nicht. Phonon system sound test OK aber wieder Kaffeine Fehler und kein Browser sound!

Gruss
Kwoby

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.939
[gelöst] Kein Sound - Aspire 722
« Reply #3 on: 2012/01/17, 07:51:04 »
Was willst Du mit USB Sound?
Du hast keinen USB Sound!
Dein Problem ist, daß HDMI als default card gesetzt wird. Das kann man nur ändern, indem man eine ~/.asoundrc anlegt:
http://wiki.siduction.de/index.php?title=Mehrere_Soundkarten_verwalten#4._Zwei_interne_Chips_verwenden_den_gleichen_Treiber
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ayla

  • User
  • Posts: 1.744
[gelöst] Kein Sound - Aspire 722
« Reply #4 on: 2012/01/17, 15:15:10 »
hmm, ist wohl meine Schuld.

Ich hab mich in dem Abschnitt "zwei interne Chips benutzen den gleichen Treiber" möglicherweise missverständlich ausgedrückt. Man kann es wohl so interpretieren daß der Beitrag nur zum Umschalten vom HDMI- auf den optischen Ausgang gedacht ist und nicht auch für die "normalen" Klinkenausgänge. Ich änder das mal ab.

Gruß
ayla

kwoby

  • Guest
Sound geht jetzt!
« Reply #5 on: 2012/02/06, 18:55:23 »
Sound läuft jetzt.

zwei Möglichkeiten :

1) das Script wie vorgeschlagen das so aussieht:

Code: [Select]
cat .asoundrc
pcm.Generic { type hw; card Generic; }
ctl.Generic { type hw; card Generic; }
pcm.SB { type hw; card SB; }
ctl.SB { type hw; card SB; }
pcm.!default pcm.SB
ctl.!default ctl.SB


2) anstelle von Script ein file mit Namen /etc/asound.conf

Code: [Select]
cat /etc/asound.conf

# On définit la sortie son
pcm.!default {
  type hw
  card 1 # numéro de la carte que vous voulez utiliser
}
# On définit le mixeur associé
ctl.!default {  
  type hw
  card 1 # numéro de la carte que vous vouler utiliser
}



Beide Wege gehen !

Danke für die Hilfe.

Gruss

Kwoby :P