[LIVE] Instant reboot from suspend
#1
Hi

I have a problem with “instant reboot from suspend”. Every second time I put the xbmc to suspend, it’s immediately resumes, Black screen is all I getSad. I have been searching the internet for answers, but I Haven’t figured out yet. I am using xbmc Live Dharma RC1. I have also tried different Nvidia driver’s ex. 195.36.24 and 260.19.21 but with no success.

Hardware:
ASUS AT3IONT Deluxe with org. PHILIPS MCE USB IR Receiver
Reply
#2
Not sure if its still relevant but did you have a look at the wiki about Disabling Usbcore Autosuspend?

http://wiki.xbmc.org/index.php?title=Ubu...end_/_Wake

Add a boot option to grub to disable the usbcore autosuspend. This bug exhibits itself as immediately waking after suspension.

Edit /etc/default/grub and add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT. Example:

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xbmc=autostart,noredir usbcore.autosuspend=-1"

Update grub:
Code:
sudo update-grub
Reply
#3
FishOil Wrote:Not sure if its still relevant but did you have a look at the wiki about Disabling Usbcore Autosuspend?

http://wiki.xbmc.org/index.php?title=Ubu...end_/_Wake

Add a boot option to grub to disable the usbcore autosuspend. This bug exhibits itself as immediately waking after suspension.

Edit /etc/default/grub and add usbcore.autosuspend=-1 to GRUB_CMDLINE_LINUX_DEFAULT. Example:

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xbmc=autostart,noredir usbcore.autosuspend=-1"

Update grub:
Code:
sudo update-grub

Thanks a lot now it's working perfect every time.
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] Instant reboot from suspend0