Jump to content

amendyl zyxel modem 630-13


Guest javaa neko
 Share

Recommended Posts

Guest javaa neko

have mandrake 10.1 and cant install the amendyl package for my zyxel modem prestige 630-13......when compiling, i get two error messages: amload and aminit doesn't work......I read that woth mandrake, you must make some changes....but I'm a newbie and don't understand that much...please help

 

 

 

 

 

 

 

 

here's is the exact message:

 

claudi@localhost claudi]$ su

[root@localhost claudi]# tar xvzf /home/claudi/Desktop/amedyn-2004-08-04-src.tgz

amedyn/

amedyn/COPIANDO

amedyn/COPYING

amedyn/firmware/

amedyn/firmware/Makefile

amedyn/firmware/fw-usb.bin

amedyn/firmware/Fw-usb_A.bin

amedyn/init/

amedyn/init/Makefile

amedyn/init/amioctl.c

amedyn/init/amload.c

amedyn/init/simulate.sh

amedyn/include/

amedyn/include/usbi.h

amedyn/include/amedyn.h

amedyn/include/amedyn.h~

amedyn/Makefile

amedyn/INSTALL

amedyn/bridged/

amedyn/bridged/Makefile

amedyn/bridged/br2684ctl.c

amedyn/module/

amedyn/module/info/

amedyn/module/info/kernel26.txt

amedyn/module/info/build.txt

amedyn/module/info/kernel26-redhat9.txt

amedyn/module/info/load.txt

amedyn/module/info/build2.txt

amedyn/module/.tmp_versions/

amedyn/module/.tmp_versions/amedyn.mod

amedyn/module/.tmp_versions/amedyndbg.mod

amedyn/module/xdslusb_2.4.c

amedyn/module/xdslusb_2.6.c

amedyn/module/Makefile

amedyn/module/configure

amedyn/module/speedcrc.c

amedyn/module/speedcrc.h

amedyn/scripts/

amedyn/scripts/Makefile

amedyn/scripts/service/

amedyn/scripts/service/amedyn

amedyn/scripts/config/

amedyn/scripts/config/amedyn

amedyn/scripts/amnet3up.sh

 

 

amedyn/scripts/amnetdown.sh

amedyn/scripts/amnet2up.sh

amedyn/scripts/amstop.sh

amedyn/scripts/amnetup.sh

amedyn/scripts/amunload.sh

amedyn/scripts/amstart.sh

amedyn/scripts/amnet3down.sh

amedyn/scripts/amnet4up.sh

amedyn/scripts/amnet4down.sh

amedyn/scripts/amload.sh

amedyn/scripts/amnet2down.sh

amedyn/scripts/amunload.sh~

amedyn/amedyn.spec

amedyn/debian/

amedyn/debian/create-pkg.sh

amedyn/amcontrol/

amedyn/amcontrol/amcontrol.c

amedyn/amcontrol/Makefile

amedyn/amcontrol/WARNING

amedyn/amcontrol/WARNING~

amedyn/doc/

amedyn/doc/img/

amedyn/doc/img/asus.jpg

amedyn/doc/img/hurricane_8000.jpg

amedyn/doc/img/modem_digicom_michelangelo.png

amedyn/doc/img/modem_topcom_webracer851.png

amedyn/doc/img/modem_zyxel_prestige.png

amedyn/doc/index.html

amedyn/doc/en_install.html

[root@localhost claudi]# cd amedyn

[root@localhost amedyn]# make

cd init && make clean

make[1]: Entering directory `/home/claudi/amedyn/init'

rm -f amload amioctl amloaddbg amloaddbgt

make[1]: Leaving directory `/home/claudi/amedyn/init'

cd module && make clean

make[1]: Entering directory `/home/claudi/amedyn/module'

rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd

make[1]: Leaving directory `/home/claudi/amedyn/module'

cd bridged && make clean

make[1]: Entering directory `/home/claudi/amedyn/bridged'

rm -f br2684ctl

make[1]: Leaving directory `/home/claudi/amedyn/bridged'

cd amcontrol && make clean

make[1]: Entering directory `/home/claudi/amedyn/amcontrol'

rm -f amcontrol amcontroldbg amcontroldbgt

make[1]: Leaving directory `/home/claudi/amedyn/amcontrol'

cd init && make && make install

make[1]: Entering directory `/home/claudi/amedyn/init'

gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -Wsign-compare -I../include -lusb amload.c -o amload

/root/tmp/ccV9NZgT.o(.text+0x17c): In function `transfer_ctrl_msg':

: undefined reference to `usb_control_msg'

/root/tmp/ccV9NZgT.o(.text+0x187): In function `transfer_ctrl_msg':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x1ee): In function `transfer_ctrl_msg':

: undefined reference to `usb_clear_halt'

/root/tmp/ccV9NZgT.o(.text+0x203): In function `transfer_ctrl_msg':

: undefined reference to `usb_clear_halt'

/root/tmp/ccV9NZgT.o(.text+0x284): In function `read_bulk':

: undefined reference to `usb_bulk_read'

/root/tmp/ccV9NZgT.o(.text+0x28f): In function `read_bulk':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x2f4): In function `read_bulk':

: undefined reference to `usb_clear_halt'

/root/tmp/ccV9NZgT.o(.text+0x394): In function `send_bulk':

: undefined reference to `usb_bulk_write'

/root/tmp/ccV9NZgT.o(.text+0x39f): In function `send_bulk':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x425): In function `send_bulk':

: undefined reference to `usb_clear_halt'

/root/tmp/ccV9NZgT.o(.text+0x4fc): In function `clear_endpoints':

: undefined reference to `usb_resetep'

/root/tmp/ccV9NZgT.o(.text+0x523): In function `clear_endpoints':

: undefined reference to `usb_resetep'

/root/tmp/ccV9NZgT.o(.text+0xc0a): In function `load_firmware':

: undefined reference to `usb_resetep'

/root/tmp/ccV9NZgT.o(.text+0xe44): In function `load_firmware':

: undefined reference to `usb_bulk_read'

/root/tmp/ccV9NZgT.o(.text+0x115a): In function `main':

: undefined reference to `usb_init'

/root/tmp/ccV9NZgT.o(.text+0x115f): In function `main':

: undefined reference to `usb_find_busses'

/root/tmp/ccV9NZgT.o(.text+0x116c): In function `main':

: undefined reference to `usb_find_devices'

/root/tmp/ccV9NZgT.o(.text+0x117a): In function `main':

: undefined reference to `usb_busses'

/root/tmp/ccV9NZgT.o(.text+0x1251): In function `main':

: undefined reference to `usb_open'

/root/tmp/ccV9NZgT.o(.text+0x126c): In function `main':

: undefined reference to `usb_set_configuration'

/root/tmp/ccV9NZgT.o(.text+0x1282): In function `main':

: undefined reference to `usb_claim_interface'

/root/tmp/ccV9NZgT.o(.text+0x129b): In function `main':

: undefined reference to `usb_claim_interface'

/root/tmp/ccV9NZgT.o(.text+0x12b4): In function `main':

: undefined reference to `usb_claim_interface'

/root/tmp/ccV9NZgT.o(.text+0x12f6): In function `main':

: undefined reference to `usb_release_interface'

/root/tmp/ccV9NZgT.o(.text+0x12fe): In function `main':

: undefined reference to `usb_close'

/root/tmp/ccV9NZgT.o(.text+0x135f): In function `main':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x1376): In function `main':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x138d): In function `main':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x13a4): In function `main':

: undefined reference to `usb_strerror'

/root/tmp/ccV9NZgT.o(.text+0x512): In function `clear_endpoints':

: undefined reference to `usb_resetep'

/root/tmp/ccV9NZgT.o(.text+0x539): In function `clear_endpoints':

: undefined reference to `usb_resetep'

collect2: ld returned 1 exit status

make[1]: *** [amload] Fehler 1

make[1]: Leaving directory `/home/claudi/amedyn/init'

make: *** [AME_INIT] Fehler 2

 

 

Hope, it says anything to you....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...