Tallman1990
Still Fresh
- Joined
- Jan 1, 2006
- Messages
- 30
ok i got the usb network stuff installed but when i try to go online i cant, the network thing works but my computer says that my gp2x is not responding through the usb cable. please help
bmilleker posted on Mar 11 2006 at 12:22 AM said:Herc: could you say how you got your linux box to share internet?
ifconfig usb0 "your_ip" netmask "your_network_mask" broadcast "your_broadcast_domain" up
echo 1 > /proc/sys/net/ipv4/ip_forward
ipatbles -t nat -A POSTROUTING -s "your_usb_source_network" -o eth0 -J MASQUERADE
There's already a text editor in it, and I'm including an HTML editor too.racoon posted on Mar 12 2006 at 01:33 AM said:Some kind of writer and/or an editor ?nickspoon posted on Mar 11 2006 at 11:08 PM said:You'll want ZUC, it's a good converter app, and ntpdate if you can find it anywhere.
List of stuff I've shoved in mine (no games yet, need recommendations):
ntpdate
ZUC
OpieFTP
Flite (text-to-speech thingy)
KMerlin (MSN)
KeyPebble (VNC)
Icons for everything! (well, not quite, as I'm not a good enough artist to actually MAKE some)
If there's anything else people would like, say so.
Sonic-NKT posted on Mar 12 2006 at 09:40 PM said:does anybody know how i can contact NK?
i have some ideas for a new version...
several apps only work in 240x320 mode.. but the text is corrupted in this mode and needs to be fixed. it would be also much better if you can control the cursor with the abxy buttons in 240x320 mod... would be much more useable.
Zero3K posted on Mar 12 2006 at 09:12 PM said:Here are the programs I tried and their results:
Tx Image Viewer = It takes a minute or more and then crashes when ran.
XMMS (X Multimedia System) = Its icon appears and dissappears in the running program(s) area.
Bomberman Clone = Same thing as the one above
ZImage = It works well
#!/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
export PATH=$QPEDIR/bin:$PATH
export QWS_MOUSE_PROTO="USB GP2X"
# 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
Anhaedra posted on Mar 12 2006 at 11:27 PM said:Can someone please help? I have tried installing 0308 normally, 0310 normally, the image supplied by hercule, I tried building one, and none of them will work. The GP2X just sits at a black screen forever. My Qtopia folder is named Qtopia, and it is in the root of the SD card. My Qtopia.gpu file reads as follows:
Code:#!/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 export PATH=$QPEDIR/bin:$PATH export QWS_MOUSE_PROTO="USB GP2X" # 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 am learning to loathe Linux. :angry:
#!/bin/sh
# setting QT/Qtopia env...
export LOGNAME=root
export HOME=/mnt/sd
export QPEDIR=/mnt/sd/Qtopia/qt
export QTDIR=$QPEDIR
export SHARE=/mnt/sd/Qtopia/share
export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH
export PATH=$QPEDIR/bin:$PATH
export QWS_MOUSE_PROTO="USB GP2X"
export QWS_KEYBOARD="TTY GP2X"
# mount Qtopia image
modprobe zlib_inflate.o
modprobe cramfs.o
mkdir -p $QPEDIR
mount -t cramfs -o loop qtopia.img $QPEDIR
mkdir -p $SHARE
mount -t cramfs -o loop share.img $SHARE
# prepare /tmp directory...
rm /tmp/qtembedded* -rf
chown root.root /tmp
# run...
cd $HOME
qpe-reorgfiles
qpe -qws
# umount
umount $QPEDIR
umount $SHARE
# terminated...
cd /usr/gp2x
exec ./gp2xmenu
Cannot open /dev/input/mice (No such file or directory)
Create pluginlibman in libqpe
Unable to open /usr/share/zoneinfo/zone.tab
Timezone data must be installed at /usr/share/zoneinfo/
Unable to open '/usr/share/zoneinfo/America/New_York'
TimeZone::data Can't create a valid data object for 'America/New_York'
TzCache::location unable to find America/New_York
initEnvironment() Invalid TimeZone America/New_York
Use QPEApplication's PluginLibraryManager
Setting up QCop to QPE/System
channel QPE/Card added
channel QPE/Server added
channel QPE/IME added
Create pluginlibman in libqpe
Use QPEApplication's PluginLibraryManager
QuickLauncher running
inserting Documents at -1
could not load IR plugin
inserting Applications at 0
inserting Games at 1
inserting Settings at 2
Doing slow search for image: justreader/justreader.png
Doing slow search for image: opera.png
addAppLnk: No view for type Application. Can't add app Shutdown!
Create pluginlibman in libqpe
Use QPEApplication's PluginLibraryManager
QuickLauncher running
Unable to open /usr/share/zoneinfo/zone.tab
Timezone data must be installed at /usr/share/zoneinfo/
Unable to open '/usr/share/zoneinfo/America/New_York'
TimeZone::data Can't create a valid data object for 'America/New_York'
TzCache::location unable to find America/New_York
Registered QPE/QuickLauncher-57