[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problème modem sagem 800



Je viens d'installer la distribution debian 3.0r2 en suivant les conseillés 
d'alexis de Lattre ( formation Debian GNU/Linux )
http://people.via.ecp.fr/~alexis/formation-linux/.

tout le système fonctionne correctement ( noyau 2.4.18 )
j'ai même réussi à me faire un multiboot sous linux.

mais parce qu'avec linux il y a souvent un "mais" :-)
la compilation du driver de mon modem ne marche pas voici les messages
d'erreur quand je fais un ./configure :

creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for main in -lc... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for strftime... yes
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking for dhclient... dhclient
checking for pppd... yes
checking for pppoe... yes
checking for gdialog... no
checking for Xdialog... no
checking for dialog... no
checking for whiptail... whiptail
checking for kernel version... 2.4.18
checking for hotplug... 1
checking for update-usb.usermap... 0
checking for ifup... 1
checking for adictrl... no
checking for eaglectrl... no
checking for showstat... no
checking for eaglestat... no
checking for startadsl... no
checking for stopadsl... no
updating cache ./config.cache
creating ./config.status
creating Makefile.common

warning: kernel-sources version is different from the current kernel.

warning: a previous eagle-usb driver was found on your system.
         You should run 'make uninstall' now.

note: current gcc should be the same version as the one used to compile
kernel.

la suite : make

make -C driver && \
make -C pppoa && \
make -C utils/scripts
make[1]: Entering directory `/usr/src/eagle-usb-1.9.5/driver'
if test ! -f .depend ; then make dep ; exit 0 ; fi
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/linux/include
'-DEAGLEUSBVERSION="1.9.5"' -Wall -Wstrict-prototypes -fomit-frame-pointer
-fno-strict-aliasing -pipe  -mpreferred-stack-boundary=2 -O2   -c -o
eu_main.o eu_main.c
make[1]: Leaving directory `/usr/src/eagle-usb-1.9.5/driver'

la fin : make install

#@if [ `id -ur` != 0 ] && [ "x`expr substr /usr/local/sbin 1 6`" !=
"x/home/"  ] ; then \
#       echo -e "\n\nYou have to be root to do that!\n" ; \
#       exit 1 ; \
#fi
make -C driver install && \
make -C pppoa install && \
make -C utils/scripts install && \
echo -e "\n\nInstallation has finished!\nYou should now run eagleconfig to
setup your connexion.\n"
make[1]: Entering directory `/usr/src/eagle-usb-1.9.5/driver'
make -C ./firmware install
make[2]: Entering directory `/usr/src/eagle-usb-1.9.5/driver/firmware'
/usr/bin/install -c -d /etc/eagle-usb && \
/usr/bin/install -c -m 0664 dsp_code_pots.bin /etc/eagle-usb
make[2]: Leaving directory `/usr/src/eagle-usb-1.9.5/driver/firmware'
make[1]: Leaving directory `/usr/src/eagle-usb-1.9.5/driver'

 



Reply to: