Hi Michael, Using acpid 1.0.6-15, I emulated the thing I understood you had asked me to do (you were saying that would be the difference between -15 and -16): I removed the comment before MODULES="all" as follows:
OPTIONS="-c /etc/acpi/events" # Specify modules to load on acpid's startup # MODULES may be uncommented to load "none", contain the string "all" # to load all acpi related modules or simply a space seperated list # of modules to be probed. #MODULES="battery ac processor button fan thermal video" # using all allows us to drop extra modules in drivers/acpi and have them # be autoloaded. MODULES="all" I restarted acpid. No difference when suspend-resume is concerned. Works perfectly. Something else is involved. I looked at the changes text in the -16 update and found that the changes might have being broader than you had said. V 2008/11/27 Michael Meskes <[EMAIL PROTECTED]> > > After upgrade from acpid 1.0.6-15 to 1.0.6-16, my laptop Dell Inspiron > 1525 > > does not wake up after suspend. When it is suspended, it reacts to a > power > > botton press, but the screen lit (blank) on just a few occasions; > otherwise > > the screen is off. In any case I have to power off the laptop to continue > > working. I downgraded to version 1.0.6-15 and now suspend works fine > again. > > Looking at the changes between 1.0.6-15 and 1.0.6-16 the only functional > difference seems to be that -16 does not modprobe the modules per default > anymore. But given that the modules were lodaed before upgrading this > doesn't > look like a likely reason for me unless there is more logic/configuration > involved than you list here. > > Testing this is easy, just remove the comment in /etc/default/acpid before > the > corresponding MODULES line. > > I fail to see how the other changes might have any influence on the > behaviour > your describing. > > Michael > -- > Michael Meskes > Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) > Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org > ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED] > Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL! >

