All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Morley <adam.morley@gmail.com>
To: dtor_core@ameritech.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: psmouse doesn't seem to reinitialize after mem suspend (acpi) when using i8042 on ALi M1553 ISA bridge with 2.6.11.11 or 2.6.12-rc5?
Date: Wed, 8 Jun 2005 19:27:41 -0700	[thread overview]
Message-ID: <b70d738005060819274653fd8@mail.gmail.com> (raw)
In-Reply-To: <b70d7380050608093138eb42df@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]

On 6/8/05, Adam Morley <adam.morley@gmail.com> wrote:
> Hi Dimitry,
> 
> On 6/8/05, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > On 6/8/05, Adam Morley <adam.morley@gmail.com> wrote:
> > > Hi Dmitry,
> > >
> > > By Embedded Controller, do you mean CONFIG_ACPI_EC?  Because I can't
> > > disable it w/o disable a bunch of ACPI modules, I think.
> >
> > As far as I remember EC is only required for smart battery supports.
> > For testing purposes it is OK to not have it.
> 
> It seems that even when I set it to "# CONFIG_ACPI_EC is not set", it
> gets re-enabled by make at some point.  I twiddled a couple of ACPI
> modules off (save button), and it was still re-enabled.  I think I'd
> have to disable ACPI.  I will play around with it some more though.

I'm still poking around trying to figure out how to disable
CONFIG_ACPI_EC.  Once I get that done, I will post results.  Yeah, I
can't get that to stay unset.  Every time I run make, I end up with it
set to Y, even if I've disabled it before.

> 
> >
> > > I did enable all the PnP options:
> > >
> > > CONFIG_PNP=y
> > > CONFIG_PNP_DEBUG=y
> > > CONFIG_ISAPNP=y
> > > CONFIG_PNPBIOS=y
> > > CONFIG_PNPBIOS_PROC_FS=y
> > > CONFIG_PNPACPI=y
> > >
> >
> > If you boot this kernel please check attributes in
> > /sys/bus/pnp/devices/* after resuming and see if any marked
> > "disabled".
> 
> Ok.  I will try this tonight, as I have to go to work.

In /sys/bus/pnp/drivers/i8042 aux/00:05, resources says "state = active"

in /sys/bus/pnp/devices/*, I have a bunch of directories.  See the
attached "output.txt" for the output of:

(pwd ; for file in * ; do echo $file ; cat $file/resources; echo "" ;
done) > /var/tmp/output.txt

(the same timeouts for AUX, irq 12 are still happening.  and the mouse
doesn't work)

-- 
adam

[-- Attachment #2: output.txt --]
[-- Type: text/plain, Size: 441 bytes --]

/sys/bus/pnp/devices
00:00
state = active
io 0x72-0x73
io 0x80-0x80
io 0x92-0x92
io 0xb0-0xb3
io 0xea-0xeb
io 0x40b-0x40b
io 0x480-0x48f
io 0x4d0-0x4d1

00:01
state = active
io 0x0-0xf
io 0x81-0x8f
io 0xc0-0xdf
dma 4

00:02
state = active
io 0xf0-0xfe
irq 13

00:03
state = active
io 0x70-0x71
irq 8

00:04
state = active
io 0x61-0x61

00:05
state = active
irq 12

00:06
state = active
io 0x60-0x60
io 0x64-0x64
irq 1

00:07
state = active


  parent reply	other threads:[~2005-06-09  2:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-06  2:24 psmouse doesn't seem to reinitialize after mem suspend (acpi) when using i8042 on ALi M1553 ISA bridge with 2.6.11.11 or 2.6.12-rc5? Adam Morley
2005-06-06  6:25 ` Dmitry Torokhov
2005-06-06  7:28   ` Adam Morley
2005-06-08  3:52     ` Dmitry Torokhov
2005-06-08  4:58       ` Adam Morley
2005-06-08  6:17         ` Dmitry Torokhov
     [not found]           ` <b70d73800506080009c20eeff@mail.gmail.com>
     [not found]             ` <d120d50005060808273707bb8@mail.gmail.com>
     [not found]               ` <b70d7380050608093138eb42df@mail.gmail.com>
2005-06-09  2:27                 ` Adam Morley [this message]
2005-06-09  2:43                   ` Dmitry Torokhov
2005-06-09  4:03                     ` Adam Morley
2005-06-14  5:22                       ` Adam Morley
2005-06-14  5:37                         ` Dmitry Torokhov
     [not found]                           ` <b70d738005061322453f4280d@mail.gmail.com>
2005-06-21  2:34                             ` Adam Morley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b70d738005060819274653fd8@mail.gmail.com \
    --to=adam.morley@gmail.com \
    --cc=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.