MODULO DE SOM M2NMX-SE [RESOLVIDO]

1. MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 26/09/2008 - 17:22h

Olá pessoal estou instalando o Debian 4.0 Etch em um pc d um cliente o qual convenci a migrar para o linux.

O meu problema esta sendo com o driver de audio, não consigo faze-lo funcionar d jeito nenhum.

essa é a máquina

M2NMX-SE



VGA - nVIDIA NfORCE 6100-430

SOM - Realtek ALC662 nVIDIA MCP61 - High Definition Audio COntroller

LAN - MCP61 PHY Atheros AR8012


preciso so configurar o modulo de som o resto está ok.

a Asus disponibiliza o download dos drivers para linux, fiz o download e não consegui instalar nem assim....

vlw

jorge.augusto.rabello@gmail.com

vlw


  


2. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 26/09/2008 - 22:43h

a primeira coisa é pegar a ultima versão do driver alsa

vc pode pegar aqui:

http://www.alsa-project.org/main/index.php/Main_Page

aqui como instalar ele no debian

http://www.cavernadomorcego.com/blog/?p=3


o driver hda-intel é um driver genérico para varias placas inclusive esta de cima, se não configurar corretamente depois de instalar o driver vc terá que usar uma das opções abaixo.

ALC662
3stack-dig 3-stack (2-channel) with SPDIF
3stack-6ch 3-stack (6-channel)
3stack-6ch-dig 3-stack (6-channel) with SPDIF
6stack-dig 6-stack with SPDIF
lenovo-101e Lenovo laptop
auto auto-config reading BIOS (default)

no arquivo /etc/modprobe.d/alsa-base

options snd-hda-intel model=xyz

xyz=opções acima ex: options snd-hda-intel model=3stack-6ch


há outras opções dentro do arquivo alsa-configuration.txt

...




3. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 27/09/2008 - 09:27h

obrigado esou tentando instalar vlw mesmo !!! ate + posto qndo tiver novidades....abrços


4. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 27/09/2008 - 10:57h

Ola, eu fiz oq foi pedido mas deu esse erro ... oq ele ker dizer ? onde encontro a solução ?

ah mais uma coisa

baixei os arquivos do link mas não sei se estão certos como encontro o link certo pro meu kernel ou pra versão ?


cpd-01:/usr/src/alsa/alsa-driver-1.0.17# ./configure -with-cards=hda-intel -with-sequencer=yes
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 ISO C89... 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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/src/alsa/alsa-driver-1.0.17
checking cross compile...
checking for directory with kernel source... ./configure: line 4685: cd: /usr/src/linux: No such file or directory
/usr/src/linux
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /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).
cpd-01:/usr/src/alsa/alsa-driver-1.0.17#




5. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 27/09/2008 - 22:29h

faltou o codigo fonte do seu linux

sudo apt-get install linux-source-$(uname -r)



6. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 29/09/2008 - 10:00h

Oi desculpe a minha ignorância, mas onde encontro o código fonte, vi em outros locais da net e dizem que fica na pasta /usr/src mas lá não tem nd ..... vlw


faltou o codigo fonte do seu linux

sudo apt-get install linux-source-$(uname -r)

isso foi o q o terminal me respondeu

cpd-01:~# apt-get install linux-source-$ (uname -r)
bash: syntax error near unexpected token `('
cpd-01:~# apt-get install linux-source-$ uname -r
E: Opção de linha de comando 'r' [de -r] é desconnhecida.
cpd-01:~#
cpd-01:~#


vlw braços....





7. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 29/09/2008 - 15:24h

então faz assim:

descobre qual versão é o kernel que vc está usando:

uname -r

no meu caso saiu isto:

2.6.24-16-generic

faz uma busca pelo pacotes linux-source:


sudo apt-cache search linux-source


no meu caso saiu isto:

linux-source-2.6.24 - Linux kernel source for version 2.6.24

instala o pacote:

sudo apt-get install linux-source-2.6.24


isso deve resolver.



8. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 29/09/2008 - 16:52h

blz deu certo vlw agora vou seguir o orcesso novamente....vlw mto obrigado !!!!


9. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 29/09/2008 - 17:44h

cpd-01:/usr/src/alsa# ls
alsa-driver-1.0.17 alsa-driver-1.0.17.tar.bz2_FILES alsa-lib-1.0.17a
cpd-01:/usr/src/alsa# cd alsa-driver-1.0.17
cpd-01:/usr/src/alsa/alsa-driver-1.0.17# ./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 ISO C89... 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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/src/alsa/alsa-driver-1.0.17
checking cross compile...
checking for directory with kernel source... ./configure: line 4685: cd: /usr/src/linux: No such file or directory
/usr/src/linux
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /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).
cpd-01:/usr/src/alsa/alsa-driver-1.0.17#

------------------------------------------------------------

cpd-01:/usr/src/alsa/alsa-driver-1.0.17# ./configure --with-kernel=/usr/src/linux-source-2.6.18/
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 ISO C89... 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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/src/alsa/alsa-driver-1.0.17
checking cross compile...
checking for directory with kernel source... /usr/src/linux-source-2.6.18/
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /usr/src/linux-source-2.6.18/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).
cpd-01:/usr/src/alsa/alsa-driver-1.0.17#

nenhum dos dois deu cero oq faço agora ???? vlw


10. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 29/09/2008 - 19:36h

vc tem instalado o headers ??

kra são dois pacotes basicos que sempre deve ter ao compilar um modulo é o kernel-source e kernel-headers

mesma coisa do de cima:

sudo apt-cache search linux-headers

linux-headers-2.6.24-generic


sudo apt-get install linux-headers-2.6.24-generic


verefica na pasta usr/src/ se há a pasta linux-source-2.*.**

algumas veses o source vem compactado precisando ser descompactado...

e por ultimo crie um link sibolico da pasta do linux-source-**** com a pasta /usr/src/linux

assim vc nem precisa especificar qual é a pasta com o codigo fonte.



11. Re: MODULO DE SOM M2NMX-SE [RESOLVIDO]

Jorge Augusto Rabello Pinto
jorgerabello

(usa Ubuntu)

Enviado em 02/10/2008 - 14:55h

kra seguinte pesso p/ instalar o kernel-source e kernel-herader e me diz que não tem candidato para instalação.....ta osso ...rs

em /usr/src tem o seguinte

ls -a

alsa linux linux-source-2.6.24

alsa é onde estão os modulos baixados....

linux é uma pasta onde tem o linux simbolico de nome linux que é de linux-source-2.6.24


cpd-01:/usr/src# apt-cache search linux-header
linux-headers-2.6-486 - Header files for Linux 2.6 on x86
linux-headers-2.6-486-etchnhalf - Header files for Linux 2.6-etchnhalf on x86
linux-headers-2.6-686 - Header files for Linux 2.6 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-686-bigmem - Header files for Linux 2.6 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-686-bigmem-etchnhalf - Header files for Linux 2.6-etchnhalf on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-686-etchnhalf - Header files for Linux 2.6-etchnhalf on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-amd64 - Header files for Linux 2.6 on AMD64
linux-headers-2.6-amd64-etchnhalf - Header files for Linux 2.6-etchnhalf on AMD64
linux-headers-2.6-k7 - Header files for Linux 2.6 on AMD K7
linux-headers-2.6-vserver-686 - Header files for Linux 2.6 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-vserver-k7 - Header files for Linux 2.6 on AMD K7
linux-headers-2.6-xen-686 - Header files for Linux 2.6 on i686
linux-headers-2.6-xen-vserver-686 - Header files for Linux 2.6 on i686
linux-headers-2.6.18-4 - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-486 - Header files for Linux 2.6.18 on x86
linux-headers-2.6.18-4-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-4-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-4-all - All header files for Linux 2.6.18
linux-headers-2.6.18-4-all-i386 - All header files for Linux 2.6.18
linux-headers-2.6.18-4-amd64 - Header files for Linux 2.6.18 on AMD64
linux-headers-2.6.18-4-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-4-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-vserver-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-4-vserver-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-4-xen - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-xen-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-4-xen-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-xen-vserver-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-5 - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-486 - Header files for Linux 2.6.18 on x86
linux-headers-2.6.18-5-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-all - All header files for Linux 2.6.18
linux-headers-2.6.18-5-all-i386 - All header files for Linux 2.6.18
linux-headers-2.6.18-5-amd64 - Header files for Linux 2.6.18 on AMD64
linux-headers-2.6.18-5-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-5-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-vserver-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-vserver-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-5-xen - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-xen-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-5-xen-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-xen-vserver-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-6 - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-486 - Header files for Linux 2.6.18 on x86
linux-headers-2.6.18-6-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-6-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-6-all - All header files for Linux 2.6.18
linux-headers-2.6.18-6-all-i386 - All header files for Linux 2.6.18
linux-headers-2.6.18-6-amd64 - Header files for Linux 2.6.18 on AMD64
linux-headers-2.6.18-6-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-6-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-vserver-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-6-vserver-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-6-xen - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-xen-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-6-xen-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-xen-vserver-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.24-etchnhalf.1-486 - Header files for Linux 2.6.24 on x86
linux-headers-2.6.24-etchnhalf.1-686 - Header files for Linux 2.6.24 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.24-etchnhalf.1-686-bigmem - Header files for Linux 2.6.24 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.24-etchnhalf.1-all - All header files for Linux 2.6.24
linux-headers-2.6.24-etchnhalf.1-all-i386 - All header files for Linux 2.6.24
linux-headers-2.6.24-etchnhalf.1-amd64 - Header files for Linux 2.6.24 on AMD64
linux-headers-2.6.24-etchnhalf.1-common - Common header files for Linux 2.6.24
cpd-01:/usr/src# clear

cpd-01:/usr/src# apt-cache search linux-header
linux-headers-2.6-486 - Header files for Linux 2.6 on x86
linux-headers-2.6-486-etchnhalf - Header files for Linux 2.6-etchnhalf on x86
linux-headers-2.6-686 - Header files for Linux 2.6 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-686-bigmem - Header files for Linux 2.6 on PPro/Celeron/PII/PIII/P4

cpd-01:/usr/src/alsa/alsa-driver-1.0.17# apt-cache search linux-source linux-patch-debian-2.6.18 - Debian patches to version 2.6.18 of the Linux kernellinux-patch-debian-2.6.24 - Debian patches to version 2.6.24 of the Linux kernellinux-source-2.6.18 - Linux kernel source for version 2.6.18 with Debian patcheslinux-source-2.6.24 - Linux kernel source for version 2.6.24 with Debian patcheslinux-tree-2.6.18 - Linux kernel source tree for building Debian kernel images
linux-tree-2.6.24 - Linux kernel source tree for building Debian kernel images
cpd-01:/usr/src/alsa/alsa-driver-1.0.17#

linux-headers-2.6-686-bigmem-etchnhalf - Header files for Linux 2.6-etchnhalf on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-686-etchnhalf - Header files for Linux 2.6-etchnhalf on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-amd64 - Header files for Linux 2.6 on AMD64
linux-headers-2.6-amd64-etchnhalf - Header files for Linux 2.6-etchnhalf on AMD64
linux-headers-2.6-k7 - Header files for Linux 2.6 on AMD K7
linux-headers-2.6-vserver-686 - Header files for Linux 2.6 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6-vserver-k7 - Header files for Linux 2.6 on AMD K7
linux-headers-2.6-xen-686 - Header files for Linux 2.6 on i686
linux-headers-2.6-xen-vserver-686 - Header files for Linux 2.6 on i686
linux-headers-2.6.18-4 - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-486 - Header files for Linux 2.6.18 on x86
linux-headers-2.6.18-4-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-4-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-4-all - All header files for Linux 2.6.18
linux-headers-2.6.18-4-all-i386 - All header files for Linux 2.6.18
linux-headers-2.6.18-4-amd64 - Header files for Linux 2.6.18 on AMD64
linux-headers-2.6.18-4-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-4-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-vserver-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-4-vserver-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-4-xen - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-xen-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-4-xen-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-4-xen-vserver-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-5 - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-486 - Header files for Linux 2.6.18 on x86
linux-headers-2.6.18-5-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-all - All header files for Linux 2.6.18
linux-headers-2.6.18-5-all-i386 - All header files for Linux 2.6.18
linux-headers-2.6.18-5-amd64 - Header files for Linux 2.6.18 on AMD64
linux-headers-2.6.18-5-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-5-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-vserver-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-vserver-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-5-xen - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-xen-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-5-xen-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-5-xen-vserver-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-6 - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-486 - Header files for Linux 2.6.18 on x86
linux-headers-2.6.18-6-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-6-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-6-all - All header files for Linux 2.6.18
linux-headers-2.6.18-6-all-i386 - All header files for Linux 2.6.18
linux-headers-2.6.18-6-amd64 - Header files for Linux 2.6.18 on AMD64
linux-headers-2.6.18-6-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-6-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-vserver-686 - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-6-vserver-k7 - Header files for Linux 2.6.18 on AMD K7
linux-headers-2.6.18-6-xen - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-xen-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.18-6-xen-vserver - Common header files for Linux 2.6.18
linux-headers-2.6.18-6-xen-vserver-686 - Header files for Linux 2.6.18 on i686
linux-headers-2.6.24-etchnhalf.1-486 - Header files for Linux 2.6.24 on x86
linux-headers-2.6.24-etchnhalf.1-686 - Header files for Linux 2.6.24 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.24-etchnhalf.1-686-bigmem - Header files for Linux 2.6.24 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.24-etchnhalf.1-all - All header files for Linux 2.6.24
linux-headers-2.6.24-etchnhalf.1-all-i386 - All header files for Linux 2.6.24
linux-headers-2.6.24-etchnhalf.1-amd64 - Header files for Linux 2.6.24 on AMD64
linux-headers-2.6.24-etchnhalf.1-common - Common header files for Linux 2.6.24
cpd-01:/usr/src#

e



cpd-01:/usr/src/alsa/alsa-driver-1.0.17# ./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 ISO C89... 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 grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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/src/alsa/alsa-driver-1.0.17
checking cross compile...
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /usr/src/linux/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).


estou perdidasso !!! mas vlw não sei oq fazer agora TT






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts