make ham problem

Software besorgen und anwenden
Post Reply
Message
Author
taxido
Posts: 4
Joined: 25. Sep 2004 7:33

make ham problem

#1 Post by taxido »

hi miteinander,

ich möchte mein creatix v90 ham 56k modem unter suse 9.1 installieren -
anleitung beim hersteller creatix für die installation unter suse 9.0 gefunden -
empfohlenen treiber intel-v92ham-453.tgz installiert -
kernel sources installiert - aktuellen von suse = 2.6.4-52 für 9.1 geholt

jetzt hab ich aber ein problem beim ausführen des 2. befehls zur installation des treibers "make ham" --> fehlermeldung -->

linux:/usr/src/Intel-v92ham-453 # make ham
Module precompile check
Current running kernel is: 2.6.4-52-default
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
cd coredrv; make \
"PSTN_DEF=-DTARGET_HAM -DDSP_CODE_800_SERIES -DTARGET_LINUX -DLINUX" \
ham;
make[1]: Entering directory `/usr/src/Intel-v92ham-453/coredrv'
cc -DTARGET_HAM -DDSP_CODE_800_SERIES -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I../inc -c -o coredrv.o coredrv.c
In file included from coredrv.c:40:
/lib/modules/2.6.4-52-default/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
coredrv.c: In function `kcli':
coredrv.c:317: warning: implicit declaration of function `cli'
coredrv.c: In function `ksave_flags':
coredrv.c:322: warning: implicit declaration of function `save_flags'
coredrv.c: In function `krestore_flags':
coredrv.c:327: warning: implicit declaration of function `restore_flags'
make[1]: *** [coredrv.o] Error 1
make[1]: Leaving directory `/usr/src/Intel-v92ham-453/coredrv'
make: *** [ham] Error 2

ich hoffe ihr könnt mir weiterhelfen ! :roll:

klopskuchen
prolinux-forum-admin
Posts: 1444
Joined: 26. Jun 2004 21:18
Contact:

#2 Post by klopskuchen »

Der v92-ham-Treiber unterstützt Kernel 2.6.x nicht.
Wenn es neue Treiber für Intel-Chipsätze gibt, werden diese
auf Intel.com bereitgestellt.
When all else fails, read the instructions .

Post Reply