OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: colryn on August 24, 2005, 08:10:31 am
-
Where can I get pico for my Zaurus? I have tried both links at killefiz.de but both links do not work for me. Does anybody have teh software? I have also tried to do a search ion the net but have had no luck. Please help.
-
Where can I get pico for my Zaurus? I have tried both links at killefiz.de but both links do not work for me. Does anybody have teh software? I have also tried to do a search ion the net but have had no luck. Please help.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=93051\")
try here:
[a href=\"http://www.users.on.net/~hluc/myZaurus/custom/pico]http://www.users.on.net/~hluc/myZaurus/custom/pico[/url]
-
try here:
http://www.users.on.net/~hluc/myZaurus/custom/pico (http://www.users.on.net/~hluc/myZaurus/custom/pico)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93063\"][{POST_SNAPBACK}][/a][/div]
[/quote]
Is this a rpm.ipk file. I try a save as and it tries to save it as a txt file. What am I doing wrong.
-
Is this a rpm.ipk file.
It's a binary (executable file)... copy or symlink to /bin or /usr/bin
-
I got it copied to the CF card but when I try and copy to internal, I get a message "unable to open: read-only file system."
-
What are you using to copy? Try the following from the command line:
cp /mnt/cf/pico pico
If your Zaurus is online, the simplest is probably just to try:
wget http://www.users.on.net/~hluc/myZaurus/custom/pico (http://www.users.on.net/~hluc/myZaurus/custom/pico)
Felipe
-
What are you using to copy? Try the following from the command line:
cp /mnt/cf/pico pico
If your Zaurus is online, the simplest is probably just to try:
wget http://www.users.on.net/~hluc/myZaurus/custom/pico (http://www.users.on.net/~hluc/myZaurus/custom/pico)
Felipe
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93105\"][{POST_SNAPBACK}][/a][/div]
cp /mnt/card/pico /bin
-
Don't use
cp /mnt/card/pico /bin
This is trying to replace the directory /bin by the file pico, good thing the Zaurus is not letting you do this. maybe you can try
cp /mnt/card/pico /bin/pico
or
cp /mnt/card/pico /usr/bin/pico
But if you copied it to your home directory, using the first command I suggested you can run by typing
./pico
Felipe
-
I get a message "unable to open: read-only file system."
This message is clearly telling you that you can't write in this read-only file system of your ROM.
If you tell us what model Zaurus and what ROM your using perhaps someone here can help you?
Greg
-
This message is clearly telling you that you can't write in this read-only file system of your ROM.
If you tell us what model Zaurus and what ROM your using perhaps someone here can help you?
Greg
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93142\"][{POST_SNAPBACK}][/a][/div]
I just got an SL-5600. It has ROM v 1.32
I am having a hell of a time trying to get this thing setup. I am used to using various versions of RH. Some things are the same, some are different.
-
I just got an SL-5600. It has ROM v 1.32
I am having a hell of a time trying to get this thing setup. I am used to using various versions of RH. Some things are the same, some are different.
Ok... so iirc there's a /home/root/usr/bin (if not tell me!)
So with terminal (and pico on your CF-card) you would do:
cd /mnt/cf
su
cp pico /home/root/usr/bin
cd
mount / -o rw,remount
ln -s /home/root/usr/bin/pico /usr/bin/pico
mount / -o ro,remount
exit
Then when you use pico do:
su
pico /whatever/file
Let us know if this works for you?
Greg