On 6/8/05, Adam Morley wrote: > Hi Dimitry, > > On 6/8/05, Dmitry Torokhov wrote: > > On 6/8/05, Adam Morley 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