.bLiz
02-12-2005, 14:09
Ho installato sul mio pc Debian, kernel 2.6.8 e dopo aver scaricato il pacchetto alsa-base sono passato alla configurazione della skeda audio con alsaconf, ma non mi ha rilevato nessuna skeda audio.
Ho una ASUS A8N-SLI con skeda audio REALTEK ALC850 integrata.
Nel cd della mia mobo ci sono i driver per linux, ed anche nel sito della Asus ho trovato e scaricato il driver audio della mia skeda audio. E' un file tar.bz2 e il file readme dice:
-------------------------------------------
Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.
Step 1. unzip source code
tar xfvj alcsound.tar.bz2
Step 2. Turn on sound support (soundcore module, default turn on)
Step 3. Complied source code
a. ./configure
b. make
c. make install
d. ./snddevices
Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
(Please refer to the attached modules.conf)
Step 5. reboot your machine
-----------------------------------------------------
Ho quindi estratto il file tar.bz2 in /usr/local/src , ed ho scritto in console ./configure:
-------------------------------------------------------------------------------
debian:/usr/local/src/alsa-driver-1.0.4# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
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 egrep... grep -E
checking for ANSI C header files... yes
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... /usr/local/src/alsa-driver-1.0.4
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.8-2-386/build
checking for kernel version... The file /lib/modules/2.6.8-2-386/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).
---------------------------------------------------------------------
Dice quindi che non trova quel file che vi ho segnato in grassetto, ho quindi eliminato e riscaricato gli headers del kernel ma il risultato non cambia :cry:
Qualche idea? :help:
Ho una ASUS A8N-SLI con skeda audio REALTEK ALC850 integrata.
Nel cd della mia mobo ci sono i driver per linux, ed anche nel sito della Asus ho trovato e scaricato il driver audio della mia skeda audio. E' un file tar.bz2 e il file readme dice:
-------------------------------------------
Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.
Step 1. unzip source code
tar xfvj alcsound.tar.bz2
Step 2. Turn on sound support (soundcore module, default turn on)
Step 3. Complied source code
a. ./configure
b. make
c. make install
d. ./snddevices
Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
(Please refer to the attached modules.conf)
Step 5. reboot your machine
-----------------------------------------------------
Ho quindi estratto il file tar.bz2 in /usr/local/src , ed ho scritto in console ./configure:
-------------------------------------------------------------------------------
debian:/usr/local/src/alsa-driver-1.0.4# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
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 egrep... grep -E
checking for ANSI C header files... yes
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... /usr/local/src/alsa-driver-1.0.4
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.8-2-386/build
checking for kernel version... The file /lib/modules/2.6.8-2-386/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).
---------------------------------------------------------------------
Dice quindi che non trova quel file che vi ho segnato in grassetto, ho quindi eliminato e riscaricato gli headers del kernel ma il risultato non cambia :cry:
Qualche idea? :help: