Re: managing a fan speed via memory address

2023-05-02 Thread Adrian Chadd
Is it not an ACPI driver? If not, you could write a quick fan driver! Is there a thermal sensor(s) you could read to see how warm they get? -adrian On Tue, 2 May 2023 at 17:06, Dmitry N. Medvedev wrote: > good morning, > > Recently I have learned about the dmidecode program and found the

Re: suspend to RAM stopped working on 11.2 (11.1 was OK)

2018-09-27 Thread Adrian Chadd
are you in console or xorg? if in console try changing virtual consoles (alt-f2, alt-f1, etc) -a On Thu, 27 Sep 2018 at 10:59, Petr Fischer via freebsd-acpi < freebsd-acpi@freebsd.org> wrote: > Hello, suspend to RAM stopped working on my laptop on 11.2 (11.1 was OK) > > freebsd:

Re: Thinkpad T450: can't change display backlight

2016-07-05 Thread Adrian Chadd
Hi, It needs the graphics driver work done. The backlight control is done by the driver on these chips, via acpi but not entirely implemented within acpi. A On Jul 5, 2016 10:13 AM, "Marin Bernard" wrote: > > > Hi, > > I just bought a Lenovo Thinkpad T450 laptop and

Re: Blank screen on resume

2016-03-14 Thread Adrian Chadd
-adrian > > On March 14, 2016 3:43:08 PM EDT, Adrian Chadd <adrian.ch...@gmail.com> > wrote: >> >> Hiya, >> >> Yeah - the drm2 code needs to be involved in resuming, and right now >> there's no broadwell support in i915kms. >> >> Onc

Re: Toshiba L675D wifi rfkill acpi support

2016-01-30 Thread Adrian Chadd
You'll have to figure out what the deal is, or disable it in the driver. The rfkill switch is either hardware or software. Yours is hardware, so I'm guessing it's one of the GPIO lines on the PCIE bus. I don't know how the intel driver figures out which GPIO line is rfkill and pays attention to

Re: Get information about batteries

2015-12-09 Thread Adrian Chadd
acpiconf -i0 and acpiconf -i1? does that work? -a On 9 December 2015 at 10:17, wrote: > Hi! > > On a FreeBSD machine, I can get information about the AC-adapter or battery > with > > sysctl hw.acpi.battery > > I can get how many of them installed in that machne

Re: acpi suspend debugging techniques?

2015-09-03 Thread Adrian Chadd
oioo, would you please put that radeon patch into a review? I have an older machine with a radeon card in it that doesn't yet suspend/resume; I can now test it out! -a On 3 September 2015 at 10:50, Andriy Gapon <a...@freebsd.org> wrote: > On 31/08/2015 11:53, Adrian Chadd wrot

Re: Attempting to diagnose suspend/resume issue

2015-07-10 Thread Adrian Chadd
Hi, can you post some more debugging showing that the VGA driver is restoring the VGA state before the power is applied? Thanks! -a On 9 July 2015 at 21:34, Eric McCorkle e...@metricspace.net wrote: A long while ago, I reported my screen not coming back on after resume, shortly after

Re: Laptop Battery drains insanely Fast!

2015-02-13 Thread Adrian Chadd
Hi, TEMP is fine - pcm.x TEMP isn't in degrees. It's something CPU specific. You're now at like, 9W laptop consumption and the core/package spends most of its time in C7. About the only other thing I'd suggest is lowering the backlight. But 9W is pretty good right now. Your battery should be

Re: Fwd: Activating Suspend/Resume on FreeBSD 10.1

2015-01-29 Thread Adrian Chadd
Hi, Please try a freebsd-head snapshot and see if that resolves your issue. The fixes may not have been backported. Thanks! -a On 29 January 2015 at 07:07, Anthony Jenkins anthony.b.jenk...@att.net wrote: On 01/29/2015 08:42 AM, Mohammad Najafi wrote: Dear Members: acpiconf -s 3 results

Re: Lenovo T520: Present (-STABLE) vs. Future (-CURRENT) ACPI Support

2015-01-18 Thread Adrian Chadd
hm, someone just needs to do the MFC. I don't have stable/10 on any laptop, so I'd be doing it blind. Would someone with stable/10 please MFC 270516 from HEAD? Pretty please? -a On 18 January 2015 at 15:28, Bigby James bigby.ja...@dimthoughts.com wrote: So as part of setting up a Poudriere

Re: [Bug 162859] [acpi] ACPI battery/acline monitoring partialy working (switching)

2015-01-09 Thread Adrian Chadd
Hm, +jkim. Any ideas? On 7 January 2015 at 10:23, Juris Kaminskis juris.kamins...@gmail.com wrote: 2015-01-05 17:27 GMT+02:00 Juris Kaminskis juris.kamins...@gmail.com: 2015-01-04 15:17 GMT+02:00 Ian Smith smi...@nimnet.asn.au: On Sat, 3 Jan 2015 11:45:05 +,

Re: Lenovo T520: Present (-STABLE) vs. Future (-CURRENT) ACPI Support

2014-12-26 Thread Adrian Chadd
Hi! On 26 December 2014 at 08:57, Bigby James bigby.ja...@dimthoughts.com wrote: Howdy-ha, folks, Please forgive my ignorance if my question is rather mundane and/or inane. I'm pretty new to FreeBSD and its development cycle. Here's my situation: I've recently migrated my laptop (Levovo

Re: ENXIOing non-present battery

2014-12-11 Thread Adrian Chadd
Just remember, batteries can come and go, so we can't just ignore a battery because the status says not present. So I think it's a bug in hald. -adrian ___ freebsd-acpi@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To

Re: ENXIOing non-present battery

2014-12-08 Thread Adrian Chadd
What's the output of acpiconf -i0 and acpiconf -i1? I wonder if changing 'state' to something else would keep everything happy. -adrian On 8 December 2014 at 15:08, Colin Percival cperc...@freebsd.org wrote: On 12/07/14 08:03, Adrian Chadd wrote: How's this work on other systems? KDE

Re: ENXIOing non-present battery

2014-12-07 Thread Adrian Chadd
Hi, Wait - so it reports a battery with 0% in it, but not that it's not present? How's this work on other systems? KDE on Linux doesn't lose its mind if the second battery is totally flat. -adrian On 6 December 2014 at 23:53, Colin Percival cperc...@freebsd.org wrote: Hi ACPI people, On

Re: Lenovo W540 blank screen on suspend/resume after update

2014-11-17 Thread Adrian Chadd
AM EST, Chagin Dmitry dcha...@freebsd.org wrote: On Thu, Nov 13, 2014 at 02:13:35PM -0800, Adrian Chadd wrote: Hi, Does it stay blank if you have acpi_video (+ vt) loaded? What was the revision of 11 you were previously running? -adrian On 13 November 2014 14:10, Eric

Re: Fix issue with battery status update on HP Elitebook 8440p

2014-11-17 Thread Adrian Chadd
-0800, Adrian Chadd wrote: Is there a cheaply available HP notebook that exhibits this? I don't have any HP hardware to test it out on, sorry :( Would an ssh connection be sufficient? Maybe I can get one for some days... ___ freebsd-acpi@freebsd.org

Re: Lenovo W540 blank screen on suspend/resume after update

2014-11-15 Thread Adrian Chadd
What about one or the other one? It sounds like this may have hidden up some other issues in what / how we're powering things down. -adrian On 15 November 2014 02:05, Chagin Dmitry dcha...@freebsd.org wrote: On Fri, Nov 14, 2014 at 03:40:21PM -0800, Adrian Chadd wrote: Hi, Thanks. Please

Re: Fix issue with battery status update on HP Elitebook 8440p

2014-11-14 Thread Adrian Chadd
Is there a cheaply available HP notebook that exhibits this? I don't have any HP hardware to test it out on, sorry :( -adrian On 14 November 2014 03:50, Lars Engels lars.eng...@0x20.net wrote: On Thu, Nov 13, 2014 at 11:13:14AM -0800, Adrian Chadd wrote: Hm.. Have you disabled anything

Re: Lenovo W540 blank screen on suspend/resume after update

2014-11-14 Thread Adrian Chadd
it with both vt and sc and gotten the same result. Might try to do more diagnostics this weekend. On November 14, 2014 11:18:57 AM EST, Chagin Dmitry dcha...@freebsd.org wrote: On Thu, Nov 13, 2014 at 02:13:35PM -0800, Adrian Chadd wrote: Hi, Does it stay blank if you have acpi_video

Re: Fix issue with battery status update on HP Elitebook 8440p

2014-11-13 Thread Adrian Chadd
Hm.. Have you disabled anything in the bios? Are there any bios updates available for that laptop? Can you upload the full acpidump output somewhere? Adrian On Nov 13, 2014 11:06 AM, Juris Kaminskis juris.kamins...@gmail.com wrote: sorry for so many emails My battery status updates only

Re: Lenovo W540 blank screen on suspend/resume after update

2014-11-13 Thread Adrian Chadd
Hi, Does it stay blank if you have acpi_video (+ vt) loaded? What was the revision of 11 you were previously running? -adrian On 13 November 2014 14:10, Eric McCorkle e...@metricspace.net wrote: Hello, I updated my kernel and userland with a fresh update from 11 yesterday, and I'm now

Re: [Bug 194884] [acpi] Asus UX31E USB hangs during suspend, due to putting the USB controllers into D3 state

2014-11-08 Thread Adrian Chadd
Hi, On 8 November 2014 09:25, Ian Smith smi...@nimnet.asn.au wrote: On Fri, 7 Nov 2014 19:08:58 +, bugzilla-nore...@freebsd.org wrote: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194884 Adrian Chadd adr...@freebsd.org changed: What|Removed

Re: 答复: 答复: 答复: 答复: 答复: My laptop can't resume from suspend.

2014-08-26 Thread Adrian Chadd
What's the thing that needs porting? -a ___ 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: 答复: 答复: My laptop can't resume from suspend.

2014-08-25 Thread Adrian Chadd
Hm! Cool, so you've reimplemented the RTC accesses to go via ACPI. Shouldn't this be another device though? One that gets attached if it finds it on the ACPI bus? -a On 25 August 2014 09:10, Anthony Jenkins anthony.b.jenk...@att.net wrote: No problem... attached. And amd64 doesn't matter -

Re: [PATCH] Naive implementation of AcpiExCmosSpaceHandler()

2014-06-06 Thread Adrian Chadd
ah! you're zetalog? -a On 6 June 2014 17:05, Jung-uk Kim j...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-06-06 19:33:13 -0400, Adrian Chadd wrote: Hi! Would you mind throwing this into a bugzilla report? https://bugs.freebsd.org/bugzilla/ That way

Re: Investigating failed suspend/resume T61

2014-06-05 Thread Adrian Chadd
ok so when you disable the modem, does it still think there's a modem there? Is it still trying to power the device off via ACPI even though it's not probed? -a On 5 June 2014 10:50, Sean Bruno sbr...@ignoranthack.me wrote: On Wed, 2014-06-04 at 15:32 -0700, Adrian Chadd wrote: Hi, Please

Re: device.hints - hint.acpi_throttle.0.disabled=1

2014-05-21 Thread Adrian Chadd
TL;DR - yes. That's why it was made as disabled by default now in hints. -a On 21 May 2014 12:53, Sean Bruno sbr...@ignoranthack.me wrote: I found sys/dev/acpica/acpi_throttle.c today. Should I have this removed from a standard laptop configuration? I would think I would want the system to

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-12 Thread Adrian Chadd
2014 17:40, Kevin Oberman rkober...@gmail.com wrote: On Fri, May 9, 2014 at 1:36 PM, Adrian Chadd adr...@freebsd.org wrote: cool! next; # pkg install intel-pcm # kldload cpuctl # pcm.x 1 See what it reports. OK. Any documentation on what this is supposed to tell me? Some of it makes

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-09 Thread Adrian Chadd
Hi! On 9 May 2014 02:55, Poul-Henning Kamp p...@phk.freebsd.dk wrote: In message 20140505163316.r11...@sola.nimnet.asn.au, Ian Smith writes: On Mon, 5 May 2014 06:25:21 +, Poul-Henning Kamp wrote: In message 20140505153421.w11...@sola.nimnet.asn.au, Ian Smith writes: Do we have a

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-09 Thread Adrian Chadd
cool! next; # pkg install intel-pcm # kldload cpuctl # pcm.x 1 See what it reports. -a On 9 May 2014 13:12, Kevin Oberman rkober...@gmail.com wrote: On Fri, May 9, 2014 at 3:25 AM, Adrian Chadd adr...@freebsd.org wrote: Hi! On 9 May 2014 02:55, Poul-Henning Kamp p...@phk.freebsd.dk

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-06 Thread Adrian Chadd
On 5 May 2014 13:57, John Baldwin j...@freebsd.org wrote: The user in question found this on 9-stable with the existing defaults as the HPET was just plain broken on their system and that was unrelated to Cx states. (Rather, Cx states were only involved because worries about them are why the

Re: Emitting keyboard events

2014-05-06 Thread Adrian Chadd
Just to follow up - I'd love to know how the hell to do this too. acpi_ibm needs some updating. :( -a On 1 May 2014 13:57, Xīcò x...@atelo.org wrote: Dear freebsd-acpi, Being a systemd refugee, I am trying to setup FreeBSD on several machines here. As a first question, I cannot find any

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-05 Thread Adrian Chadd
On 5 May 2014 08:09, John Baldwin j...@freebsd.org wrote: On Sunday, May 04, 2014 4:27:38 am Adrian Chadd wrote: Hi, I'd like to propose flipping a few things: * Flipping the default lid state to S3. I think ACPI suspend/resume seems to work well enough these days and I've not met anyone

suspend issues with latest -HEAD, ahci failing to complete something?

2014-05-05 Thread Adrian Chadd
Hiya, (I know, I just emailed out asking about setting S3 for the default lid suspend state, however I just updated to the very latest head and things went a little backwards.) Suspend no longer works for me: May 5 10:33:10 lucy-11i386 acpi: suspend at 20140505 10:33:10 May 5 10:33:47

Re: suspend issues with latest -HEAD, ahci failing to complete something?

2014-05-05 Thread Adrian Chadd
Hi, Would you mind testing the latest -HEAD out? It worked a couple weeks ago with my last rebuild on this particular laptop. -a On 5 May 2014 12:51, Alexander Motin m...@freebsd.org wrote: On 05.05.2014 20:37, Adrian Chadd wrote: (I know, I just emailed out asking about setting S3

proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-04 Thread Adrian Chadd
Hi, I'd like to propose flipping a few things: * Flipping the default lid state to S3. I think ACPI suspend/resume seems to work well enough these days and I've not met anyone lately who expects the default from their laptop to be stay awake with the lid shut. * Save chip bugs that we should add

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-04 Thread Adrian Chadd
[snip] The easy-to-run test is sysctl dev.cpu.0.cx_lowest=Cmax and then use stuff. The problem is that we're not getting anywhere near enough exposure to this kind of stuff because we don't have it on by default and we don't have an active QA group with ridiculous amounts of hardware. So, I'd

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-04 Thread Adrian Chadd
On 4 May 2014 17:53, Warren Block wbl...@wonkity.com wrote: On Sun, 4 May 2014, Adrian Chadd wrote: [snip] The easy-to-run test is sysctl dev.cpu.0.cx_lowest=Cmax and then use stuff. It's that use stuff step that would preferably be automated. Is the failure mode a lockup, or could

Re: proposal: set default lid state to S3, performance/economy Cx states to Cmax

2014-05-04 Thread Adrian Chadd
On 4 May 2014 22:18, Ian Smith smi...@nimnet.asn.au wrote: On Sun, 4 May 2014 17:25:50 -0700, Adrian Chadd wrote: [snip] The easy-to-run test is sysctl dev.cpu.0.cx_lowest=Cmax and then use stuff. This doesn't work, on stable/9 at least, in that it only sets cpu.0 .. you need to set

Re: kern/187152

2014-03-03 Thread Adrian Chadd
The following reply was made to PR kern/187152; it has been noted by GNATS. From: Adrian Chadd adr...@freebsd.org To: bug-follo...@freebsd.org bug-follo...@freebsd.org, Adrian Chadd adr...@freebsd.org Cc: Subject: Re: kern/187152 Date: Mon, 3 Mar 2014 15:46:30 -0800 Hi, After resume

Re: Fixing X220 Video The Right Way

2014-01-30 Thread Adrian Chadd
So now that i have everything else working on this x230, I'm taking a fresh look at the acpi brightness support. I'm in the same boat - only PEG works. But I have integrated graphics only, rather than both integrated and nvidia graphics. A cursory reading of the linux acpi and video /

P-state setting suddenly disappeared, what gives?

2013-11-14 Thread Adrian Chadd
Hi all, I have this Lenovo T400 that I've been doing FreeBSD development on for a while. It has a P8700 in it: CPU: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz (2527.07-MHz 686-class CPU) Now, up until yesterday, ACPI exported the required twiddles to enter various different P-states.

Re: Problems with amd FX 8 core and freq scaling

2013-11-13 Thread Adrian Chadd
On 11 November 2013 13:47, Jung-uk Kim j...@freebsd.org wrote: Just in case, here I attached the uncommitted (and untested) patch. Would you mind describing everything that this patch does? -adrian ___ freebsd-acpi@freebsd.org mailing list

Re: Re: Problems with amd FX 8 core and freq scaling

2013-11-11 Thread Adrian Chadd
On 11 November 2013 12:00, Jung-uk Kim j...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-11-11 13:16:47 -0500, Nicholas McKenzie wrote: But wouldn't this just disable frequency scaling and the whole point of powerd? No. acpi_throttle (and p4tcc) controls

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Adrian Chadd
November 2013 10:00, Adrian Chadd adr...@freebsd.org wrote: A lot of us think this. The question is .. who's going to fix it? :-) -adrian On 4 November 2013 09:52, Kevin Oberman rkober...@gmail.com wrote: On Mon, Nov 4, 2013 at 12:46 AM, 李森 lisen1...@gmail.com wrote: hi,all: the cpu

Re: 9.2-RC3 - suspend/resume causes slow system performance

2013-09-02 Thread Adrian Chadd
So you tinkered with this - which particular line(s) did you revert back to get the old behaviour? -adrian On 1 September 2013 22:46, Mike Harding mvhard...@gmail.com wrote: Why not put this out to stable and take a survey with more than 2 members? I am sure that there are those who will

Re: 9.2-RC3 - suspend/resume causes slow system performance

2013-09-02 Thread Adrian Chadd
On 2 September 2013 07:25, Mike Harding mvhard...@gmail.com wrote: It's detailed in the ticket, see http://www.freebsd.org/cgi/query-pr.cgi?pr=181632 and search for 'reverted'. Ok. You and avg@ are digging into it deeper, so I'll leave it be for now. I'll retest this on my test laptops when

Re: suspend/resume on Lenovo X1 (regression from reports on wiki)

2013-09-01 Thread Adrian Chadd
on? Thanks! -adrian On 31 August 2013 10:23, Kevin Oberman rkober...@gmail.com wrote: On Sat, Aug 31, 2013 at 9:53 AM, Adrian Chadd adr...@freebsd.org wrote: Ok. I'm glad this is actually working for people. But now comes the hard bit - figuring out why the VESA driver is breaking

Re: 9.2-RC3 - suspend/resume causes slow system performance

2013-09-01 Thread Adrian Chadd
On 31 August 2013 23:41, Andriy Gapon a...@freebsd.org wrote: I've tracked this down to a single line, details in http://www.freebsd.org/cgi/query-pr.cgi?pr=181632. Basically, the code is now doing a 'sti, hlt' vs. a 'sti' in some code that is only supposed to run if

Re: 9.2-RC3 - suspend/resume causes slow system performance

2013-09-01 Thread Adrian Chadd
On 1 September 2013 14:35, Andriy Gapon a...@freebsd.org wrote: Do you have any evidence that there is anybody else besides Mike who has this problem? Nope! but we can't assume that users are reporting all the system slowdowns. And honestly, I've heard enough strange stories on mailing

Re: 9.2-RC3 - suspend/resume causes slow system performance

2013-09-01 Thread Adrian Chadd
.. well, when is that pointer NULL? It looks like it's supposed to be NULL for one pair of the two HT CPUs? Are you taking the whole core into an ACPI idle state if one of two logical CPUs representing a core is going idle? -adrian ___

Re: 9.2-RC3 - suspend/resume causes slow system performance

2013-08-31 Thread Adrian Chadd
On 31 August 2013 10:35, Mike Harding mvhard...@gmail.com wrote: I've tracked this down to a single line, details in http://www.freebsd.org/cgi/query-pr.cgi?pr=181632. Basically, the code is now doing a 'sti, hlt' vs. a 'sti' in some code that is only supposed to run if idle is disabled.

Re: suspend/resume on Lenovo X1 (regression from reports on wiki)

2013-08-29 Thread Adrian Chadd
Hi! What's the result of all of this? Laura - do you have functioning suspend/resume with xorg now? -adrian On 28 August 2013 08:03, Gleb Smirnoff gleb...@freebsd.org wrote: Laura, according to your Xorg.log PCI device ID of your video card exactly matches mine 8086:0166:17aa:21f9,

Re: suspend/resume on Lenovo X1 (regression from reports on wiki)

2013-08-29 Thread Adrian Chadd
Hi! On 29 August 2013 09:42, Laura Marie Feeney lmfee...@sics.se wrote: Hi Yes! I now have working suspend/resume building xorg using the updated ports and compile options that Gleb Smirnoff kindly pointed me at. No xorg.conf is needed and all acpi options are as default. It seems to

Re: Fixing X220 Video The Right Way

2013-08-09 Thread Adrian Chadd
Hi! Hm, resurrecting this thread, I'll try this on my X230 tomorrow and see if it makes the (non-xorg, console only) video work on resume. If it does, what will it take to automatically determine that this kind of work-around is needed? Thanks! -adrian On 14 June 2013 16:00, matt

Re: Lenovo X230 - suspend/resume video issues

2013-08-09 Thread Adrian Chadd
On 9 August 2013 06:46, John Baldwin j...@freebsd.org wrote: On Friday, August 09, 2013 4:31:07 am Adrian Chadd wrote: Hi, Ignore xorg. Like, just pretend I don't even know it exists. I'm just using syscons. Why isn't the video display resuming? This is a common issue on my laptops sadly

Lenovo X230 - suspend/resume video issues

2013-08-08 Thread Adrian Chadd
Hiya, I have an Lenovo Thinkpad X230 running FreeBSD-10. I'd like some help in sorting out the following issues: * the ACPI and IBM sysctls for twiddling the LCD brightness don't at all work * The backlight comes on during resume, but the video definitely doesn't * I'm still investigating

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-16 Thread Adrian Chadd
Nope, no such joy. What else can I try? -adrian On 16 July 2013 02:16, Adrian Chadd adr...@freebsd.org wrote: I'll try it out soon, thanks! -adrian On 15 July 2013 14:35, Taku YAMAMOTO t...@tackymt.homeip.net wrote: This reminds me of my local patch which I wrote and forgot about deep

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-08 Thread Adrian Chadd
On 7 July 2013 22:00, Ian Smith smi...@nimnet.asn.au wrote: Checking one more point .. do the USB ports come up ok if you originally boot with nothing plugged in? If so (or if not), does that local APIC Yes. error message appear the same then too? No -adrian

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-07 Thread Adrian Chadd
: The USB stack will currently run a complete controller reset upon resume, like during boot. --HPS -Original message- From:Ian Smith smi...@nimnet.asn.au Sent: Sunday 7th July 2013 7:52 To: Adrian Chadd adr...@freebsd.org Cc: freebsd-acpi@freebsd.org; freebsd-sta...@freebsd.org

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-07 Thread Adrian Chadd
Nope, no power after first resume if i have nothing plugged in. Why? -adrian On 7 July 2013 13:49, Lars Engels lars.eng...@0x20.net wrote: On Sun, Jun 30, 2013 at 03:02:57PM -0700, Adrian Chadd wrote: On 30 June 2013 07:22, Ian Smith smi...@nimnet.asn.au wrote: After removing [numbers

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-30 Thread Adrian Chadd
On 30 June 2013 07:22, Ian Smith smi...@nimnet.asn.au wrote: After removing [numbers] (for WITNESS?), diff started making sense. The below is between the first and second suspend/resume cycles in dmesg-3.txt, encompassing the others. Cool! Nothing of note that I can see, if that usb

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-29 Thread Adrian Chadd
On 27 June 2013 04:58, Ian Smith smi...@nimnet.asn.au wrote: Well if there's a functional change in head that fixes this on Lars' and yours, getting it into stable shouldn't be so hard I expect. However if there's a fix (or some Lenovo workaround) for yours on 9 it'd be useful to hunt it

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-26 Thread Adrian Chadd
[snip] ok, I'll do a boot -v tonight when I get home and log things. Thanks! Adrian ___ 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: USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-25 Thread Adrian Chadd
On 21 June 2013 05:48, Ian Smith smi...@nimnet.asn.au wrote: No acpidump output on -stable or -acpi anyway .. likely best as an URL, if it comes down to ACPI. Ok, I'll put it online in a sec. So the fingerprint reader, camera and bluetooth shown in your usbconfig don't serve as 'USB devices

USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-20 Thread Adrian Chadd
Hi, FreeBSD-9 works fine on this Lenovo T400 - except that suspending with no USB devices plugged in result in no ports working after resume. If I have a device plugged in during suspend - on any port - then all the ports work fine after resume. I've attached usbconfig and acpidump output.

Re: Fixing X220 Video The Right Way

2013-02-25 Thread Adrian Chadd
On 25 February 2013 17:53, matt sendtom...@gmail.com wrote: No, just one. I think that the DSDT is very creative on recent Lenovos (read: broken). There are multiple video devices defined, with functional calls that nonetheless don't work to actually do anything. The acpi_get_handle() call in

Re: Fixing X220 Video The Right Way

2013-02-25 Thread Adrian Chadd
[101232] acpi_video0: ACPI video extension on vgapci0 found Internal/Integrated Digital Flat Panel(400), idx#0, port#0, head #0 And what do I do with acpi_get_handle ? Adrian On 25 February 2013 18:23, matt sendtom...@gmail.com wrote: On 02/25/13 18:19, Adrian Chadd wrote: My T400 has

Re: load average 0.60 at 100% idle

2013-01-05 Thread Adrian Chadd
Cc'ing the committer / ACPI owner! jkim - any comments? Adrian On 5 January 2013 12:38, Johan Broman je.bro...@gmail.com wrote: Hi! Bare with me here as I'm totally new to FreeBSD (like 2 weeks). From what I understand, there is a change in FreeBSD 9.1 ACPI code that makes detection of

Re: Kernel panic when playing games/iourbanterror

2012-12-24 Thread Adrian Chadd
Hi, Please file a PR? We can bump it to the ACPI person who has been busily making this stuff updated and stable. Thanks! Adrian On 24 December 2012 05:52, David Demelier demelier.da...@gmail.com wrote: Hello, When playing a lot Urban Terror, the system panic with ACPI related issues :

Re: x220 notes

2012-10-16 Thread Adrian Chadd
Which wifi card does it use? Adrian ___ 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: x220 notes

2012-08-15 Thread Adrian Chadd
Hm, what other things could be hooked into powerd? I know KDE4 on my -9 box does track battery usage/capacity and dim the display as appropriate. Adrian ___ freebsd-acpi@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi

Re: [CFT] SMP/i386 suspend/resume

2012-05-11 Thread Adrian Chadd
Thanks so very much for this! I'll try it on my thinkpad T60 this weekend and report back. It unfortunately is running 9.0-RELEASE though - if I have issues, I'll try 9-stable on another T60 next week and similarly report back. Adrian ___

Re: ACPI battery problem and solution

2011-09-19 Thread Adrian Chadd
Would you mind filing a PR? This kind of thing is important and best not to get lost. :) Adrian ___ freebsd-acpi@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to