Buenas he echo un make uninstall y me ha dado ste error alguien sabe como se soluciona?????????
[root@localhost eagle-usb-1.9.8]# make uninstall
make -C utils/scripts uninstall && \
make -C pppoa uninstall && \
make -C driver uninstall && \
hash -r && \
echo -e "===============================================================================" && \
echo -e "\n\nUninstall has finished." && \
if test 1 == 1 ; then \
echo -e "\n\n ********************************************************************\n" "* You should now unplug and replug your modem to clear its memory. *\n"\ "********************************************************************\n\n" ; \
else \
echo ; \
fi
make[1]: Cambiando a directorio `/home/david/eagle-usb-1.9.8/utils/scripts'
./fctStopAdsl -sf
./fctStopAdsl: line 1: pidof: command not found
# disable [and remove] autostart service
if test -e /etc/init.d/eagle-usb ; then \
chkconfig --del eagle-usb &>/dev/null ; \
update-rc.d -f eagle-usb remove &>/dev/null ; \
rm -f /etc/init.d/eagle-usb ; \
fi
if test -e /etc/init.d/internet ; then \
chkconfig --del internet &>/dev/null ; \
fi
# remove old eagle-usb files (previous versions)
./uninstOld /lib/modules/2.6.1 /lib/modules/2.6.1/build Fedora 1 1 && \
rm -f /usr/local/sbin/fctStartAdsl && \
rm -f /usr/local/sbin/fctStopAdsl && \
rm -f /usr/local/sbin/startmire && \
rm -f /usr/local/sbin/startadsl && \
rm -f /usr/local/sbin/stopadsl && \
rm -f /usr/local/sbin/eagleconfig && \
rm -f /usr/local/sbin/eaglediag && \
rm -f /etc/eagle-usb/scripts/eu_config_bash && \
rm -f /etc/hotplug/usb/eu_dsp && \
rm -f /etc/rc.d/rc.eagle-usb && \
rm -Rf /usr/lib/hotplug/eagle-usb && \
rm -Rf /etc/eagle-usb/lang
./uninstOld: line 130: lsmod: command not found
./uninstOld: line 139: lsmod: command not found
rm -Rf /etc/eagle-usb/scripts
# uninstOld could have suppressed a module too => always run "depmod"
depmod -a
make[1]: depmod: No se encontró el programa
make[1]: *** [uninstall] Error 127
make[1]: Saliendo directorio `/home/david/eagle-usb-1.9.8/utils/scripts'
make: *** [uninstall] Error 2
[root@localhost eagle-usb-1.9.8]#