Reply
Thread Tools
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#31
Originally Posted by u2maemo View Post
thanks a lot, this is very useful app.
I am finding way to improve N810 performance.

I met some issue when install
That's just the GUI.
You have to install ramzez-init_0.3_armel.deb too.
 

The Following User Says Thank You to maacruz For This Useful Post:
Posts: 71 | Thanked: 19 times | Joined on Dec 2009
#32
now it's OK.
 
Posts: 25 | Thanked: 8 times | Joined on Feb 2009 @ Venezia
#33
Very cool piece of software.
I installed it this morning, want to test it with my n800.
Thanks for the time spent compiling.
I really hope one day my tablet will reborn with a "mer heart", pushed by a 3d gfx accelerator and a virtually bigger and faster memory...
 
Posts: 323 | Thanked: 32 times | Joined on Jun 2009 @ Southern Oregon Coast
#34
I am still having the same issue with not being able to install...
 
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#35
coosbay
Download the package I pointed to three posts before, and save it in the internal 2GB mmc.
Do the same with the package locusf pointed to in post #24
Open a xterm
Type:
Code:
root
cd /media/mmc2
dpkg -i ramzez*.deb
That should work.
 
Posts: 323 | Thanked: 32 times | Joined on Jun 2009 @ Southern Oregon Coast
#36
maacruz:
will give it a go...

thx for the detailed directions!
 
Posts: 323 | Thanked: 32 times | Joined on Jun 2009 @ Southern Oregon Coast
#37
Originally Posted by maacruz View Post
coosbay
Download the package I pointed to three posts before, and save it in the internal 2GB mmc.
Do the same with the package locusf pointed to in post #24
Open a xterm
Type:
Code:
root
cd /media/mmc2
dpkg -i ramzez*.deb
That should work.
maacruz; I got an error. below is the xterm code from the process;

Nokia-N810-43-7:~# cd /media/mmc2
Nokia-N810-43-7:/media/mmc2# dpkg -i ramzez*.deb
(Reading database ... 18886 files and directories currently installed.)
Preparing to replace ramzez-init 0.3 (using ramzez-init_0.3_armel(2).deb) ...
Removing kernel modules!
Unpacking replacement ramzez-init ...
Unpacking ramzez (from ramzez_0.3_diablo_armel.deb) ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing ramzez_0.3_diablo_armel.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./usr/share/ramzez/compcache.png')
Setting up ramzez-init (0.3) ...
ln: /usr/share/ramzez/ramzswap.ko: File exists
ln: /usr/share/ramzez/xvmalloc.ko: File exists
Removing any system startup links for /etc/init.d/ramzez ...
update-rc.d: /etc/init.d/ramzez: file does not exist
Inserting kernel modules!
No value set for `/apps/ramzez/disksize'
sh: : unknown operand
Errors were encountered while processing:
ramzez_0.3_diablo_armel.deb
Nokia-N810-43-7:/media/mmc2#
 
Posts: 25 | Thanked: 8 times | Joined on Feb 2009 @ Venezia
#38
Hmmm, how strange: installation was pretty straightforward to me.
I'm no linux expert but I give you a couple of suggestion:
FIRST, try with "apt-get clean" on the command promp (as root). Then try the procedure once more.
SECOND, try to open the two packages on your peecee with a program that handles .deb files (7-zip does).
This way you can see if the .deb files are corrupted.
Once the deb files are extracted with their whole paths, you could also copy the files by hand in the proper places (there ar not that many).
Good luck.

Originally Posted by coosbaytv View Post
maacruz; I got an error. below is the xterm code from the process;

Nokia-N810-43-7:~# cd /media/mmc2
Nokia-N810-43-7:/media/mmc2# dpkg -i ramzez*.deb
(Reading database ... 18886 files and directories currently installed.)
Preparing to replace ramzez-init 0.3 (using ramzez-init_0.3_armel(2).deb) ...
Removing kernel modules!
Unpacking replacement ramzez-init ...
Unpacking ramzez (from ramzez_0.3_diablo_armel.deb) ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing ramzez_0.3_diablo_armel.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./usr/share/ramzez/compcache.png')
Setting up ramzez-init (0.3) ...
ln: /usr/share/ramzez/ramzswap.ko: File exists
ln: /usr/share/ramzez/xvmalloc.ko: File exists
Removing any system startup links for /etc/init.d/ramzez ...
update-rc.d: /etc/init.d/ramzez: file does not exist
Inserting kernel modules!
No value set for `/apps/ramzez/disksize'
sh: : unknown operand
Errors were encountered while processing:
ramzez_0.3_diablo_armel.deb
Nokia-N810-43-7:/media/mmc2#

Last edited by fabbro; 2010-02-06 at 07:59.
 

The Following User Says Thank You to fabbro For This Useful Post:
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#39
The package ramzez-init, the one which really matters, installed with no problem.
You got an error installing ramzez_0.3_diablo_armel.deb, that package only has the GUI for selecting the ramzwap size.
If you type in a xterm
Code:
root
/etc/init.d/ramzez-init start
you are done. You'll have a ramzswap partition with a default size of 64MB.
To check it is working, type
Code:
cat /proc/ramzswap
it will give you a lot of information of how it is using memory.
Now to fix the gui installation.
First, make sure you haven't a filled root partition.
Open xterm and type
Code:
df
Look at the filesystem mounted on / (third line in my setup)
You should have some space available, if not, ugly things happens. If by chance you have filled your root partition, delete or uninstall something before you are into deeper trouble. Remember, what you see in the file manager under the Nokia-N810 folder is using root filesystem space.
Second, make sure you haven't the same package repeated in the internal mmc card. You should have only ONE ramzez_0.3 package there.
Third, repeat the installation procedure, with a small variation since ramzez-init is already installed
Code:
root
cd /media/mmc2
dpkg -i ramzez_0.3*.deb
 

The Following User Says Thank You to maacruz For This Useful Post:
Posts: 323 | Thanked: 32 times | Joined on Jun 2009 @ Southern Oregon Coast
#40
ok, that did it...

thx!
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:18.