<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.15.4">
</HEAD>
<BODY>
Al parecer, te falta instalar las librerias y programas para compilar.<BR>
<BR>
Debes ejecutar esto para que instale un sistema basico de compilación de programas:<BR>
<BR>
<B>sudo apt-get install build-essential</B><BR>
<BR>
Suerte<BR>
<BR>
El dom, 08-07-2007 a las 14:12 -0500, Jorge Gonzalez escribió:<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
    <FONT COLOR="#000000">On 7/8/07, </FONT><FONT COLOR="#000000"><B>Juan Carlos Reyes</B></FONT><FONT COLOR="#000000"> <<A HREF="mailto:jcreyesortiz@gmail.com">jcreyesortiz@gmail.com</A>> wrote:</FONT><BR>
    <BLOCKQUOTE>
        <FONT COLOR="#000000">Jorge,</FONT><BR>
        <FONT COLOR="#000000">Muchas gracias por la ayuda y la paciencia.</FONT><BR>
        <FONT COLOR="#000000">Sus indicaciones fueron muy utiles. Sin embargo, ahora tengo problemas cuando llego a el penultimo paso.</FONT><BR>
        <FONT COLOR="#000000">despues de poner exitosamente cd madwifi<tab></FONT><BR>
        <FONT COLOR="#000000">pongo </FONT><BR>
        <FONT COLOR="#000000">$ Make </FONT><BR>
        <FONT COLOR="#000000">y me sale el siguiente error que le transcribo....</FONT><BR>
        <FONT COLOR="#000000"> </FONT><BR>
        <FONT COLOR="#000000">He borrado el archivo descargado y el descomprimido y he vuelto a empezar pero el error me sigue saliendo.</FONT><BR>
        <BR>
        <FONT COLOR="#000000">Gracias.</FONT><BR>
        <BR>
        <FONT COLOR="#000000">juan@juan-macubuntu:~/madwifi-hal-0.9.30.13-r2351-20070519$ make</FONT><BR>
        <FONT COLOR="#000000">Checking requirements... ok.</FONT><BR>
        <FONT COLOR="#000000">Checking kernel configuration... ok.</FONT><BR>
        <FONT COLOR="#000000">make -C /lib/modules/2.6.20-15-generic/build SUBDIRS=/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 modules</FONT><BR>
        <FONT COLOR="#000000">make[1]: Entering directory `/usr/src/linux-headers-2.6.20-15-generic'</FONT><BR>
        <FONT COLOR="#000000">  CC [M]  /home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath/if_ath.o</FONT><BR>
        <FONT COLOR="#000000">  CC [M]  /home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath/if_ath_pci.o</FONT><BR>
        <FONT COLOR="#000000">  LD [M]  /home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath/ath_pci.o</FONT><BR>
        <FONT COLOR="#000000">  CC [M]  /home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/ah_os.o</FONT><BR>
        <FONT COLOR="#000000">  HOSTCC  /home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode</FONT> <BR>
    </BLOCKQUOTE>
    <BR>
    <FONT COLOR="#000000">pregunta en el README no decia que toca darle </FONT><BR>
    <FONT COLOR="#000000">./configure</FONT><BR>
    <FONT COLOR="#000000">antes del make!?</FONT><BR>
    <BR>
    <FONT COLOR="#000000">weno si no es asi de todas formas esto parece que le hacen falta unas librerias .h, y las que veo que faltan son las estandar o muy comunes, dele antes de compilar (make) </FONT><BR>
    <BR>
    <FONT COLOR="#000000">apt-get install build-essential</FONT><BR>
    <FONT COLOR="#000000">esto es para instalar los paquetes basicos de compilación y construcción de programas desde los fuentes</FONT><BR>
    <BR>
    <FONT COLOR="#000000">mire y nos cuenta</FONT><BR>
    <BR>
    <BR>
    <BLOCKQUOTE>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:29:20: error: string.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c: In function 'uudecode_usage':</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c: At top level:</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:40: error: expected ')' before '*' token</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:70: error: expected ')' before '*' token</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c: In function 'main':</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:121: error: for each function it appears in.)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function) </FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function) </FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function) </FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519 /ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function) </FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'</FONT><BR>
        <FONT COLOR="#000000">/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'</FONT><BR>
        <FONT COLOR="#000000">make[3]: *** [/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath_hal/uudecode] Error 1</FONT><BR>
        <FONT COLOR="#000000">make[2]: *** [/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath_hal] Error 2</FONT><BR>
        <FONT COLOR="#000000">make[1]: *** [_module_/home/juan/madwifi-hal-0.9.30.13-r2351-20070519] Error 2</FONT><BR>
        <FONT COLOR="#000000">make[1]: Leaving directory `/usr/src/linux- headers-2.6.20-15-generic'</FONT><BR>
        <FONT COLOR="#000000">make: *** [modules] Error 2</FONT><BR>
        <FONT COLOR="#000000">juan@juan-macubuntu:~/madwifi-hal-0.9.30.13-r2351-20070519$ sudo make install </FONT><BR>
        <FONT COLOR="#000000">sh scripts/find-madwifi-modules.sh 2.6.20-15-generic </FONT><BR>
        <FONT COLOR="#000000">for i in ./ath ./ath_hal ./ath_rate ./net80211; do \</FONT><BR>
        <FONT COLOR="#000000">                make -C $i install || exit 1; \</FONT><BR>
        <FONT COLOR="#000000">        done</FONT><BR>
        <FONT COLOR="#000000">make[1]: Entering directory `/home/juan/madwifi- hal-0.9.30.13-r2351-20070519/ath'</FONT><BR>
        <FONT COLOR="#000000">test -d //lib/modules/2.6.20-15-generic/net || mkdir -p //lib/modules/2.6.20-15-generic/net</FONT><BR>
        <FONT COLOR="#000000">cp ath_pci.ko //lib/modules/2.6.20-15-generic/net</FONT><BR>
        <FONT COLOR="#000000">cp: cannot stat `ath_pci.ko': No such file or directory </FONT><BR>
        <FONT COLOR="#000000">make[1]: *** [install] Error 1</FONT><BR>
        <FONT COLOR="#000000">make[1]: Leaving directory `/home/juan/madwifi-hal-0.9.30.13-r2351-20070519/ath'</FONT><BR>
        <FONT COLOR="#000000">make: *** [install-modules] Error 1</FONT><BR>
        <BR>
        <BR>
        <BR>
        <BR>
        <BLOCKQUOTE>
            <BR>
            <FONT COLOR="#000000">---------- Forwarded message ----------</FONT><BR>
            <FONT COLOR="#000000">From: "Jorge Gonzalez" <<A HREF="mailto:jag2kn@gmail.com">jag2kn@gmail.com</A>></FONT><BR>
            <FONT COLOR="#000000">To: "Ubuntu Colombia" < <A HREF="mailto:ubuntu-co@lists.ubuntu.com">ubuntu-co@lists.ubuntu.com</A>></FONT><BR>
            <FONT COLOR="#000000">Date: Sat, 7 Jul 2007 11:31:33 -0500</FONT><BR>
            <FONT COLOR="#000000">Subject: Re: [U-co] instalando driver inalambrico en ubuntu 7.04</FONT><BR>
            <BR>
            <BR>
            <FONT COLOR="#000000">On 7/7/07, </FONT><FONT COLOR="#000000"><B>Juan Carlos Reyes Ortiz</B></FONT><FONT COLOR="#000000"> <<A HREF="mailto:jcreyesortiz@gmail.com">jcreyesortiz@gmail.com</A>> wrote:</FONT> <BR>
            <BLOCKQUOTE>
                <FONT COLOR="#000000">Buenas,</FONT> <BR>
                <BR>
                <BR>
                <FONT COLOR="#000000">Instalé Ubuntu 7.04 en un MacBook con procesador 2.16. Dado que salió al mercado despues de la ultima versión 7.04 no viene el driver de la tarjeta de red inalámbrica. </FONT> <BR>
                <FONT COLOR="#000000">Seguí estas instrucciones <A HREF="https://help.ubuntu.com/community/MacBook">https://help.ubuntu.com/community/MacBook</A> y logre instalarlo con éxito.</FONT> <BR>
                <FONT COLOR="#000000">Sin embargo, no logro instalar el driver cuando voy siguiendo los pasos en la ventana del terminal.</FONT> <BR>
                <BR>
                <BR>
                <FONT COLOR="#000000">Las dos primedas filas logro introducirlas exitosamente, pero la tarcera (tar) no la acepta.</FONT> <BR>
                <FONT COLOR="#000000">Debo remplazar el <tab> por otra cosa? </FONT> <BR>
            </BLOCKQUOTE>
            <BR>
            <FONT COLOR="#000000">yap </FONT><BR>
            <BR>
            <BR>
            <BLOCKQUOTE>
                <FONT COLOR="#000000">Se que debe ser una bobada que estoy haciendo mal.</FONT> <BR>
                <BR>
                <BR>
                <BR>
                <BR>
                <FONT COLOR="#000000">sudo aptitude install build-essential</FONT> <BR>
                <FONT COLOR="#000000">wget <A HREF="http://snapshots.madwifi.org/madwifi-hal-0.9.30.13-current.tar.gz">http://snapshots.madwifi.org/madwifi-hal-0.9.30.13-current.tar.gz</A></FONT> <BR>
                <FONT COLOR="#000000">tar -zxvf madwifi<tab></FONT> <BR>
            </BLOCKQUOTE>
            <BR>
            <FONT COLOR="#000000">lo que pasa es que cuando presione la tecla tab en este punto debe completar el nombre del archivo, si quiere dele </FONT><BR>
            <FONT COLOR="#000000">$ ls </FONT><BR>
            <FONT COLOR="#000000">y esto le muestra los archivos de esta carpeta, y con la instrucción que se ve arriba se supone que se debe </FONT><BR>
            <FONT COLOR="#000000">llamar  madwifi-hal-0.9.30.13-current.tar.gz tonces el comando debería quedar</FONT><BR>
            <BR>
            <FONT COLOR="#000000">$ tar -xvzf madwifi-hal-0.9.30.13-current.tar.gz</FONT><BR>
            <BR>
            <BLOCKQUOTE>
                <FONT COLOR="#000000">cd madwifi<tab></FONT> <BR>
            </BLOCKQUOTE>
            <BR>
            <FONT COLOR="#000000">lo mismo en este punto, cuando se descomprime debe quedar una carpeta que el nombre empieza por madwifi </FONT><BR>
            <BR>
            <BR>
            <BLOCKQUOTE>
                <FONT COLOR="#000000">make</FONT> <BR>
                <FONT COLOR="#000000">sudo make install   (answer 'r' when asked)</FONT> <BR>
                <BR>
                <BR>
                <BR>
                <BR>
                <FONT COLOR="#000000">Espero que alguien puede orientarme,</FONT> <BR>
            </BLOCKQUOTE>
            <BR>
            <FONT COLOR="#000000">comentenos como le va </FONT><BR>
            <BR>
            <BR>
            <BLOCKQUOTE>
                <FONT COLOR="#000000">Muchas gracias</FONT> <BR>
                <BR>
                <FONT COLOR="#000000">--</FONT><BR>
                <FONT COLOR="#000000">Ubuntu-co mailing list </FONT><BR>
                <FONT COLOR="#000000"><A HREF="mailto:Ubuntu-co@lists.ubuntu.com">Ubuntu-co@lists.ubuntu.com</A></FONT><BR>
                <FONT COLOR="#000000"><A HREF="https://lists.ubuntu.com/mailman/listinfo/ubuntu-co">https://lists.ubuntu.com/mailman/listinfo/ubuntu-co</A></FONT><BR>
                <BR>
            </BLOCKQUOTE>
            <BR>
            <BR>
            <BR>
            <FONT COLOR="#000000">-- </FONT><BR>
            <FONT COLOR="#000000">JAG</FONT><BR>
            <FONT COLOR="#000000">jag2kn (at) <A HREF="http://gmail.com">gmail.com</A></FONT><BR>
            <FONT COLOR="#000000">Cel: 301 217 78 60</FONT><BR>
            <FONT COLOR="#000000">Linux Counter 345082</FONT><BR>
            <FONT COLOR="#000000">Bogotá     -    Colombia    -     Sur América </FONT><BR>
            <FONT COLOR="#000000">--</FONT><BR>
            <FONT COLOR="#000000">Ubuntu-co mailing list</FONT><BR>
            <FONT COLOR="#000000"><A HREF="mailto:Ubuntu-co@lists.ubuntu.com">Ubuntu-co@lists.ubuntu.com</A></FONT><BR>
            <FONT COLOR="#000000"><A HREF="https://lists.ubuntu.com/mailman/listinfo/ubuntu-co">https://lists.ubuntu.com/mailman/listinfo/ubuntu-co</A></FONT><BR>
            <BR>
        </BLOCKQUOTE>
        <BR>
        <BR>
        <BR>
        <FONT COLOR="#000000">-- </FONT><BR>
        <FONT COLOR="#000000"><A HREF="mailto:jcreyesortiz@gmail.com">jcreyesortiz@gmail.com</A></FONT><BR>
        <FONT COLOR="#000000">M:57-315.835.58.89 </FONT><BR>
        <FONT COLOR="#000000">F:57-1-542.63.44 </FONT><BR>
        <FONT COLOR="#000000">Bogotá - COLOMBIA </FONT><BR>
        <FONT COLOR="#000000">--</FONT><BR>
        <FONT COLOR="#000000">Ubuntu-co mailing list</FONT><BR>
        <FONT COLOR="#000000"><A HREF="mailto:Ubuntu-co@lists.ubuntu.com">Ubuntu-co@lists.ubuntu.com</A></FONT><BR>
        <FONT COLOR="#000000"><A HREF="https://lists.ubuntu.com/mailman/listinfo/ubuntu-co">https://lists.ubuntu.com/mailman/listinfo/ubuntu-co</A></FONT><BR>
        <BR>
    </BLOCKQUOTE>
    <BR>
    <BR>
    <BR>
    <FONT COLOR="#000000">-- </FONT><BR>
    <FONT COLOR="#000000">JAG</FONT><BR>
    <FONT COLOR="#000000">jag2kn (at) <A HREF="http://gmail.com">gmail.com</A></FONT><BR>
    <FONT COLOR="#000000">Cel: 301 217 78 60</FONT><BR>
    <FONT COLOR="#000000">Linux Counter 345082</FONT><BR>
    <FONT COLOR="#000000">Bogotá     -    Colombia    -     Sur América</FONT>
</BLOCKQUOTE>
</BODY>
</HTML>
<hr size=1>
<font face="Verdana, Arial, Helvetica, sans-serif" size="2">Visita <strong><a href="http://www.tutopia.com/bannerserving/banman.asp?ZoneID=0&BannerID=3174&AdvertiserID=776&CampaignID=2424&Task=Click&Mode=TEXT" target="_blank">www.tutopia.com</a></strong> 
y comienza a navegar más rápido en Internet.<strong>Tutopia</strong> es Internet 
para todos.</font> 
<img src="http://www.tutopia.com/bannerserving/banman.asp?ZoneID=0&BannerID=3494&AdvertiserID=776&CampaignID=2739&Task=Get&Mode=TEXT" width="1" height="1" border="0">