Ver la versión completa : [Noticia] Caanoo USBNetwork v-1.0
Caanoo USBNetwork v-1.0
------------------------------
README. WHAT'S CAANOO USBNETWORK?
-----------------------------
Connect your Caanoo to your network using USB cable.
You will be able to ssh/telnet into the Caanoo,
or even surf the Internet using Caanoo Web Browser and the USB cable provided with your Caanoo.
This has been tested on Caanoo firmware v-1.0.6b and firmware v-1.5.0.
This has been tested only with Linux as host PC OS, but it will work with Windows as soon as you know
to configure the host side under this OS.
LEEME. QUE ES CAANOO USBNETWORK?
-----------------------------
Conecta tu Caanoo a tu red usando el cable USB.
Podrás conectarte a tu Caanoo mediante ssh/telnet, o incluso navegar por Internet desde tu Caanoo
usando Caanoo Web Browser el cable USB proporcionado con la Caanoo.
Caanoo Usbnet ha sido probado con el firmware v-1.0.6b y el firmware v-1.5.0.
Solamente ha sido probado con la Caanoo conectada a un PC linux, pero deberia funcionar en Window con solo hacer las
configuraciones equivalentes a las que se describen para Linux.
Tutorial de instalación y uso paso a paso en el INSTALL (en inglés).
En linux es casi automatico, pero para los que no tengan linux, dicen que esto deberia funcionar,
tambien en Windows 7.
http://docwiki.gumstix.org/index.php/Windows_XP_usbnet
Aiken
nintiendo1
29/10/2010, 20:16
Comprarse una consola portatil para tener que jugar online a través de un PC es lo que siempre he buscado xDD.
Ya en serio, solo lo veo útil si te quieres ahorrar el dinero del Wifi, que no es mucho por lo que ofrece.
Saludos.
Ya en serio, solo lo veo útil si te quieres ahorrar el dinero del Wifi, que no es mucho por lo que ofrece.
te sirve para probar las aplicaciones que salgan con red, antes de decidirte si te merece la pena comprarte el wifi o no.
y a los programadores, les sirve para probar cosas sin tener que comprarse el wifi.
a los programadores tambien les sirve para probar los drivers de wifis nuevos, pues si tienes un wifi nuevo a probar conectado no puedes tener conectado el wifi oficial a la vez.
y si les es util a los programadores, es bueno para nosotros pues haran cosas chulas :D :brindis:
Aiken
SplinterGU
30/10/2010, 00:33
a mi me servira para conectarme directo a la consola y transferir los programas de desarrollo, con lo que se evita tener que poner y quitar el cable constantemente para probar.
navegar sin wifi, solo para probarlo, porque es ridiculo teniendo pc navegar en la caanoo estando esta conectada, a menos que estes jugando en un juego y quieras ver los trucos en la caanoo.
< - >
he seguido los pasos y no he podido hacerlo funcionar... la pc no conecta a la maquina... detecta la conexion, pero no negocia.
demasiado complejo, demasiados pasos, el que era para wiz estaba mas simple.
demasiado complejo, demasiados pasos, el que era para wiz estaba mas simple.
dime como se hacia con el de wiz y te lo pongo igual. ;)
no son demasiados pasos, es que esta superdetallado paso a paso, en realidad son dos pasos: 1) meter el programita en la caanoo y ejecutarlo 2) configurar el puerto en el pc con la configuracion que he puesto.
Te pongo en oscuro/negro los unicos pasos necesarios para poder conectarte por ssh.
Los demas puntos en color mas claros como ves son aclaraciones y explicaciones por si tienes dudas.
## Step 0: In your PC (linux)
## Insert the usb0 configuration in the network/interfaces
aiken@linuxpc:~$ sudo cat caanoousbnet/network_interfaces >> /etc/network/interfaces
## Step 1: In your PC (linux)
## Install usbnet
## If you have a modern distribution you probably have it installed as a module
aiken@linuxpc:~$ sudo locate usbnet.ko
## Step 2: Copy the caanoousbnet files to your Caanoo SD card
## Download and Unzip the caanoousbnet_v1.0.zip file.
## Copy the contents (canoousbnet folder and caanoousbnet.ini file) to your SD card (into the apps folder)
## Step 3: Install an ssh server in your Caanoo.
## Dropbear ssh server is ported to the Caanoo.
## You can download it from any of the usual Caanoo scene websites.
## Download and Unzip its contents into the apps folder in your SD.
## You can use telnetd if you preffer, it is already installed in your caanoo but you need to activate it.
## We recommend using dropbear instead of telnetd.
## Step 4: Connect your Caanoo to your PC.
## Use the usb cable that came with the Caanoo to connect to the PC as usual.
## Touch the close button to exit from the "Usb connected" screen in the Caanoo.
## Navigate to Apps menu and execute Caanoo USBNet v-1.0, the loading screen will appear for a moment and it will return to the main menu.
## At this point, probably a notification will appear in your PC (linux) saying that "Caanoo Ethernet" has been detected.
## Anyway you can check if the new network interface (usb0) has been created.
aiken@linuxpc:~$ sudo ifconfig -a
## Navigate to Apps menu again, and execute Dropbear, the loading screen will appear for a moment and it will return to the main menu.
## At this point your PC and your Caanoo are linked throught port usb0!
## Step 5: SSH/Telnet into your Caanoo.
## At this point you should be able to ping to/from your Caanoo.
## Your Caanoo IP should be 10.0.0.2
aiken@linuxpc:~$ sudo ping 10.0.0.2
## If you executed Dropbear server, by now you should be able to ssh into your Caanoo.
aiken@linuxpc:~$ sudo ssh root@10.0.0.2 (empty password)
## Some strange commands will appear in the ssh screen as soon as you enter. Hit Ctrl+C to stop them.
## It is the start.sh script that runs every time the Caanoo boots up, i dont know why the hell it is in the root login instead of being in the system boot.
## In addition to the strange commands in the ssh screen, the Caanoo screen will show strange too. Dont be alarmed! it will stop as soon as you hit Ctrl+C.
## Once your are in, maybe you want to check the Caanoo can reach the internet.
root@caanoo:# ping 212.81.134.34
## Step 6: Internet access from the Caanoo
## At this point you should be able to reach the Internet form the Caanoo.
## But probably you dont have DNS forwarding, so you can only ping IP addresses.
## If so, you need to install a dns forwarder in your PC (linux)
aiken@linuxpc:~$ sudo apt-get install dnsmasq
## At this point you should have complete access to the Internet from your Caanoo.
root@caanoo:# wget http://www.gp32spain.com
## Yes! Wget is already installed in the Caanoo!
## You can install Caanoo Web Browser if you want to surf the Internet from your Caanoo.
SplinterGU
30/10/2010, 02:55
gracias por la respuesta en wiz era
SerialNetwork for GP2X Wiz
Nov 18, 2009
David W. Hankins
INTRODUCTION
GPH's "GP2X Wiz" (tm GPH) is an ARM-based Linux handheld gaming console
with a light weight and a bright OLED touchscreen display. It is popularly
used to play older games via software emulation.
In development on the GP2X Wiz, it is very useful to be able to interact
with the Linux operating system while applications are running on them;
from interactive commands to transferring files. The most easy way to do
this is to establish network connectivity, and use interactive login and
file transfer applications to manipulate the system.
The "Gadget Ethernet" device shipped with the GP2X Wiz, however, was not
modified to account for the LF1000 USB client hardware the Wiz uses. So
a replacement module must be made available.
This software does not load network applications on the Wiz, it simply
establishes the network connection. You must supply the application(s)
of your choice.
HOW TO INSTALL
Fetch the tarball:
http://www.mercenary.net/OpenWiz/USBNetwork-1.1.0.tar.bz2
Unpack the tarball into your SDRAM:
cd /media/disk/
tar xjf ~/Desktop/USBNetwork-1.1.0.tar.bz2
HOW TO USE
Unmount the SDRAM safely and use the "Launcher" from the basic menu system.
Launch the "NetworkUp.gpe" application located in the USBNetwork directory
on your SDRAM card.
The NetworkUp.gpe script will preconfigure the Wiz with the 10.0.0.2/24
IPv4 address.
Connect the stock USB serial cable that came with your Wiz to a PC. In
this example, we will use a linux box. First, as root, you must configure
the usb0 interface that is presented with a network configuration:
ifconfig usb0 inet 10.0.0.1 netmask 255.255.255.0
You should now be able to 'ping' 10.0.0.2.
When you are done (to free up the resources used by the serial interface),
launch the "NetworkDown.gpe" script from the launcher, it is located in
the same directory as the NetworkUp.gpe script. You may also safely
simply restart the Wiz.
no habia que instalar nada en el networks/interfaces ni nada por el estilo, funcionaba muy facil.
si logras hacer eso seria grandioso, mi debian no negocia con el README que pusiste, y tampoco hacia falta instalar el ssh (aunque si uno quiere trastear con la consola esta genial)
< - >
acabo de ver que en el script tenes algo mal
# Configure 10.0.0.1 as the default gateway
route add default gw 10.0.0.1
Check/add nameserver
cat /etc/resolv.conf | awk '{print $1 $2}' | grep "nameserver 10.0.0.1" | wc -l
if [ $? -eq 0 ]; then
echo "nameserver 10.0.0.1" >> /etc/resolv.conf
fi
el comentario de "Check/add nameserver" le falta el #, aunque no creo sea eso.
no habia que instalar nada en el networks/interfaces ni nada por el estilo, funcionaba muy facil.
ifconfig usb0 inet 10.0.0.1 netmask 255.255.255.0
justo eso mismo es lo que hay en el network/interfaces, si no quieres instalarlo ejecutalo asi como lo has puesto y te funcionara ;)
lo que ocurre que si lo pones en el interfaces se te activara automaticamente cuando conectes la consola y ejecutes el usbnetwork en la caanoo.
y tampoco hacia falta instalar el ssh (aunque si uno quiere trastear con la consola esta genial)
y sin instalar ssh como te conectabas? por telnet? o ya estaba instalado en la consola?
Aiken
< - >
el comentario de "Check/add nameserver" le falta el #, aunque no creo sea eso.
tienes razon lo siento, pero eso no afecta al funcionamiento, si no te funciona sera otra cosa
prueba a poner ifconfig usb0 inet 10.0.0.1 netmask 255.255.255.0, seguramente con eso te funcionara.
Aiken
SplinterGU
30/10/2010, 04:15
en principio con poder hacer un ping me conformo, pero intentare nuevamente...
tambien ahora estoy recordando que no tengo iptables en mi pc (ups), seguramente por eso falla.
volver a intentar con mas tiempo luego.
muchas gracias.
Hace 5 horas GPH publicó oficialmente el USBNet, desconozco si hablamos de la misma versión del programa o de una versión modificada por ellos (que se la 1.0 es una pista de que no)
en cualquier caso, ahí van el link oficial: http://pdroms.de/news/24335/
Hace 5 horas GPH publicó oficialmente el USBNet, desconozco si hablamos de la misma versión del programa o de una versión modificada por ellos (que se la 1.0 es una pista de que no)
en cualquier caso, ahí van el link oficial: http://pdroms.de/news/24335/
pues habra que probarlo, seguro que a ellos les ha quedado mejor, por cierto, parece que se estan poniendo las pilas.
EDIT: pues no, no es de GPH, es este mismo. :)
Aiken
Hahahaha ya pasa, los de GPH hacen solo publicidad de la scene
SplinterGU
30/10/2010, 17:26
la idea del store no es solo vender, sino tener todo el soft util y popular, para la consola.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.