PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Knacksen in der Soundkarte



PhobosUT
09.11.02, 14:18
Ich hab' ein kleines Problem mit dem Sound unter Linux. Leider hab' ich nur Sound-on-Board, da meine Soundblaster Live 1024 kaputt gegangen ist. Mit der SB Live hatte ich aber das gleiche Problem.

Also mein Mainboard ist ein Asus K7V das Sound-on-Board Viech ist ein Via AC'97, was sonst :) Ich benutze SuSE Linux 7.3. Die Soundkarte habe ich mit Yast2 eingerichtet. So weit funktioniert auch alles. Nur ein kleines Problem gibt's. Wenn ich in xmms ein MP3 abspiele, kommt erst ein Knacksen, dann wird das MP3 abgespielt (fehlerfrei) stoppe ich die Wiedergabe kommt wieder dieses Knacksen. Das auf Dauer störend. Wie bekomme ich das weg.

P.S. Der von Yast2 verwendete Treiber ist ALSA

Ulli Ivens
09.11.02, 14:45
Benutze mal die suchfunktion, knacksende Audiowiedergabe hatten wir schon öfters !

Jogie214
09.11.02, 14:45
Hast Du vielleicht mal versucht Deine Alsa Treiber zu aktualisieren, mittlerweile ist ja schon alsa 0.9rc5 raus, und SuSE 7.3 ist schon relativ alt, vielleicht bringen die neuen Treiber was.

Gruß
Jogie

PhobosUT
10.11.02, 01:02
Hab' mal die Suchfunktion benutzt. Gab' tatsächlich viele, die dieses Problem hatten, aber eine konkrete Lösung hab' ich in keinem Thread gefunden. Den Treiber zu aktualisieren ist 'ne Möglichkeit werd' ich mal ausprobieren.

Ulli Ivens
10.11.02, 07:19
Klar, das kannst du machen, das andere ist auch schon eine ganze weile her wenn ich mich richtig entsinne. Las uns wissen wenn du ne Lösung findest.

Eremit
10.11.02, 11:42
ich habe das problem damals gelöst indem ich xmms selber neu kompiliert habe und das alte von den suse-cds deinstallierte.
danach lief alles bestens und das knacken am anfang einer datei war auch weg.

Eremit

PhobosUT
11.11.02, 11:07
Das ist auch 'ne Möglichkeit, mir ist nämlich heute noch aufgefallen, dass wenn ich im Konqueror (Dateimanager Modus) auf eine MP3 Datei klicke und die dann im Konqueror abgespielt wird, kein Knacksen vorhanden ist. Auch nicht beim Stoppen. Demnach könnte es also wirklich allein an xmms liegen. Werd's mal ausprobieren, wenn ich dazu komme :) Ich schreib' dann mal ob's was gebracht hat.

P.S. Gibt es eingentlich auch noch andere gute MP3 Programme z.B. für die Textkonsole, würd' mich mal interessieren :)

Ulli Ivens
11.11.02, 17:21
mpg123 das ist ein konsolenplayer

PhobosUT
11.11.02, 17:32
Danke, werd' ich mir mal ansehen! Zum Ausprobieren der Problemlösungen bin ich leider noch nicht gekommen :(

PhobosUT
17.11.02, 10:42
Ich wollte jetzt die neuste Version von Alsa installieren. Das configure Script endet mit folgenden Zeilen:

configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/config1.h
config.status: include/config1.h is unchanged
config.status: creating include/version.h
config.status: include/version.h is unchanged

Das sieht eigentlich nicht nach einem Fehler aus. In configure.log steht auch exit 0 was ja auch nicht nach einem Fehler aussieht.
Dennoch kommen, wenn ich make ausführe einige Parse Errors und das ganze bricht ab. Woran kann das liegen?

Thomas Mitzkat
17.11.02, 13:58
>Dennoch kommen, wenn ich make ausführe einige Parse Errors und das ganze bricht ab. Woran kann das liegen?

die parse-errors sollen wir natürlich erraten, stimmts?

PhobosUT
19.11.02, 17:54
make[1]: Entering directory `/home/phobos/install/alsa-driver-0.9.0rc5/acore'
gcc -D__KERNEL__ -DMODULE=1 -I/home/phobos/install/alsa-driver-0.9.0rc5/include -I/usr/include -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DALSA_BUILD -DEXPORT_SYMTAB -c pcm.c
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:30,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/usr/include/linux/version.h:2: #error "================================================== ====="
/usr/include/linux/version.h:3: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5: #error ""
/usr/include/linux/version.h:6: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10: #error "included via other system header files - user space"
/usr/include/linux/version.h:11: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13: #error ""
/usr/include/linux/version.h:14: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15: #error ""
/usr/include/linux/version.h:16: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17: #error ""
/usr/include/linux/version.h:18: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20: #error " the matching kernel source directory"
/usr/include/linux/version.h:21: #error ""
/usr/include/linux/version.h:22: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24: #error ""
/usr/include/linux/version.h:25: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27: #error ""
/usr/include/linux/version.h:28: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29: #error ""
/usr/include/linux/version.h:30: #error " instead of"
/usr/include/linux/version.h:31: #error ""
/usr/include/linux/version.h:32: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33: #error ""
/usr/include/linux/version.h:34: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35: #error "================================================== ====="
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:25: parse error
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:28: parse error
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:33: parse error
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:49,
from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/usr/include/linux/module.h:20: linux/modversions.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/linux/module.h:260,
from /home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:49,
from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/usr/include/linux/version.h:2: #error "================================================== ====="
/usr/include/linux/version.h:3: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5: #error ""
/usr/include/linux/version.h:6: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10: #error "included via other system header files - user space"
/usr/include/linux/version.h:11: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13: #error ""
/usr/include/linux/version.h:14: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15: #error ""
/usr/include/linux/version.h:16: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17: #error ""
/usr/include/linux/version.h:18: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20: #error " the matching kernel source directory"
/usr/include/linux/version.h:21: #error ""
/usr/include/linux/version.h:22: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24: #error ""
/usr/include/linux/version.h:25: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27: #error ""
/usr/include/linux/version.h:28: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29: #error ""
/usr/include/linux/version.h:30: #error " instead of"
/usr/include/linux/version.h:31: #error ""
/usr/include/linux/version.h:32: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33: #error ""
/usr/include/linux/version.h:34: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35: #error "================================================== ====="
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:105: parse error
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:108: parse error
In file included from /usr/include/linux/udf_fs_sb.h:22,
from /usr/include/linux/fs.h:658,
from /usr/include/linux/capability.h:17,
from /usr/include/linux/binfmts.h:5,
from /usr/include/linux/sched.h:8,
from /usr/include/linux/vmalloc.h:4,
from /usr/include/asm/io.h:108,
from /home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:115,
from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/usr/include/linux/version.h:2: #error "================================================== ====="
/usr/include/linux/version.h:3: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5: #error ""
/usr/include/linux/version.h:6: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10: #error "included via other system header files - user space"
/usr/include/linux/version.h:11: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13: #error ""
/usr/include/linux/version.h:14: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15: #error ""
/usr/include/linux/version.h:16: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17: #error ""
/usr/include/linux/version.h:18: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20: #error " the matching kernel source directory"
/usr/include/linux/version.h:21: #error ""
/usr/include/linux/version.h:22: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24: #error ""
/usr/include/linux/version.h:25: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27: #error ""
/usr/include/linux/version.h:28: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29: #error ""
/usr/include/linux/version.h:30: #error " instead of"
/usr/include/linux/version.h:31: #error ""
/usr/include/linux/version.h:32: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33: #error ""
/usr/include/linux/version.h:34: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35: #error "================================================== ====="
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:123: parse error
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:144: parse error
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:149: parse error
/home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:161: parse error
In file included from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:52: parse error
In file included from /home/phobos/install/alsa-driver-0.9.0rc5/include/adriver.h:49,
from /home/phobos/install/alsa-driver-0.9.0rc5/include/sound/driver.h:43,
from ../alsa-kernel/core/pcm.c:22,
from pcm.c:1:
/usr/include/linux/module.h:262: parse error before `UTS_RELEASE'
In file included from pcm.c:1:
../alsa-kernel/core/pcm.c:972: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:972: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:972: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:973: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:973: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:973: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:974: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:974: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:974: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:975: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:975: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:975: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:976: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:976: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:976: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:977: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:977: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:977: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:978: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:978: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:978: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:979: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:979: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:979: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:980: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:980: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:980: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:982: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:982: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:982: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:987: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:987: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:987: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:988: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:988: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:988: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:989: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:989: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:989: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:990: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:990: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:990: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:991: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:991: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:991: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:992: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:992: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:992: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:993: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:993: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:993: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:994: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:994: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:994: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:996: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:996: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:996: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:997: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:997: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:997: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:998: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:998: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:998: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:999: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:999: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:999: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1000: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1000: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1000: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1001: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1001: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1001: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1002: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1002: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1002: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1003: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1003: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1003: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1004: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1004: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1004: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1005: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1005: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1005: warning: data definition has no type or storage class
../alsa-kernel/core/pcm.c:1006: parse error before `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1006: warning: type defaults to `int' in declaration of `config_must_be_included_before_module'
../alsa-kernel/core/pcm.c:1006: warning: data definition has no type or storage class
make[1]: *** [pcm.o] Error 1
make[1]: Leaving directory `/home/phobos/install/alsa-driver-0.9.0rc5/acore'
make: *** [compile] Error 1


Das sind alle Fehlermeldungen, ich hoffe ihr könnt was damit anfangen.

Ulli Ivens
19.11.02, 18:06
Hast du auch die Kernelquellen und Header installiert ??

/usr/include/linux/version.h:15: #error ""
/usr/include/linux/version.h:16: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17: #error ""

Cisanius
20.11.02, 12:19
Halli Hallo ...

ich habe einen SB LIVE Platinum 5.1 ... aber leider habe ich ab und an das gleiche Problem ... Sowohl unter SuSE 8.1, Win oder sonstigen systemen ...

Als ich dann mal bei Creative nachgehakt hatte, bekahm ich als Antwort, dass es sich dabei um eine Digitale Rückkopplung handeln würde, da ich meinen Rechner Digital an einen MD Player angeschlossen habe und der geht wiederum Analog zu einem Equalizer ...

ich weiß nicht ob es bei dir genau so ist ... aber wenn ich den Digi- Ausgang abschalte, ist es weg ... nur habe ich dann keine Audio. Ausgabe mehr :P ...

nunja ... hoe you'll get it Fixed

ciao
Cisanius

PhobosUT
21.11.02, 21:48
@ Cisanius :
Ich hab' bei mir keinen MD Player angeschlossen, ich hab' auch gar nicht so einen Digitalausgang :( Trotzdem danke! Digitale Rückkopplung - was es nicht alles gibt :)


Hast du auch die Kernelquellen und Header installiert ??
Die hab' ich installiert. Aber was sind Header? Da ich nicht weiß, was das ist, kann es sein, dass ich die nicht installiert habe. :) Ich habe SuSE Linux 7.3. Welche Pakete müsste ich denn installieren? Kann ja auch sein, dass ich das falsche Paket installiert habe.
Ansonsten hatte ich schon mit dem configure Script ein kleines Problem. Es brach mit der Fehlermeldung ab, dass es die Kernelquellen in /usr/src/linux sucht. Laut SuSE werden die Kernelquellen auch dahin installiert. Ich hab' mal ein bisschen ausprobiert und hab' als Verzeichnis einfach /usr angegeben. Und das funktionierte dann. Vielleicht liegt es ja auch da dran.