Modem Asus

Bonjour à tous.

Après avoir installé ubuntu sur ma machine et avoir régler les différents problème (CG, C Son).

J’ai installé cette superbe distribution sur la machine de ma demoiselle.

J’ai malheureusement un problème: le modem …

Je suis résident en belgique, je possède asus AAM6600UG acheté chez skynet (je suppose donc qu’il a un chipset Alcatel …)

Elle est hébergé chez Versatel …

Donc j’ai bien trouvé le wiki expliquant comment installer ce modem ( http://doc.ubuntu-fr.org/modem_asus_aam6000ug ),
je n’arrive pas a trouver les deux packets suivant:

libpcap et libusb

J’ai essayé de poursuivre l’installation mais voici le message d’erreur lors de la commande make

amelia@AME:~$ cd /usr/amedyn
amelia@AME:/usr/amedyn$ make
cd init && make clean
make[1]: entrant dans le répertoire « /usr/amedyn/init »
rm -f amload amioctl amloaddbg amloaddbgt
make[1]: quittant le répertoire « /usr/amedyn/init »
cd module && make clean
make[1]: entrant dans le répertoire « /usr/amedyn/module »
rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd
make[1]: quittant le répertoire « /usr/amedyn/module »
cd bridged && make clean
make[1]: entrant dans le répertoire « /usr/amedyn/bridged »
rm -f br2684ctl
make[1]: quittant le répertoire « /usr/amedyn/bridged »
cd amcontrol && make clean
make[1]: entrant dans le répertoire « /usr/amedyn/amcontrol »
rm -f amcontrol amcontroldbg amcontroldbgt
make[1]: quittant le répertoire « /usr/amedyn/amcontrol »
cd init && make && make install
make[1]: entrant dans le répertoire « /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: In function ‘jump_to_address’:
amload.c:400: attention : pointer targets in passing argument 3 of ‘send_bulk’ differ in signedness
amload.c:405: attention : pointer targets in passing argument 3 of ‘send_bulk’ differ in signedness
amload.c: In function ‘send_cmds_sync’:
amload.c:420: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:425: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:430: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:435: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:443: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c: In function ‘load_firmware’:
amload.c:513: attention : pointer targets in assignment differ in signedness
amload.c:519: attention : pointer targets in passing argument 3 of ‘send_block’ differ in signedness
amload.c:525: attention : pointer targets in passing argument 3 of ‘send_bulk’ differ in signedness
amload.c:532: attention : pointer targets in passing argument 3 of ‘read_bulk’ differ in signedness
amload.c:547: attention : pointer targets in passing argument 3 of ‘send_block’ differ in signedness
amload.c:551: attention : pointer targets in passing argument 3 of ‘send_bulk’ differ in signedness
amload.c:572: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:586: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:603: attention : pointer targets in passing argument 6 of ‘transfer_ctrl_msg’ differ in signedness
amload.c:628: attention : pointer targets in passing argument 3 of ‘usb_bulk_read’ differ in signedness


gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -Wsign-compare -I../include -lusb  amioctl.c -o amioctl
make[1]: quittant le répertoire « /usr/amedyn/init »
make[1]: entrant dans le répertoire « /usr/amedyn/init »
install -c -m 755 -p amload amioctl /usr/sbin
install: ne peut enlever `/usr/sbin/amload': Permission non accordée
install: ne peut enlever `/usr/sbin/amioctl': Permission non accordée
make[1]: *** [install_program] Erreur 1
make[1]: quittant le répertoire « /usr/amedyn/init »
make: *** [AME_INIT] Erreur 2
amelia@AME:/usr/amedyn$

Je vous remerci d’avance de vous pencher sur mon problème car sans modem, les possibilités d’utilisation d’ubuntu sont considérablement réduite …

Merci

http://doc.ubuntu-fr.org/materiel/modem_asus_aam6000ug

Les noms des paquets ont changé… c’est libpcap0.8 et libusb-0.1-4
http://packages.ubuntu.com/dapper/libs/libusb-0.1-4
http://packages.ubuntu.com/dapper/libs/libpcap0.8