PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wie installier ich die Audigy?



Slayer
10.09.03, 18:14
Hallo Leute.

Ich habe Redhat 9.0 und bekomm die Audigy nicht zum laufen. Google hab ich schon gefüttert, und ich hab diese (http://opensource.creative.com/) Seite gefunden. Nur steh ich jetzt vor ein Problem.

Wie installier ich den Treiber?

Ich hoff, ihr könnt mir helfen.

btw. ich bin ein noob :rolleyes:

phm
10.09.03, 19:28
mh, schau mal hier vorbei:
http://holarse.wue.de/index.php?content=treiber_alsa

bei "modprobe snd-card-KARTENCHIP" schreibste
modprobe snd-emu10k1 reind dann sollte es funktionieren.

Slayer
10.09.03, 19:47
Geht das auch mit yum bzw. mit apt-get?

Eine Fortissimo II hab ich auch im System, da geht aber leider auch nicht der Digitalaussgang.

Danke, noch für die Antwort.

@phm

Ich komm von deiner Partnergemeinde. ;)

Slayer
10.09.03, 19:53
[hanny@Linux alsa-driver-0.9.6]$ ./configure --with-sequencer=yes --with-oss=yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/hanny/Dateien/Alsa/alsa-driver-0.9.6
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.20-20.9/build
checking for kernel version... The file /lib/modules/2.4.20-20.9/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).


Hmmm.

K4L
11.09.03, 06:16
du brauchs wie der gcc schreibt die kernel sources, vermutlich fuer den laufenden kernel.....

Slayer
11.09.03, 08:38
Original geschrieben von K4L
du brauchs wie der gcc schreibt die kernel sources, vermutlich fuer den laufenden kernel.....

Und wie mach ich das?

Slayer
11.09.03, 14:34
[hanny@Linux hanny]$ apt-cache search gcc
compat-gcc - The GNU Compiler Collection for Red Hat Linux 7.3 compatibility
compat-gcc-c++ - C++ support for Red Hat 7.3 backwards compatibility compiler
compat-gcc-g77 - Fortran 77 support for Red Hat 7.3 backwards compatibility compiler
compat-gcc-java - Java support for Red Hat 7.3 backwards compatibility compiler
compat-gcc-objc - Objective-C support for Red Hat 7.3 backwards compatibility compiler
compat-libgcj-devel - Compatibility libraries for Java development using gcc.
compat-libstdc++ - Standard C++ libraries for Red Hat 7.3 backwards compatibility compiler
gcc - Various compilers (C, C++, Objective-C, Java, ...)
gcc-c++ - C++ support for GCC
gcc-g77 - Fortran 77 support
gcc-gnat - Ada 95 support for GCC
gcc-java - Java support for GCC
gcc-objc - Objective-C support for GCC
lapack - The LAPACK libraries for numerical linear algebra.
libgcc - GCC version 3.2.2 shared support library
libgcj-devel - Libraries for Java development using GCC
libgnat - GNU Ada 95 runtime shared libraries
libstdc++ - GNU Standard C++ Library
openoffice-libs - OpenOffice.org shared libraries
glibc - The GNU libc libraries.
mplayer - MPlayer, the Movie Player for Linux.
opera - Opera for Linux, dynamically linked to Qt 3.0.5-mt

Brauch ich da irgendwas?

K4L
11.09.03, 14:40
nein nein! du brauchs die kernel source gcc is scho installiert ! einfach erklaert ist der gcc make install und son kram( ja profis ich weis is et ganz gorrekt..) mach apt-get install kernel-source-VERSION

Slayer
11.09.03, 15:39
Danke K4L

Hab jetzt den Treiber, Lib und Util kompilieren können.

Nur kann ich die

depmod -a
modprobe snd-card-KARTENCHIP
modprobe snd-pcm-oss
modprobe snd-mixer-oss
modprobe snd-seq-oss
Befehle nicht ausführen. :(

Muss ich da in einen speziellen Ordner wechseln?

phm
11.09.03, 18:08
Was heisst "nicht ausfuehren"?
Kommt eine Fehler-meldung?
Nein, du musst _nicht_ in einen bestimmten Ordner wechseln.

Slayer
11.09.03, 18:51
[hanny@Linux hanny]$ depmod -a
bash: depmod: command not found

phm
12.09.03, 16:02
Die Standard-Rechte sind normalerweise so gesetzt, dass nur "root" /sbin/depmod -a ausfuehren kann. -> log dich als root ein und probiere es noch einmal; dann sollte es funktionieren.