i was wondering if this would be related to the fact that i cannot use keys with things like syslinux unless i disable "auto detect"
i've also had to boot with nolapic pci=noacpi What exactly would i be looking for on those lists? as far as video goes, i have radeon on this laptop, and i was using this script, which should be doing what video.txt requires, right? #!/bin/sh # if launched through a lid event and lid is open, do nothing #echo "$1" | grep "button/lid" && grep -q open /proc/acpi/button/lid/LID/state && exit 0 # remove USB 1.1 driver rmmod ohci_hcd # sync filesystem and clock sync /sbin/hwclock --systohc # switch to console FGCONSOLE=`fgconsole` chvt 6 /usr/sbin/radeontool light off # go to sleep sleep 5 echo -n "mem" > /sys/power/state # readjust the clock (it might be off a bit after suspend) /sbin/hwclock --adjust /sbin/hwclock --hctosys # reload USB 1.1 driver modprobe ohci_hcd # turn on the backlight and switch back to X radeontool light on chvt $FGCONSOLE On 1/14/06, Karol Kozimor <[EMAIL PROTECTED]> wrote: > [trimmed Cc:, it's no longer related to acpi4asus] > > Thus wrote John H.: > > wow! i stopped acpid. and suspend didn't power off on resume from > > hitting one of the mm keys! > > > > the only problem is, the motor and stuff seems to resume, and it seems > > to try to read the cdrw drive again, and the various lights are on, > > but > > > > 1. i cannot use any key, even caps lock does not turn on > > Search acpi-devel archives, I believe this was reported recently. > > > 2. i see nothing on the display > > Documentation/power/video.txt > Best regards, > > -- > Karol 'sziwan' Kozimor > [EMAIL PROTECTED] > - > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
