ALSA -Installationsproblem

  • Guten abend,


    ich bräuchte etwas Unterstützung bei der Installation der ALSA Treiber
    für meine Aureon Space 7.1.
    Ich habe mir einen ct-vdr mit version 2 aufgebaut u. will meine Aureon installieren . Ich bin nach folgender orginal ALSA-Anleitung vorgegangen:


    Link:


    http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Terratec&card=Aureon+7.1+Space&chip=Envy24HT&module=ice1724




    --------------------------------------------------------------------------------
    Terratec Aureon 7.1 Space
    Contents:
    The module options for snd-ice1724


    Introduction
    Quick Install
    Setting up modprobe and kmod support
    A short explanation of what happens in the /etc/modules.conf file
    The .asoundrc file


    Links
    User contributed notes



    The module options for snd-ice1724



    Introduction


    There are two ways of getting Linux drivers to work, you can either compile them into the kernel or build them separately as modules. Read the Kernel-HOWTO for details of how to compile a kernel.


    You must turn on the sound support soundcore module. This is in the kernel. Look in the sound drivers directory and it should be the first option. Most people enable the module setting. That way you can load and unload the module manually if you have multiple soundcards/devices or if you intend to debug or use cutting edge software which may cause your drivers to halt sometimes. Of course it also means you have more control of your system.


    Most modern distros come with soundcore compiled as a module. You can check this in numerous ways. The easiest way is to type.


    modinfo soundcore


    If this command returns that you have this module, then you don't need to recompile your kernel.
    Quick Install


    NB. If you are using cvs then you need to type



    ./cvscompile "or" make build


    instead of
    ./configure


    In a shell type these commands:
    Make a directory to store the alsa source code in.



    cd /usr/src
    mkdir alsa
    cd alsa
    cp /downloads/alsa-* .


    Now unzip and install the alsa-driver package


    bunzip2 alsa-driver-xxx
    tar -xf alsa-driver-xxx
    cd alsa-driver-xxx
    ./configure --with-cards=ice1724 --with-sequencer=yes;make;make install


    ...





    so beim letzten Befehl bekomme ich dann folgende Fehlermeldung:


    checking for gcc...no
    checking for cc...no
    checking for cc...no
    checking for cl...no
    configure: error:no acceptable cc found in $PATH
    -bash: make: command not found
    -bash: make: command not found


    Hmm , leider kann ich damit nichts anfangen u. wollte fragen ob mir
    jemand helfen kann der guten Karte doch noch ein paar Töne zu
    entlocken.


    Vielen Dank vorab
    Sebastian

  • Hallo nochmal,


    hab den compiler jetzt mit apt-get install gcc installiert und dann wieder



    ./configure --with-cards=ice1724 --with-sequencer=yes;make;make install


    aufgerufen u. jetzt kommt diese Fehlermeldung:


    checking for gcc ...gcc
    checking for C compiler default output ... configure: error : C compiler cannot create executables



    Ich weis leider nicht wie ich dieses Problem lösen soll u. bräuchte etwas Hilfe .



    Danke Sebastian

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!