PDA

View Full Version : FC5T2 Resume from Hibernate


iball
6th February 2006, 04:07 AM
Hi,
I hope I have posted this in the right place :)

I am running Fedora Core 5 Test 2 on my Apple Powerbook 12".

I can make it "Hibernate", using the menu with the battery monitor. However, when resuming from hibernate, I get the following error:
ohci_hcd 0001:10:1a.0 : Unlink after no-IRQ? Controller is probably using the wrong IRQ.

Also "Suspend" does not work. I click on suspend, and it just starts the screensaver.

Any ideas on how to fix this?
Thanks in advance
--Ian

bitrain
6th March 2006, 03:45 PM
Try removing ohci_hcd before hibernating, so:
rmmod ohci_hcd
echo mem > /sys/power/state
modprobe ohci_hcdCan be that you need to remove uhci_hcd and ehci_hcd too.