Incorrect battery status

2014-08-07 Thread Bykov Vladislav
Hello,  

I am having a problem sensing battery charge. Yesterday my laptop had turned off
halfway through capacity. When I turned it on again, I found only 30% remaining.
Beside that, sometimes when charging capacity jumps as much as +-20%.
 
I am not sure whether it is ACPI or my battery. Laptop model: HP Envy 4.

Sincerely,  
   
Vladislav.
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-25 Thread Bykov Vladislav <>
On Fri, Jul 25, 2014 at 10:43:11PM +0200, Daniele Mazzotti wrote:
> The error I get anytime I try to switch between terminals is the following
> one " drmDropMaster failed: Unknown error: -22"
This is okay, if you can't switch back to tty after starting Xorg in KMS
mode using old syscons driver. There is already work going on with new
driver, vt. I didn't test it though.

At least, suspend is works now?
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-22 Thread Bykov Vladislav <>
On Tue, Jul 22, 2014 at 07:58:17PM +0200, Daniele Mazzotti wrote:
> @Vladislav: I have just one question regarding your's. If I remove VESA
> from my kernel how can I run X in vesa mode? Is it still possible or the
> kernel module is not related with the Xorg funcionality at all, therefore
> is it safe to remove it?
Well, in that case you need that device. But isn't that easy to install a
video driver for your card?
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-21 Thread Bykov Vladislav <>
On Mon, Jul 21, 2014 at 09:47:52PM +0200, Daniele Mazzotti wrote:
> Actually when I put the pc to suspend and then try to wake it up, the
> screen stays black. I never had many, but I am running out of ideas!
Hello,

I had exactly same problem with suspend here. Just remove "VESA" device
from your kernel configuration.

Sincerely,
Vladislav.
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Re: Impossible shutdown

2014-06-26 Thread Bykov Vladislav
On Thu, Jun 26, 2014 at 07:44:35AM -0400, Anthony Jenkins wrote:
> Here's a case where my patch to implement the SystemCMOS region handler
> should help; it allows my HP Envy to power down and allows it to
> suspend/resume except the LCD backlight doesn't come back when resuming.
> Biggest problem with the patch IMHO is I'm stealing ("borrowing") from the
> real time clock (RTC) I/O region, but I don't think we have an "actual"
> FreeBSD driver for that.

Thanks, everyting works fine now. Even suspend, except my video driver
(xf86-video-intel) that goes mad, and after resume everything is laggy.

info: [drm] Changing LVDS panel from (+hsync, -vsync) to (-hsync, 
-vsync)
info: [drm] Changing LVDS panel from (-hsync, -vsync) to (+hsync, 
-vsync)
error: [drm:pid1170:intel_lvds_enable] *ERROR* timed out waiting for 
panel to power off

By the way, I've tried all suspend types, but only this correctly resume
the system:

/etc/rc.suspend apm 1
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


Impossible shutdown

2014-06-25 Thread Bykov Vladislav
Hello.

I have a problem with ACPI on HP Envy 4 that causes in impossible shutdown. It
reaches an error while prepairing to shutdown, and reboots the machine.

I already did sent a bug report about 2-3 months ago, but things doesn't seems
to move on.

Here's an error when booting the machine:

ACPI Error: No handler for Region [RCM0] (0xfe0002b0f800) 
[SystemCMOS] (20110527/evregion-421)
ACPI Error: Region SystemCMOS (ID=5) has no handler 
(20110527/exfldio-310)
ACPI Error: Method parse/execution failed [\134_SB_.WMID.ESDT] (Node 
0xfe0002aee440), AE_NOT_EXIST (20110527/psparse-560)
ACPI Error: Method parse/execution failed 
[\134_SB_.PCI0.LPCB.EC0_._Q42] (Node 0xfe0002b16d40), AE_NOT_EXIST 
(20110527/psparse-560)
acpi_ec0: evaluation of query method _Q42 failed: AE_NOT_EXIST

And here's the one when I'm trying to shut it down:

usbus2: Controller shutdown complete
ACPI Error: No handler for Region [RCM0] (0xfe0002b15900) 
[SystemCMOS] (20110527/evregion-421)
ACPI Error: Region SystemCMOS (ID=5) has no handler 
(20110527/exfldio-310)
ACPI Error: Method parse/execution failed [\_SB_.WMID.ESDT] (Node 
0xfe0002af5800), AE_NOT_EXIST (20110527/psparse-560)
ACPI Error: Method parse/execution failed [\_PTS] (Node 
0xfe0002af86c0), AE_NOT_EXIST (20110527/psparse-560)
acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_EXIST
Rebooting...

I've tried FreeBSD 9, FreeBSD 10, and -CURRENT. All have the same problem.

Sincerely,
Vladislav.
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"