Nach der Neuinstallation von SuSE 8.2 bekomm ich das PCTel-Modem nicht rein

Post Reply
Message
Author
paulrosee
Posts: 4
Joined: 08. Oct 2002 17:01

Nach der Neuinstallation von SuSE 8.2 bekomm ich das PCTel-Modem nicht rein

#1 Post by paulrosee »

Hallo Leute, ich hoffe ihr könnt mir helfen.
Habe Notebook mit PCTel-Modem. Habe das auch unter SuSE 8.1 problemlos installiert bekommen mit den Treibern zum download. Wenn ich das gleiche unter SuSE 8.2 jetzt versuche erhalte ich folgende Ausgaben (habe alle yes rausgenommen):

paul@linux:~/Documents/modem/pctel-0.9.6> ./configure --with-hal=sis
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build driver for... HAL_I8XX
checking whether we are cross compiling... no
checking dependency style of gcc... none
config.status: executing depfiles commands
config.status: executing default commands

paul@linux:~/Documents/modem/pctel-0.9.6> make
Making all in src
make<font size="1">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src'
Making all in module
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
rm -f *~ \#* .*~ .\#*
rm -f ptmodule.o
rm -f ptmodule.o
rm -f ../../modules/pctel.o
gcc -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I8XX -DAUDIO_ROUTING -DSIS540 -I../../include -I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pctel\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -c -o ptmodule.o ptmodule.c
ld -r -o ../../modules/pctel.o ptmodule.o ../../lib/control.a ../../lib/vuart.o ../../lib/sis/dsp.a ../../lib/sis/i810hal.a
ld -r -o tmp.o ../../lib/control.a ../../lib/vuart.o ../../lib/sis/dsp.a ../../lib/sis/i810hal.a
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
-=- Fixing wrong symbol names: kmalloc, kfree, printk and __udelay. -=-
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
ld -r -o ../../modules/pctel.o ptmodule.o tmp.o
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
-=- Fixing .modinfo section -=-
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
Making all in ptserial
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
rm -f *~ \#* .*~ .\#*
rm -f ptserial.o ptserial.c
rm -f ptserial.o
rm -f ../../modules/ptserial.o
ln -s -f ptserial-2.4.7.c ../../src/ptserial/ptserial.c
make ptserial.o
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
gcc -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I8XX -DAUDIO_ROUTING -DSIS540 -DBUILD_SYSTEM=\""`uname -s -m -r -p`\"" -DGCC_VERSION=\""`gcc --version | head -1`\"" -I../../include -I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pctel\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -c -o ptserial.o ptserial.c
ptserial.c: In function `set_serial_info':
ptserial.c:2212: warning: comparison between signed and unsigned
ptserial.c: In function `rs_wait_until_sent':
ptserial.c:2922: warning: comparison between signed and unsigned
ptserial.c: In function `rs_open':
ptserial.c:3174: warning: comparison between signed and unsigned
ptserial.c: In function `line_info':
ptserial.c:3305: warning: signed and unsigned type in conditional expression
ptserial.c: In function `rs_read_proc':
ptserial.c:3358: warning: comparison between signed and unsigned
ptserial.c: In function `serial_remove_one':
ptserial.c:4134: warning: comparison between signed and unsigned
ptserial.c: In function `rs_init':
ptserial.c:4320: warning: comparison between signed and unsigned
ptserial.c:4351: warning: comparison between signed and unsigned
ptserial.c: In function `register_serial':
ptserial.c:4434: warning: comparison between signed and unsigned
ptserial.c:4441: warning: comparison between signed and unsigned
ptserial.c:4448: warning: comparison between signed and unsigned
ptserial.c: In function `rs_fini':
ptserial.c:4740: warning: comparison between signed and unsigned
make<font size="3">: *** [ptserial.o] Fehler 1
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="2">: *** [all] Fehler 2
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="1">: *** [all-recursive] Fehler 1
make<font size="1">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src'
make: *** [all-recursive] Fehler 1
paul@linux:~/Documents/modem/pctel-0.9.6> su
Password:
linux:/home/paul/Documents/modem/pctel-0.9.6 # make install
Making install in src
make<font size="1">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src'
Making install in module
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
make<font size="3">: Für das Ziel »install-exec-am« ist nichts zu tun.
make<font size="3">: Für das Ziel »install-data-am« ist nichts zu tun.
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/module'
Making install in ptserial
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="3">: Für das Ziel »install-exec-am« ist nichts zu tun.
make<font size="3">: Für das Ziel »install-data-am« ist nichts zu tun.
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src'
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src'
make<font size="3">: Für das Ziel »install-exec-am« ist nichts zu tun.
make<font size="3">: Für das Ziel »install-data-am« ist nichts zu tun.
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src'
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src'
make<font size="1">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src'
Making install in lib
make<font size="1">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/lib'
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/lib'
make<font size="2">: Für das Ziel »install-exec-am« ist nichts zu tun.
make<font size="2">: Für das Ziel »install-data-am« ist nichts zu tun.
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/lib'
make<font size="1">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/lib'
Making install in modules
make<font size="1">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/modules'
make<font size="2">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/modules'
if ! test -f ptserial.o; then \
cd ../src/ptserial && make; \
fi
make<font size="3">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
rm -f *~ \#* .*~ .\#*
rm -f ptserial.o ptserial.c
rm -f ptserial.o
rm -f ../../modules/ptserial.o
ln -s -f ptserial-2.4.7.c ../../src/ptserial/ptserial.c
make ptserial.o
make<font size="4">: Entering directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
gcc -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -DHAL_I8XX -DAUDIO_ROUTING -DSIS540 -DBUILD_SYSTEM=\""`uname -s -m -r -p`\"" -DGCC_VERSION=\""`gcc --version | head -1`\"" -I../../include -I/usr/src/linux/include -include /usr/src/linux/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pctel\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -c -o ptserial.o ptserial.c
ptserial.c: In function `set_serial_info':
ptserial.c:2212: warning: comparison between signed and unsigned
ptserial.c: In function `rs_wait_until_sent':
ptserial.c:2922: warning: comparison between signed and unsigned
ptserial.c: In function `rs_open':
ptserial.c:3174: warning: comparison between signed and unsigned
ptserial.c: In function `line_info':
ptserial.c:3305: warning: signed and unsigned type in conditional expression
ptserial.c: In function `rs_read_proc':
ptserial.c:3358: warning: comparison between signed and unsigned
ptserial.c: In function `serial_remove_one':
ptserial.c:4134: warning: comparison between signed and unsigned
ptserial.c: In function `rs_init':
ptserial.c:4320: warning: comparison between signed and unsigned
ptserial.c:4351: warning: comparison between signed and unsigned
ptserial.c: In function `register_serial':
ptserial.c:4434: warning: comparison between signed and unsigned
ptserial.c:4441: warning: comparison between signed and unsigned
ptserial.c:4448: warning: comparison between signed and unsigned
ptserial.c: In function `rs_fini':
ptserial.c:4740: warning: comparison between signed and unsigned
make<font size="4">: *** [ptserial.o] Fehler 1
make<font size="4">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="3">: *** [all] Fehler 2
make<font size="3">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/src/ptserial'
make<font size="2">: *** [ptserial.o] Fehler 2
make<font size="2">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/modules'
make<font size="1">: *** [install-am] Fehler 2
make<font size="1">: Leaving directory `/home/paul/Documents/modem/pctel-0.9.6/modules'
make: *** [install-recursive] Fehler 1
linux:/home/paul/Documents/modem/pctel-0.9.6 # insmod pctel
insmod: pctel: no module by that name found
linux:/home/paul/Documents/modem/pctel-0.9.6 # insmod ptserial
insmod: ptserial: no module by that name found
linux:/home/paul/Documents/modem/pctel-0.9.6 #

Post Reply