Alsa
Hola, tengo problemas para configurar mi placa de sonido onboard
(cmpci)en potato 2.2r4 con kernel 2.2.19
Me baje algunos manuales sobre alsa e intente instalarlo....
Fui a www.alsa-project.org y me baje los paquetes estable mas recientes:
DRIVER: 0.5.12a
LIBRARY: 0.5.10b
UTILITIES: 0.5.10
En el manual decia que antes de compilar tenia que agergar algunas
opciones al kernel, tenia que ir a /usr/src/linux y tipear
make clean;make menuconfig . Primer problema:
# cd /usr/src/linux
bash: cd: /usr/src/linux: No existe el fichero o el directorio
bueno, entonces me fije si existia aunque sea /usr/src:
# ls /usr
X11R6 doc i486-linuxlibc1 info local sbin src
bin games include lib man share
Bien! existe....
#ls /usr/src
redhat
A pesar de que no existia /usr/scr/linux segui con la instalacion segun
el manual:
# insmod soundcore
# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... 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 linux/fs.h... yes
checking for working 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 directory with kernel source... /usr/src/linux
checking for kernel version... expr: syntax error
expr: syntax error
expr: syntax error
failed (probably missing
/usr/src/linux/include/linux/include/linux/version/.h)
Quisiera saber que es lo que falta/esta mal/etc.
Desde ya gracias
Ariel
P.D.: Perdon por el largo del mail, pero queria escribir todo el
problema :)
Reply to:
- Follow-Ups:
- Re: Alsa
- From: Santiago Vila <sanvila@unex.es>
- RE: Alsa
- From: Pedro M. López <pmlopez1@mi.madritel.es>
- Re: Alsa
- From: Carlos Echavarria <ec@adinet.com.uy>