|
2011-03-07
, 12:57
|
|
Posts: 218 |
Thanked: 59 times |
Joined on Feb 2010
@ spain
|
#182
|
|
2011-03-07
, 13:07
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#183
|
Or just do the truncation with stuff present in the base install like perl:
(season with appopriate error handling to taste).Code:open(Z, "+</usr/share/Diablo-Turbo/backup/zImage-backup") && sysseek(Z, 0x2C, 0) && sysread(Z, $l, 4) && truncate(Z, unpack("L", $l)) && close(Z);
|
2011-03-08
, 09:08
|
Posts: 542 |
Thanked: 117 times |
Joined on Sep 2008
@ 52 N, 6 E
|
#184
|
dpkg -r *.deb
|
2011-03-08
, 09:54
|
Posts: 99 |
Thanked: 65 times |
Joined on Jan 2008
@ Finland
|
#185
|
apt-get remove kernel-dt-sd
|
2011-03-08
, 11:34
|
Posts: 542 |
Thanked: 117 times |
Joined on Sep 2008
@ 52 N, 6 E
|
#186
|
|
2011-03-08
, 16:57
|
Posts: 35 |
Thanked: 14 times |
Joined on Oct 2010
@ Durham, NC
|
#187
|
Yes, you should see it. "cat /proc/swaps" should show all your swap devices and you should see /dev/ramzswap0 there, "ls /dev/ramz*" should show the ramzswap device entry, and "cat /proc/ramzswap" the usage stats.
If it is not there, try restarting it from xterm as root ("/etc/init.d/ramzswap restart")
|
2011-03-08
, 20:06
|
Posts: 542 |
Thanked: 117 times |
Joined on Sep 2008
@ 52 N, 6 E
|
#188
|
|
2011-03-08
, 23:52
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#189
|
|
2011-03-08
, 23:56
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#190
|
The installing worked flawlessly. But running uname -r returns 2.6.21 is that OK ?
I see further no differences and the reboot issue is NOT resolved: two hours after the update the device rebooted spontaneously (Tear browser was running).
Did I something wrong ?
UPDATE: After half an hour it rebooted AGAIN, while Tear browsers was running.
Is this a problem in the tear browser ?
UPDATE2: After another 30 minutes (starting Firefox / Fennec , surfing a bit and closed it) it rebooted again (3rd time) !
So this patch does not help at all.
If it is not there, try restarting it from xterm as root ("/etc/init.d/ramzswap restart")