Anzeige:
Seite 1 von 3 123 LetzteLetzte
Ergebnis 1 bis 15 von 42

Thema: ALSA 5.1 Surround Sound

  1. #1
    Mitglied
    Registriert seit
    Oct 2001
    Beiträge
    36

    ALSA 5.1 Surround Sound

    Hallo zusammen,

    ich versuch nun schon seit mehreren Tagen mein 5.1 System zum laufen zu bekommen.
    Ich bin nach der Anleitung hier im Forum vorgegangen, habe das allerneueste alsa installiert. Inzwschen laufen die vorderen und die Center- Box sowie der Subwoofer perfekt, da muss es doch möglich sein auch aus den hinteren Boxen Musik zu bekommen.
    Ich habe bereits im alsamixer sämtliche Regler raufgestellt, ohne Erfolg.
    Was mich am meisten wundert, ich habe kein OGain oder IGain im Mixer??

    Meine /etc/modules.d/alsa:

    Code:
    alias snd-card-0 snd-emu10k1
    
    options snd-emu10k1 extin=0x3fc3 extout=0x1fff 
    ## alias snd-card-1 snd-ens1371
    ##  OSS/Free portion
     alias sound-slot-0 snd-card-0
    ## alias sound-slot-1 snd-card-1
    ##
    
    # OSS/Free portion - card #1
    alias sound-service-0-0 snd-mixer-oss
    alias sound-service-0-1 snd-seq-oss
    alias sound-service-0-3 snd-pcm-oss
    alias sound-service-0-8 snd-seq-oss
    alias sound-service-0-12 snd-pcm-oss
    ##  OSS/Free portion - card #2
    ## alias sound-service-1-0 snd-mixer-oss
    ## alias sound-service-1-3 snd-pcm-oss
    ## alias sound-service-1-12 snd-pcm-oss
    
    alias /dev/mixer snd-mixer-oss
    alias /dev/dsp snd-pcm-oss
    alias /dev/midi snd-seq-oss
    
    # Set this to the correct number of cards.
    options snd cards_limit=1




    Und noch die emu10k1.conf:



    Code:
    CARD_TYPE="emu"
    
    ##
    ## This file is used to configure emu10k1's emu-script
    ##
    
    CARD_IS_5_1=yes
    USE_DIGITAL_OUTPUT=yes
    ENABLE_TONE_CONTROL=yes
    
    # Note, it's safe to say yes to the next option even if you're not going
    # to use it. When this option is enabled, the driver can autodetects AC3
    # data and behaves normally with normal audio.
    # (Saying yes causes some of the soundcard's resourses to be used up)
    AC3PASSTHROUGH=yes
    
    # Change this to yes to enable the Livedrive midi port and IR remote 
    # control.
    ENABLE_LIVEDRIVE_IR=no
    
    # Most Lives have their analog front signals inverted. If you have
    # problems with your setup (low bass), try changing this to 'yes'. (This
    # option has no effect with digital setups)
    INVERT_REAR=no
    
    #Multichannel playback (for 4 - 6 channel setups)
    MULTICHANNEL=yes
    
    # On 5.1 cards in multichannel mode, should the multichannel data be fed
    # to the sub as well?  You probably don't want this if you have a
    # speaker set like the DTT2200 which already feeds all channels to the
    # sub in hardware.
    ROUTE_ALL_TO_SUB=no
    
    # By default, the front analog channels have a +12dB boost applied to
    # them by the AC'97 mixer. If you encounter clipping, or find that the
    # volume of the front speakers is too high in a multichannel setup, try
    # changing this to 'no'.
    ANALOG_FRONT_BOOST=yes
    
    
    
    # Surround
    ##################
    
    # Some wavs, or mp3 are surround sound encoded the next two
    # options can be used to decode these in hardware.
    # (select on or the other, not both)
    
    # passive matrix surround decoder 
    SURROUND=yes
    
    # Active matrix surround decoder
    PROLOGIC=no
    
    
    # Extra Inputs 
    #################
    
    ## This connector is mounted on the card itself
    ENABLE_CD_Spdif=yes  # Volume control is 'Digital1' in aumix/gmix/kmix
    
    # The next four inputs are found on Livedrives, some of these may also
    # be inputs on the older add-on daughter cards.
    
    ENABLE_OPTICAL_SPDIF=no # Volume control is 'Digital2'
    ENABLE_LINE2_MIC2=no    # Volume control is 'Line2'
    ENABLE_RCA_SPDIF=no     # Volume control is 'Digital3'
    ENABLE_RCA_AUX=no       # Volume control is 'line3'



    Hat jemand vielleicht einen Tipp? Es muss doch möglich sein!
    Geändert von Melian (08.04.04 um 18:32 Uhr)

  2. #2
    Registrierter Benutzer Avatar von DaVito
    Registriert seit
    Apr 2004
    Beiträge
    36
    He ich hab das gleiche Problem.


    Weis denn keiner Rat ?

    Vielleicht ist die Lösung bei ALSA zu suchen ?
    Gentoo Stage 1
    Athlon 2400, 512 MB RAM
    ASRock K7VT2
    GeForce2 MX-400
    Soundblaster Audigy 2 ZS

  3. #3
    Registrierter Benutzer Avatar von DaVito
    Registriert seit
    Apr 2004
    Beiträge
    36
    Kann man ALSA sagen, dass es ein 5.1 System verwenden soll ??
    (außer in der emu10k1.conf?)
    Gentoo Stage 1
    Athlon 2400, 512 MB RAM
    ASRock K7VT2
    GeForce2 MX-400
    Soundblaster Audigy 2 ZS

  4. #4
    Linuxzocker Avatar von Fatty
    Registriert seit
    Apr 2001
    Ort
    /dev/bier
    Beiträge
    2.501
    Öhm, ich hab eigtl. gedacht, dass die emu10k1.conf Bestandteil des "normalen" emu10k1-Treibers ist - und eben nicht zu ALSA gehört...

    Bei ALSA sollte man stattdessen eigtl. in der ~/.asoundrc die nötigen Einstellungen vornehmen.
    Ich hab leider kein 5.1-Soundsystem, deswegen konnte ich bei mir den 5.1-Sound auch noch nicht testen.

    Schaut mal in der Doku auf http://www.alsa-project.org vorbei, da werdet ihr wahrscheinlich fündig.
    Peer-to-Peer-Telefonie mit Java gibt's nicht? Doch: Javafon!

  5. #5
    Registrierter Benutzer Avatar von DaVito
    Registriert seit
    Apr 2004
    Beiträge
    36
    Oh mann, da blick ich nicht durch.
    Kennt jemand ein verständliches Tuturial für asoundrc ?
    Gentoo Stage 1
    Athlon 2400, 512 MB RAM
    ASRock K7VT2
    GeForce2 MX-400
    Soundblaster Audigy 2 ZS

  6. #6
    Ölknecht
    Registriert seit
    Apr 2004
    Beiträge
    24
    versucht mal im ALSAmixer den vorletzten Regler. Dort oben die beiden Lautsprecher deaktivieren. Heißt bei mir "SB Live Analo... output Jack". Hab auch ewig dran rum gedocktert bis ich das gefunden hatte.
    Hiroschima 45 - Tschernobyl 86 - Windows 95

  7. #7
    Registrierter Benutzer Avatar von DaVito
    Registriert seit
    Apr 2004
    Beiträge
    36
    Die beiden Surroundboxen (hinteren) bleiben immer noch stumm
    Gentoo Stage 1
    Athlon 2400, 512 MB RAM
    ASRock K7VT2
    GeForce2 MX-400
    Soundblaster Audigy 2 ZS

  8. #8
    Mitglied
    Registriert seit
    Oct 2001
    Beiträge
    36
    Hier kann man einige optionen ändern

    http://opensrc.org/alsa/index.php?page=emu10k1


    Hat aber überhaupt keine Auswirkung gehabt bei mir.
    Ich gebs auf. Da nehm ich lieber Windows, das geht wenigstens.

  9. #9
    Ölknecht
    Registriert seit
    Apr 2004
    Beiträge
    24
    hab mich mal ein bisschen verkünstelt aber vielleicht hilft es dir ja.
    Hiroschima 45 - Tschernobyl 86 - Windows 95

  10. #10
    Registrierter Benutzer Avatar von DaVito
    Registriert seit
    Apr 2004
    Beiträge
    36
    Danke,

    aber wenn ich den alsa-mixer so einstelle wie bei dir hör ich gar nichts mehr.
    Er sieht auch anders aus als der von dir.
    Bei mir wird als CHip Sigma ID 58 angegeben.
    Wie ist deine alsaconf und .asoundrc ??
    Gentoo Stage 1
    Athlon 2400, 512 MB RAM
    ASRock K7VT2
    GeForce2 MX-400
    Soundblaster Audigy 2 ZS

  11. #11
    Phlogiston
    Gast
    hmm also ich hab ne sb live 5.1 analog mit 5.1 surround, funzt bestens. verwende alsa, da brauch ich doch auch keine emu10k1.conf mann muss einfach etwas mit dem alsamixer(gui) rumspielen, und plötzlich hört man auf allen boxen sound....

    viel spass, kann euch ja mal meine soundcfg geben

    die kann dann alsactl -f datei restore eingelesen werden, so kann übrigens auch mit presets gearbeitet werden.....
    Geändert von Phlogiston (28.08.06 um 19:05 Uhr)

  12. #12
    Ölknecht
    Registriert seit
    Apr 2004
    Beiträge
    24
    Da ich noch mehr Newbee bin als alles andere mein 5.1 jedoch funktioniert, schreib mir mal bitte welche Dateien du jetzt genau sehen willst.
    Hiroschima 45 - Tschernobyl 86 - Windows 95

  13. #13
    Registrierter Benutzer Avatar von DaVito
    Registriert seit
    Apr 2004
    Beiträge
    36
    Glaub mir, ich wäre überglücklich wenn es so wäre....

    Es geht ja Raumklang, nur die hinteren boxen nicht.

    Wenn ich die Datei einles, geht der center und der subwoofer nicht mehr.
    Außerdem kommt ne Fehlermeldung.
    Code:
    bash-2.05b# alsactl -f soundcfg restore
    alsactl: set_control:797: warning: numid mismatch (46/52) for control #46
    alsactl: set_control:797: warning: numid mismatch (47/53) for control #47
    alsactl: set_control:805: warning: name mismatch (Phone Playback Switch/Headphone Playback Switch) for control #48
    alsactl: set_control:805: warning: name mismatch (Phone Playback Volume/Headphone Playback Volume) for control #49
    alsactl: set_control:892: bad control.49.value type
    Ich sehe schon, mir fehlen ein paar Regler. Bestimmt der für die hinteren Boxen.
    Wie krieg ich diese hin ??? Ich bin echt mit dem Latein am Ende.

    Amixer sagt:



    Wie sehen denn eure Konfigurationsdateien aus
    ( alsa.conf, /etc/modules.d/alsa, /etc/devfsd.conf,


    Ich hab sound, 5.1 sogar, nur eben ohne hintere Boxen.
    Ich hab die Regler alle rauf und runter gedreht und rauf und runter und hin und her



    Soundkarte mit alsaconf konfigurieren geht nicht ----> " No supported PnP or PCI card found"

    Ich mach seit drei Tagen nichts anderes als die Soundkarte zu konfigurieren.
    Weder mit Kernel 2.4.20 noch mit 2.6.4 gehts.

    Amixer sagt:

    Code:
    Simple mixer control 'Master',0
      Capabilities: pvolume pswitch pswitch-joined
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 29 [94%] [on]
      Front Right: Playback 29 [94%] [on]
    Simple mixer control 'Headphone',0
      Capabilities: pvolume pswitch pswitch-joined
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 31 [100%] [on]
      Front Right: Playback 31 [100%] [on]
    Simple mixer control 'Headphone LFE',1
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'Headphone',1
      Capabilities: pvolume
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 100
      Front Left: Playback 0 [0%]
      Front Right: Playback 0 [0%]
    Simple mixer control 'Headphone Center',1
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'Tone',0
      Capabilities: pswitch
      Playback channels: Front Left - Front Right
      Mono:
      Front Left: Playback [on]
      Front Right: Playback [on]
    Simple mixer control 'Bass',0
      Capabilities: volume
      Playback channels: Front Left - Front Right
      Limits: 0 - 40
      Mono: 40 [100%]
      Front Left:
      Front Right:
    Simple mixer control 'Treble',0
      Capabilities: volume
      Playback channels: Front Left - Front Right
      Limits: 0 - 40
      Mono: 22 [55%]
      Front Left:
      Front Right:
    Simple mixer control '3D Control - Center',0
      Capabilities: volume volume-joined
      Playback channels: Mono
      Limits: 0 - 15
      Mono: 15 [100%]
    Simple mixer control '3D Control - Depth',0
      Capabilities: volume volume-joined
      Playback channels: Mono
      Limits: 0 - 15
      Mono: 15 [100%]
    Simple mixer control '3D Control - Switch',0
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'PCM',0
      Capabilities: pvolume pswitch pswitch-joined
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 29 [94%] [on]
      Front Right: Playback 29 [94%] [on]
    Simple mixer control 'Surround',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 100 [100%] Capture 100 [100%] [on]
      Front Right: Playback 100 [100%] Capture 100 [100%] [on]
    Simple mixer control 'Center',0
      Capabilities: pvolume pvolume-joined
      Playback channels: Mono
      Limits: Playback 0 - 100
      Mono: Playback 86 [86%]
    Simple mixer control 'LFE',0
      Capabilities: pvolume pvolume-joined
      Playback channels: Mono
      Limits: Playback 0 - 100
      Mono: Playback 100 [100%]
    Simple mixer control 'Wave',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 52 [52%] Capture 0 [0%] [on]
      Front Right: Playback 52 [52%] Capture 0 [0%] [on]
    Simple mixer control 'Wave Center',0
      Capabilities: pvolume pvolume-joined
      Playback channels: Mono
      Limits: Playback 0 - 100
      Mono: Playback 0 [0%]
    Simple mixer control 'Wave LFE',0
      Capabilities: pvolume pvolume-joined
      Playback channels: Mono
      Limits: Playback 0 - 100
      Mono: Playback 0 [0%]
    Simple mixer control 'Wave Surround',0
      Capabilities: pvolume
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 100
      Front Left: Playback 0 [0%]
      Front Right: Playback 0 [0%]
    Simple mixer control 'Music',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 0 [0%] Capture 0 [0%] [on]
      Front Right: Playback 0 [0%] Capture 0 [0%] [on]
    Simple mixer control 'Line',0
      Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 31 [100%] [on] Capture [off]
      Front Right: Playback 31 [100%] [on] Capture [off]
    Simple mixer control 'Line LiveDrive',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 0 [0%] Capture 0 [0%] [on]
      Front Right: Playback 0 [0%] Capture 0 [0%] [on]
    Simple mixer control 'Line2 LiveDrive',1
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 0 [0%] Capture 0 [0%] [on]
      Front Right: Playback 0 [0%] Capture 0 [0%] [on]
    Simple mixer control 'CD',0
      Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 0 [0%] [off] Capture [off]
      Front Right: Playback 0 [0%] [off] Capture [off]
    Simple mixer control 'Mic',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Playback channels: Mono
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono: Playback 0 [0%] [off]
      Front Left: Capture [off]
      Front Right: Capture [off]
    Simple mixer control 'Mic Boost (+20dB)',0
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'Mic Select',0
      Capabilities:
      Mono:
    Simple mixer control 'Video',0
      Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 20 [65%] [on] Capture [off]
      Front Right: Playback 20 [65%] [on] Capture [off]
    Simple mixer control 'Phone',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Playback channels: Mono
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono: Playback 31 [100%] [on]
      Front Left: Capture [off]
      Front Right: Capture [off]
    Simple mixer control 'IEC958',0
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'IEC958 Coaxial',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 0 [0%] Capture 0 [0%] [on]
      Front Right: Playback 0 [0%] Capture 0 [0%] [on]
    Simple mixer control 'IEC958 LiveDrive',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 0 [0%] Capture 0 [0%] [on]
      Front Right: Playback 0 [0%] Capture 0 [0%] [on]
    Simple mixer control 'IEC958 Optical Raw',0
      Capabilities: pswitch
      Playback channels: Front Left - Front Right
      Front Left: Playback [on]
      Front Right: Playback [on]
    Simple mixer control 'IEC958 Playback AC97-SPSA',0
      Capabilities: volume volume-joined
      Playback channels: Mono
      Limits: 0 - 3
      Mono: 3 [100%]
    Simple mixer control 'IEC958 TTL',0
      Capabilities: pvolume cvolume cswitch
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 0 [0%] Capture 0 [0%] [on]
      Front Right: Playback 0 [0%] Capture 0 [0%] [on]
    Simple mixer control 'PC Speaker',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined
      Playback channels: Mono
      Limits: Playback 0 - 15
      Mono: Playback 0 [0%] [on]
    Simple mixer control 'Aux',0
      Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Front Left: Playback 0 [0%] [on] Capture [off]
      Front Right: Playback 0 [0%] [on] Capture [off]
    Simple mixer control 'Capture',0
      Capabilities: cvolume cswitch cswitch-joined
      Capture channels: Front Left - Front Right
      Limits: Capture 0 - 15
      Front Left: Capture 0 [0%] [on]
      Front Right: Capture 0 [0%] [on]
    Simple mixer control 'Mix',0
      Capabilities: cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Capture channels: Front Left - Front Right
      Front Left: Capture [off]
      Front Right: Capture [off]
    Simple mixer control 'Mix Mono',0
      Capabilities: cswitch cswitch-joined cswitch-exclusive
      Capture exclusive group: 0
      Capture channels: Front Left - Front Right
      Front Left: Capture [on]
      Front Right: Capture [on]
    Simple mixer control 'AC97',0
      Capabilities: pvolume cvolume
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: Playback 0 - 100 Capture 0 - 100
      Front Left: Playback 6 [6%] Capture 30 [30%]
      Front Right: Playback 6 [6%] Capture 30 [30%]
    Simple mixer control 'EMU10K1 PCM',0
      Capabilities: volume
      Playback channels: Front Left - Front Right - Front Center
      Limits: 0 - 65535
      Mono: 65535 [100%]
      Front Left:
      Front Right:
      Front Center:
    Simple mixer control 'EMU10K1 PCM Send',0
      Capabilities: volume
      Playback channels: Front Left - Front Right - Front Center - Rear Left - Rear Right - Woofer - ? - ? - ? - ? - ? - ?
      Limits: 0 - 255
      Mono: 255 [100%]
      Front Left:
      Front Right:
      Front Center:
      Rear Left:
      Rear Right:
      Woofer:
      ?:
      ?:
      ?:
      ?:
      ?:
      ?:
    Simple mixer control 'EMU10K1 PCM Send Routing',0
      Capabilities: volume
      Playback channels: Front Left - Front Right - Front Center - Rear Left - Rear Right - Woofer - ? - ? - ? - ? - ? - ?
      Limits: 0 - 15
      Mono: 0 [0%]
      Front Left:
      Front Right:
      Front Center:
      Rear Left:
      Rear Right:
      Woofer:
      ?:
      ?:
      ?:
      ?:
      ?:
      ?:
    Simple mixer control 'External Amplifier Power Down',0
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [off]
    Simple mixer control 'SB Live Analog/Digital Output Jack',0
      Capabilities: pswitch pswitch-joined
      Playback channels: Mono
      Mono: Playback [on]
    Gentoo Stage 1
    Athlon 2400, 512 MB RAM
    ASRock K7VT2
    GeForce2 MX-400
    Soundblaster Audigy 2 ZS

  14. #14
    Ferguson Avatar von NoiZe_DJ
    Registriert seit
    Aug 2003
    Ort
    Z'Ha'Dum
    Beiträge
    223
    Ich verwende nen 2.6.5er Kernel mit ner Audigy2. Ich musste nur bisserl an den Reglern im alsamixer rumspielen und alle Boxen wurden angesprochen.
    PCM Center, PCM Front, PCM LFE, PCM Surround und die ganzen noch ohne den Vorsatz "PCM" und perfekten 5.1 Klang hier.
    > Live Your Life > Just Go BZRK > Think 4 Yourself > Fight The System

    Windows XP hat mehr Bugs als Klendathu...

    <Herbie`work> yu ar lahfing abaut mei inglisch skills ?

  15. #15
    Ölknecht
    Registriert seit
    Apr 2004
    Beiträge
    24
    Ich hab vergeblich nach den anderen beiden Dateien gesucht. Die sind irgendwie unauffindbar. Wieso auch immer. Die alsa.conf sieht aber sehr lustig aus.
    emerge dir doch mal den neusten emu10k1 und die emu-tools.
    Hiroschima 45 - Tschernobyl 86 - Windows 95

Ähnliche Themen

  1. Sound für wine: Skripte für OSS und ALSA gleichzeitig auf einem System
    Von shellfish im Forum Emulatoren für Spiele
    Antworten: 2
    Letzter Beitrag: 09.04.04, 00:01
  2. Immernoch Probleme mit Alsa :( bei 5.1 Sound
    Von X-Dimension im Forum Musik
    Antworten: 2
    Letzter Beitrag: 25.11.03, 16:14
  3. Kein Surround Sound trotz Alsa Treiber?
    Von Lordofthematrix im Forum Musik
    Antworten: 9
    Letzter Beitrag: 05.11.03, 16:01
  4. Alsa 0.9.2 + Surround 5.1
    Von gathering im Forum Musik
    Antworten: 5
    Letzter Beitrag: 11.04.03, 21:41
  5. Antworten: 4
    Letzter Beitrag: 29.01.03, 18:57

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •