• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Sound nur ein Kanal mit Asus-Board

Hallo zusammen,

also ich habe mir eine neues Board gegönnt (Asus M2NPV-VM) welches mit dem SoundMax Chip AD1986A bestückt ist.

Im Gegensatz zu Windows wird unter 10.2 nur auf dem rechten Kanal der Sound ausgegeben. Der Linke bleibt entweder stumm oder ich höre eine nerviges Pfeifen.

Ich habe zwar hier im Forum schon rumgesucht, aber irgendwie hab' ich noch keine Lösung gefunden.
Und damit meine ich auch die Tipps, das man sich eine neue Soundkarte kaufen soll. (Ich hab' keine Slot mehr frei. :( )

Also, ich wäre echt froh, hier 'ne Lösung zu finden, denn auf Dauer ohne richtigen Sound ist auch Sch...!

Gruß, Torsten.
 
Eine Antwort ins Blaue hinein: In Yast kannst Du in den Soundkarteneinstellungen verschiedene Werte einstellen. Als mein VIA-Chipsatz nicht optimal life, musste ich den Wer "ac-quirk" auf 1 setzen.

Leider blieb mir nichts anderes übrig als mehrere Werte auszuprobieren - einmal erkannt, hatte ich aber keine Probleme mehr.
 
Naja, ich hab' mal noch so ein paar Infos zusammengetragen.
Vielleicht hilft das ja, dem Problem auf die Spur zu kommen.
Und so wie es aussieht, wird der snd-hda-intel Treiber benutzt.

Grothesk schrieb:
Mal bitte die Ausgabe von /sbin/lspci
Code:
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev
a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTra        nsport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address         Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Con        troller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscella        neous Control
04:05.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Cont        roller (PHY/Link)
04:08.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 IS        DN [Fritz] (rev 02)
04:09.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip /         Technisat SkyStar2 DVB card (rev 01)

Grothesk schrieb:
Code:
snd_pcm_oss            71680  0
snd_mixer_oss          35840  1 snd_pcm_oss
snd_seq                82976  0
snd_seq_device         26516  1 snd_seq
snd_hda_intel          37660  1
snd_hda_codec         220160  1 snd_hda_intel
snd_pcm               115464  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              44680  2 snd_seq,snd_pcm
snd                    89384  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore              28192  1 snd
snd_page_alloc         27792  2 snd_hda_intel,snd_pcm

nightcrawler schrieb:
soundtreiber von automatischer erkennung auf alsa umgestellt
Das ist bei mir auch so, aber leider funktioniert es trotzdem nicht.

torsten_ schrieb:
Als mein VIA-Chipsatz nicht optimal life, musste ich den Wer "ac-quirk" auf 1 setzen.
Hat leider nicht funktioniert. Ich bekomme 'ne Fehlermeldung bzgl. der Option für diesen Treiber. Offensichtlich kennt er ac-quirk nicht.
 
Oben