1
Angstrom & OpenZaurus / Open Zaurus Flash, Z Now Dead
« on: July 07, 2005, 01:41:57 pm »
And, of course, if all else fails, just reflash with the Sharp ROM or some other ROM and see if it works.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Generally if you are using bash you can put it in .bashrc
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86063\"][{POST_SNAPBACK}][/a][/div]
and I've had this behaviour and it was fixed by removing keylaunch.
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=85795\"][{POST_SNAPBACK}][/a][/div]
Upon resume I could not connect to the Z from my slackware box, it appears to effect the network connection in some way, because normally I just have to give my usb port an IP address and a route and I have connection.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83676\"][{POST_SNAPBACK}][/a][/div]
In OZ/opie the control key is mapped to the fn key. Is there any way of separating out the control key and mapping it to the fn key?
darmou
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83682\"][{POST_SNAPBACK}][/a][/div]
Hmm...Well that is interesting. Could you see if apmd is running?
Update: I found this in the execution script for /etc/X11/Xserver:Code: [Select]# Horrible hack required to enable resuming after suspend
rm -f /dev/apm_bios
killall -9 apmd
Now I just need someone to tell me about the how a Zaurus that doesn't have these problems in the first place behaves with no apmd running.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83566\"][{POST_SNAPBACK}][/a][/div]
When the Zs plugged in or being charged it gets pretty warm. So im assuming that your chargeing it in the cradle but not when you take it out?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83315\"][{POST_SNAPBACK}][/a][/div]
On another note, I have been unable to work out on collie what control x and control c are.
Do you have any ideas on that Penguin Man?
Thanks,
darmou
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83478\"][{POST_SNAPBACK}][/a][/div]
mapping hotplug
script grep
map usb0
iface usb0 inet static
name USB to Zaurus
address 192.168.129.1
netmask 255.255.255.0
pointtopoint 192.168.129.201
up iptables -t nat -F
up iptables -t nat -A POSTROUTING -j SNAT -o wlan0 --to 192.168.1.3
up echo "1" > /proc/sys/net/ipv4/ip_forward
post-down echo "0" > /proc/sys/net/ipv4/ip_forward
post-down iptables -t nat -F