-
If I set the following two thresholds:
echo 40 > /sys/devices/platform/smapi/BAT0/start_charge_thresh
echo 80 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
I get an unexpected behaviour. If the battery is below 40% when I turn on my laptop, it does not get charged at all. The expected behaviour is: the battery gets charged until 80%. I'm using a ThinkPad X200s with tp_smapi 0.40...
2009-11-01 09:03:55 UTC by iosonofabio
-
dmesg:
[ 638.462030] tp_smapi unloaded.
[ 644.289440] tp_smapi 0.40 loading...
[ 644.289724] tp_smapi successfully loaded (smapi_port=0xb2).
t42:~/tp_smapi-0.40# echo 1 > /sys/devices/platform/smapi/BAT0/force_discharge
bash: echo: write error: Operation not supported
dmesg:
[ 666.252046] smapi smapi: smapi_request: SMAPI error: Function is not supported by SMAPI BIOS (func=2118)
2009-08-27 19:40:06 UTC by mcms09
-
hi folks, at first, thanks for the software.
unfortunately it seems my thinkpad t42p does not support some of these important options to use hotswappable ultrabay batteries and system battery together.
i installed debian lenny 5.0.2 on my tp, installed tp_amapi as shipped with the debian repository, but my tp seems not to support these options.
i downloaded latest sourcepackage tp_amapi 0.40...
2009-08-27 19:34:09 UTC by mcms09
-
Thanks for the translations.
I have made the changes to configure.in and added the de.po file to svn. Please check out the head. You can see the German interface. Once you finish the de.po file, I'll make a new release with your translation.
2009-05-27 22:28:11 UTC by wang232
-
wang232 committed revision 22 to the tpctl SVN repository, changing 2 files.
2009-05-27 22:23:52 UTC by wang232
-
wang232 added the configure-trackpoint-0.7-0.zin.fc9.i386.rpm file.
2009-04-15 18:44:52 UTC by wang232
-
wang232 added the configure-trackpoint-0.7-0.zin.fc9.src.rpm file.
2009-04-15 18:44:52 UTC by wang232
-
While translating configure-trackpoint into German, I've tried to test the GUI. It seems that the current po/Makefile doesn't consider any *.po files. I've added the file LINGUAS with the line "de", but it doesn't work yet.
I was running the following commands after svn checkout:
./autogen.sh --prefix=/usr/local
make
make install
Some of the GUI is already in German, provided by...
2009-03-20 18:09:12 UTC by mbl103
-
jdthood changed the public information on the tpctl project.
2009-03-10 09:12:19 UTC by jdthood
-
Currently the Makefile contains a check to prevent compilation on kernels < 2.6.19. However this check does not work on openSUSE 11.1. I have attached a patch to repair it. It may be useful to you as well.
2009-03-09 11:58:43 UTC by radomir_cernoch