View previous topic :: View next topic |
Author |
Message |
brims Guru
Joined: 19 Apr 2004 Posts: 492 Location: Arizona
|
Posted: Sun Jul 17, 2005 9:17 pm Post subject: Battery Information Utility |
|
|
I own a Fujitsu N3010 laptop, I am looking for a utility that allows me to read the manufacturing date and other information off of my battery. Does anyone have any information that could help me out? Thank you. |
|
Back to top |
|
|
gonzzor Tux's lil' helper
Joined: 03 Nov 2004 Posts: 133
|
Posted: Sun Jul 17, 2005 9:23 pm Post subject: |
|
|
Take a look at the battery, there might be a text there..
You can get some info from the files in
/proc/acpi/battery/BAT0/
Code: | cat /proc/acpi/battery/BAT0/info
present: yes
design capacity: 72000 mWh
last full capacity: 73500 mWh
battery technology: rechargeable
design voltage: 11100 mV
design capacity warning: 7200 mWh
design capacity low: 2181 mWh
capacity granularity 1: 720 mWh
capacity granularity 2: 720 mWh
model number: DELL 0002P6
serial number: 236
battery type: LION
OEM info: Sanyo
|
You need to have ACPI and Battery avaible from the kernel to get this information... _________________ After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine... |
|
Back to top |
|
|
brims Guru
Joined: 19 Apr 2004 Posts: 492 Location: Arizona
|
Posted: Sun Jul 17, 2005 9:28 pm Post subject: |
|
|
I have that information, now, but unfortunately it doesn't have the date it was made. This information does not exist on the outside of the battery either. The reason I want to know when it was made is that LIon batteries have a life of 3 years from manufacturing. I'm going to see if there are any tables of serial numbers and dates online. Thank you for the information. |
|
Back to top |
|
|
brims Guru
Joined: 19 Apr 2004 Posts: 492 Location: Arizona
|
Posted: Fri Jul 22, 2005 6:47 pm Post subject: |
|
|
There is an SMBus system in laptop batteries that holds the information I need, I have yet to figure out how to retrieve this data. http://www.batteryuniversity.com/parttwo-47.htm I read something about I2C being able to do this, but everything I read relating to I2C seems to show it isn't what I want, I could be wrong thoug. There are about 5 supported chipsets in the kernel. If this is what I want, can someone point me in the right direction to retrieving this data. Thank you for your time. |
|
Back to top |
|
|
brims Guru
Joined: 19 Apr 2004 Posts: 492 Location: Arizona
|
Posted: Fri Jul 22, 2005 8:45 pm Post subject: |
|
|
What happened to all the knowledgable people on this forum that used to help people? There are many posts that go unanswered, from me and others I know and others I don't know. We aren't all as highly skilled as some people that use GNU/Linux, like me I know many are trying to gets the skills they need. |
|
Back to top |
|
|
brims Guru
Joined: 19 Apr 2004 Posts: 492 Location: Arizona
|
Posted: Sat Jul 23, 2005 5:21 am Post subject: |
|
|
I'm trying to install lm_sensors but I need to enable CONFIG_I2C_SENSOR which I cannot find. Where is this located? I try to change it in the .config file but when I load the file or just do make oldconfig I look at the file and it says "# CONFIG_I2C_SENSOR is not set". Thanks. |
|
Back to top |
|
|
brims Guru
Joined: 19 Apr 2004 Posts: 492 Location: Arizona
|
Posted: Sat Jul 23, 2005 6:01 pm Post subject: |
|
|
Well as far as I'm concerned, the task I'm trying to do is impossible. |
|
Back to top |
|
|
|