Editing Kernel Power

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
The enhanced kernel "kernel-power" is compatible with [[Maemo_5/PR1.2|PR1.2]] and  [[Maemo_5/PR1.3|PR1.3]], contain lots of additional features (IPv6, NAT etc) and bugfixes.
+
=Kernel for Power Users=
-
The kernel can be installed via Application manager from the System section. Installation of the customization package Kernel-Power-Settings is sufficient, as it depends on the kernel page.
+
-
The custom kernel contains additional modules for IPv6, packet filtering, QoS, NAT, tunneling, kernel configuration, Wifi mesh networking, builtin ext3 for booting from other media, ext4, XFS, reiserfs, NTFS read support, ISO9660, UDF, CIFS, automounter, squashfs, unionfs, device mapper and dm-loop, cryptography, cryptoloop, EFI partitions, UTF8 codepages, mouse+joystick input, PPP, PPTP, serial support, USB hostmode (h-e-n), USB/IP and generic USB device drivers, battery info, overclocking and kexec support.
+
The enhanced kernel "kernel-power" is compatible with [[Maemo_5/PR1.2|PR1.2]], contain lots of additional features (IPv6, NAT etc) and bugfixes. The kernel can be installed via Application manager from the System section.
 +
Installation of the customization package Kernel-Power-Settings is sufficient, as it depends on the kernel page.
-
'''Note: This page is under construction and based on the [[Overclocking|overclocking/undervolting instructions]]. Hence the heavy bias to overclocking.''' For overclocking it includes a large set of possible frequencies (125 MHz-1.15 GHz) which you manually set and try out without flashing a new kernel. The defaults are set to the standard 250-600 MHz range. You can also fine tune the voltages for your device for power-saving. Every device is different.
+
The custom kernel contains additional modules for IPv6, packet filtering, QoS, NAT, tunneling, kernel configuration, Wifi mesh networking, builtin ext3 for booting from other media, ext4, XFS, reiserfs, NTFS read support, ISO9660, UDF, CIFS, automounter, squashfs, unionfs, device mapper and dm-loop, cryptography, cryptoloop, EFI partitions, UTF8 codepages, mouse+joystick input, PPP, PPTP, serial support, USB/IP and generic USB device drivers, battery info, overclocking and kexec support.
-
[http://talk.maemo.org/showthread.php?t=43420 talk.maemo.org: Discussion of the enhanced kernel]
+
'''Note: This page is under construction and based on the [[Overclocking|overclocking/undervolting instructions]]. Hence the heavy bias to overclocking.'''
-
[http://talk.maemo.org/showthread.php?t=71879: Discussion of the enhanced kernel beginning with version 47]
+
For overclocking it includes a large set of possible frequencies (125MHz-1.15GHz) which you manually set and try out without flashing a new kernel.
 +
The defaults are set to the standard 250-600MHz range. You can also fine tine the voltages for your device for power-saving. Every device is different.
 +
[http://talk.maemo.org/showthread.php?t=43420 talk.maemo.org: Discussion of the enhanced kernel]
Changes between versions are announced on the [https://garage.maemo.org/news/?group_id=1528 garage page].
Changes between versions are announced on the [https://garage.maemo.org/news/?group_id=1528 garage page].
-
==Installing kernel-power==
+
== Installation of the kernel ==
-
'''Note:''' All commands on this page must be [[root access|run as root]] in [[terminal|X Terminal]] (install rootsh package and enter "root")
+
'''Note:''' all commands on this page must be [[root access|run as root]] in [[terminal|X Terminal]] (install rootsh package and enter "sudo gainroot")
-
'''Note: The power kernel may not be compatible with the currently-installed fcam-drivers package.''' Should you lose camera functionality, you can update them by running as root:<pre>apt-get install fcam-drivers</pre>
+
=== Installation of the [http://maemo.org/downloads/product/Maemo5/kernel-power-flasher/ stable kernel] from extras ===
-
 
+
-
'''Note:''' This probably won't work and you'll probably need to install fcam-drivers-1.0.7-2 from extras-devel:
+
-
http://repository.maemo.org/extras-devel/pool/fremantle/free/f/fcam-drivers/fcam-drivers_1.0.7-2_armel.deb
+
-
install with ''dpkg -i'' command
+
-
 
+
-
===Installing the [http://maemo.org/downloads/product/Maemo5/kernel-power-flasher/ Stable Kernel]===
+
With this kernel you can change the frequency limits, the voltages and DSP frequencies online. It requires firmware [[Maemo 5/PR1.1|PR1.1]] or newer.
With this kernel you can change the frequency limits, the voltages and DSP frequencies online. It requires firmware [[Maemo 5/PR1.1|PR1.1]] or newer.
# Install the package <code>[http://maemo.org/downloads/product/Maemo5/kernel-power-settings/ kernel-power-settings]</code> (section system in Application manager). It will automatically also install <code>kernel-power-flasher</code>.
# Install the package <code>[http://maemo.org/downloads/product/Maemo5/kernel-power-settings/ kernel-power-settings]</code> (section system in Application manager). It will automatically also install <code>kernel-power-flasher</code>.
-
# Shutdown the device, and boot it up again.
+
# shutdown and boot again. There's no need for reflashing etc.
-
# The kernel is now installed.
+
 
 +
[[#Configuring_the_kernel_settings_.28of_the_stable_version_from_extras.29|See below for configuration information]]
-
===Installing the Unstable Kernels===
+
=== Installation of the [https://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/kernel-power-flasher/2.6.28-maemo32/ experimental kernel] from extras-devel ===
This kernel version contains additional experimental features and patches.
This kernel version contains additional experimental features and patches.
 +
Changelogs are posted [https://garage.maemo.org/news/?group_id=1528 on Garage].
 +
# Install the package "Enhanced kernel for power users" (section system in HAM).
 +
# shutdown and boot again. There's no need for reflashing etc.
-
Just enable the [[Extras-testing]] or [[Extras-devel]] catalogue and install according to [[#Installing the Stable Kernel|these instructions]].
+
[[#Configuring_the_kernel_settings_.28of_the_experimental_version_from_extras-devel.29|See below for configuration information]]
-
Please follow the [[Help_testing_software|QA checklist]] and vote for the package to allow promotion to Extras.
+
=== Verification of proper installation ===  
-
 
+
First verify, that the kernel is actually running:
-
=== Verifying Proper Installation ===  
+
uname -r
-
First verify, that the kernel is actually running:<pre>uname -r</pre>
+
should return "2.6.28.10power-omap1" or  "2.6.28.10power<version>-omap1"
-
should return "2.6.28.10power<version>".
+
If it does not, you should reboot or try to install again
-
If it does not, you should reboot or try to [[#Installing kernel-power|install the kernel again]].
+
apt-get install --reinstall -y kernel-power kernel-power-flasher
 +
reboot, and test again.
=== Upgrade from older versions (< maemo24)  ===
=== Upgrade from older versions (< maemo24)  ===
-
The kernel package was previously called <code>kernel-flasher-maemo</code>. Unfortunately, Application Manager does not support package transitions, i.e. installation of the new version leads to conflicts with <code>kernel-maemo</code> and <code>kernel-modules-maemo</code>.
+
The kernel package was previously called kernel-flasher-maemo.
-
If you have one of the older packages installed it you need to upgrade in X Terminal.
+
Unfortunately Application Manager does not support package transitions.
-
<pre>root
+
If you have one of the older packages installed it is recommended that you upgrade in X Terminal
-
apt-get install -y kernel-power-flasher
+
sudo gainroot
-
apt-get remove kernel-flasher-maemo
+
apt-get install -y kernel-power-flasher
-
</pre>
+
apt-get remove kernel-flasher-maemo
If the new kernel still doesn't boot up, try
If the new kernel still doesn't boot up, try
-
<pre>apt-get install --reinstall -y kernel-power kernel-power-flasher</pre>
+
apt-get install --reinstall -y kernel-power kernel-power-flasher
-
Also try [http://talk.maemo.org/showpost.php?p=608343&postcount=2603 other hints] for uninstalling the old package.
+
Also try [http://talk.maemo.org/showpost.php?p=608343&postcount=2603 other hints] for deinstalling the old package.
-
Make sure you reset <code>/etc/pmconfig</code> to the defaults:
+
Make sure you reset /etc/pmconfig to the defaults:
-
<pre>
+
# Power management configuration file
-
# Power management configuration file
+
enable_off_mode 1
-
enable_off_mode 1
+
sleep_while_idle 1
-
sleep_while_idle 1
+
sr_vdd1_autocomp 0
-
sr_vdd1_autocomp 0
+
sr_vdd2_autocomp 0
-
sr_vdd2_autocomp 0
+
clocks_off_while_idle 1
-
clocks_off_while_idle 1
+
voltage_off_while_idle 1
-
voltage_off_while_idle 1
+
scaling_governor ondemand
-
scaling_governor ondemand
+
scaling_max_freq 600000
-
scaling_max_freq 600000
+
scaling_min_freq 125000
-
scaling_min_freq 125000
+
sleep_ind 1
-
sleep_ind 1
+
-
</pre>
+
-
===Uninstalling kernel-power===
+
=== Deinstallation ===
-
Do not try to uninstall the "kernel-power" package in Application Manager!
+
Do not try to deinstall the package in Application Manager! It does not work.
-
This does not remove the kernel, as it is installed in the device's NAND.
+
-
'''You never want to uninstall a kernel''', as your device can't work without a kernel.
+
For all kernels the safest method for deinstallation is the following:
-
====Installing the Nokia Kernel with X Terminal====
+
# make sure you have a working Internet connection (and possibly wait a little bit until the updates are downloaded)
-
The standard process for replacing the kernel is as follows:
+
# make sure the package rootsh (Section system) is installed
 +
# close Application manager
 +
# execute the following in X-Terminal
 +
sudo gainroot
 +
apt-get install --reinstall -y kernel kernel-flasher
 +
# if it finishes successfully (with "SIGTERM received" and "Image flashed successfully" messages) then you can continue with
 +
apt-get remove -y kernel-power kernel-power-modules
 +
# after successful deinstallation the comand "ls -l /lib/modules/current" should show
 +
... /lib/modules/current -> 2.6.28-omap1
 +
# shutdown (without USB cable or charger connected) and boot again
 +
# your device should now be running the stock kernel
-
# Ensure that you have a working Internet connection.
+
If the device fails to boot or you have other problems, perform the deinstallation from PC with USB cable and flasher utility:
-
# Install the package '''rootsh'''. (available in the System section of the Application Manager)
+
# Make sure you have a version 28 or later from extras-testing installed (it fixes the broken /sbin/preinit)
-
# Close the Application Manager.
+
# for older versions it is not guaranteed that this method will work without a complete reflash.
-
# Gain root permissions<pre>sudo gainroot</pre>
+
# execute the following on your PC (see [[Updating_the_tablet_firmware|this]] for more details)
-
# Reinstall the stock Nokia kernel<pre>apt-get install --reinstall -y kernel kernel-flasher</pre>
+
flasher-3.5 -f --flash-only=kernel -R -F <firmware-image>
-
# Should it complete successfully (with "SIGTERM received" and "Image flashed successfully" messages), then you can continue with <pre>apt-get remove -y kernel-power kernel-power-modules</pre>
+
The firmware image file could be, for example, RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin
-
# After uninstallation, the command <pre>ls -l /lib/modules/current</pre>should show: <pre>... /lib/modules/current -> 2.6.28-omap1</pre>
+
This is only way of deinstallation with leaked release 1.2 firmware.
-
# Shutdown the device (without any USB cable connected) and boot again.
+
-
# The stock kernel should now be installed.
+
-
====Installing the Nokia Kernel (Graphical Method)====
+
If you have the kernel from extras-testing (>v27), there is a "Deinstall kernel" application in your menu.
-
If you have a recent kernel (>v27), there is a "Deinstall kernel" application in your menu.
+
This applications is, however, still '''experimental''' (for >v27 it is more stable). Only use if have can fall back to reflashing
-
This application is however, still '''experimental''' (for >v27 it is more stable). Only use if have can fall back to reflashing the kernel using the flasher (see below) in case of problems.
+
the kernel using the flasher (see below) in case of problems.
Read the instructions carefully when you start the deinstall application!
Read the instructions carefully when you start the deinstall application!
-
 
-
====Installing the Nokia Kernel with flasher-3.5====
 
-
If the device fails to boot or you have other problems, perform the uninstallation from a PC with USB cable and the flasher-3.5 utility:
 
-
'''NOTE''': This only works for kernel-power v28 and later. Versions prior to 28 interfere with system files, and may not work properly with the stock Nokia kernel.
 
-
# Make sure your battery is properly charged (if it fails, charge your battery)
 
-
# Execute the following on your PC (see [[Updating the firmware|this]] for more details)<pre>flasher-3.5 -f --flash-only=kernel -R -F <firmware-image></pre>
 
-
*The firmware image file could be, for example, <code>RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin</code>. This is only way of deinstallation with leaked release 1.2 firmware.
 
=== Upgrading to a new PR ===
=== Upgrading to a new PR ===
-
Before upgrading, always make a backup. There are two ways of upgrading the firmware to a new Nokia public release (PR):
+
Before upgrading, always make a backup.
-
# [[Updating the firmware|reflashing the complete firmware]] via flasher or NSU. This is safest way (especially for PR1.2). In this case you simply reinstall the kernel after the upgrade. The settings should be restored by the backup application.
+
There are two ways of upgrading the firmware to a new Nokia public release (PR):
 +
# [[Updating_the_tablet_firmware|reflashing the complete firmware]] via flasher or NSU. This is safest way (especially for PR1.2). In this case you simply reinstall the kernel after the upgrade. The settings should be restored by the backup application.
# Over The Air (OTA) upgrade: this upgrades only system components of your device so that you don't need to restore your settings or reinstall applications. see below
# Over The Air (OTA) upgrade: this upgrades only system components of your device so that you don't need to restore your settings or reinstall applications. see below
OTA upgrade:
OTA upgrade:
-
Disable extras-devel and extras-testing. DIsable autodisconnect if is installed. Perform the upgrade. If the PR does not deliver a new kernel (PR1.1.1) then you're done. If it provides a new kernel (PR1.1 and PR1.2) then you need to reinstall the enhanced kernel with the following commands:
+
Disable extras-devel and extras-testing. DIsable autodisconnect if is installed.
-
  root
+
Perform the upgrade. If the PR does not deliver a new kernel (PR1.1.1) then you're done.
 +
If it provides a new kernel (PR1.1 and PR1.2) then you need to reinstall the enhanced kernel with the following commands:
 +
  sudo gainroot
  apt-get install --reinstall kernel-power kernel-power-modules kernel-power-flasher
  apt-get install --reinstall kernel-power kernel-power-modules kernel-power-flasher
=== Holding a specific kernel version ===
=== Holding a specific kernel version ===
If your manually installed kernel should be not upgraded to the one in extras* try [http://talk.maemo.org/showpost.php?p=603915&postcount=2063 this]:
If your manually installed kernel should be not upgraded to the one in extras* try [http://talk.maemo.org/showpost.php?p=603915&postcount=2063 this]:
-
 
+
echo kernel-power-flasher hold | dpkg --set-selections
-
<pre>
+
echo kernel-power hold | dpkg --set-selections
-
echo kernel-power-flasher hold | dpkg --set-selections
+
echo kernel-power-modules hold | dpkg --set-selections
-
echo kernel-power hold | dpkg --set-selections
+
-
echo kernel-power-modules hold | dpkg --set-selections
+
-
</pre>
+
to unlock the version:
to unlock the version:
 +
echo kernel-power-flasher install | dpkg --set-selections
 +
echo kernel-power install | dpkg --set-selections
 +
echo kernel-power-modules install | dpkg --set-selections
-
<pre>
+
== Configuring the kernel settings (of the stable version from extras) ==
-
echo kernel-power-flasher install | dpkg --set-selections
+
-
echo kernel-power install | dpkg --set-selections
+
-
echo kernel-power-modules install | dpkg --set-selections
+
-
</pre>
+
-
=== Issues after multiboot or Nitdroid installation ===
+
These instructions refer to kernel-power-flasher v24 and kernel-power-settings 0.3.
 +
This kernel makes it possible to dynamically change the maximum frequency up to 1.15GHz (supported frequencies are 125,250,500,550,600,700,750,805,850,900,950,1000,1100,1150MHz).
 +
WARNING: Overclocking may damage your device and is at your own risk! It may void your warranty and destroy your data. You have been warned.
-
Multiboot changes the boot process and might not load kernel-power properly. This is not a kernel-power problem. Please read the multiboot threads or Nitdroid forums. For versions >=v39 typically,
+
For more details on voltages read [[Overclocking#Voltage_tables]].
-
<pre>apt-get install kernel-power-bootimg
+
-
apt-get install --reinstall multiboot-kernel-power</pre>
+
-
adds kernel-power to your boot menu.
+
-
== Features ==
+
Make sure the packages ''kernel-power-settings'' and ''rootsh'' are installed.
 +
'''All commands need to be run as root user.'''
 +
If you are normal user in X Terminal enter "sudo gainroot".
-
=== Configuring the kernel speed/voltage settings ===
+
1) to try a configuration (you can replace "ideal" with [[#Kernels.27_specifications | default, lv, ulv, xlv]] or specify a file you created based on the template /usr/share/kernel-power-settings/default )
 +
/usr/sbin/kernel-load /usr/share/kernel-power-settings/ideal
 +
'''Note''': do ''NOT'' modify the files in /usr/share/kernel-power-settings/!
 +
see '''Creating your own configuration:'' below.
-
The instructions on the [[Overclocking]] page require the <code>kernel-power-flasher >=v27</code> and <code>kernel-power-settings >=0.8</code>.
+
2) to permanently install a default configuration
 +
rm -f /etc/default/kernel-power
 +
ln -s /usr/share/kernel-power-settings/ideal /etc/default/kernel-power
 +
3) or your own config
 +
rm -f /etc/default/kernel-power
 +
cp <filename> /etc/default/kernel-power
 +
4) and to immediately apply it
 +
/usr/sbin/kernel-load
-
If you upgraded from the old stable version the old settings should still work and be loaded during boot.
+
'''For beginners:''' first reboot. then try 1) and check whether the device is stable. then do 2).
-
'''NOTE''': The kernel settings are not loaded after a crash. In that case the file <code>/etc/kernel-power/.notloaded</code> is created
+
'''Creating your own configuration'''
-
and a notification will be shown after booting. The settings will be loaded at the next boot again unless it crashes again.
+
5) copy the template to your mydocs (when not in mass storage mode)
 +
cp /usr/share/kernel-power-settings/ideal /home/user/MyDocs/kernel.txt
 +
6) edit the file ''/home/user/MyDocs/kernel.txt''. The defaults are
 +
#UP_THRESHOLD=75
 +
#SAMPLING_RATE=150000
 +
VDD1_OPPS_VSEL="30 30 38 48 54 48 60 60 60 60 60 60 60 72 72"
 +
DSP_OPPS_RATE="90 90 180 360 400 430 430 430 430 500 500 500 500 520 520"
 +
MIN_FREQ=250000
 +
MAX_FREQ=599000
 +
SMARTREFLEX_VDD1=0
 +
SMARTREFLEX_VDD2=0
 +
For changing the frequency range change MIN_FREQ/MAX_FREQ (see "Temporary change of the frequency limits" below ).
 +
Either edit the file with an editor on your device (e.g., leafpad)
 +
or USB mount it to edit it on the PC. unmount and unplug USB.
 +
After editing load the configuration with
 +
/usr/sbin/kernel-load /home/user/MyDocs/kernel.txt
 +
and repeat 6) until you're happy.
-
=== Battery ===
+
7) to permanently install this new configuration
-
'''bq27200.ko module conflicts with bme battery charging! A "fix" temporarily added to I2C driver broke system completely and thus got reverted'''
+
rm -f /etc/default/kernel-power
-
In kernels version >=maemo20 you can read out the current battery info:
+
cp /home/user/MyDocs/kernel.txt  /etc/default/kernel-power
 +
/usr/sbin/kernel-load
-
<pre>
+
8) to reset the device to the defaults use
-
modprobe bq27x00_battery
+
rm -f /etc/default/kernel-power
-
cat /sys/class/power_supply/bq27200-0/capacity
+
/usr/sbin/kernel-load /usr/share/kernel-power-settings/default
-
cat /sys/class/power_supply/bq27200-0/voltage_now
+
-
cat /sys/class/power_supply/bq27200-0/current_now
+
-
cat /sys/class/power_supply/bq27200-0/temp
+
-
cat /sys/class/power_supply/bq27200-0/charge_full
+
-
cat /sys/class/power_supply/bq27200-0/charge_full_design
+
-
cat /sys/class/power_supply/bq27200-0/charge_now
+
-
cat /sys/class/power_supply/bq27200-0/time_to_empty_avg
+
-
cat /sys/class/power_supply/bq27200-0/time_to_empty_now
+
-
cat /sys/class/power_supply/bq27200-0/time_to_full_now
+
-
</pre>
+
-
*'capacity' value in percentage of battery level.
+
'''Note''': the package automatically detects whether a certain misconfiguration has caused '''reboot loop.'''
-
*'voltage_now' value in mV of battery voltage level.
+
It your device reboots twice within 5 minutes, it will load the default settings (250-600Mhz) so that you can fix or remove the invalid configuration file.
-
*'current_now' value in microA of battery current consumption.
+
This also means that, when for some reason you manually reboot too quickly (<5min) your configuration will not be loaded.
-
*'temp' value in degrees C of battery temperature. (>= v47: in tenths of degree Celsius)
+
To load it nonetheless run after booting
 +
/usr/sbin/kernel-load
-
In kernel version >= v47 is additional info:
+
=== Temporary change of the frequency limits ===
-
*'charge_full' value in µAh - last remembered value of charge when battery became full
+
sudo gainroot
-
*'charge_full_design' value in µAh - design charge value, when battery considered full
+
echo 250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
-
*'charge_now' value in µAh - actual charge value
+
echo 599000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
-
*'time_to_empty_avg' averaged value - seconds left for battery to be considered empty (i.e. while battery powers a load)
+
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
-
*'time_to_empty_now' seconds left for battery to be considered empty (i.e. while battery powers a load)
+
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
-
*'time_to_full_now' seconds left for battery to be considered full (i.e. while battery is charging)
+
The last line shows which values were actually set.
 +
To set 125MHz use 124999, for 600MHz 599999, for everthing else x000 with x=MHz.
 +
This setting takes effect immediately and is cleared with the next reboot.
-
To remove this kernel module use:
+
=== Permanent configuration of the frequency limits ===
 +
WARNING: Permanent overclocking is very dangerous!
-
rmmod bq27x00_battery
+
Install kernel-power-settings and follow the above instructions.
-
or reboot.
+
== Configuring the kernel settings (of the experimental version from extras-devel) ==
-
With kernel-power-settings >=0.6 the module can be loaded on boot. Just execute this once:
+
These instructions refer to kernel-power-flasher >=v25 and kernel-power-settings >=0.5.
-
<pre>root
+
-
echo bq27x00_battery >> /etc/modules</pre>
+
-
With kernel version >= v47 the bq module is automatically loaded on boot. To disable, blacklist bq27x00_battery module:
+
The instructions are not yet available but read [http://talk.maemo.org/showpost.php?p=638620&postcount=3392 this for the features]
-
<pre>root
+
and [http://talk.maemo.org/showpost.php?p=641064&postcount=3412 this mini-tutorial] in the meantime.
-
echo bq27x00_battery >> /etc/modprobe.d/blacklist</pre>
+
-
===Mobile Hotspot===
 
-
all necessary modules are included. read [http://mobilehotspot.garage.maemo.org/ this] for more details.
 
-
===JoikuSpot===  
+
= Features =
-
seems to work.  read [http://talk.maemo.org/showpost.php?p=653966&postcount=3592 this post].
+
== Battery ==
 +
In kernels version >=maemo20 you can read out the current battery info:
 +
modprobe bq27x00_battery
 +
cat /sys/class/power_supply/bq27200-0/capacity
 +
cat /sys/class/power_supply/bq27200-0/voltage_now
 +
cat /sys/class/power_supply/bq27200-0/current_now
 +
cat /sys/class/power_supply/bq27200-0/temp
-
Update: it doesn't work for me (recent version of Joikuspot and Maemo), ICMP and DNS resolving work OK, but TCP connections are completely freezed...If it works for you, let us know.
+
*'capacity' value in percentage of battery level.
 +
*'voltage_now' value in mV of battery voltage level.
 +
*'current_now' value in mA of battery current consumption. (???)
 +
*'temp' value in degrees C of battery temperature.
-
===CIFS Support===
+
To remove this kernel module use:
-
You can now mount a network drive using Microsoft's CIFS protocol. To do so you need to do the following:
+
-
# Share a folder on your Windows PC, with the latest versions of Windows you will have to create a user account with a password to share a specific folder that is not the Public Library.
+
rmmod bq27x00_battery
-
# Create a folder for the mount, pressumably on your /home/users/MyDocs folder, so that you could access your network drive through the file manager.
+
or reboot.
-
# Mount the folder on your device by typing the following into xterm under root:
+
With kernel-power-settings >=0.6 the module can be loaded on boot.
-
<pre>mount -t cifs //netbiosname/sharename /media/sharename -o user=winusername,pass=winpassword,ip=destip,direct</pre>
+
Just execute this once:
 +
sudo gainroot
 +
echo bq27x00_battery >> /etc/modules
-
===kexec===  
+
== JoikuSpot ==  
 +
seems to work.  read [http://talk.maemo.org/showpost.php?p=653966&postcount=3592 this post].
-
All necessary kexec patches are included. read [http://wiki.meego.com/ARM/N900/Install/kexec] and [http://lists.meego.com/pipermail/meego-dev/2010-May/002277.html this post]
+
== CIFS Support ==
-
for MeeGo support.
+
You can now mount a network drive using Microsoft's CIFS protocol. To do so you need to do the following:
-
 
+
-
===Boot Options===
+
-
 
+
-
There is a separate file /etc/default/kernel-boot for extra boot options.
+
-
It requires kernel-power-settings >= 0.11 and is disabled by default.
+
-
These two options are experimental and may brick your device!
+
-
Just install the template with the following commands and edit it (by default the options are disabled)
+
-
root
+
-
cp /usr/share/kernel-power-settings/boot /etc/default/kernel-boot
+
-
 
+
-
The default template looks like this
+
-
<pre># start USB networking and sshd early during boot
+
-
EARLY_SSH=0
+
-
# fsck of /home partition before mounting?
+
-
# 1=if necessary, force=always check
+
-
FSCK_HOME=0</pre>
+
-
 
+
-
====Filesystem Checking and Repair, and pre-mount Scripts====
+
-
 
+
-
See above for enabling this feature.
+
-
The following operations are performed before mounting /home:
+
-
 
+
-
# If you have a script (e.g. for repartitiong) called /etc/kernel-power/pre-mount.once it will be executed once and then moved away.
+
-
# if FSCK_HOME is enabled the /home partition (first ext3 on eMMC) will be fscked on boot.
+
-
Alternatively,
+
-
<pre>root
+
-
echo 1 > /etc/kernel-power/force_fsck</pre>
+
-
should check it only during next boot.
+
-
<pre>root
+
-
echo 0 > /etc/kernel-power/force_fsck</pre>
+
-
disables it only for the next boot.
+
-
If you reset or reboot the device during fsck, it will not fsck (only) during the next boot. All messages are logged to <code>/etc/kernel-power/pre-mount.log</code>
+
-
 
+
-
===IPv6===
+
-
 
+
-
IPv6 support is enabled and many users are successfully using it.
+
-
Note however, not all applications are IPv6 compatible.
+
-
 
+
-
So far, it has been successfully used with Chromium and Firefox out of the box. To run with the MicroB browser, you need to change one of the settings.
+
-
 
+
-
The setting is 'network.dns.disableIPv6' in about:config. When set to false, IPv6 just works when the phone has IPv6 connectivity.
+
-
 
+
-
IPv6 has also been used successfully with ssh and sshd.
+
-
Please share additional experiences here.
+
1) Share a folder on your Windows PC, with the latest versions of Windows you will have to create a user account with a password to share a specific folder that is not the Public Library.
-
===PPTP===
+
2) Create a folder for the mount, pressumably on your /home/users/MyDocs folder, so that you could access your network drive through the file manager.
-
[http://talk.maemo.org/showthread.php?t=36172 tutorial]
+
-
===Kismet===
+
3) Mount the folder on your device by typing the following into xterm under root:
-
[http://david.gnedt.eu/blog/2010/05/11/kismet-fully-functional-monitor-mode-for-the-n900/ tutorial] and
+
mount -t cifs //netbiosname/sharename /media/sharename -o user=winusername,pass=winpassword,ip=destip,direct
-
[http://talk.maemo.org/showthread.php?t=52393 TMO thread]
+
-
===Other Filesystems===
+
Working example:
-
The kernel includes support for many alternative filesystems, including ext4 bugfixes and large file support.
+
mount -t cifs //KOPC/Users/Public /home/users/MyDocs/Share -o user=lilo,pass=1234,ip=192.168.2.2,direct
-
You might want to repartition your eMMC or SD card with [[Repartitioning_the_flash]].
+
-
==Notes==
+
= Remarks =
-
# even if 125 Mhz is disabled, the telephone app will always try to set the minimum freq. to 125 Mhz after a phone call, but it is ignored unless you enable 125 Mhz.
+
# even if 125Mhz is disabled, the telephone app will always try to set the minimum freq. to 125Mhz after a phone call, but it is ignored unless you enable 125Mhz.
-
# if you enable 125 MHz also set  "<code>echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load</code>" [http://talk.maemo.org/showpost.php?p=602687&postcount=185 hint]
+
# if you enable 125MHz also set  "echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load" [http://talk.maemo.org/showpost.php?p=602687&postcount=185 hint]
-
# [http://talk.maemo.org/showpost.php?p=597703&postcount=141 the 125 MHz issue]
+
# [http://talk.maemo.org/showpost.php?p=597703&postcount=141 the 125MHz issue]
# Installing another version of the enhanced kernel will just overwrite the older version. The stock kernel modules are preserved so that you can simply reflash the stock kernel via USB.
# Installing another version of the enhanced kernel will just overwrite the older version. The stock kernel modules are preserved so that you can simply reflash the stock kernel via USB.
-
# The kernel supports 125 MHz but this frequency is [http://talk.maemo.org/showpost.php?p=617488&postcount=3095 disabled by default] in avoid_frequencies. In version <25, it is enabled by specifying "124999", in later versions it is disabled in ''<code>/sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies</code>'' and can be enabled with: <pre>echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies</pre>similarily, individual frequencies can be disabled in >=v25:<pre>echo 125000 250000 750000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies</pre>
+
# If you for some reason get errors like this during removal or installation  "rm: cannot remove '/lib/modules/2.6.28.10maemo-lv-omap1/modules.*': No such file or directory".try this [http://talk.maemo.org/showpost.php?p=603938&postcount=196 workaround]. There was a bug in one of the early LV kernels but it should be fixed in more recent versions.
 +
# This kernel will not conflict with the future PR1.2 upgrade. The upgrade will, however, overwrite this kernel and you'll have to install it again.
 +
# The screen calibration in settings crashes immediately. It is a known bug in the calibration app, not in the kernel. It's mentioned in the kernel package description and is due to additional evdev (joystick,mouse) support. Just calibrate once with the stock kernel before you install the fully featured kernel.
 +
# The kernel supports 125MHz but this frequency is [http://talk.maemo.org/showpost.php?p=617488&postcount=3095 disabled by default] in avoid_frequencies. In version <25, it is enabled by specifying "124999", in later versions it is disabled in ''/sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies'' and can be enabled with
 +
echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
 +
similarily, individual frequencies can be disabled in >=v25
 +
echo 125000 250000 750000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
[[Category:Power users]]
[[Category:Power users]]
[[Category:N900]]
[[Category:N900]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)