> > Maybe interesting findings in /var/adm/message are: > acpica: [ID 530733 kern.notice] NOTICE: acpica_ddi_setwake: could > not evaluate _PRW > last message repeated 3 times >
This message really needs to go away (or at least only on debug kernels). This notice is generated while trying to configure devices that can wake a machine. If a device doesn't have a _PRW, it doesn't have a power object and we don't try to set it to wake. As many devices don't have this object (and they won't likely be wakers anyway), we shouldn't be printing this message unless we are debugging. ---- Randy