Hallo liebe Linux-Gemeinde,
Seit einigen Wochen mittlerweile sitze ich grübelnd über meinem neuen SuSE 10.1 und habe bisher auch schon was hinbekommen: DVB-S kann ich schon schauen... javascript:emoticon('
')
Very Happyääh, ja das wars im Großen und Ganzen aber auch schon... kein VLC oder MPlayer, MP3 nur in kaffeine ...usw. usw. Aber egal erstmal.
weshalb ich hier frage ist die Modeminstallation!
Hier brauche ich Hilfe von erfahreneren Linux-Usern. Bin komplett aufgeschmissen und wäre über jede Hilfe dankbar! Meine bisherige Suche in diversen Foren hat mir leider nicht geholfen...
"In a nutshell" liegt das Problem irgendwo bei den C-Header files wie ich vermute... Alles was ich bisher als Ort für diese angab, führte zu Fehlermeldungen und Logdateien.
Hier ne handvoll Details:
SuSE Linux 10.1
AMD 1800+ mit 512mb
56K PCI-Modem von Typhoon, vom Setup nicht automatisch erkannt
Der Bereich 'C/C++ Compiler und Werkzeuge' aus YaST ist komplett vorhanden.
Hier noch Infos zum Kernel:
smokey@KLOPPER:~> rpm -qa |grep kernel
kernel-source-2.6.16.13-4
kernel-default-2.6.16.13-4
Nun zum Eingemachten:
Die Treibersourcen liegen auf dem Desktop im Verzeichnis moswm/hsflinmodem-4.06.06.02
und soweit habe ich Folgendes gemacht:
------------------------------------------------------------------------
LOPPER:/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02 # make install
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/i nf'
install -m 644 linux_athens.inf linux_hsfi.inf linux_hsf.inf linux_intel_smartmc .inf linux_smarthsf.inf /etc/hsf/inf
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/in f'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/i nf2bin'
cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFT K56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -DHSFLINUXV ERSION="\"4.06.06.02\"" -O2 -Wall -c -o inf2bin.o inf2bin.c
inf2bin.c: In function ‘€˜ProcessString’€™:
inf2bin.c:230: warning: pointer targets in assignment differ in signedness
inf2bin.c: In function ‘€˜ProcessCtryStruct’€™:
inf2bin.c:387: warning: pointer targets in assignment differ in signedness
cc -o hsfinf2bin inf2bin.o
install -m 755 hsfinf2bin /usr/sbin/hsfinf2bin
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/in f2bin'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/f irm2bin'
cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFT K56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -O2 -Wall -c -o firm2bin.o firm2bin.c
cc -o hsffirm2bin firm2bin.o
install -m 755 hsffirm2bin /usr/sbin/hsffirm2bin
install -m 644 cnxykf.hex /etc/hsf
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/fi rm2bin'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/s cripts'
sed \
-e 's!@PREFIX@!/usr!g' \
-e 's!@HSFETCDIR@!/etc/hsf!g' \
-e 's!@HSFLIBDIR@!/usr/lib/hsf!g' \
-e 's!@HSFINFDIR@!/etc/hsf/inf!g' \
-e 's!@HSFSERIALMINOR@!64!g' \
-e 's!@HSFBININF_FILE@!/etc/hsf/nvram.bin!g' \
-e 's!@HSFFIRMWR_FILE@!/etc/hsf/firmware.bin!g' \
-e 's!@HSFLINUXVERSION@!4.06.06.02!g' \
< hsfconfig.in > hsfconfig
chmod 755 hsfconfig
install -m 755 hsfconfig hsfstop /usr/sbin
install -m 755 hsfsysid /usr/bin
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/sc ripts'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/m odules'
rm -rf "/usr/lib/hsf/config.mak" "/usr/lib/hsf/imported" "/usr/lib/hsf/modules"
mkdir -m 755 -p /usr/lib/hsf/modules
(cd .. && find config.mak imported -depth -print | cpio -pdm /usr/lib/hsf)
3664 blocks
find . \( -name '*.[ch]' -o -name '*.mak' -o -name '[Mm]akefile' \) -print | cpi o -pdm /usr/lib/hsf/modules
558 blocks
find binaries -depth -print | cpio -pdm /usr/lib/hsf/modules
0 blocks
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/mo dules'
install -m 444 LICENSE /usr/lib/hsf
-------------------------------------------------------------------------
Sieht soweit ja ganz gut aus. Dann: (hsfconfig haben die Hersteller ihr Programm getauft.)
-------------------------------------------------------------------------
KLOPPER:/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02 # hsfconfig
Linux HSF softmodem drivers, version 4.06.06.02
grep: /proc/ksyms: Datei oder Verzeichnis nicht gefunden
/usr/bin/hsfsysid: line 99: [: too many arguments
No pre-built HSF modules are available for your exact kernel:
Linux-2.6.16.13-4-default-i686-SuSE-10.1
Assuming that a C compiler and proper kernel header files are present
on your system, we will now attempt to re-compile the modules.
Where is the directory of C header files that match your running kernel?
[/lib/modules/2.6.16.13-4-default/build]
Hab an dieser Stelle Einiges ausprobiert, u.a. : "/usr/src/linux" und "/usr/src/linux-2.6.16.13-4". Auch die bloße Nichtseingabe führt zu:
------------------------------------------------------------------------
Re-compiling HSF modules for kernel 2.6.16.13-4-default, using source directory
/lib/modules/2.6.16.13-4-default/build. Please wait..
ERROR: Module re-compilation and installation failed!
Please examine the log file "/tmp/hsfconfig-recomp.log.7305" to determine why.
Die besagte Logdatei hat folgenden Inhalt:
------------------------------------------------------------------------
rm -f *.o
make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
rm -f *.o
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
make -C osspec all
make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
* Compiling osmemory.c
cc1: warning: command line option "-fcheck-new" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
In file included from <command line>:1:
/usr/src/linux-2.6.16.13-4/include/linux/config.h:8:1: error: /usr/src/linux-2.6.16.13-4/include/linux/modversions.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/linux-2.6.16.13-4/include/linux/rwsem.h:27,
from /usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:42,
from /usr/src/linux-2.6.16.13-4/include/linux/sched.h:20,
from ../../modules/osspec/include/oscompat.h:61,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__down_read’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:106: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__down_write’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:158: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__up_read’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:195: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:189: warning: unused variable ‘€˜tmp’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__up_write’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:221: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__downgrade_write’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:246: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
In file included from /usr/src/linux-2.6.16.13-4/include/linux/sched.h:20,
from ../../modules/osspec/include/oscompat.h:61,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜down’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:105: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜down_interruptible’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:130: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜down_trylock’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:155: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜up’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:179: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
In file included from osmemory.c:51:
../../modules/osspec/include/oscompat.h:62:26: error: linux/tqueue.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/linux-2.6.16.13-4/include/linux/irq.h:22,
from /usr/src/linux-2.6.16.13-4/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.16.13-4/include/linux/hardirq.h:7,
from /usr/src/linux-2.6.16.13-4/include/linux/interrupt.h:11,
from ../../modules/osspec/include/oscompat.h:64,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/irq.h:16:25: error: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/linux-2.6.16.13-4/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.16.13-4/include/linux/hardirq.h:7,
from /usr/src/linux-2.6.16.13-4/include/linux/interrupt.h:11,
from ../../modules/osspec/include/oscompat.h:64,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/linux/irq.h: At top level:
/usr/src/linux-2.6.16.13-4/include/linux/irq.h:85: error: ‘€˜NR_IRQS’€™ undeclared here (not in a function)
In file included from /usr/src/linux-2.6.16.13-4/include/linux/irq.h:94,
from /usr/src/linux-2.6.16.13-4/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.16.13-4/include/linux/hardirq.h:7,
from /usr/src/linux-2.6.16.13-4/include/linux/interrupt.h:11,
from ../../modules/osspec/include/oscompat.h:64,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/hw_irq.h:30: error: ‘€˜NR_IRQ_VECTORS’€™ undeclared here (not in a function)
osmemory.c: In function ‘€˜OsMemDMAAllocate’€™:
osmemory.c:219: error: called object ‘€˜"<3>"’€™ is not a function
osmemory.c:219: error: expected ‘€˜)’€™ before string constant
make[1]: *** [osmemory.o] Fehler 1
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
make: *** [osspec] Fehler 2
------------------------------------------------------------------------
War das Verzeichnis nicht korrekt?
Ich steh' hier wie der Och' vorm Berg und brauche Eure Hilfe. Wer toll, wenn mir da jmd. unter die Arme greifen kann. Ist übrigens ziemlich nervig, für jede Einwahl ins Netz Mickeysoft zu starten...
Besten Dank,
Smokey
(PS: Oder kann ich auch die problemlos die 'Softmodem'-Treiber der CDs benutzen und den ganzen Rest vergessen?)
Seit einigen Wochen mittlerweile sitze ich grübelnd über meinem neuen SuSE 10.1 und habe bisher auch schon was hinbekommen: DVB-S kann ich schon schauen... javascript:emoticon('
Very Happyääh, ja das wars im Großen und Ganzen aber auch schon... kein VLC oder MPlayer, MP3 nur in kaffeine ...usw. usw. Aber egal erstmal.
weshalb ich hier frage ist die Modeminstallation!
Hier brauche ich Hilfe von erfahreneren Linux-Usern. Bin komplett aufgeschmissen und wäre über jede Hilfe dankbar! Meine bisherige Suche in diversen Foren hat mir leider nicht geholfen...
"In a nutshell" liegt das Problem irgendwo bei den C-Header files wie ich vermute... Alles was ich bisher als Ort für diese angab, führte zu Fehlermeldungen und Logdateien.
Hier ne handvoll Details:
SuSE Linux 10.1
AMD 1800+ mit 512mb
56K PCI-Modem von Typhoon, vom Setup nicht automatisch erkannt
Der Bereich 'C/C++ Compiler und Werkzeuge' aus YaST ist komplett vorhanden.
Hier noch Infos zum Kernel:
smokey@KLOPPER:~> rpm -qa |grep kernel
kernel-source-2.6.16.13-4
kernel-default-2.6.16.13-4
Nun zum Eingemachten:
Die Treibersourcen liegen auf dem Desktop im Verzeichnis moswm/hsflinmodem-4.06.06.02
und soweit habe ich Folgendes gemacht:
------------------------------------------------------------------------
LOPPER:/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02 # make install
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/i nf'
install -m 644 linux_athens.inf linux_hsfi.inf linux_hsf.inf linux_intel_smartmc .inf linux_smarthsf.inf /etc/hsf/inf
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/in f'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/i nf2bin'
cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFT K56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -DHSFLINUXV ERSION="\"4.06.06.02\"" -O2 -Wall -c -o inf2bin.o inf2bin.c
inf2bin.c: In function ‘€˜ProcessString’€™:
inf2bin.c:230: warning: pointer targets in assignment differ in signedness
inf2bin.c: In function ‘€˜ProcessCtryStruct’€™:
inf2bin.c:387: warning: pointer targets in assignment differ in signedness
cc -o hsfinf2bin inf2bin.o
install -m 755 hsfinf2bin /usr/sbin/hsfinf2bin
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/in f2bin'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/f irm2bin'
cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFT K56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -O2 -Wall -c -o firm2bin.o firm2bin.c
cc -o hsffirm2bin firm2bin.o
install -m 755 hsffirm2bin /usr/sbin/hsffirm2bin
install -m 644 cnxykf.hex /etc/hsf
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/fi rm2bin'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/s cripts'
sed \
-e 's!@PREFIX@!/usr!g' \
-e 's!@HSFETCDIR@!/etc/hsf!g' \
-e 's!@HSFLIBDIR@!/usr/lib/hsf!g' \
-e 's!@HSFINFDIR@!/etc/hsf/inf!g' \
-e 's!@HSFSERIALMINOR@!64!g' \
-e 's!@HSFBININF_FILE@!/etc/hsf/nvram.bin!g' \
-e 's!@HSFFIRMWR_FILE@!/etc/hsf/firmware.bin!g' \
-e 's!@HSFLINUXVERSION@!4.06.06.02!g' \
< hsfconfig.in > hsfconfig
chmod 755 hsfconfig
install -m 755 hsfconfig hsfstop /usr/sbin
install -m 755 hsfsysid /usr/bin
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/sc ripts'
make[1]: Entering directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/m odules'
rm -rf "/usr/lib/hsf/config.mak" "/usr/lib/hsf/imported" "/usr/lib/hsf/modules"
mkdir -m 755 -p /usr/lib/hsf/modules
(cd .. && find config.mak imported -depth -print | cpio -pdm /usr/lib/hsf)
3664 blocks
find . \( -name '*.[ch]' -o -name '*.mak' -o -name '[Mm]akefile' \) -print | cpi o -pdm /usr/lib/hsf/modules
558 blocks
find binaries -depth -print | cpio -pdm /usr/lib/hsf/modules
0 blocks
make[1]: Leaving directory `/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02/mo dules'
install -m 444 LICENSE /usr/lib/hsf
-------------------------------------------------------------------------
Sieht soweit ja ganz gut aus. Dann: (hsfconfig haben die Hersteller ihr Programm getauft.)
-------------------------------------------------------------------------
KLOPPER:/home/smokey/Desktop/moswm/hsflinmodem-4.06.06.02 # hsfconfig
Linux HSF softmodem drivers, version 4.06.06.02
grep: /proc/ksyms: Datei oder Verzeichnis nicht gefunden
/usr/bin/hsfsysid: line 99: [: too many arguments
No pre-built HSF modules are available for your exact kernel:
Linux-2.6.16.13-4-default-i686-SuSE-10.1
Assuming that a C compiler and proper kernel header files are present
on your system, we will now attempt to re-compile the modules.
Where is the directory of C header files that match your running kernel?
[/lib/modules/2.6.16.13-4-default/build]
Hab an dieser Stelle Einiges ausprobiert, u.a. : "/usr/src/linux" und "/usr/src/linux-2.6.16.13-4". Auch die bloße Nichtseingabe führt zu:
------------------------------------------------------------------------
Re-compiling HSF modules for kernel 2.6.16.13-4-default, using source directory
/lib/modules/2.6.16.13-4-default/build. Please wait..
ERROR: Module re-compilation and installation failed!
Please examine the log file "/tmp/hsfconfig-recomp.log.7305" to determine why.
Die besagte Logdatei hat folgenden Inhalt:
------------------------------------------------------------------------
rm -f *.o
make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
rm -f *.o
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
make -C osspec all
make[1]: Entering directory `/usr/lib/hsf/modules/osspec'
* Compiling osmemory.c
cc1: warning: command line option "-fcheck-new" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
In file included from <command line>:1:
/usr/src/linux-2.6.16.13-4/include/linux/config.h:8:1: error: /usr/src/linux-2.6.16.13-4/include/linux/modversions.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/linux-2.6.16.13-4/include/linux/rwsem.h:27,
from /usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:42,
from /usr/src/linux-2.6.16.13-4/include/linux/sched.h:20,
from ../../modules/osspec/include/oscompat.h:61,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__down_read’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:106: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__down_write’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:158: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__up_read’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:195: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:189: warning: unused variable ‘€˜tmp’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__up_write’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:221: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h: In function ‘€˜__downgrade_write’€™:
/usr/src/linux-2.6.16.13-4/include/asm/rwsem.h:246: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
In file included from /usr/src/linux-2.6.16.13-4/include/linux/sched.h:20,
from ../../modules/osspec/include/oscompat.h:61,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜down’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:105: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜down_interruptible’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:130: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜down_trylock’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:155: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h: In function ‘€˜up’€™:
/usr/src/linux-2.6.16.13-4/include/asm/semaphore.h:179: error: expected ‘€˜:’€™ or ‘€˜)’€™ before ‘€˜KBUILD_BASENAME’€™
In file included from osmemory.c:51:
../../modules/osspec/include/oscompat.h:62:26: error: linux/tqueue.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/linux-2.6.16.13-4/include/linux/irq.h:22,
from /usr/src/linux-2.6.16.13-4/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.16.13-4/include/linux/hardirq.h:7,
from /usr/src/linux-2.6.16.13-4/include/linux/interrupt.h:11,
from ../../modules/osspec/include/oscompat.h:64,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/irq.h:16:25: error: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/src/linux-2.6.16.13-4/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.16.13-4/include/linux/hardirq.h:7,
from /usr/src/linux-2.6.16.13-4/include/linux/interrupt.h:11,
from ../../modules/osspec/include/oscompat.h:64,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/linux/irq.h: At top level:
/usr/src/linux-2.6.16.13-4/include/linux/irq.h:85: error: ‘€˜NR_IRQS’€™ undeclared here (not in a function)
In file included from /usr/src/linux-2.6.16.13-4/include/linux/irq.h:94,
from /usr/src/linux-2.6.16.13-4/include/asm/hardirq.h:6,
from /usr/src/linux-2.6.16.13-4/include/linux/hardirq.h:7,
from /usr/src/linux-2.6.16.13-4/include/linux/interrupt.h:11,
from ../../modules/osspec/include/oscompat.h:64,
from osmemory.c:51:
/usr/src/linux-2.6.16.13-4/include/asm/hw_irq.h:30: error: ‘€˜NR_IRQ_VECTORS’€™ undeclared here (not in a function)
osmemory.c: In function ‘€˜OsMemDMAAllocate’€™:
osmemory.c:219: error: called object ‘€˜"<3>"’€™ is not a function
osmemory.c:219: error: expected ‘€˜)’€™ before string constant
make[1]: *** [osmemory.o] Fehler 1
make[1]: Leaving directory `/usr/lib/hsf/modules/osspec'
make: *** [osspec] Fehler 2
------------------------------------------------------------------------
War das Verzeichnis nicht korrekt?
Ich steh' hier wie der Och' vorm Berg und brauche Eure Hilfe. Wer toll, wenn mir da jmd. unter die Arme greifen kann. Ist übrigens ziemlich nervig, für jede Einwahl ins Netz Mickeysoft zu starten...
Besten Dank,
Smokey
(PS: Oder kann ich auch die problemlos die 'Softmodem'-Treiber der CDs benutzen und den ganzen Rest vergessen?)