Sigh....well unfortunately I don't have a copy of SUSE 8.0 to install.
We got to pctel module to run on a Red Hat 8.0 box for someone, but only because I compiled the module for him. :P
As you may have noticed from my other posts, I 'm having a bit of a huge problem installing drivers for my PCTel modem...it's either I don't have this or that, or i need to upgrade something which probably involves wrecking something else....anywho, I think i may have come across a solution, but (damn those buts!), once again I'm missing crap i can't even get (libcrypto sumthing somethin and other such files). Some guy ( I can't remember his name or even look it up right now as the file is in linux, made the modules and supplied with them all that is needed for a proficient user to make the modules to their own liking (his are for kernel 2.4.0). His instructions pretty much involve cd'ing into the dir, "make clean" to get rid of his kernel specific module, "make" to make the module against your own kernel, and "make install" to of course, install them. As easy as this sounds, my freaky noobdom won't let me accomplish this simple feat ( I get a REALLY REALLY long convoluted error message on the files I don't have installed or aren't in the path....What I'm askin is if there might be anyone with proficient knowledge of linux who has the stock kernel of Suse 8.0 who'd be willing to help me out by doing the first two steps (make clean and make) on their machine?
Help is appreciated.
Thanks ;D
Sigh....well unfortunately I don't have a copy of SUSE 8.0 to install.
We got to pctel module to run on a Red Hat 8.0 box for someone, but only because I compiled the module for him. :P
Thanks anywho JimH... 8)
If anyone's interested, here's the link to the drivers i was speaking of: http://www.geocities.com/tom_in_rc/
Thanks.
Those are old.
These are the drivers I believe I used before.
http://linmodems.technion.ac.il/pctel-linux/
no takers?
:'( :'( :'(
Sorry,i don't know much about SuSe, wish i could help :-[
I got some help on how to config the kernel...that lead to an authentic modversions.h and less problems....but when i get to the "insmod" part i get nuttin...any clues? Thanks..
Here's the output....rename jpg to txt....
http://mcbane13.50megs.com/Output.jpg
It says "remote linking forbidden".![]()
Man!
Guess Ima haveta do it the old fashioned way....split it among several posts!
linux:~ # cd /RandomStuff/misc/pctel-0.9.6
linux:/RandomStuff/misc/pctel-0.9.6 # ./configure --with-hal=pct789
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build driver for... HAL_PCT789
checking for gcc... gcc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /usr/src/linux/include/linux/modversions.h usability... yes
checking /usr/src/linux/include/linux/modversions.h presence... yes
checking for /usr/src/linux/include/linux/modversions.h... yes
checking for Linux kernel version >= 2.4.0... yes
checking for Linux kernel version >= 2.4.7... yes
checking for mknod... mknod
checking for chgrp... chgrp
checking for chmod... chmod
checking for depmod... depmod
checking for rmmod... rmmod
checking for lsmod... lsmod
checking for modprobe... modprobe
checking for objdump... objdump
checking for objcopy... objcopy
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating modules/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/module/Makefile
config.status: creating src/ptserial/Makefile
config.status: creating misc/Makefile
config.status: creating misc/pctel.spec
config.status: creating misc/SlackBuild
config.status: creating misc/build_rpms.sh
config.status: creating m4/Makefile
config.status: executing depfiles commands
config.status: executing default commands
linux:/RandomStuff/misc/pctel-0.9.6 # make
Making all in src
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src'
Making all in module
make[2]: Entering directory `/RandomStuff/misc/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_PCT789 -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/pct789/dsp.a ../../lib/pct789/pcthal.a
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/module'
Making all in ptserial
make[2]: Entering directory `/RandomStuff/misc/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[3]: Entering directory `/RandomStuff/misc/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_PCT789 -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
make[3]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/ptserial'
ld -r -o ../../modules/ptserial.o ptserial.o
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/ptserial'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src'
Making all in lib
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/lib'
Making all in modules
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/modules'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/modules'
Making all in include
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/include'
Making all in misc
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/misc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/misc'
Making all in m4
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/m4'
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6'
linux:/RandomStuff/misc/pctel-0.9.6 # make install
Making install in src
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src'
Making install in module
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src/module'
make[3]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src/module'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/module'
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/module'
Making install in ptserial
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src/ptserial'
make[3]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src/ptserial'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/ptserial'
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src/ptserial'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src'
make[3]: Entering directory `/RandomStuff/misc/pctel-0.9.6/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src'
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/src'
Making install in lib
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/lib'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/lib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/lib'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/lib'
Making install in modules
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/modules'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/modules'
/bin/sh ../mkinstalldirs /lib/modules/2.4.18/misc
/usr/bin/install -c -o root -g root -m 644 pctel.o /lib/modules/2.4.18/misc/pctel.o
/usr/bin/install -c -o root -g root -m 644 ptserial.o /lib/modules/2.4.18/misc/ptserial.o
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/modules'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/modules'
Making install in include
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/include'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/include'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/include/pctel
/usr/bin/install -c -m 644 pctel.h /usr/local/include/pctel/pctel.h
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/include'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/include'
Making install in misc
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/misc'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/misc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/misc'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/misc'
Making install in m4
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6/m4'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/m4'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6/m4'
make[1]: Entering directory `/RandomStuff/misc/pctel-0.9.6'
make[2]: Entering directory `/RandomStuff/misc/pctel-0.9.6'
make[2]: Nothing to be done for `install-exec-am'.
installing FAQ as /usr/local/share/doc/pctel/FAQ
installing README as /usr/local/share/doc/pctel/README
*** Setting device file. ***
make[2]: Leaving directory `/RandomStuff/misc/pctel-0.9.6'
make[1]: Leaving directory `/RandomStuff/misc/pctel-0.9.6'
linux:/RandomStuff/misc/pctel-0.9.6 # insmod pctel
insmod: pctel: no module by that name found
linux:/RandomStuff/misc/pctel-0.9.6 # insmod ptserial
insmod: ptserial: no module by that name found
linux:/RandomStuff/misc/pctel-0.9.6 #
Bookmarks