Re: [Devel] iasl -d and duplicate symbols (ACPI Error: AE_ALREADY_EXISTS)

2019-05-07 Thread Anthony Jenkins via freebsd-acpi
On 5/6/19 2:03 PM, Schmauss, Erik wrote: -Original Message- From: Devel [mailto:devel-boun...@acpica.org] On Behalf Of Anthony Jenkins Sent: Monday, May 6, 2019 6:45 AM To: freebsd-acpi@FreeBSD.org; de...@acpica.org Subject: [Devel] iasl -d and duplicate symbols (ACPI Error: AE_ALREA

iasl -d and duplicate symbols (ACPI Error: AE_ALREADY_EXISTS)

2019-05-06 Thread Anthony Jenkins via freebsd-acpi
Hi all, I am trying to patch the ACPI tables on my Dell XPS 15 9570 running FreeBSD 13.0-CURRENT @ git commit 68c8581f772. 'acpidump -d -t' gives error AE_ALREADY_EXISTS when trying to add symbol \_SB.PCI0.XHC.RHUB.HS01._UPC.?? Google says this is because my BIOS' set of ACPI tables contains

Re: power off issues

2018-07-19 Thread Anthony Jenkins via freebsd-acpi
board has a similar issue. Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207419 On 07/18/18 03:33, Andrew Vylegzhanin wrote: > Here is in attachment. > > -- > Andrew > > 2018-07-18 8:48 GMT+03:00 Kevin Oberman <mailto:rkober...@gmail.com>>: &g

Re: power off issues

2018-07-17 Thread Anthony Jenkins via freebsd-acpi
On 07/17/18 09:54, Andrew Vylegzhanin wrote: > Hi! > > I have a following problem with Dell PowerEdge R740 servers: > shutdown -p and shutdown -r does not perform power off or reseting system > actually. > > I need to do it manually or via iDRAC after. > > Counted on two systems. Can you post the

can't evaluate \134_SB_.PCI0.VGA_.LCD_._BQC - AE_NOT_FOUND

2017-11-01 Thread Anthony Jenkins via freebsd-acpi
My HP laptop has (had) this issue, where the _BQC method (Brightness Query Current level) is missing and our ACPI code throws up its hands and doesn't bother trying to adjust the brightness.  I patched my DSDT to add a _BQC method to fix mine, but later I asked the acpica mailing list if a missing

Re: Problems with CPU throttling on HP 15-n066us laptop

2016-08-20 Thread Anthony Jenkins via freebsd-acpi
On 08/20/16 10:44, Ian Smith wrote: > On Sat, 20 Aug 2016 09:50:22 -0400, am_d...@fastmail.fm wrote: > > On Thu, Aug 18, 2016, at 09:14 AM, Anthony Jenkins wrote: > > > Try this patch, that's what I'm running. > > > I applied this patch to the latest 11 source and built my kernel and now > >

Re: Problems with CPU throttling on HP 15-n066us laptop

2016-08-19 Thread Anthony Jenkins via freebsd-acpi
On 08/19/2016 09:16 AM, Anthony Jenkins via freebsd-acpi wrote: > > On 08/19/2016 09:14 AM, Anthony Jenkins wrote: >> >> On 08/19/2016 08:20 AM, am_d...@fastmail.fm wrote: >>> On Thu, Aug 18, 2016, at 09:14 AM, Anthony Jenkins wrote: >>>> Try this patch, tha

Re: Problems with CPU throttling on HP 15-n066us laptop

2016-08-19 Thread Anthony Jenkins via freebsd-acpi
On 08/19/2016 09:14 AM, Anthony Jenkins wrote: > > > On 08/19/2016 08:20 AM, am_d...@fastmail.fm wrote: >> On Thu, Aug 18, 2016, at 09:14 AM, Anthony Jenkins wrote: >>> Try this patch, that's what I'm running. >> Could you put this patch in an online pasting service? My mail client >> destroyed t

Re: Problems with CPU throttling on HP 15-n066us laptop

2016-08-19 Thread Anthony Jenkins via freebsd-acpi
___ freebsd-acpi@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"

Re: Problems with CPU throttling on HP 15-n066us laptop

2016-08-18 Thread Anthony Jenkins via freebsd-acpi
Try this patch, that's what I'm running. diff --git a/sys/x86/cpufreq/hwpstate.c b/sys/x86/cpufreq/hwpstate.c index d4c70b7..326d967 100644 --- a/sys/x86/cpufreq/hwpstate.c +++ b/sys/x86/cpufreq/hwpstate.c @@ -408,25 +408,27 @@ hwpstate_get_info_from_msr(device_t dev) hwpstate_set = sc->hw

Re: ACPI CMOS and HP laptops

2016-02-22 Thread Anthony Jenkins via freebsd-acpi
On 02/20/2016 08:51 AM, Anthony Jenkins via freebsd-acpi wrote: > On 02/20/2016 07:38 AM, Ian Smith wrote: >> On Fri, 19 Feb 2016 19:03:17 -0500, Anthony Jenkins via freebsd-acpi >> wrote: >> >> Hi Anthony, It's been nearly 11 months, I see. Never realized it

Re: ACPI CMOS and HP laptops

2016-02-20 Thread Anthony Jenkins via freebsd-acpi
On 02/20/2016 07:38 AM, Ian Smith wrote: On Fri, 19 Feb 2016 19:03:17 -0500, Anthony Jenkins via freebsd-acpi wrote: Hi Anthony, It's been nearly 11 months, I see. > Just got another HP laptop and it also needs support for the ACPI CMOS device > to suspend/resume, powe

ACPI CMOS and HP laptops

2016-02-19 Thread Anthony Jenkins via freebsd-acpi
Just got another HP laptop and it also needs support for the ACPI CMOS device to suspend/resume, power down, etc. Simple enough to plop my patch into my -CURRENT tree and get it working. So what again do I need to do to get this committed to -CURRENT? Thanks, Anthony Jenkins

Re: disabling sleep when shutting down

2015-09-18 Thread Anthony Jenkins via freebsd-acpi
On 09/18/2015 01:51 PM, Jung-uk Kim wrote: > On 09/17/2015 19:12, Colin Percival wrote: > > On 09/17/15 13:31, Jung-uk Kim > wrote: > >> On 09/16/2015 23:49, Colin Percival wrote: > >>> I ran into an interesting glitch recently: I told my laptop to > >>> shut down, then closed the lid... and it

Re: acpi suspend debugging techniques?

2015-09-03 Thread Anthony Jenkins via freebsd-acpi
My Radeon card comes back from resume, but the backlight doesn't (it stays off). Think this patch might help with that? I was gonna start a separate thread to ask for help debugging my backlight issue... Thanks, Anthony On 09/03/15 16:06, Adrian Chadd wrote: > oioo, would you please put that ra