modem intel error instalando
hola como van?
bueno la cosa es que trate de instalar mi modem intel 536ep v92 y no he podido
he instalado diferentes drivers pero nada por favor ayudenme que tengo que hacer de antemano gracias el error es este
[root@localhost intel-536EP-2.56.76.0]# make 536
make: Warning: File `makefile' has modification time 1e+08 s in the future
Module precompile check
Current running kernel is: 2.6.5-1.358
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No existe el fichero o el directorio
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No existe el fichero o el directorio
version.h matches running kernel
uname -r|grep "2.6" && \
cd coredrv && make 536core_26 && \
cp Intel536.ko .. && cd .. && \
strip --strip-debug Intel536.ko && \
exit; \
ls Intel536.ko >/dev/null 2>&1 || uname -r | grep "2.6" && echo "Failed to build driver" && exit; \
if [ ]; then \
cd coredrv; make TARGET=TARGET_SELAH KERNEL_SOURCE_PATH= "PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" 536core; \
else \
cd coredrv; make TARGET=TARGET_SELAH KERNEL_INCLUDES=/lib/modules/`uname -r`/build/include \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" 536core; \
fi ; \
cp Intel536.o .. ; \
if [ -a /boot/vmlinuz.version.h ]; then \
cp /boot/vmlinuz.version.h /lib/modules/`uname -r`/build/include/linux/version.h;\
fi
2.6.5-1.358
make[1]: Entering directory `/home/wardenhell/intel-536EP-2.56.76.0/coredrv'
make[1]: Warning: File `Makefile' has modification time 1e+08 s in the future
make -C /lib/modules/2.6.5-1.358/build SUBDIRS=/home/wardenhell/intel-536EP-2.56.76.0/coredrv modules
/lib/modules/2.6.5-1.358/build/scripts/gcc-version.sh: line 1: gcc: command not found
/lib/modules/2.6.5-1.358/build/scripts/gcc-version.sh: line 1: gcc: command not found
make[2]: Entering directory `/lib/modules/2.6.5-1.358/build'
make[2]: Warning: File `/lib/modules/2.6.5-1.358/build/arch/i386/Makefile' has modification time 9,4e+07 s in the future
make[3]: Warning: File `scripts/Makefile.lib' has modification time 9,1e+07 s in the future
CC [M] /home/wardenhell/intel-536EP-2.56.76.0/coredrv/coredrv.o
/bin/sh: line 1: gcc: command not found
make[3]: *** [/home/wardenhell/intel-536EP-2.56.76.0/coredrv/coredrv.o] Error 127
make[2]: *** [/home/wardenhell/intel-536EP-2.56.76.0/coredrv] Error 2
make[2]: Leaving directory `/lib/modules/2.6.5-1.358/build'
make[1]: *** [536core_26] Error 2
make[1]: Leaving directory `/home/wardenhell/intel-536EP-2.56.76.0/coredrv'
2.6.5-1.358
Failed to build driver
make: atención: Se ha detectado una desviación en el reloj. La construcción podría estar incompleta.
[root@localhost intel-536EP-2.56.76.0]# make install
make: Warning: File `makefile' has modification time 1e+08 s in the future
rm -f /etc/hamregistry.bin
bash Intel536_inst
running kernel 2.6.5-1.358
installing hamregistry, used for persistant storage
installing Intel536 driver
install: no se puede efectuar `stat' sobre «Intel536.ko»: No existe el fichero o el directorio
make: *** [install] Error 1
- Inicie sesión o regístrese para enviar comentarios
- 1169 lecturas


lo del time puede ser porque tus fuentes tienen fecha y hora desfasada para adelante con respecto al reloj de la maquina, o sea tenes atrasado el reloj con respecto a la fecha y hora de tus fuentes
con respecto a que no te encuentra ciertos archivo proba con bajar las fuentes del kernel, las mayorias de las distros la tienen como paquete, si te compila despues las podes desinstalar.
y me olvidaba, tenes instalado todo el paquete del compilador?
Hola, yo tambien tengo el mismo problema
en mi Ubuntu 4.10, y segun leo es por
que no encuentra las fuentes del kernel,
algo de que falta un enlace simbolico de
/usr/src/linux o algo asi, pero no encuentro
como solucionarlo.
alguna idea?