URL: https://linuxfr.org/forums/linux-mandriva/posts/probl%C3%A8me-connexion-adsl-avec-asus-adsl-usb-aam6000ug Title: Problème connexion adsl avec Asus ADSL USB AAM6000UG Authors: guiant Date: 2004年07月23日T00:51:10+02:00 Tags: Score: 0 Bonjour à tous, j'ai un modem Asus ADSL USB AAM6000UG , j'ai téléchargé le driver la dessus: [http://sourceforge.net/projects/aam6000ug(...)](http://sourceforge.net/projects/aam6000ug) J'ai essayé de l'installé en tapant ce code: cd /usr/Amedyn/ make et voilà ce que me réponds la console
cd init && make clean make[1]: Entering directory `/usr/Amedyn/init' rm -f amload amioctl amloaddbg amloaddbgt make[1]: Leaving directory `/usr/Amedyn/init' cd module && make clean make[1]: Entering directory `/usr/Amedyn/module' rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd make[1]: Leaving directory `/usr/Amedyn/module' cd bridged && make clean make[1]: Entering directory `/usr/Amedyn/bridged' rm -f br2684ctl make[1]: Leaving directory `/usr/Amedyn/bridged' cd init && make && make install make[1]: Entering directory `/usr/Amedyn/init' gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -Wsign-compare -I../include -lusb amload.c -o amload amload.c:53:17: usb.h: No such file or directory In file included from amload.c:54: ../include/usbi.h:4:17: usb.h: No such file or directory In file included from amload.c:54: ../include/usbi.h:49: error: parse error before '*' token ../include/usbi.h:49: warning: function declaration isn't a prototype ../include/usbi.h:54: error: parse error before '*' token ../include/usbi.h:54: warning: function declaration isn't a prototype ../include/usbi.h:55: error: parse error before '*' token ../include/usbi.h:55: warning: function declaration isn't a prototype amload.c:211: error: parse error before '*' token amload.c:212: warning: function declaration isn't a prototype amload.c: In function `transfer_ctrl_msg': amload.c:222: warning: implicit declaration of function `usb_control_msg' amload.c:222: error: `adsl_handle' undeclared (first use in this function) amload.c:222: error: (Each undeclared identifier is reported only once amload.c:222: error: for each function it appears in.) amload.c:222: error: `requesttype' undeclared (first use in this function) amload.c:222: error: `request' undeclared (first use in this function) amload.c:222: error: `value' undeclared (first use in this function) amload.c:222: error: `buf' undeclared (first use in this function) amload.c:222: error: `size' undeclared (first use in this function) amload.c:232: warning: implicit declaration of function `usb_strerror' amload.c:232: warning: format argument is not a pointer (arg 2) amload.c:234: warning: implicit declaration of function `usb_clear_halt' amload.c: At top level: amload.c:250: error: parse error before '*' token amload.c:251: warning: function declaration isn't a prototype amload.c: In function `read_bulk': amload.c:256: error: `buf' undeclared (first use in this function) amload.c:262: warning: implicit declaration of function `usb_bulk_read' amload.c:262: error: `adsl_handle' undeclared (first use in this function) amload.c:262: error: `ep' undeclared (first use in this function) amload.c:262: error: `size' undeclared (first use in this function) amload.c:272: warning: format argument is not a pointer (arg 2) amload.c: At top level: amload.c:289: error: parse error before '*' token amload.c:290: warning: function declaration isn't a prototype amload.c: In function `send_bulk': amload.c:296: error: `nfil' undeclared (first use in this function) amload.c:302: warning: implicit declaration of function `usb_bulk_write' amload.c:302: error: `adsl_handle' undeclared (first use in this function) amload.c:302: error: `ep' undeclared (first use in this function) amload.c:302: error: `buf' undeclared (first use in this function) amload.c:302: error: `ncol' undeclared (first use in this function) amload.c:312: warning: format argument is not a pointer (arg 2) amload.c: At top level: amload.c:349: error: parse error before '*' token amload.c:349: warning: function declaration isn't a prototype amload.c: In function `clear_endpoints': amload.c:350: error: `op' undeclared (first use in this function) amload.c:351: warning: implicit declaration of function `usb_resetep' amload.c:351: error: `adsl_handle' undeclared (first use in this function) amload.c: At top level: amload.c:361: error: parse error before '*' token amload.c:362: warning: function declaration isn't a prototype amload.c: In function `send_block': amload.c:365: error: `bufin' undeclared (first use in this function) amload.c:365: error: `len' undeclared (first use in this function) amload.c:368: error: `place' undeclared (first use in this function) amload.c:371: error: `adsl_handle' undeclared (first use in this function) amload.c: At top level: amload.c:377: error: parse error before '*' token amload.c:378: warning: function declaration isn't a prototype amload.c: In function `jump_to_address': amload.c:384: error: `place' undeclared (first use in this function) amload.c:388: error: `adsl_handle' undeclared (first use in this function) amload.c: At top level: amload.c:399: error: parse error before '*' token amload.c:400: warning: function declaration isn't a prototype amload.c: In function `load_firmware': amload.c:412: error: `adsl_handle' undeclared (first use in this function) amload.c: In function `init_modem': amload.c:675: error: dereferencing pointer to incomplete type amload.c:676: error: dereferencing pointer to incomplete type amload.c: In function `main': amload.c:719: error: `usb_dev_handle' undeclared (first use in this function) amload.c:719: error: `adsl_handle' undeclared (first use in this function) amload.c:770: warning: implicit declaration of function `usb_init' amload.c:771: warning: implicit declaration of function `usb_find_busses' amload.c:776: warning: implicit declaration of function `usb_find_devices' amload.c:783: error: `usb_busses' undeclared (first use in this function) amload.c:787: error: dereferencing pointer to incomplete type amload.c:790: error: dereferencing pointer to incomplete type amload.c:790: error: dereferencing pointer to incomplete type amload.c:797: error: dereferencing pointer to incomplete type amload.c:800: error: dereferencing pointer to incomplete type amload.c:807: error: dereferencing pointer to incomplete type amload.c:807: error: dereferencing pointer to incomplete type amload.c:821: warning: implicit declaration of function `usb_open' amload.c:828: warning: implicit declaration of function `usb_set_configuration' amload.c:830: warning: format argument is not a pointer (arg 2) amload.c:834: warning: implicit declaration of function `usb_claim_interface' amload.c:836: warning: format argument is not a pointer (arg 2) amload.c:841: warning: format argument is not a pointer (arg 2) amload.c:846: warning: format argument is not a pointer (arg 2) amload.c:855: warning: implicit declaration of function `usb_release_interface' amload.c:857: warning: implicit declaration of function `usb_close' make[1]: *** [amload] Erreur 1 make[1]: Leaving directory `/usr/Amedyn/init' make: *** [AME_INIT] Erreur 2Je suis tout nouveau sur linux (c'est la première fois que je travaille sur cette OS) donc je ne sais pas du tout ce que veut dire tout ca, est-ce que vous pouvez m'aider svp?