![]() |
ASRock ION 330 Sleeps then immediately wakes up - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: ASRock ION 330 Sleeps then immediately wakes up (/showthread.php?tid=61774) Pages:
1
2
|
ASRock ION 330 Sleeps then immediately wakes up - ingeo - 2009-11-16 Hi all, I been setting up my 330 and thought I had the sleep/wake from the MCE remote working until I noticed that the machine powers off and then almost immediate powers back up. It is possible the remote is sending the power button twice in quick succession and waking it back up. I was wondering if anyone else has encountered this issue or has any trouble shooting tips. Thanks - kizer - 2009-11-16 From what I understand when you shut off the AsRock it shuts down then it boots up in a Standby type of mode so when you turn it on your not really cold booting your waking it up from Standby. - Starstream - 2009-11-16 What software platform is this happening on ? I have been using XBMC Live on my asrock since I first got it and never had this problem. - ingeo - 2009-11-17 I am using XBMC Live... I think it was working correctly when I first installed XBMC Live, however it would not wake back up using the remote. I had to enable wakeup on the USB port my remote was plugged into and sometime after doing this I noticed it was not staying suspended. When I push the power button the system goes into standby the screen goes black and a couple of seconds later you hear the fans spin back up and the screen displays the XBMC interface again. - Starstream - 2009-11-17 Are you using official 9.04.1 or latest 9.11 alpha2 release, wakeup via remote is broken in alpha release. If you've modified the rc.local file with echo USB2 command that will cause it to go to sleep then wake up again the proper command is echo USB0 > /proc/acpi/wakeup But you should never have been having these problems in the first place, maybe a clean install of XBMC Live is worth trying. Also S3 needs to be enabled in the bios and in XBMC settings/system/shutdown set the actions to suspend. - ingeo - 2009-11-17 I was using the Alpha 1 release and I did the Code: echo USB0 > /proc/acpi/wakeup I need to change USB0 to match the USB port my remote is connected to correct? My end goal is to get the ASRock machine setup using 9.10 mini and then setup XBMC myself to I can partition the hard drive space better. I had the 9.10 mini setup and working but before I re-tested the remote I think I messed up the install trying to get the temperature stats working. In the ASRock bios there is a setting for Suspend to RAM and that is enabled When I execute Code: cat /proc/acpi/wakeup I do not see any entries for S3 the results look more like this: Code: Device S-state Status Sysfs node I am going to re-install 9.10 again tonight and I'll report back after I have re-setup the remote. Thanks - ccfiel - 2009-11-20 I have the same issue with clean install of alpha2 . but the workaround is ok with alpha1. any tips? - outleradam - 2009-11-20 I wrote this for you asrock ion guys. http://wiki.xbmc.org/?title=Enable_Wake-On-Device - ccfiel - 2009-11-21 outleradam, it does not work in alpha 2 if I follow your guide it will try to suspend but it will come back again. Removing echo USB0 > /proc/acpi/wakeup from /etc/rc.local it will suspend successfully but can not be wake up by the remote or usb keyboard. You need to push the power of the device to wake. - ccfiel - 2009-11-21 I have notice in when doing cat /proc/acpi/wakeup. its S4 not S3. Note. this is a clean install of alpha 2. any tips? root@XBMCLive:~# cat /proc/acpi/wakeup Device S-state Status Sysfs node SMB0 S4 disabled pci:0000:00:03.2 USB0 S4 enabled pci:0000:00:04.0 USB2 S4 disabled pci:0000:00:04.1 NMAC S5 disabled pci:0000:00:0a.0 PBB0 S4 disabled pci:0000:00:09.0 HDAC S4 disabled pci:0000:00:08.0 XVR0 S4 disabled pci:0000:00:0c.0 XVR1 S4 disabled P0P5 S4 disabled P0P6 S4 disabled pci:0000:00:15.0 P0P7 S4 disabled pci:0000:00:16.0 P0P8 S4 disabled pci:0000:00:17.0 P0P9 S4 disabled pci:0000:00:18.0 - ccfiel - 2009-11-21 Ok I was able to solve this problem. What I did is open the file /proc/acpi/wakeup and change S4 to S3 for the USB and follow outleradam steps. Thanks guys. - kruykaze - 2009-11-21 ccfiel Wrote:Ok I was able to solve this problem. What I did is open the file /proc/acpi/wakeup and change S4 to S3 for the USB and follow outleradam steps. Thanks guys. oh nice i'll try this when i get home. And how did you edit it? i used pico but the changes cannot be saved. so it's still S4. - kruykaze - 2009-11-21 Starstream Wrote:Are you using official 9.04.1 or latest 9.11 alpha2 release, wakeup via remote is broken in alpha release.where to enable s3 in the bios? i couldn't find that option. - ingeo - 2009-11-23 kruykaze Wrote:where to enable s3 in the bios? i couldn't find that option. The S3 option in the Bios on the ASRock 330 is labeled Suspend to RAM and it is enabled by default. I reinstalled everything on the machine and have had success this time around with Code: echo USB0 > /proc/acpi/wakeup Previously I had used USB2 as the USB inspection tool was reporting the remote on the 2 port... but enabling USB0 seems to be working for me. I have not edited the wakeup file to switch S4 to S3 yet. I will look into this later to see if that changes anything. - kruykaze - 2009-11-25 ingeo Wrote:The S3 option in the Bios on the ASRock 330 is labeled Suspend to RAM and it is enabled by default.What physical usb port are you using? because it's not working for me. |