Reply
Thread Tools
Posts: 31 | Thanked: 7 times | Joined on Feb 2010
#1721
Originally Posted by Straycat View Post
Thanks, Morku. What you say makes sense.

How can I check my voltage profile? 'kernel-config show' do not show this.
it does. (root -> kernel-config show)
Look at activate frequencies. The default configuration look like: 0:30,90 250:38,180 500:48,360 and so on.
This configuration works fine for me and I have stable video playback.
here is a voltage chart:
http://wiki.maemo.org/Overclocking#Calculating_voltages
The ULV starts with 0:25
I don't know which configuration you have, but this made my video playback corrupt. With more To load the default type: "kernel-config load default"
Maybe it's better to make a reboot, so set it to default: "kernel-config default default".
Don't forget to save your current configuration, if you have a 'special profile'.
 

The Following User Says Thank You to Morku For This Useful Post:
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#1722
Originally Posted by don_falcone View Post
You did not supply a disksize_kb (or memlimit) parameter during modprobe. It can work like this too, but then it needs rzscontrol which we do not have:

Code:
modprobe ramzswap;
rzscontrol /dev/block/ramzswap0 --disksize_kb=32768 --init;
swapon /dev/block/ramzswap0;
Well, I have just see your message about rzscontrol, so here it is, please, give it a try !!!

Code:
-bash-2.05b# apt-get install compcache-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  compcache-tools
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 6144B of archives.
After this operation, 45,1kB of additional disk space will be used.
Get:1 http://repository.maemo.org fremantle/free compcache-tools 0.6.2-1maemo0 [6144B]
Fetched 6144B in 0s (15,5kB/s)   
Selecting previously deselected package compcache-tools.
(Reading database ... 39519 files and directories currently installed.)
Unpacking compcache-tools (from .../compcache-tools_0.6.2-1maemo0_armel.deb) ...
Setting up compcache-tools (0.6.2-1maemo0) ...
-bash-2.05b# rzscontrol 
Usage: rzscontrol {<ramzswap device>} [<options>]
Example: rzscontrol /dev/ramzswap0 --init
See rzscontrol manpage for details.
-bash-2.05b#
A++
 

The Following User Says Thank You to colin.stephane For This Useful Post:
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#1723
Originally Posted by colin.stephane View Post
Well, I have just see your message about rzscontrol, so here it is, please, give it a try !!!

Code:
-bash-2.05b# apt-get install compcache-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  compcache-tools
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 6144B of archives.
After this operation, 45,1kB of additional disk space will be used.
Get:1 http://repository.maemo.org fremantle/free compcache-tools 0.6.2-1maemo0 [6144B]
Fetched 6144B in 0s (15,5kB/s)   
Selecting previously deselected package compcache-tools.
(Reading database ... 39519 files and directories currently installed.)
Unpacking compcache-tools (from .../compcache-tools_0.6.2-1maemo0_armel.deb) ...
Setting up compcache-tools (0.6.2-1maemo0) ...
-bash-2.05b# rzscontrol 
Usage: rzscontrol {<ramzswap device>} [<options>]
Example: rzscontrol /dev/ramzswap0 --init
See rzscontrol manpage for details.
-bash-2.05b#
A++
...already tested it

Same behavior - modprobe / insmod ramzswap followed by rzscontrol /dev/ramzswap0 --init
-> reboot during init.

I am currently searching a method how to diagnose it. This basically seems to be a HW watchdog / reset issue.

EDIT: btw, my HW rev is 2101.

EDIT 2: last line of dmsg output is:
[12475.862792] ramzswap: num_devices not specified. Using default: 1
and then straight into reboot.

Last edited by don_falcone; 2011-09-25 at 11:17.
 

The Following 3 Users Say Thank You to don_falcone For This Useful Post:
Banned | Posts: 778 | Thanked: 337 times | Joined on Jun 2010
#1724
Again, how to enable bqb27200 in v49? *noob friendly please*
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#1725
Originally Posted by fahadj2003 View Post
Again, how to enable bqb27200 in v49? *noob friendly please*
you cannot use bq27x00_battery and bme together. first you need to stop bme (of course no battery charging) and then modprobe module.

$ stop bme && modprobe bq27x00_battery

to start bme again, you need to first unload bq module:

$ rmmod bq27x00_battery && start bme
 

The Following 3 Users Say Thank You to pali For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1726
@up
Code:
stop bme
...then modprobe bq27x00_module, or how it's called now. Impossible to have it together with bme, sadly.
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following User Says Thank You to Estel For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#1727
Originally Posted by don_falcone View Post
...already tested it

Same behavior - modprobe / insmod ramzswap followed by rzscontrol /dev/ramzswap0 --init
-> reboot during init.

I am currently searching a method how to diagnose it. This basically seems to be a HW watchdog / reset issue.

EDIT: btw, my HW rev is 2101.

EDIT 2: last line of dmsg output is:
[12475.862792] ramzswap: num_devices not specified. Using default: 1
and then straight into reboot.
Which kernel have you installed, there was a kp48 build which was buggy. Also may you post your /dev/mtd2 contents.
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#1728
Originally Posted by pali View Post
you cannot use bq27x00_battery and bme together. first you need to stop bme (of course no battery charging) and then modprobe module.

$ stop bme && modprobe bq27x00_battery

to start bme again, you need to first unload bq module:

$ rmmod bq27x00_battery && start bme
do u delete the line blacklist bq27x00 in the kernel-power.blacklist?
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1729
Obviously. How do You expect blacklisted module to load?...
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#1730
is KP48 still buggy or stable. i hav been hearing its buggy. just 3 posts back
__________________
PR 1.3
CSSU (TESTING)
KERNEL POWER 49
BACKUPMENU
 
Reply

Tags
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou

Thread Tools

 
Forum Jump


All times are GMT. The time now is 02:41.