Re: HP Compaq 8710W Battery status problems

2014-07-11 Thread Ian Smith
On Sat, 12 Jul 2014 01:53:22 +0200, Old Fart wrote: >Sent: Friday, July 11, 2014 at 4:30 PM >From: "Old Fart" >To: freebsd-acpi@freebsd.org >Subject: Re: HP Compaq 8710W Battery status problems >Sent: Thursday, July 10, 2014 at 2:31 PM >From: "Anthony Jenkins" >

Re: HP Compaq 8710W Battery status problems

2014-07-11 Thread Old Fart
Sent: Friday, July 11, 2014 at 4:30 PM From: "Old Fart" To: freebsd-acpi@freebsd.org Subject: Re: HP Compaq 8710W Battery status problems Sent: Thursday, July 10, 2014 at 2:31 PM From: "Anthony Jenkins" To: "Ron Freidel" , freebsd-acpi@freebsd.org Subject: Re: HP Compaq

Re: HP Compaq 8710W Battery status problems

2014-07-11 Thread Old Fart
Sent: Thursday, July 10, 2014 at 2:31 PM From: "Anthony Jenkins" To: "Ron Freidel" , freebsd-acpi@freebsd.org Subject: Re: HP Compaq 8710W Battery status problems > Plugged in and fully charged > acpiconf -i batt Isn't this supposed to be 'acpiconf -i 0' and 'acpiconf

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Daniele Mazzotti
Hi Anthony, here it is: $FreeBSD: release/10.0.0/Makefile 255784 2013-09-22 07:30:17Z andrew $ I will try to check how it is possible to update the code base. Cheers, Daniele. 2014-07-11 20:03 GMT+02:00 Daniele Mazzotti : > Hi Anthony, > > Thanks for the good hint. I will be searching for the

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Daniele Mazzotti
Hi Anthony, Thanks for the good hint. I will be searching for the revision info as soon as I will be back home (3 hours from now more or less). Cheers, Daniele. Il 11/lug/2014 19:59 "Anthony Jenkins" ha scritto: > E... good question :-) I got mine from Subversion, so in '/usr/src' I > can

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Anthony Jenkins
E... good question :-) I got mine from Subversion, so in '/usr/src' I can run 'svn info' and see the revision. Your revision might be at the top of /usr/src/Makefile - it is in mine: # # $FreeBSD: head/Makefile 268191 2014-07-02 22:34:06Z marcel $ # I'm only wondering because it might be a

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Daniele Mazzotti
Actually I think I downloaded the source code back in May when I updated from RC3 to the current version. How can I check the code revision on my machine? Cheers, Daniele. Il 11/lug/2014 19:37 "Anthony Jenkins" ha scritto: > I just tried a build of GENERIC + 'options ACPI_DEBUG' and it seems to

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Anthony Jenkins
I just tried a build of GENERIC + 'options ACPI_DEBUG' and it seems to get past the error you're seeing. What revision of the source code are you using... or where'd you get it from? Anthony On 07/11/2014 13:12, Daniele Mazzotti wrote: > Hi guys, > > everything as planned! I am getting a compi

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Daniele Mazzotti
Yep. Basically the prerequisites for compiling are ok and the procedure I followed should be correct as well. I am still getting the error when try to compile the module/crypto and I do not know why. I think I am going to write an email to the "general questions" mailing list as suggested in the ha

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Anthony Jenkins
Takawata might be able to help you better than me; I'm trying to learn this ACPI stuff myself (trying to add support for ACPI CMOS regions and fix my own laptop's flakiness). If you're just running a generic kernel, I'm pretty sure all you have to do is: 1. Ensure you have the system sources i

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Daniele Mazzotti
Hi guys, everything as planned! I am getting a compiling error :-). This is the way i managed to update the GENERIC kernel # Bus support. deviceacpi optionsACPI_DEBUG# Debug support for ACPI devicepci and this is the result of # *make buildkernel KERNCONF=MYKERNEL*

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Daniele Mazzotti
Hi guys, thanks again for the support. @Takanori: here you go http://pastebin.com/F0a2mZP4 @Anthony: I will try to include the options in a custom kernel and compile it. As this is the first time after years I am compiling a custom kernel it will take a few time I guess. Just let me know if the

Re: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E

2014-07-11 Thread Anthony Jenkins
Hi Daniele, I was just going from acpi(4) man page; you'll likely have to build a new kernel with 'options ACPI_DEBUG' added to your kernel config file, as I don't know if it's even possible to turn on the logging I want at runtime. [ajenkins@ajenkins-hplaptop /usr/home/ajenkins]$ grep -i acpi