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

Suse11, nur Stereo-Sound statt Sourround

Hallo!
Ich habe zum Glück auf Anhieb Sound bei Suse11 gehabt. Aber irgendwie kommt nur aus dem normalen Stereo-Anschluß Ton raus. Nun habe ich aber mehr als 2 Lautsprecher im Raum verteilt und würde die gern nutzen (z.B. beim DVD gucken via VLC oder auch bei MP3s stereo auf allen 4 Lautsprechern)
Gibt es irgendeine Möglichkeit, das relativ einfach zu konfigurieren, ohne sich durch die Manuelle Einrichtung zu quälen?
Yast2 biete so gut wie keine Möglichkeit, irgendwas einzustellen und auch im Mixer finde ich nichts Geeignetes.
In VLC habe ich schon probiert auf 2+2Lautsprecher zu stellen, es ändert sich nichts.

Noch ein paar Infos zum System:
openSUSE 11.0 (i586)
VERSION = 11.0
2.6.25.5-1.1-pae

/sbin/lspci
Code:
00:00.0 RAM memory: nVidia Corporation MCP65 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation MCP65 LPC Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation MCP65 SMBus (rev a1)
00:01.2 RAM memory: nVidia Corporation MCP65 Memory Controller (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP65 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP65 USB Controller (rev a3)
00:06.0 Ethernet controller: nVidia Corporation MCP65 Ethernet (rev a3)
00:07.0 Audio device: nVidia Corporation MCP65 High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP65 PCI bridge (rev a1)
00:09.0 IDE interface: nVidia Corporation MCP65 IDE (rev a1)
00:0a.0 IDE interface: nVidia Corporation MCP65 SATA Controller (rev a3)
00:0d.0 PCI bridge: nVidia Corporation MCP65 PCI Express bridge (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport 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 Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
01:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
02:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7300 GS] (rev a1)

/usr/sbin/hwinfo --sound
Code:
20: PCI 07.0: 0403 Audio device
  [Created at pci.310]
  UDI: /org/freedesktop/Hal/devices/pci_10de_44a
  Unique ID: M71A.sBsq21EpWG1
  SysFS ID: /devices/pci0000:00/0000:00:07.0
  SysFS BusID: 0000:00:07.0
  Hardware Class: sound
  Model: "nVidia MCP65 High Definition Audio"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x044a "MCP65 High Definition Audio"
  SubVendor: pci 0x1458 "Giga-byte Technology"
  SubDevice: pci 0xa002
  Revision: 0xa1
  Driver: "HDA Intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xe5200000-0xe5203fff (rw,non-prefetchable)
  IRQ: 23 (221171 events)
  Module Alias: "pci:v000010DEd0000044Asv00001458sd0000A002bc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Config Status: cfg=no, avail=yes, need=no, active=unknown

lsmod | grep snd
Code:
snd_pcm_oss            64256  0
snd_mixer_oss          33408  1 snd_pcm_oss
snd_seq                73664  0
snd_seq_device         25100  1 snd_seq
snd_hda_intel         386460  2
snd_pcm               100100  2 snd_pcm_oss,snd_hda_intel
snd_timer              40712  2 snd_seq,snd_pcm
snd_page_alloc         27400  2 snd_hda_intel,snd_pcm
snd_hwdep              26372  1 snd_hda_intel
snd                    79544  12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore              24264  1 snd

Gruß, MagicEye
 
Um Stereo auf mehr als zwei Lautsprechern auszugeben, benötigst Du eine angepaßte .asoundrc in Deinem home. Sieh Dich dazu mal auf der alsa-Homepage um. Dort findest Du sicher auch Anleitungen, aus allen Ausgängen Sound zu bekommen. Mir hat das zu 5.1-Sound verholfen.
 
Oben