Lydkort - Aureal Vortex AU8810
Jeg har været ved at prøve at på installere mit lydkort som hedder "Aureal A3D Vortex AU8810". Driverne jeg har brugt er dem producenten selv har lavet som du kan hente her:http://www.vortexofsound.com/drivers/drv_lnx.htm
Det jeg gør, er nøjagtig hvad der står under installationspunktet i README filen. Det som så sker når det dukker op er disse fejl/warnings:
I/usr/src/linux/include -c -o au_audio.o au_audio.c
In file included form au_audio.c:49:
au_vortex.h:55: linux/modversions.h: No such fil or directory
cc1: Invalid option 'AMD'
debian:au88xx-1.0.5# make install10
make install AUCHIP=AU8810
make(1): Entering directory '/root/au88xx-1.0.5'
cc -D__KERNEL__ -DMODULE -DAU8810 -O -Wall -pipe -m486 -I/usr/src/linux/include
-02 -fomit-frame-pointer -c -o vertex.o vortex.c
vortex.c:50: linux/modversions.h: No such file or directory
In file included from vertex.c:62:
/usr/include/linux/malloc.h:4: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead.
vortex.c:277: warning: initialization form incompatible pointer type (denne fejl forsætter ca. 20 gange)
vortex.c: In function 'scan_id':
vortex.c:485: structure has no member named 'base_address'
vortex.c: In function 'add_device':
vortex.c:513: warning: imolicit declaration of function 'init_waitqueue'
vortex.c: In function 'alloc_core':
vortex.c:696: structure has no member named 'base_address'
vortex.c:698: structure has no member named 'base_address'
....
(Slutning)
vortex.c: In function 'sound_proc_get_info':
vortex.c:2267:structure has no member named 'base_address'
make(1): *** (vortex.o) Error 1
make(1): Leaving directory '/root/au88xx-1.0.5'
make: *** (install10) Error 2
Har prøvet alt, opdateret kernen osv... hjælp mig ?
(Skal lige siges jeg er ny inden for Linux)