Re: [e-users] Battery Module Not Working on Tablet

2011-06-23 Thread Jeff Hoogland
Working :) Your the man. On Wed, Jun 22, 2011 at 10:43 PM, Carsten Haitzler wrote: > On Wed, 22 Jun 2011 09:03:16 -0500 Jeff Hoogland > said: > > try update. tested with your bat dir content. works for me. only issue it > SHOULd have had are > > 1. if you didnt set it to use internal battery re

Re: [e-users] Battery Module Not Working on Tablet

2011-06-22 Thread The Rasterman
On Wed, 22 Jun 2011 09:03:16 -0500 Jeff Hoogland said: try update. tested with your bat dir content. works for me. only issue it SHOULd have had are 1. if you didnt set it to use internal battery reading sutff and 2. it'd have used voltage to guess rather than capacity. i made it prefer capacity

Re: [e-users] Battery Module Not Working on Tablet

2011-06-22 Thread Jeff Hoogland
Files + contents from battery directory: capacity - 93 (currently unplugged - I'm guessing this is how much battery it has) charge_now - 0 health - Unknown present - 1 status - Discharging technology - Li-poly temp - 230 type - Battery* uevent - POWER_SUPPLY_NAME=battery POWER_SUPPLY_TYPE=Battery

Re: [e-users] Battery Module Not Working on Tablet

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 22:46:09 -0500 Jeff Hoogland said: > I saw you uploaded an SVN commit with a comment for me to try it this > evening - built it up and still no dice :-/ > > Anywho - /sys/class/power_supply/*/type > > There are three things there - ac, battery, and usb. > > ac says "Mains"

Re: [e-users] Battery Module Not Working on Tablet

2011-06-21 Thread Jeff Hoogland
I saw you uploaded an SVN commit with a comment for me to try it this evening - built it up and still no dice :-/ Anywho - /sys/class/power_supply/*/type There are three things there - ac, battery, and usb. ac says "Mains" battery says "Battery" and usb says "USB" Anything else I can provide to

Re: [e-users] Battery Module Not Working on Tablet

2011-06-21 Thread Jeff Hoogland
I'll post the output of the /sys/class/power_supply/*/type This evening when I get home - is there anything else you need? Also I forgot to mention - the gadget is broken 100 percent. On udev when plugged in the battery shows green, when I unplug the coord it drops to the "low" battery sign.

Re: [e-users] Battery Module Not Working on Tablet

2011-06-21 Thread The Rasterman
On Mon, 20 Jun 2011 12:07:16 -0500 Jeff Hoogland said: you'll need more debuging. first.. e's own batget scans the whole /sys/class/power_supply/ dir and looks for ALL things that have the "type" file say "Battery" so what does type say?: /sys/class/power_supply/*/type ? then it checks for lot

Re: [e-users] Battery Module Not Working on Tablet

2011-06-20 Thread Nicolas Aguirre
2011/6/20 Jeff Hoogland : > So the E battery module is not working with my tablet computer. This little > hack does show power correctly though: > > http://dev.openaos.org/wiki/Debian%20gen8#a10Batterymonitor > > I've tried automatic, internal, and udev - they all fail. Did some debugging > with de

[e-users] Battery Module Not Working on Tablet

2011-06-20 Thread Jeff Hoogland
So the E battery module is not working with my tablet computer. This little hack does show power correctly though: http://dev.openaos.org/wiki/Debian%20gen8#a10Batterymonitor I've tried automatic, internal, and udev - they all fail. Did some debugging with devilhorns and here are the contents of