Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 02/03/2007, à 18:21

Playboy

aide installer driver carte son ac97 alc850

Bonjour,

Suite a mon installation de ubuntu j'ai remarqué que seul 2 haut-parleurs sur 4 fonctionnent.

Je n'ai trouvé que des drivers sur le site officiel de ma carte mère (http://dlsvr02.asus.com/pub/ASUS/misc/audio/ALC850/ALC850_linux.zip) mais je n'arrive pas a l'installer malgré les explications.

J'obtiens des messages d'erreurs. Quelqu'un a une idée?

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



Note: 	1. The most detail information, can refer the alsa-kernel/Documenttation/ALSA-Configuration.txt 
		in the alcsound.tar.bz2.

	2. Kernel Version must be 2.2.14 or later.

	3. All mixer channels are muted by default. You must use a native

		or OSS mixer program to unmute appropriate channels.

	4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux.

	5. The driver added to support the SPDIF functoin. 	

	6. Suggest use alsamixer to control mixer function. you can find it in the alsa-utils-0.9.4 (www.alsa-project.org).

Etape a) ./configure (avant je voyais des erreurs plus haut mais maintenant la barre de défilement ne va pas plus haut :S )

fabio@fabio-desktop:~$ cd /home/fabio/Desktop/alsa-driver-1.0.4
fabio@fabio-desktop:~/Desktop/alsa-driver-1.0.4$ ./configurechecking 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... /home/fabio/Desktop/alsa-driver-1.0.4
checking cross compile... 
checking for directory with kernel source... /lib/modules/2.6.17-11-generic/build
checking for kernel version... 2.6.17-11-generic
checking for GCC version... Kernel compiler: gcc 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) Used compiler: gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
checking for built-in ALSA... "no"
checking for existing ALSA module... "yes"
checking for Red Hat kernel... "auto"
checking for Red Hat kernel... "no"
checking to modify of kernel linux/kmod.h... "no"
checking for kernel linux/compiler.h... "yes"
checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
checking for kernel linux/threads.h... "yes"
checking for kernel linux/rwsem.h... "yes"
checking for kernel linux/gameport.h... "yes"
checking for kernel linux/devfs_fs_kernel.h... "yes"
checking for kernel linux/highmem.h... "yes"
checking for kernel linux/workqueue.h... "yes"
Removing a dummy linux/workqueue.h.
checking for kernel linux/dma-mapping.h... "yes"
Removing a dummy linux/dma-mapping.h.
checking for kernel asm/hw_irq.h... "yes"
checking for kernel linux/device.h... "yes"
Removing a dummy linux/device.h.
checking for kernel linux/jiffies.h... "yes"
Removing a dummy linux/jiffies.h.
checking for kernel linux/compat.h... "yes"
Removing a dummy linux/compat.h.
checking for kernel linux/adb.h... "yes"
checking for kernel linux/cuda.h... "yes"
checking for kernel linux/pmu.h... "yes"
checking for kernel module symbol versions... "yes"
checking for PCI support in kernel... "yes"
checking for Experimental drivers in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.6.17-11-generic/kernel/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i586
checking for i386 machine type... default
checking for SMP... "yes"
checking for Video device support in kernel... "yes"
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... yes
checking for Kernel ISA-PnP support... "yes"
checking for strlcpy... "yes"
checking for snprintf... "yes"
checking for scnprintf... "yes"
checking for vmalloc_to_page... "no"
checking for old kmod... "no"
checking for PDE... "no"
checking for pci_set_consistent_dma_mask... "no"
checking for tty->count is the atomic type... "no"
checking for video_get_drvdata... "no"
Removing local linux/pnp.h.
checking for driver version... 1.0.4
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "yes"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... all
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating utils/alsasound
config.status: creating utils/alsasound.posix
config.status: creating include/config.h
config.status: creating include/config1.h
config.status: creating include/version.h
config.status: include/version.h is unchanged
config.status: creating include/autoconf-extra.h
config.status: include/autoconf-extra.h is unchanged
Hacking autoconf.h...
fabio@fabio-desktop:~/Desktop/alsa-driver-1.0.4$

Etape b make

fabio@fabio-desktop:~/Desktop/alsa-driver-1.0.4$ make
make dep
make[1]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4 »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore »
copying file alsa-kernel/core/info.c
patching file info.c
Hunk #6 succeeded at 486 (offset -8 lines).
Hunk #7 succeeded at 499 (offset -8 lines).
Hunk #8 succeeded at 914 (offset -8 lines).
copying file alsa-kernel/core/pcm_native.c
patching file pcm_native.c
copying file alsa-kernel/core/control.c
patching file control.c
Hunk #2 succeeded at 1198 (offset 270 lines).
copying file alsa-kernel/core/hwdep.c
patching file hwdep.c
Hunk #1 succeeded at 308 (offset 16 lines).
copying file alsa-kernel/core/init.c
patching file init.c
Hunk #2 succeeded at 196 (offset 2 lines).
copying file alsa-kernel/core/rawmidi.c
patching file rawmidi.c
Hunk #1 succeeded at 1324 (offset 8 lines).
copying file alsa-kernel/core/sound.c
patching file sound.c
Hunk #5 succeeded at 540 (offset 4 lines).
copying file alsa-kernel/core/timer.c
patching file timer.c
Hunk #1 succeeded at 995 (offset 26 lines).
Hunk #2 succeeded at 1780 (offset 47 lines).
Hunk #3 succeeded at 1808 (offset 27 lines).
copying file alsa-kernel/core/memalloc.c
patching file memalloc.c
oss
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/oss »
copying file alsa-kernel/core/oss/mixer_oss.c
patching file mixer_oss.c
Hunk #1 succeeded at 385 (offset 9 lines).
copying file alsa-kernel/core/oss/pcm_oss.c
patching file pcm_oss.c
Hunk #1 succeeded at 2214 (offset 133 lines).
Hunk #2 succeeded at 2392 (offset 141 lines).
Hunk #3 succeeded at 2540 (offset 141 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/oss »
seq
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/seq »
copying file alsa-kernel/core/seq/seq_clientmgr.c
patching file seq_clientmgr.c
Hunk #2 succeeded at 2494 (offset 39 lines).
copying file alsa-kernel/core/seq/seq_memory.c
patching file seq_memory.c
instr
make[4]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/seq/instr »
DUMMY
make[4]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/seq/instr »
oss
make[4]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/seq/oss »
copying file alsa-kernel/core/seq/oss/seq_oss.c
patching file seq_oss.c
Hunk #1 succeeded at 197 (offset 3 lines).
Hunk #2 succeeded at 306 (offset 3 lines).
DUMMY
make[4]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/seq/oss »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore/seq »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/i2c »
other
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/i2c/other »
copying file alsa-kernel/i2c/other/tea575x-tuner.c
patching file tea575x-tuner.c
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/i2c/other »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/i2c »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers »
opl3
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/opl3 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/opl3 »
opl4
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/opl4 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/opl4 »
mpu401
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/mpu401 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/mpu401 »
vx
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/vx »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers/vx »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/drivers »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa »
ad1816a
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/ad1816a »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/ad1816a »
ad1848
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/ad1848 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/ad1848 »
cs423x
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/cs423x »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/cs423x »
es1688
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/es1688 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/es1688 »
gus
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/gus »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/gus »
opti9xx
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/opti9xx »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/opti9xx »
sb
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/sb »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/sb »
wavefront
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/wavefront »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa/wavefront »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/isa »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/synth »
emux
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/synth/emux »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/synth/emux »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/synth »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci »
copying file alsa-kernel/pci/cs4281.c
patching file cs4281.c
Hunk #1 succeeded at 2116 (offset -3 lines).
Hunk #2 succeeded at 2129 (offset -3 lines).
Hunk #3 succeeded at 2216 (offset -3 lines).
copying file alsa-kernel/pci/es1968.c
patching file es1968.c
Hunk #1 succeeded at 2462 (offset -6 lines).
Hunk #2 succeeded at 2475 (offset -6 lines).
Hunk #3 succeeded at 2862 (offset -19 lines).
copying file alsa-kernel/pci/intel8x0.c
patching file intel8x0.c
Hunk #2 succeeded at 773 (offset 46 lines).
Hunk #3 succeeded at 784 (offset 46 lines).
Hunk #4 succeeded at 2264 (offset 121 lines).
Hunk #5 succeeded at 2277 (offset 121 lines).
Hunk #6 succeeded at 2944 (offset 138 lines).
copying file alsa-kernel/pci/maestro3.c
patching file maestro3.c
Hunk #1 succeeded at 2483 (offset 25 lines).
Hunk #2 succeeded at 2496 (offset 25 lines).
Hunk #3 succeeded at 2818 (offset 36 lines).
pdplus
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/pdplus »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/pdplus »
ac97
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ac97 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ac97 »
ali5451
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ali5451 »
copying file alsa-kernel/pci/ali5451/ali5451.c
patching file ali5451.c
Hunk #1 succeeded at 1978 (offset 15 lines).
Hunk #2 succeeded at 1991 (offset 15 lines).
Hunk #3 succeeded at 2342 (offset 15 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ali5451 »
au88x0
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/au88x0 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/au88x0 »
cs46xx
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/cs46xx »
copying file alsa-kernel/pci/cs46xx/cs46xx.c
patching file cs46xx.c
Hunk #3 succeeded at 253 (offset 3 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/cs46xx »
emu10k1
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/emu10k1 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/emu10k1 »
ice1712
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ice1712 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ice1712 »
korg1212
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/korg1212 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/korg1212 »
mixart
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/mixart »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/mixart »
nm256
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/nm256 »
copying file alsa-kernel/pci/nm256/nm256.c
patching file nm256.c
Hunk #1 succeeded at 1312 (offset 5 lines).
Hunk #2 succeeded at 1325 (offset 5 lines).
Hunk #3 succeeded at 1727 (offset 7 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/nm256 »
rme9652
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/rme9652 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/rme9652 »
trident
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/trident »
copying file alsa-kernel/pci/trident/trident.c
patching file trident.c
Hunk #1 succeeded at 183 (offset 1 line).
Hunk #2 succeeded at 196 (offset 1 line).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/trident »
ymfpci
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ymfpci »
copying file alsa-kernel/pci/ymfpci/ymfpci.c
patching file ymfpci.c
Hunk #1 succeeded at 317 (offset 68 lines).
Hunk #2 succeeded at 330 (offset 68 lines).
Hunk #3 succeeded at 407 (offset 68 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/ymfpci »
vx222
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/vx222 »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci/vx222 »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pci »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/usb »
copying file alsa-kernel/usb/usbaudio.c
patching file usbaudio.c
Hunk #3 succeeded at 1898 (offset 131 lines).
Hunk #4 succeeded at 1915 (offset 131 lines).
Hunk #5 succeeded at 3103 (offset 172 lines).
Hunk #6 succeeded at 3124 (offset 172 lines).
Hunk #7 succeeded at 3169 (offset 172 lines).
usx2y
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/usb/usx2y »
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/usb/usx2y »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/usb »
make[2]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pcmcia »
vx
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pcmcia/vx »
copying file alsa-kernel/pcmcia/vx/vx_entry.c
patching file vx_entry.c
Hunk #2 succeeded at 151 (offset 4 lines).
Hunk #3 succeeded at 234 (offset 4 lines).
Hunk #4 succeeded at 333 (offset 4 lines).
Hunk #5 succeeded at 387 (offset 4 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pcmcia/vx »
pdaudiocf
make[3]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pcmcia/pdaudiocf »
copying file alsa-kernel/pcmcia/pdaudiocf/pdaudiocf.c
patching file pdaudiocf.c
Hunk #1 succeeded at 18 with fuzz 2.
Hunk #2 succeeded at 78 (offset -1 lines).
Hunk #3 succeeded at 190 (offset -1 lines).
Hunk #4 succeeded at 280 (offset -1 lines).
Hunk #5 succeeded at 378 (offset -1 lines).
Hunk #6 succeeded at 449 (offset -1 lines).
DUMMY
make[3]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pcmcia/pdaudiocf »
DUMMY
make[2]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/pcmcia »
make[1]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4 »
make -C /lib/modules/2.6.17-11-generic/build SUBDIRS=/home/fabio/Desktop/alsa-driver-1.0.4/kbuild modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.17-11-generic »
  CC [M]  /home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/hwdep.o
In file included from /home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/hwdep.c:27:
/home/fabio/Desktop/alsa-driver-1.0.4/include/sound/core.h:358:1: warning: multi-line comment
/home/fabio/Desktop/alsa-driver-1.0.4/include/sound/core.h:377:1: warning: multi-line comment
/home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/hwdep.c: In function ‘snd_hwdep_dsp_load’:
/home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/hwdep.c:225: warning: implicit declaration of function ‘verify_area’
In file included from /home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/hwdep.c:27:
/home/fabio/Desktop/alsa-driver-1.0.4/include/sound/core.h:358:1: warning: multi-line comment
/home/fabio/Desktop/alsa-driver-1.0.4/include/sound/core.h:377:1: warning: multi-line comment
  CC [M]  /home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/memalloc.o
/home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/memalloc.c:49: error: expected ‘)’ before string constant
make[3]: *** [/home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore/memalloc.o] Erreur 1
make[2]: *** [/home/fabio/Desktop/alsa-driver-1.0.4/kbuild/../acore] Erreur 2
make[1]: *** [_module_/home/fabio/Desktop/alsa-driver-1.0.4/kbuild] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.17-11-generic »
make: *** [compile] Erreur 2
fabio@fabio-desktop:~/Desktop/alsa-driver-1.0.4$

Etape c make install

fabio@fabio-desktop:~/Desktop/alsa-driver-1.0.4$ make install
find /lib/modules/2.6.17-11-generic/kernel/sound -name 'snd*.*o' | xargs rm -f
make[1]: entrant dans le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore »
mkdir -p /lib/modules/2.6.17-11-generic/kernel/sound/acore
cp snd.ko snd-hwdep.ko snd-timer.ko snd-pcm.ko snd-page-alloc.ko snd-rawmidi.ko /lib/modules/2.6.17-11-generic/kernel/sound/acore
cp: ne peut évaluer `snd.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-hwdep.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-timer.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-pcm.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-page-alloc.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-rawmidi.ko': Aucun fichier ou répertoire de ce type
make[1]: *** [modules_install] Erreur 1
make[1]: quittant le répertoire « /home/fabio/Desktop/alsa-driver-1.0.4/acore »
make: *** [install-modules] Erreur 1
fabio@fabio-desktop:~/Desktop/alsa-driver-1.0.4$

Dernière modification par Playboy (Le 02/03/2007, à 18:22)

Hors ligne

#2 Le 02/03/2007, à 20:36

Playboy

Re : aide installer driver carte son ac97 alc850

UP svp hmm

Hors ligne