#126 Le 14/09/2006, à 18:29
- Jean-Marie Piveteau
Re : Installer modem usb ZXDSL 852
la led orange ne s'allume vraiment à aucun moment, il ne se passe rien.
Sinon pour les tailles en octets tt est équivalents et diff cxacru.c cxacru.c-orig donne la même chose que pour toi.pour ce qui est de :
grep 0xcb07 /lib/modules/`uname -r`/modules.usbmap
voici le résultat :-rw-r--r-- 1 root root 624832 2006-09-12 23:53 /lib/firmware/2.6.15-23-386/cxacru-fw.bin
canard79@canard79-laptop:~/accessrunner/usbatm$ grep 0xcb07 /lib/modules/`uname -r`/modules.usbmap
cxacru 0x0003 0x0572 0xcb07 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x0
cxacru 0x0003 0x0572 0xcb07 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x0voilà, merci beaucoup !
Je ne suis pas du tout familier avec le format du fichier modules.usbmap mais de mon côté, le grep ne retourne qu'une seule ligne et non pas deux. Je n'y crois pas trop que ce soit ça le problème mais tu peux toujours essayer de supprimer une des deux lignes, puis ensuite de débrancher et rebrancher ton modem (ou de rebooter).
Autre chose: qu'est-ce que te retourne la commande suivante:
dmesg | egrep -i "(atm|usb|cxacru)"
?
#127 Le 20/09/2006, à 21:11
- Ishmael
Re : Installer modem usb ZXDSL 852
salut à tous;:)
je suis Ishmael d'Algérie!
Merci à ZeBob et à tous ce qui participe à ce forume!
Excusez-mois pour les fautes d'orthographe!:)
Mon modem ADSL est ZTE ZXDSL852 , j'ai Ubuntu Dapper (2.6.15-27-386),je suis en Algérie, et je suis abonné chez Algérie Télécom/EASY ADSL .:) .
j'ai suivi le tuto de ZeBob(sur http://doc.ubuntu-fr.org/materiel/zxdsl852) pas à pas , et tous se passe bien, jusqu'a j'ai arrivé à la commande:
s@s-desktop:~/firmware/accessrunner/usbatm$ sudo modprobe cxacru
elle me renvoi ce message:
WARNING: Could not open '/lib/modules/2.6.15-27-386/kernel/drivers/usb/atm/usbatm.ko': No such file or directory
FATAL: Could not open '/lib/modules/2.6.15-27-386/kernel/drivers/usb/atm/cxacru.ko': No such file or directory
donc j'ai copier les fichiers *.ko manuellement par la commande:
s@s-desktop:~/firmware/accessrunner/usbatm$ sudo cp *.ko /lib/modules/$(uname -r)/kernel/drivers/usb/atm/
puis j'ai retapé la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ sudo modprobe cxacru et à cette fois le LED orange du modem s'allume! (trés trés bien:))!:D
mais à la fin je n'arrive pas à connecter ! je ne sais pas pourqoui!:/
quand j'ai tapé la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ dmesg | grep cxacru
j'ai obtenu une ligne de ce type: usbcore: registered new driver cxacru
et la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ cat /proc/net/atm/devices
me renvoi ce message:
Itf Type ESI/"MAC"addr AAL(TX,err,RX,err,drop) ... [refcnt]
0 cxacru 00d0d08b1c14 0 ( 0 0 0 0 0 ) 5 ( 0 0 0 0 0 ) [1]
et dans le fichier zxdsl j'ai modifier la ligne plugin pppoatm.so 8.35 par plugin pppoatm.so 0.35 puisque je sais que VPI=0 et VCI=35
et j'ai rien modifier d'autre choses!
enfin la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ sudo pppd call zxdsl
me renvoi ce message: Plugin pppoatm.so loaded.
et la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ ifconfig
me renvoi eth0 et lo ,c'est tous!
il n'y pas de pppx !
Merci de vous m'aidez!
Dernière modification par Ishmael (Le 20/09/2006, à 21:48)
Hors ligne
#128 Le 21/09/2006, à 15:12
- andrei19
Re : Installer modem usb ZXDSL 852
Hello!!
Me again, when I wrote in console "patch cxacru.c cxacru_zxdsl852.patch" i received the following error:
patch unexpectedly ends in middle of line
Hunk #1 FAILED at 792.
1 out of 1 hunk FAILED -- saving rejects to file cxacru.c.rej
The rej file looks like this:
***************
*** 792,797 ****
{ /* V = Conexant P = ADSL modem */
USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00
},
{ /* V = Olitec P = ADSL modem version 2 */
USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe
--- 792,800 ----
{ /* V = Conexant P = ADSL modem */
USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00
},
+ { /* V = Conexant P = ADSL modem (ZTE ZXDSL 852) */
+ USB_DEVICE(0x0572, 0xcb07), .driver_info = (unsigned long) &cxacru_cb00
+ },
{ /* V = Olitec P = ADSL modem version 2 */
USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe
What should I do ??
Thanks
Andrei
#129 Le 22/09/2006, à 07:34
- spacecruiser
Re : Installer modem usb ZXDSL 852
salut à tous;:)
je suis Ishmael d'Algérie!
Merci à ZeBob et à tous ce qui participe à ce forume!
Excusez-mois pour les fautes d'orthographe!:)Mon modem ADSL est ZTE ZXDSL852 , j'ai Ubuntu Dapper (2.6.15-27-386),je suis en Algérie, et je suis abonné chez Algérie Télécom/EASY ADSL .:) .
j'ai suivi le tuto de ZeBob(sur http://doc.ubuntu-fr.org/materiel/zxdsl852) pas à pas , et tous se passe bien, jusqu'a j'ai arrivé à la commande:
s@s-desktop:~/firmware/accessrunner/usbatm$ sudo modprobe cxacru
elle me renvoi ce message:
WARNING: Could not open '/lib/modules/2.6.15-27-386/kernel/drivers/usb/atm/usbatm.ko': No such file or directory
FATAL: Could not open '/lib/modules/2.6.15-27-386/kernel/drivers/usb/atm/cxacru.ko': No such file or directory
donc j'ai copier les fichiers *.ko manuellement par la commande:
s@s-desktop:~/firmware/accessrunner/usbatm$ sudo cp *.ko /lib/modules/$(uname -r)/kernel/drivers/usb/atm/
puis j'ai retapé la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ sudo modprobe cxacru et à cette fois le LED orange du modem s'allume! (trés trés bien:))!:D
mais à la fin je n'arrive pas à connecter ! je ne sais pas pourqoui!:/quand j'ai tapé la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ dmesg | grep cxacru
j'ai obtenu une ligne de ce type: usbcore: registered new driver cxacruet la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ cat /proc/net/atm/devices
me renvoi ce message:
Itf Type ESI/"MAC"addr AAL(TX,err,RX,err,drop) ... [refcnt]
0 cxacru 00d0d08b1c14 0 ( 0 0 0 0 0 ) 5 ( 0 0 0 0 0 ) [1]et dans le fichier zxdsl j'ai modifier la ligne plugin pppoatm.so 8.35 par plugin pppoatm.so 0.35 puisque je sais que VPI=0 et VCI=35
et j'ai rien modifier d'autre choses!
enfin la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ sudo pppd call zxdsl
me renvoi ce message: Plugin pppoatm.so loaded.
et la commande: s@s-desktop:~/firmware/accessrunner/usbatm$ ifconfig
me renvoi eth0 et lo ,c'est tous!
il n'y pas de pppx !Merci de vous m'aidez!
Pour monter l'interface ppp, il faut plutot que tu tapes "sudo ifup ppp0" et pour la déconnexion c'est "sudo ifdown ppp0", bien sûr pour que ça marche il faut que les fichiers dans /etc/ppp soient correctement remplis.
#130 Le 22/09/2006, à 07:38
- spacecruiser
Re : Installer modem usb ZXDSL 852
Hello!!
Me again, when I wrote in console "patch cxacru.c cxacru_zxdsl852.patch" i received the following error:patch unexpectedly ends in middle of line Hunk #1 FAILED at 792. 1 out of 1 hunk FAILED -- saving rejects to file cxacru.c.rej
The rej file looks like this:
*************** *** 792,797 **** { /* V = Conexant P = ADSL modem */ USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00 }, { /* V = Olitec P = ADSL modem version 2 */ USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe --- 792,800 ---- { /* V = Conexant P = ADSL modem */ USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00 }, + { /* V = Conexant P = ADSL modem (ZTE ZXDSL 852) */ + USB_DEVICE(0x0572, 0xcb07), .driver_info = (unsigned long) &cxacru_cb00 + }, { /* V = Olitec P = ADSL modem version 2 */ USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe
What should I do ??
Thanks
Andrei
Did you follow this procedure: http://doc.ubuntu-fr.org/materiel/zxdsl852 ?
I guess you don't have the correct sources .
Which release of Ubuntu do you use ? Which kernel (uname -r) ?
#131 Le 22/09/2006, à 09:27
- andrei19
Re : Installer modem usb ZXDSL 852
andrei19 a écrit :Hello!!
Me again, when I wrote in console "patch cxacru.c cxacru_zxdsl852.patch" i received the following error:patch unexpectedly ends in middle of line Hunk #1 FAILED at 792. 1 out of 1 hunk FAILED -- saving rejects to file cxacru.c.rej
The rej file looks like this:
*************** *** 792,797 **** { /* V = Conexant P = ADSL modem */ USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00 }, { /* V = Olitec P = ADSL modem version 2 */ USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe --- 792,800 ---- { /* V = Conexant P = ADSL modem */ USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00 }, + { /* V = Conexant P = ADSL modem (ZTE ZXDSL 852) */ + USB_DEVICE(0x0572, 0xcb07), .driver_info = (unsigned long) &cxacru_cb00 + }, { /* V = Olitec P = ADSL modem version 2 */ USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe
What should I do ??
Thanks
AndreiDid you follow this procedure: http://doc.ubuntu-fr.org/materiel/zxdsl852 ?
I guess you don't have the correct sources .
Which release of Ubuntu do you use ? Which kernel (uname -r) ?
Yes i followed every step from that link!! and i am using Kubuntu :
Linux andrei-desktop 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686 GNU/Linux
#132 Le 22/09/2006, à 19:00
- spacecruiser
Re : Installer modem usb ZXDSL 852
spacecruiser a écrit :andrei19 a écrit :Hello!!
Me again, when I wrote in console "patch cxacru.c cxacru_zxdsl852.patch" i received the following error:patch unexpectedly ends in middle of line Hunk #1 FAILED at 792. 1 out of 1 hunk FAILED -- saving rejects to file cxacru.c.rej
The rej file looks like this:
*************** *** 792,797 **** { /* V = Conexant P = ADSL modem */ USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00 }, { /* V = Olitec P = ADSL modem version 2 */ USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe --- 792,800 ---- { /* V = Conexant P = ADSL modem */ USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00 }, + { /* V = Conexant P = ADSL modem (ZTE ZXDSL 852) */ + USB_DEVICE(0x0572, 0xcb07), .driver_info = (unsigned long) &cxacru_cb00 + }, { /* V = Olitec P = ADSL modem version 2 */ USB_DEVICE(0x08e3, 0x0100), .driver_info = (unsigned long) &cxacru_cafe
What should I do ??
Thanks
AndreiDid you follow this procedure: http://doc.ubuntu-fr.org/materiel/zxdsl852 ?
I guess you don't have the correct sources .
Which release of Ubuntu do you use ? Which kernel (uname -r) ?Yes i followed every step from that link!! and i am using Kubuntu :
Linux andrei-desktop 2.6.15-23-386 #1 PREEMPT Tue May 23 13:49:40 UTC 2006 i686 GNU/Linux
please:
1 - list the source direcrory: "ls -l accessrunner/usbatm"
2 - result of "dpkg -l patch"
3 - which version of Kubuntu ?
#133 Le 23/09/2006, à 06:17
- andrei19
Re : Installer modem usb ZXDSL 852
Hello!!!
1.result of "ls -l accessrunner/usbatm" :
-rw-r--r-- 1 andrei andrei 17983 2005-11-05 12:38 COPYING
-rw-r--r-- 1 andrei andrei 7702 2004-10-15 18:00 crc.c
-rw-r--r-- 1 andrei andrei 1624 2004-10-15 18:00 crc.h
drwxr-xr-x 2 andrei andrei 4096 2006-09-08 16:07 CVS
-rw-r--r-- 1 andrei andrei 23617 2006-09-21 17:34 cxacru.c
-rw-r--r-- 1 andrei andrei 23617 2006-09-21 17:34 cxacru.c.orig
-rw-r--r-- 1 andrei andrei 1017 2006-09-21 17:34 cxacru.c.rej
-rw-r--r-- 1 andrei andrei 638 2006-09-21 17:33 cxacru_zxdsl852.patch
-rw-r--r-- 1 andrei andrei 15786 2004-10-15 18:00 firmware.c
-rw-r--r-- 1 andrei andrei 438 2004-10-15 18:00 firmware.h
-rw-r--r-- 1 andrei andrei 2 2006-09-21 17:31 gf
-rw-r--r-- 1 andrei andrei 195 2005-04-08 19:22 Kbuild
-rw-r--r-- 1 andrei andrei 1904 2005-04-08 19:22 Kconfig
-rw-r--r-- 1 andrei andrei 522 2006-01-11 00:59 Makefile
-rw-r--r-- 1 andrei andrei 26504 2006-01-16 21:37 speedtch.c
-rw-r--r-- 1 andrei andrei 6609 2006-01-11 01:02 testatm.c
-rw-r--r-- 1 andrei andrei 271 2006-01-16 21:38 TODO
-rw-r--r-- 1 andrei andrei 37783 2006-01-12 17:38 usbatm.c
-rw-r--r-- 1 andrei andrei 5845 2006-01-12 17:38 usbatm.h
-rw-r--r-- 1 andrei andrei 7854 2006-01-12 17:04 xusbatm.c
2.Result of "dpkg -l patch":
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii patch 2.5.9-2 Apply a diff file to an original
3.I'm using Kubuntu 6.06 LTS
#134 Le 24/09/2006, à 19:13
- spacecruiser
Re : Installer modem usb ZXDSL 852
Hello!!!
1.result of "ls -l accessrunner/usbatm" :
-rw-r--r-- 1 andrei andrei 17983 2005-11-05 12:38 COPYING
-rw-r--r-- 1 andrei andrei 7702 2004-10-15 18:00 crc.c
-rw-r--r-- 1 andrei andrei 1624 2004-10-15 18:00 crc.h
drwxr-xr-x 2 andrei andrei 4096 2006-09-08 16:07 CVS
-rw-r--r-- 1 andrei andrei 23617 2006-09-21 17:34 cxacru.c
-rw-r--r-- 1 andrei andrei 23617 2006-09-21 17:34 cxacru.c.orig
-rw-r--r-- 1 andrei andrei 1017 2006-09-21 17:34 cxacru.c.rej
-rw-r--r-- 1 andrei andrei 638 2006-09-21 17:33 cxacru_zxdsl852.patch
-rw-r--r-- 1 andrei andrei 15786 2004-10-15 18:00 firmware.c
-rw-r--r-- 1 andrei andrei 438 2004-10-15 18:00 firmware.h
-rw-r--r-- 1 andrei andrei 2 2006-09-21 17:31 gf
-rw-r--r-- 1 andrei andrei 195 2005-04-08 19:22 Kbuild
-rw-r--r-- 1 andrei andrei 1904 2005-04-08 19:22 Kconfig
-rw-r--r-- 1 andrei andrei 522 2006-01-11 00:59 Makefile
-rw-r--r-- 1 andrei andrei 26504 2006-01-16 21:37 speedtch.c
-rw-r--r-- 1 andrei andrei 6609 2006-01-11 01:02 testatm.c
-rw-r--r-- 1 andrei andrei 271 2006-01-16 21:38 TODO
-rw-r--r-- 1 andrei andrei 37783 2006-01-12 17:38 usbatm.c
-rw-r--r-- 1 andrei andrei 5845 2006-01-12 17:38 usbatm.h
-rw-r--r-- 1 andrei andrei 7854 2006-01-12 17:04 xusbatm.c2.Result of "dpkg -l patch":
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii patch 2.5.9-2 Apply a diff file to an original3.I'm using Kubuntu 6.06 LTS
hello adrei19,
your cxacru.* sources seems not good. Here is the listing I have (with which my modem works):
-rwx------ 1 jmp jmp 17983 2005-11-05 11:38 COPYING
-rwx------ 1 jmp jmp 7702 2004-10-15 17:00 crc.c
-rwx------ 1 jmp jmp 1624 2004-10-15 17:00 crc.h
drwx------ 2 jmp jmp 4096 2006-08-27 14:06 CVS
-rwx------ 1 jmp jmp 23737 2006-08-27 15:04 cxacru.c
-rwx------ 1 jmp jmp 23602 2006-01-12 16:04 cxacru.c.orig
-rw-r--r-- 1 jmp jmp 18638 2006-08-27 15:07 cxacru.ko
-rw-r--r-- 1 jmp jmp 2660 2006-08-27 15:07 cxacru.mod.c
-rw-r--r-- 1 jmp jmp 5636 2006-08-27 15:07 cxacru.mod.o
-rw-r--r-- 1 jmp jmp 13560 2006-08-27 15:07 cxacru.o
-rwx------ 1 jmp jmp 15786 2004-10-15 17:00 firmware.c
-rwx------ 1 jmp jmp 438 2004-10-15 17:00 firmware.h
-rwx------ 1 jmp jmp 195 2005-04-08 18:22 Kbuild
-rwx------ 1 jmp jmp 1904 2005-04-08 18:22 Kconfig
-rwx------ 1 jmp jmp 522 2006-01-10 23:59 Makefile
-rwx------ 1 jmp jmp 26504 2006-01-16 20:37 speedtch.c
-rw-r--r-- 1 jmp jmp 23153 2006-08-27 15:07 speedtch.ko
-rw-r--r-- 1 jmp jmp 1937 2006-08-27 15:07 speedtch.mod.c
-rw-r--r-- 1 jmp jmp 4324 2006-08-27 15:07 speedtch.mod.o
-rw-r--r-- 1 jmp jmp 19440 2006-08-27 15:07 speedtch.o
-rwx------ 1 jmp jmp 6609 2006-01-11 00:02 testatm.c
-rwx------ 1 jmp jmp 271 2006-01-16 20:38 TODO
-rwx------ 1 jmp jmp 37783 2006-01-12 16:38 usbatm.c
-rwx------ 1 jmp jmp 5845 2006-01-12 16:38 usbatm.h
-rw-r--r-- 1 jmp jmp 29094 2006-08-27 15:07 usbatm.ko
-rw-r--r-- 1 jmp jmp 2331 2006-08-27 15:07 usbatm.mod.c
-rw-r--r-- 1 jmp jmp 5188 2006-08-27 15:07 usbatm.mod.o
-rw-r--r-- 1 jmp jmp 24660 2006-08-27 15:07 usbatm.o
-rwx------ 1 jmp jmp 7854 2006-01-12 16:04 xusbatm.c
-rw-r--r-- 1 jmp jmp 12668 2006-08-27 15:07 xusbatm.ko
-rw-r--r-- 1 jmp jmp 1278 2006-08-27 15:07 xusbatm.mod.c
-rw-r--r-- 1 jmp jmp 2952 2006-08-27 15:07 xusbatm.mod.o
-rw-r--r-- 1 jmp jmp 10260 2006-08-27 15:07 xusbatm.o
As you can see, my cxacru.c original size is 23602 bytes. After applying the patch it is 23737 bytes.
Unless the cxacru.c has offically changed recently, please re-download the sources and continue the procedure.
#135 Le 25/09/2006, à 12:42
- andrei19
Re : Installer modem usb ZXDSL 852
Hello!!
I cannot find the right source just searching on google.But you can archive your folder and email to me at andrei_tanasache at yahoo dot com or give me a link whith the right sources.
Thank tou for helping me!!!
Best regards
Andrei
#136 Le 26/09/2006, à 10:59
- jayhawk
Re : Installer modem usb ZXDSL 852
Salaam à tous les linuxiens et autres geeks,
Ayant un modem usb ZXDSL 852 (drivers Conexant) j'aurais aimé l'installer pour ma connexion ADSL. En suivant les instructions de ZeBob à la lettre, je n'arrive toujours pas à aller au-delàs de l'étape de
make modules
Voici des infos concernant mon installation et les messages d'erreurs renvoyés après avortement de la compilation:
Distribution Linux: Suse 10.0
Kernel: 2.6.13-15
Message d'erreur:
make -C /lib/modules/2.6.13-15-default/build M=/root/firmware/accessrunner/usbatm modules EXTRA_CFLAGS=-DDEBUG
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /root/firmware/accessrunner/usbatm/cxacru.o
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
Une idée les jeunZ?
Hors ligne
#137 Le 26/09/2006, à 12:30
- jayhawk
Re : Installer modem usb ZXDSL 852
C'est encore ma pomme
Voici en integralité le contenu du message d'erreur donné par la commande
make modules
:
make -C /lib/modules/2.6.13-15-default/build M=/usr/local/src/firmware/accessrunner/usbatm modules EXTRA_CFLAGS=-DDEBUG
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /usr/local/src/firmware/accessrunner/usbatm/cxacru.o
/usr/local/src/firmware/accessrunner/usbatm/cxacru.c: In function 'cxacru_bind'
/usr/local/src/firmware/accessrunner/usbatm/cxacru.c:676: error: implicit declaration of function 'kzalloc'
/usr/local/src/firmware/accessrunner/usbatm/cxacru.c:676: warning: assignment makes pointer from integer without a cast
make[4]: *** [/usr/local/src/firmware/accessrunner/usbatm/cxacru.o] Error 1
make[3]: *** [_module_/usr/local/src/firmware/accessrunner/usbatm] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [modules] Error 2
Merci pour votre aide
Hors ligne
#138 Le 27/09/2006, à 11:32
- andrei19
Re : Installer modem usb ZXDSL 852
Hello!!!
No response at my messaje above but I've tried to download the folder usbatm and an error appear:
"In C:\DOCUME~1\ANDREI\LOCALS~1\Temp\TortoiseCVS make new module temp\: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "import" "-m" "" "usbatm" "tcvs-vendor" "tcvs-release"
CVSROOT=:pserver:anoncvs@cvs.infradead.org:/home/cvs
What showl i do??
#139 Le 27/09/2006, à 13:11
- jayhawk
Re : Installer modem usb ZXDSL 852
Hi Andrei19
Well I guess that the stage during which you download CVS, install it and then download in the atm folder is not a problem since it works for all of us (beside U ).
Just keep trying ... from scratch
Hors ligne
#140 Le 27/09/2006, à 16:45
- andrei19
Re : Installer modem usb ZXDSL 852
Salut!!
K rezolved the problem with CVS, also begined everiting from scratch but the problem persist when I patch cxacru.c.I am wondering maibe it is that I'm using Kubuntu 6.06 and not Ubuntu 6.06 and maibe this problems apears at kubuntu.
Can you give me your email adress or an yahoo ID because is very hard for me, I wait half a day for an response.Can you give me the folder after you patched the cxacru.c ???
Best regards
Andrei
#141 Le 09/10/2006, à 14:18
- andrei19
Re : Installer modem usb ZXDSL 852
Salut!!!
I rezolved all the problems but when i finaly type "sudo pppd cal zxdsl" i receive:
Plugin pppoatm.so loaded.
Using interface ppp0
Connect: ppp0 <--> 0.35
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Does someone know??
Best regards,
Andrei
P.S. I live in Romania so the VPI.VCI is 0.35
#142 Le 09/10/2006, à 19:06
- boulde
Re : Installer modem usb ZXDSL 852
salut !
moi aussi j'ai reussi a installer ce modem en suivant les instructions du tuto et de ce topic (a part le patch que j'ai fait a la main), ca fonctionne bien
seul souci, mon fichier journal syslog se remplit de lignes comme celle ci-dessous, un message toutes les 5 secondes ... c'est normal ?
Il me reste un petit problème cependant: mon journal système (celui qui s'affiche quand je tape "dmesg"), se remplit entièrement des lignes suivantes:
[4301916.360000] /home/jmp/Informatique/install/Modem_ZXDSL_852/accessrunner/usbatm/cxacru.c: cm 0x88
[4301921.380000] /home/jmp/Informatique/install/Modem_ZXDSL_852/accessrunner/usbatm/cxacru.c: cm 0x88
[4301926.400000] /home/jmp/Informatique/install/Modem_ZXDSL_852/accessrunner/usbatm/cxacru.c: cm 0x88Comment puis-je empêcher cela ?
Hors ligne
#143 Le 10/10/2006, à 11:26
- andrei19
Re : Installer modem usb ZXDSL 852
????
OK can somenone write the exact comands that work to install my modem!!!
I need internet in linux but is too hard!!!! I am sure someone was in the same case with me and somehow figured out!!!! I tried a lot of tutorials but they don't work what should I do???
Please someone help me !!!!!
Best regards
Andrei
#144 Le 10/10/2006, à 12:33
- boulde
Re : Installer modem usb ZXDSL 852
how did you configure the caracteristics of your provider ?
in the tutorial it is explained for the french provider wanadoo
http://doc.ubuntu-fr.org/materiel/zxdsl852#partie_iii_creation_de_la_connexion_pour_wanadooorange
Hors ligne
#145 Le 11/10/2006, à 17:16
- andrei19
Re : Installer modem usb ZXDSL 852
I followed the steps from http://doc.ubuntu-fr.org/materiel/zxdsl852 and in place of
user "nom_d_utilisateur_à_completer"
plugin pppoatm.so 8.35
noipdefault
usepeerdns
defaultroute
persist
noauth
I wrote
linkname "ppp0"
user "nom_d_utilisateur"
plugin pppoatm.so 8.35
noipdefault
usepeerdns
defaultroute
persist
noauth
hide-password
holdoff 4
maxfail 25
updetach
I made this swich because whith the original script when I call zxdsl it appears for example:
andrei@andrei: sudo pppd call zxdsl
Plugin pppoatm.so Loaded
andrei@andrei:
#146 Le 11/10/2006, à 17:20
- andrei19
Re : Installer modem usb ZXDSL 852
Probably I didn't install it wright !! nothing seems to work with me but i have a contract with this company Romtelecom for 2 years!!!! what should I do ?? I must install this modem in Linux!!!!
Best Regards
Andrei
#147 Le 15/10/2006, à 19:16
- spacecruiser
Re : Installer modem usb ZXDSL 852
I followed the steps from http://doc.ubuntu-fr.org/materiel/zxdsl852 and in place of
user "nom_d_utilisateur_à_completer" plugin pppoatm.so 8.35 noipdefault usepeerdns defaultroute persist noauth
I wrote
linkname "ppp0" user "nom_d_utilisateur" plugin pppoatm.so 8.35 noipdefault usepeerdns defaultroute persist noauth hide-password holdoff 4 maxfail 25 updetach
I made this swich because whith the original script when I call zxdsl it appears for example:
andrei@andrei: sudo pppd call zxdsl
Plugin pppoatm.so Loaded
andrei@andrei:
So your connexion does not work ...
1 - Bear in mind that before it may work, the orange LED must not blink anymore: it must be steady ON: is this the case ?
2 - here is my /etc/ppp/peers/wanadoo file (wanadoo is my provider in France):
linkname "ppp0"
user "my_user_name"
noauth
hide-password
noipdefault
persist
holdoff 4
maxfail 25
usepeerdns
defaultroute
updetach
plugin pppoatm.so
8.35
nopcomp
noccp
novj
replace 8.35 by the correct VPI/VCI for your country.
3 - Also, look in your system log file for messages related to your modem/usb/adsl; this may help you.
Bye,
#148 Le 19/10/2006, à 11:48
- Ishmael
Re : Installer modem usb ZXDSL 852
Pour monter l'interface ppp, il faut plutot que tu tapes "sudo ifup ppp0" et pour la déconnexion c'est "sudo ifdown ppp0", bien sûr pour que ça marche il faut que les fichiers dans /etc/ppp soient correctement remplis.
salut spacecruiser
j'ai tapez votres commandes et voila les résultats:
sudo ifup ppp0
Ignoring unknown interface ppp0=ppp0.
sudo ifdown ppp0
ifdown: interface ppp0 not configured
et je ne sais pas comment remplir les fichiers dans /etc/ppp
bon je veux faire un résumé pour ma question
j'ai utilise Ubuntu 6.06 LTS.
j'ai suivi le tuto de ZeBob (sur http://doc.ubuntu-fr.org/materiel/zxdsl852) pas à pas, et tous ce passe bien pour les parties 1 et 2 ; (la lampe orange de mon modem s'allume donc normalement c'est bon).
donc il me reste que la partie 3 (création de la connexion), bien sûr parceque le pays et le fournisseur d'internet ne sont pas les mêmes (mon fournisseur internet est Algérie Télécom/Easy Adsl).
j'ai trouvé cette fiche sous windows xp :
et s' il y a d'autres informations qui manquent , n'hésitez pas à me demander.
merci de vous m'aidez à crée ma proprs connexion
Hors ligne
#149 Le 21/10/2006, à 19:27
- andrei19
Re : Installer modem usb ZXDSL 852
Salut
I start all from scratch but the thing with patching is enervating, so can someone send me the folder after cxacru.c was patched?? pls pls my adress is andrei_tanasache@yhaoo.com
Hope for someone to send me the archived folder!!!
Best regards,
Andrei
#150 Le 22/10/2006, à 20:51
- spacecruiser
Re : Installer modem usb ZXDSL 852
spacecruiser a écrit :Pour monter l'interface ppp, il faut plutot que tu tapes "sudo ifup ppp0" et pour la déconnexion c'est "sudo ifdown ppp0", bien sûr pour que ça marche il faut que les fichiers dans /etc/ppp soient correctement remplis.
salut spacecruiser
j'ai tapez votres commandes et voila les résultats:sudo ifup ppp0 Ignoring unknown interface ppp0=ppp0.
sudo ifdown ppp0 ifdown: interface ppp0 not configured
et je ne sais pas comment remplir les fichiers dans /etc/ppp
bon je veux faire un résumé pour ma question
j'ai utilise Ubuntu 6.06 LTS.
j'ai suivi le tuto de ZeBob (sur http://doc.ubuntu-fr.org/materiel/zxdsl852) pas à pas, et tous ce passe bien pour les parties 1 et 2 ; (la lampe orange de mon modem s'allume donc normalement c'est bon).
donc il me reste que la partie 3 (création de la connexion), bien sûr parceque le pays et le fournisseur d'internet ne sont pas les mêmes (mon fournisseur internet est Algérie Télécom/Easy Adsl).j'ai trouvé cette fiche sous windows xp :
http://img217.imageshack.us/img217/1646/fiche1yp3.pnget s' il y a d'autres informations qui manquent , n'hésitez pas à me demander.
merci de vous m'aidez à crée ma proprs connexion
Bonjour Ishmael,
Il faut 4 fichiers de renseignés pour que ça marche. C'est ce que j'ai chez moi (mis à part bien sûr le VPI/VCI, l'identifiant de connexion et le nom du fichier du provider).
Rajoute ceci à la fin du fichier /etc/network/interfaces:
iface ppp0 inet ppp
provider algtelecom
pre-up sleep 0.1
Créée le fichier /etc/ppp/peers/algtelecom:
linkname "ppp0"
user "ton_identifiant_de_connexion"
noauth
hide-password
noipdefault
persist
holdoff 4
maxfail 25
usepeerdns
defaultroute
updetach
plugin pppoatm.so
0.35
nopcomp
noccp
novj
Rajoute ceci à la fin du fichier /etc/ppp/chap-secrets:
ton_identifiant_de_connexion * ton_mot_de_passe_de_connexion *
Rajoute ceci à la fin du fichier /etc/ppp/pap-secrets:
ton_identifiant_de_connexion * ton_mot_de_passe_de_connexion
Si ça ça ne marche pas alors là je bloque. Il te faudra étudier les pages de manuel de pppd (man pppd) pour comprendre les options qui sont dans le fichier /etc/ppp/peers/algtelecom et déterminer s'il y en a une en trop ou s'il faut que tu en rajoute une.