bmilleker
Member
- Joined
- Nov 15, 2005
- Messages
- 267
- Age
- 38
- Location
- Regina, Sask, Canada!
- Website
- bmilleker.misled-life.com
All i did was reflash my 2X with NKs kernel, and loaded up QTopia. Wow. So amazing
OmarNawaz posted on Mar 8 2006 at 05:15 PM said:is wireless usb working with this release?
EDIT: where the screenshots are at the bottom theres all that korean writing can someoe translate please it appears to tell us how to use wireless lan theres links to compatible usb wlan aswell
prodo posted on Mar 8 2006 at 08:57 AM said:OmarNawaz posted on Mar 8 2006 at 05:15 PM said:is wireless usb working with this release?
EDIT: where the screenshots are at the bottom theres all that korean writing can someoe translate please it appears to tell us how to use wireless lan theres links to compatible usb wlan aswell
yes, as you see in screenshot, NK is surfing in opera.
this release supports zd1211 chipset wireless usb lancard.
you may have to use external power supply with usbhost.
(lancard need more power consumption than keyboard or mouses.)
NK is using self-made usbhost circuit with power adaptor, too.
refer to http://wiki.gp2x.org/wiki/USB_Host
OmarNawaz posted on Mar 8 2006 at 06:21 PM said:prodo posted on Mar 8 2006 at 08:57 AM said:OmarNawaz posted on Mar 8 2006 at 05:15 PM said:is wireless usb working with this release?
EDIT: where the screenshots are at the bottom theres all that korean writing can someoe translate please it appears to tell us how to use wireless lan theres links to compatible usb wlan aswell
yes, as you see in screenshot, NK is surfing in opera.
this release supports zd1211 chipset wireless usb lancard.
you may have to use external power supply with usbhost.
(lancard need more power consumption than keyboard or mouses.)
NK is using self-made usbhost circuit with power adaptor, too.
refer to http://wiki.gp2x.org/wiki/USB_Host
:blink: :lol:
WOOOOOHHOOOO net on the gp2x if i use that step up converter can i draw more than the reccomeded 100ma safely if im using a crv3 battery?
deepmenace posted on Mar 8 2006 at 09:21 PM said:sorry at excuse my noobness but....
what is this? is it an all-encompassing front end? with built in apps and the ability to launch current gpe's?
does it replace the current menu system when you install it?
is it worth an install for the average gp2x user?
prodo posted on Mar 8 2006 at 01:34 PM said:deepmenace posted on Mar 8 2006 at 09:21 PM said:sorry at excuse my noobness but....
what is this? is it an all-encompassing front end? with built in apps and the ability to launch current gpe's?
does it replace the current menu system when you install it?
is it worth an install for the average gp2x user?
this release is test version and loads cramfs image file.
(so you can't add/remove apps by normal method)
Nothing will be installed. JUST RUN IT!!
and..you may don't know much about linux.
Qtopia is not just launcher. It's powerful graphical environment. (like X-window)
Learn more about qtopia in http://www.trolltech.com/products/qtopia/
#!/bin/sh
# setting QT/Qtopia env...
export LOGNAME=root
export HOME=/root
export QPEDIR=/opt/Qtopia
export QTDIR=$QPEDIR
export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH:/Qtopia/lib <----------here
export PATH=$QPEDIR/bin:$PATH
export QWS_MOUSE_PROTO="USB GP2X"
export OPERA_DIR=/Qtopia/opera_dir <---------------here
# mount Qtopia image
modprobe cramfs.o
mkdir -p $QPEDIR
mount -t cramfs -o loop qtopia.img $QPEDIR
# prepare /tmp directory...
rm /tmp/qtembedded* -rf
chown root.root /tmp
# run...
cd $HOME
qpe-reorgfiles
qpe -qws
# umount
umount $QPEDIR
# terminated...
cd /usr/gp2x
exec ./gp2xmenu
i don't know if there is already a tuto but, i can explain quickly howto make it work.Sonic-NKT posted on Mar 8 2006 at 07:18 PM said:nice tutorial for opera... is there a tutorial on how to get network through usb working yet? (without ext)
then it would be nice to try opera....
#!/bin/sh
# GP2X IP Setting
export IP="192.168.0.2" ----> change to 10.168.0.2
# Host PC IP Setting(if using internet over usb)
export GATEWAY="192.168.0.1" change to 10.168.10.1
#--------------------------------------------------
# Driver install...
modprobe net2272
insmod g_ether.o
# IP Setting...
ifconfig usb0 "$IP"
ifconfig lo 127.0.0.1
# Run Samba Daemon
smbd
nmbd
# Run Inet Daemon(for Telnet Daemon)
/etc/rc.d/init.d/inet start
# Gateway Setting...
route add default gw "$GATEWAY"
rdate -s time.bora.net &
# Return Menu
cd /usr/gp2x
exec ./gp2xmenu
Sonic-NKT posted on Mar 8 2006 at 08:41 PM said:thank you very much....
about the opera tutorial, cant you create the opera folder with the libs also on /mnt/sd/Qtopia
then you dont have to wright to the nand
what do i have to to if i allready have a router running on another pc
EDIT:
hmm set the ip to 10.168.0.2 on the gp2x, but after i connect the usb cable to the pc the gp2x crashes. it recognizes this rndis network device but the network kind of crashes also on my pc, applications which use network dont work anymore... (like ping)