Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2003, 11:31
Avatar de ocionet
ocionet
 
Fecha de Ingreso: agosto-2002
Ubicación: Costa Brava, Catalunya
Mensajes: 605
Antigüedad: 21 años, 8 meses
Puntos: 0
Que hago mal - compilando driver modem

Hola,

Tengo un dichoso winmodem, el modelo concreto es HSP56 World Micromodem, el fabricante es PCtel.

Però el driver no me funciona, alguien me puede ayudar?


---------------------------------------------------------
Aquí esta lo que me devuelve el terminal:


[root@HAL9000 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... no, using cp -p
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




[root@HAL9000 pctel-0.9.6]# make
Making all in src
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/src'
Making all in module
make[2]: Cambiando a directorio `/mnt/windows/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_TAR NAME=\"\" -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_M EMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -c -o ptmodule.o ptmodul e.c
ld -r -o ../../modules/pctel.o ptmodule.o ../../lib/control.a ../../lib/vuart.o ../../lib/pct789/dsp.a ../../li b/pct789/pcthal.a
make[2]: Saliendo directorio `/mnt/windows/pctel-0.9.6/src/module'
Making all in ptserial
make[2]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/src/ptserial'
rm -f *~ \#* .*~ .\#*
rm -f ptserial.o ptserial.c
rm -f ptserial.o
rm -f ../../modules/ptserial.o
cp -p -f ptserial-2.4.7.c ../../src/ptserial/ptserial.c
make ptserial.o
make[3]: Cambiando a directorio `/mnt/windows/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/includ e -include /usr/src/linux/include/linux/modversions.h -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERS ION=\"\" -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]: Saliendo directorio `/mnt/windows/pctel-0.9.6/src/ptserial'
ld -r -o ../../modules/ptserial.o ptserial.o
make[2]: Saliendo directorio `/mnt/windows/pctel-0.9.6/src/ptserial'
make[2]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/src'
make[2]: No se hace nada para `all-am'.
make[2]: Saliendo directorio `/mnt/windows/pctel-0.9.6/src'
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6/src'
Making all in lib
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/lib'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6/lib'
Making all in modules
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/modules'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6/modules'
Making all in include
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/include'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6/include'
Making all in misc
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/misc'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6/misc'
Making all in m4
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6/m4'
make[1]: No se hace nada para `all'.
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6/m4'
make[1]: Cambiando a directorio `/mnt/windows/pctel-0.9.6'
make[1]: No se hace nada para `all-am'.
make[1]: Saliendo directorio `/mnt/windows/pctel-0.9.6'