OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 5x00 General discussions => Topic started by: Jumphog on November 01, 2004, 06:01:56 pm
-
I have recently aquired a SL5500 with the intention of using it for a moving map/gps setup. Im in the process of re-installing it from scratch and have come across a few problems which I could use some help with:
* I have installed the Openzaurus 3.5.1 64/0 image with a kingston 256mb sd card as root. While doing this I had to put in a nameserver address, ive set this up for my network at home, but if I go somewhere else, am I going to have to change this manually?
* I have an Ambicom WL1100C wireless cf card, it works fine except for when the zaurus suspends in battery mode - it just hangs instead, no response to anything, have to use the switch on the back to reboot. How can i stop this?
* The bottom line of the screen always seems to be corrupt, or not cleared properly. This happens on the bottom of screen in either rotation. Is this normal?
* Ive installed Opera 6 with the 'runcompat' patch and it runs OK, except that the graphics for the buttons are missing. Anyone else tried this or had any problems with it?
* As I have the root on the SD card, is there a way of stopping the system seeing it as a removable drive? Also why does it seem to be mounted twice, once as about 15mb and once as the full capacity?
* How do I change the background picture, the little dragon is quite cute, but id rather have something less intrusive?
..That was quite a few questions! If anyone can help Id be really greatfull.
-
I dont know all of the answers to your questions but I know a couple...
The bottom line of the screen always seems to be corrupt, or not cleared properly. This happens on the bottom of screen in either rotation. Is this normal?
Dont think its supposed to do that but my screen sometimes seems to have a little larger bar on the right side. It sometimes evens out after a restart.
Ive installed Opera 6 with the 'runcompat' patch and it runs OK, except that the graphics for the buttons are missing. Anyone else tried this or had any problems with it?
You have to make a symlink from /opt/QtPalmtop/opera to /usr/share/opera
ln -s /opt/QtPalmtop/opera /usr/share/opera
But if your gonna use opera I recomend Opera 7 (you still need the symlink).
-
* How do I change the background picture, the little dragon is quite cute, but id rather have something less intrusive?
Launcher
* I have installed the Openzaurus 3.5.1 64/0 image with a kingston 256mb sd card as root. While doing this I had to put in a nameserver address, ive set this up for my network at home, but if I go somewhere else, am I going to have to change this manually?
I thought you could have more than one listed in the file in /etc (whatever it's called - resolv.conf ??)
* I have an Ambicom WL1100C wireless cf card, it works fine except for when the zaurus suspends in battery mode - it just hangs instead, no response to anything, have to use the switch on the back to reboot. How can i stop this?
No idea, see whether this has been reported on the bugtracker and mailing list.
* The bottom line of the screen always seems to be corrupt, or not cleared properly. This happens on the bottom of screen in either rotation. Is this normal?
Yes; I think this is kernel related, but it doesn't do any harm.
Si
-
Thanks for the replies..
* How do I change the background picture, the little dragon is quite cute, but id rather have something less intrusive?
Launcher
Found it under settings > launcher > tabs > all tabs > edit. Unfortunately I seem to only be able to select a solid colour, other selections are ignored when I click apply. Thats OK though, at least the background is a bit (lot :) less busy now.
* I have installed the Openzaurus 3.5.1 64/0 image with a kingston 256mb sd card as root. While doing this I had to put in a nameserver address, ive set this up for my network at home, but if I go somewhere else, am I going to have to change this manually?
I thought you could have more than one listed in the file in /etc (whatever it's called - resolv.conf ??)
Yep, thats easily done, but how do I handle situations where I dont know what the nameserver is going to be (random wireless hotspots etc)?
* I have an Ambicom WL1100C wireless cf card, it works fine except for when the zaurus suspends in battery mode - it just hangs instead, no response to anything, have to use the switch on the back to reboot. How can i stop this?
No idea, see whether this has been reported on the bugtracker and mailing list.
I havent found it so far, theres a few posts that look similar, but no answers to them. Ill keep looking.
* The bottom line of the screen always seems to be corrupt, or not cleared properly. This happens on the bottom of screen in either rotation. Is this normal?
Yes; I think this is kernel related, but it doesn't do any harm.
Si
All right, as long as its not broken. Although some things look OK, like opie terminal in full screen mode.
Jcroto1: useful info about opera
Thats great, ive got opera 7.3 installed now with buttons and everything!
---------------------------------
So I still need to sort out:
*Hang on suspend
*Being able to 'eject mmc/sd card'
*nameservers
*Multiple mounts of /dev/mmcda1
I just thought of some stuff on this:
in fstab:
/dev/mtdblock4 /mnt/root jffs2
/dev/mmcda1 / ext2
which sort of corresponds to
output of mount:
/dev/mmcda1 on /mnt/root type jffs2
/dev/mmcda1 on / type ext2
So is this just mount not knowing the difference between mmcda1 and mtdblock4?
Also, would it be worth adding a sync option to the SD card mount?