=?ISO-8859-1?Q?Re:_[Linuxargentina-general]_Hola, _todav=EDa_funca_esto=3F?=

Angel Aranciba angel.arancibia en gmail.com
Jue Dic 8 20:37:56 CET 2005


aparentemente todavia funciona ;)

El error que te tira esat relacionado con los src del kernel (2.6.8 si
no vi mal)
fijate:
1) que als tools esas qeu consegfuiste sean compatibles con ese kernel
2) tener el kernel-src en orden

mas no te puedo decir porqeu no se ;)
Saludos, y comenta cualqueir cosa qeu puedas (o no) hacer y si lo arreglaste.

2005/12/8, Lukis Nukita <nukita18 en hotmail.com>:
>
> Hola, que tal? no se si todavía funciona o si esto lo tengo que mandar por
> acá pero bueno. Quería comentarles que tengo un problema al instalar el
> modem ZyXEL Prestige 630-C1 que da telefónica.
> La cosa es que cuando quiero instalar una parte de utilidades (creo) me tira
> el siguiente error y no se como solucionarlo.
> Si alguien sabe del tema me podría explicar qué puedo hacer?
>
> Acá está todo lo que me tira.
>
> [root en localhost cxacru-630-new]# make
> cd init && make clean
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/init'
> rm -f cxload cxioctl cxloaddbg cxloaddbgt
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/init'
> cd bridged && make clean
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/bridged'
> rm -f br2684ctl
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/bridged'
> cd init && make && make install
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/init'
> gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall
> -DLINUX -I../include -lusb -lpthread cxload.c -o cxload
> gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall
> -DLINUX -I../include -lusb -lpthread cxioctl.c -o cxioctl
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/init'
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/init'
> install -c -m 755 -p cxload cxioctl /usr/sbin
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/init'
> cd firmware && make
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/firmware'
> install -c -m 644 -p cxfirm4.bin /etc/cxacru/
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/firmware'
> cd scripts && make
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/scripts'
> mkdir -p /etc/cxacru
> install -c -m 755 -p cxload.sh cxunload.sh cxstart.sh cxstop.sh /usr/sbin
> install -c -m 755 -p service/cxacru /etc/cxacru/cxacru.service
> if [ ! -f /etc/cxacru/cxacru.conf ]; then \
>         install -c -m 644 -p config/cxacru.conf /etc/cxacru; \
> fi
> install -c -m 755 -p cxnetup.sh cxnetdown.sh /usr/sbin
> install -c -m 755 -p cxnet2up.sh cxnet2down.sh /usr/sbin
> install -c -m 755 -p cxnet3up.sh cxnet3down.sh /usr/sbin
> install -c -m 755 -p cxnet4up.sh cxnet4down.sh /usr/sbin
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/scripts'
> cd bridged && make && make install
> make[1]: Entering directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/bridged'
> gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall
> -DLINUX -I/lib/modules/2.6.8.1-10mdk/build/include
> br2684ctl.c -o br2684ctl -latm
> br2684ctl.c:8:17: atm.h: No such file or directory
> In file included from
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atmdev.h:12,
>                  from br2684ctl.c:9:
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:212:
> error: syntax error before "uint32_t"
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:212:
> warning: no semicolon at end of struct or union
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:212:
> warning: no semicolon at end of struct or union
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:213:
> warning: type defaults to `int' in declaration of `sas_addr'
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:213:
> warning: data definition has no type or storage class
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:214:
> error: syntax error before '}' token
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atm.h:218:
> error: parameter `addr' has incomplete type
> In file included from
> /lib/modules/2.6.8.1-10mdk/build/include/linux/atmbr2684.h:5,
>                  from br2684ctl.c:10:
> /lib/modules/2.6.8.1-10mdk/build/include/linux/if.h:139:
> error: field `ifru_addr' has incomplete type
> /lib/modules/2.6.8.1-10mdk/build/include/linux/if.h:140:
> error: field `ifru_dstaddr' has incomplete type
> /lib/modules/2.6.8.1-10mdk/build/include/linux/if.h:141:
> error: field `ifru_broadaddr' has incomplete type
> /lib/modules/2.6.8.1-10mdk/build/include/linux/if.h:142:
> error: field `ifru_netmask' has incomplete type
> /lib/modules/2.6.8.1-10mdk/build/include/linux/if.h:143:
> error: field `ifru_hwaddr' has incomplete type
> br2684ctl.c: In function `create_br':
> br2684ctl.c:59: warning: implicit declaration of function `socket'
> br2684ctl.c:59: error: `PF_ATMPVC' undeclared (first use in this function)
> br2684ctl.c:59: error: (Each undeclared identifier is reported only once
> br2684ctl.c:59: error: for each function it appears in.)
> br2684ctl.c:59: error: `SOCK_DGRAM' undeclared (first use in this function)
> br2684ctl.c: In function `assign_vcc':
> br2684ctl.c:98: warning: implicit declaration of function `text2atm'
> br2684ctl.c:98: warning: type-punning to incomplete type might break
> strict-aliasing rules
> br2684ctl.c:98: error: `T2A_PVC' undeclared (first use in this function)
> br2684ctl.c:113: error: `PF_ATMPVC' undeclared (first use in this function)
> br2684ctl.c:113: error: `SOCK_DGRAM' undeclared (first use in this function)
> br2684ctl.c:124: warning: implicit declaration of function `setsockopt'
> br2684ctl.c:124: error: `SOL_SOCKET' undeclared (first use in this function)
> br2684ctl.c:124: error: `SO_SNDBUF' undeclared (first use in this function)
> br2684ctl.c:127: error: `SOL_ATM' undeclared (first use in this function)
> br2684ctl.c:130: warning: implicit declaration of function `connect'
> br2684ctl.c:130: warning: type-punning to incomplete type might break
> strict-aliasing rules
> make[1]: *** [br2684ctl] Error 1
> make[1]: Leaving directory
> `/home/lucas/cxacru-630-new/cxacru-630-new/bridged'
> make: *** [BRIDGED] Error 2
>
>
> Espero que alguien me pueda ayudar. Saludos y gracias por todo.
>
> Lukas !!!
> ________________________________
> Nuevo MSN Messenger Una forma rápida y divertida de enviar mensajes
> _______________________________________________
> Linuxargentina-general mailing list
> Linuxargentina-general en lists.ourproject.org
> http://lists.ourproject.org/cgi-bin/mailman/listinfo/linuxargentina-general
>
>


--
-----
Angel Arancibia

GNU/Linux User Registered #358969
http://counter.li.org/

ICQ: 327093745
MSN: angel.arancibia en gmail.com
-------------------------------

"Computer science is no more about computers than astronomy is about
telescopes." - Edsger W. Dijkstra

"There are only 10 types of people in the world: Those who understand
bynari, and those who don't"



Más información sobre la lista de distribución Linuxargentina-general