The Following 2 Users Say Thank You to eight For This Useful Post: | ||
|
2012-02-11
, 05:18
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2612
|
sudo "echo 0 > /sys/power/sr_vdd1_autocomp"
The Following 3 Users Say Thank You to qole For This Useful Post: | ||
|
2012-02-11
, 12:19
|
Posts: 212 |
Thanked: 66 times |
Joined on May 2010
@ India
|
#2613
|
sudo nr_requests_setup sudo swapoffon
|
2012-02-11
, 15:13
|
Posts: 87 |
Thanked: 80 times |
Joined on Sep 2009
|
#2614
|
Had also problems with reboots while unlzma'ing and found out that on my n900 enabled SmartReflex VDD1 causes this.
Tested it with 900 to 600 Mhz and always reboots with vdd1.
After disabling vdd1 these high-load-tasks work on my device flawlessly, even at 900 Mhz.
|
2012-02-11
, 16:07
|
|
Posts: 106 |
Thanked: 81 times |
Joined on Dec 2011
@ /
|
#2615
|
The Following User Says Thank You to eight For This Useful Post: | ||
|
2012-02-12
, 05:27
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2616
|
umount -f "$CHROOT/home/user/MyDocs" umount -f "$CHROOT/home" mount -o bind /home/user/MyDocs "$CHROOT/home/user/MyDocs"
The Following 8 Users Say Thank You to qole For This Useful Post: | ||
|
2012-02-13
, 19:13
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#2617
|
sudo swapon -p 0 /dev/mmcblk1p3 sudo swapoff /dev/mmcblk0p3
~ $ cat /proc/swaps Filename Type SizeUsed Priority /dev/mmcblk1p3 partition 795208 64376 0
Mount failure! /mnt/data/easydebian/ed-squeeze-final.ext3 failed to mount on loop0 mount: mounting /dev/loop0 on /.debian failed: Invalid argument
|
2012-02-13
, 22:12
|
|
Posts: 106 |
Thanked: 81 times |
Joined on Dec 2011
@ /
|
#2618
|
Code:Mount failure! /mnt/data/easydebian/ed-squeeze-final.ext3 failed to mount on loop0 mount: mounting /dev/loop0 on /.debian failed: Invalid argument
tar -xfv ed-squeeze-final.ext3
|
2012-02-14
, 08:01
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#2619
|
When did you download the image? Maybe your problem is related to this and you try to mount a tar archive? Estel updated the image some days ago, if you downloaded before just untar it before mount.
Code:tar -xfv ed-squeeze-final.ext3
The Following User Says Thank You to ivgalvez For This Useful Post: | ||
|
2012-02-15
, 16:57
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#2620
|
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
Tested it with 900 to 600 Mhz and always reboots with vdd1.
After disabling vdd1 these high-load-tasks work on my device flawlessly, even at 900 Mhz.
Last edited by eight; 2012-02-10 at 10:47.