https://bugzilla.kernel.org/show_bug.cgi?id=215882
--- Comment #20 from Lance G. (gero3...@gmail.com) --- (In reply to Hans de Goede from comment #19) > Could it be that the blinking has 2 functions: > > 1) low battery indication (when no charger plugged in) > 2) not charging due to tablet to hot indication (when charger plugged in) > > IOW, maybe it only blinks without the charger when the battery is below a > certain threshold ? > I should note that the blinking occurs even when the tablet is near 100% battery but not actually plugged into anything. > Other then that I'm starting to think that maybe my initial hunch here was > correct and that we need to set register 0x84 to 0xf3 (from 0xe3) to set the > bias current to 80 ųA on your tablet. Can you try doing: > > i2cset -y -f 6 0x34 0x84 0xf3 > > and see if that makes things work better? Ok this helps it seems. Test case was unplugging after a full charge. A few minutes after logging into Gnome I started seeing the blinking red light, tablet reported 97% battery left. I also found the tablet would not bother charging when plugged in at this point. I had these from the two i2c registers. sudo i2cget -y -f 6 0x34 0x82 0xf1 sudo i2cget -y -f 6 0x34 0x84 0xe3 Immediately after setting the workaround 'sudo i2cset -y -f 6 0x34 0x84 0xf3' the tablet stopped blinking and when plugged in after this it also appeared to charge. Gnome's battery icon changing to a charging one. I think this workaround fixes my issue. For my particular tablet seems things work best when '0x82' is '0xf1' and '0x84' is '0xf3'. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla