[ltp] Re: Detect CD state after suspend [T61]

Mathias Moser linux-thinkpad@linux-thinkpad.org
Sat, 04 Oct 2008 22:58:59 +0200


I had a similar problem, but it appeared when laptop-mode-tools switched
to battery mode. The problem in my case was that HAL polling got
disabled until the next boot.

Try

sudo hal-disable-polling --enable-polling --device /dev/hdX

after suspend to ram, with hdX being your CD drive. That should make the
drive work *if* it was a problem with HAL polling...

Mathias