User Tag List

Resultados 1 al 8 de 8

Tema: Adaptadores Wifi compatibles

  1. #1

    Fecha de ingreso
    Sep 2005
    Mensajes
    15,180
    Mencionado
    247 Post(s)
    Tagged
    1 Tema(s)
    Agradecer Thanks Given 
    670
    Agradecer Thanks Received 
    1,845
    Thanked in
    Agradecido 1,263 veces en [ARG:2 UNDEFINED] posts

    Adaptadores Wifi compatibles

    Hola a todos:

    Se me está averiando mi adaptador wifi, y voy a tener que comprar otro, así que quiero que sea compatible con mi GP2X. Sé que el actual (el RT2571) es compatible con el firm oficial gracias al driver que se hizo, pero no con Open2X que es el que tengo.

    La idea es pillar uno que sea compatible con, al menos uno de los dos firms, así que si sabeis u os acordais de cuales eran, os estría muy agradecdo
    PROYECTOS REALIZADOS: FrikiMusic, Motor Scroll Tileado v3.2, Venturer2X (GP2X/WIZ), Echo, Screen Break Time
    PROYECTOS EN MARCHA (algunos): Bennu GP2X: 95% (necesito ayuda) ¡Antes de Halloween!: 92% SpaceH2H: 8%

  2. #2

    Fecha de ingreso
    Oct 2008
    Mensajes
    389
    Mencionado
    1 Post(s)
    Tagged
    0 Tema(s)
    Agradecer Thanks Given 
    0
    Agradecer Thanks Received 
    0
    Thanked in
    Agradecido 0 veces en [ARG:2 UNDEFINED] posts
    Cita Iniciado por Drumpi Ver mensaje
    Hola a todos:

    Se me está averiando mi adaptador wifi, y voy a tener que comprar otro, así que quiero que sea compatible con mi GP2X. Sé que el actual (el RT2571) es compatible con el firm oficial gracias al driver que se hizo, pero no con Open2X que es el que tengo.

    La idea es pillar uno que sea compatible con, al menos uno de los dos firms, así que si sabeis u os acordais de cuales eran, os estría muy agradecdo
    RT2571 WiFi USB Adapter GWF-2B22

    Esté por ejemplo, tienes que lleva el chipset 2571, aunque creo que también funciona el 2570 que es el más común.

    Un cordial saludo.

    cjv99.
    Última edición por cjv99; 27/11/2011 a las 23:52

  3. #3

    Fecha de ingreso
    Sep 2005
    Mensajes
    15,180
    Mencionado
    247 Post(s)
    Tagged
    1 Tema(s)
    Agradecer Thanks Given 
    670
    Agradecer Thanks Received 
    1,845
    Thanked in
    Agradecido 1,263 veces en [ARG:2 UNDEFINED] posts
    No, si no digo marcas que incorporen dicho chipset, sino otros chipsets para los que existan drivers en la negrita.
    Si supiera compilar drivers los haría yo, pero no sabría ni por dónde empezar ^^U
    PROYECTOS REALIZADOS: FrikiMusic, Motor Scroll Tileado v3.2, Venturer2X (GP2X/WIZ), Echo, Screen Break Time
    PROYECTOS EN MARCHA (algunos): Bennu GP2X: 95% (necesito ayuda) ¡Antes de Halloween!: 92% SpaceH2H: 8%

  4. #4

    Fecha de ingreso
    Oct 2008
    Mensajes
    389
    Mencionado
    1 Post(s)
    Tagged
    0 Tema(s)
    Agradecer Thanks Given 
    0
    Agradecer Thanks Received 
    0
    Thanked in
    Agradecido 0 veces en [ARG:2 UNDEFINED] posts
    Cita Iniciado por Drumpi Ver mensaje
    No, si no digo marcas que incorporen dicho chipset, sino otros chipsets para los que existan drivers en la negrita.
    Si supiera compilar drivers los haría yo, pero no sabría ni por dónde empezar ^^U
    http://www.gp32x.com/board/index.php?showtopic=28012

    Today I managed to open the GP2X Webserver and Ping my GP2X which was lying 15 meters away from my PC, with the help of a Wireless LAN connection. ;-)

    I'll explain you how I did this.


    You'll need firmware 2.0.0, because it has network support included.

    I the CROSS-compiled the Linux app iwconfig from wireless-tools package v28 statically. (Link: http://mitglied.lyco...eless-tools.7z) simply copy the file "iwconfig! on the SD in the root dir.

    Also included are Source+my Makefile and other WIFI/WLAN Tools.

    Now we need a compiled driver for the WIFI/WLAN Stick. If someone has the ZyDas zd1211 chipset, you have luck. I already built this one. (Link: http://mitglied.lyco...niel/zd1211.7z) the others have to find one for their WIFI/WLAN Stick.

    Now we need a .gpe in the SD root, which loads the driver and which configures the WIFI/WLAN Stick:

    modprobe - v zd1211.o
    #Name of the driver can be different
    ifconfig wlan0 UP
    #Name of the WLAN Stick can be, depending upon driver, different too.
    ./iwconfig wlan0 ESSID TestNet
    #The ESSID can be selected as you wish. (Should be identical to the PC Settings)
    ./iwconfig wlan0 mode Ad-Hoc
    #Leave it on Ad Hoc on GP2X and PC
    ./iwconfig wlan0 rate auto
    #Same here, don't change
    ./iwconfig wlan0 channel 1
    #The Channel can be selected as you wish. (Should be identical to the PC Settings)
    ifconfig wlan0 192.168.1.13 netmask 255.255.255.0
    #IP should begin with 192.168.1 on the GP2X AND PC. Subnetmask should not be changed.
    cd /usr/gp2x
    ./gp2xmenu
    #Starts Menu again after activating WIFI/WLAN.


    Now some settings in the System Menu of the GP2X. Start the GP2X with USB WIFI/WLAN Stick plugged in, otherwise it wont work and change these settings:

    USB host = ON
    NETWORK = ON
    IP = the same as above in the .GPE

    According to desire also turn on HTTP, ftp or SAMBA


    P.S. The connection is not encrypted in the way explained. So far I also can provide information I was able to collect with my driver only. Thanks to all who helped me with that.

    Have fun ;-)

  5. #5

    Fecha de ingreso
    Jan 2010
    Mensajes
    25
    Mencionado
    0 Post(s)
    Tagged
    0 Tema(s)
    Agradecer Thanks Given 
    0
    Agradecer Thanks Received 
    0
    Thanked in
    Agradecido 0 veces en [ARG:2 UNDEFINED] posts
    Para que sirve exactamente el adaptador wifi? osease que puedes hacer con la gp2x y un adaptador wifi?

  6. #6

    Fecha de ingreso
    Sep 2005
    Mensajes
    15,180
    Mencionado
    247 Post(s)
    Tagged
    1 Tema(s)
    Agradecer Thanks Given 
    670
    Agradecer Thanks Received 
    1,845
    Thanked in
    Agradecido 1,263 veces en [ARG:2 UNDEFINED] posts
    Conectarte a internet, descargrar programas, ver videos en streaming, compartir datos con el ordenador, crear juegos multijugador en red...
    La única pega es que todo eso lo tienes que hacer tú mismo, incluidos los juegos, pero le da una nueva posibilidad a la consola, y podrías hacer más incluso que con las consolas portátiles de nueva generación.
    PROYECTOS REALIZADOS: FrikiMusic, Motor Scroll Tileado v3.2, Venturer2X (GP2X/WIZ), Echo, Screen Break Time
    PROYECTOS EN MARCHA (algunos): Bennu GP2X: 95% (necesito ayuda) ¡Antes de Halloween!: 92% SpaceH2H: 8%

  7. #7

    Fecha de ingreso
    Jul 2006
    Ubicación
    Granada
    Mensajes
    12,650
    Mencionado
    79 Post(s)
    Tagged
    0 Tema(s)
    Agradecer Thanks Given 
    81
    Agradecer Thanks Received 
    1,126
    Thanked in
    Agradecido 719 veces en [ARG:2 UNDEFINED] posts
    Entradas de blog
    22
    Cita Iniciado por Drumpi Ver mensaje
    Conectarte a internet, descargrar programas, ver videos en streaming, compartir datos con el ordenador, crear juegos multijugador en red...
    La única pega es que todo eso lo tienes que hacer tú mismo, incluidos los juegos, pero le da una nueva posibilidad a la consola, y podrías hacer más incluso que con las consolas portátiles de nueva generación.
    Si eres un usuario de a pie, el WIFI no sirve para nada, y eso que yo fui de los que lo compré. Bueno, miento, sirve para conectarlo en un PC antiguo sin WIFI y tener WIFI en el PC.

    Saludos.

  8. #8

    Fecha de ingreso
    Sep 2005
    Mensajes
    15,180
    Mencionado
    247 Post(s)
    Tagged
    1 Tema(s)
    Agradecer Thanks Given 
    670
    Agradecer Thanks Received 
    1,845
    Thanked in
    Agradecido 1,263 veces en [ARG:2 UNDEFINED] posts
    Y dado lo que duran las pilas, tampoco te lo puedes llevar "a pie" por ahí
    Y aun así, sigo buscando uno por el foro
    PROYECTOS REALIZADOS: FrikiMusic, Motor Scroll Tileado v3.2, Venturer2X (GP2X/WIZ), Echo, Screen Break Time
    PROYECTOS EN MARCHA (algunos): Bennu GP2X: 95% (necesito ayuda) ¡Antes de Halloween!: 92% SpaceH2H: 8%

Etiquetas para este tema

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •