Auto-resuming again...
#1
I know there are several topics on this already, and I have tried all the fixes I have seen. I got a new surround receiver, which didn't play nicely with xbmc (wouldn't receive audio). So after several hours of getting it back and running (wound up updating to the latest svn r31440), I went to turn it off, and it turned on automatically. I checked cat/proc/acpi/wakeup.

Code:
xbmc@XBMCLive:~$ cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
HUB0      S5     disabled  pci:0000:00:09.0
XVR0      S5     disabled
XVR1      S5     disabled
XVR2      S5     disabled
XVR3      S5     disabled
XVR4      S5     disabled  pci:0000:00:16.0
XVR5      S5     disabled
XVR6      S5     disabled
UAR1      S5     disabled  pnp:00:08
USB0      S4     disabled  pci:0000:00:04.0
USB1      S4     disabled  pci:0000:00:06.0
USBB      S3     disabled  pci:0000:00:06.1
USB2      S3     disabled  pci:0000:00:04.1
AZAD      S5     disabled  pci:0000:00:08.0
MMAC      S5     disabled  pci:0000:00:0a.0

I added "usbcore.autosuspend=-1" to the end of the kernel line.

Here is my pm-powersave.log
Code:
/usr/lib/pm-utils/power.d/95hdparm-apm true:
/dev/sda:
setting Advanced Power Management level to 0xfe (254)
APM_level    = 254
success.
/usr/lib/pm-utils/power.d/laptop-mode true: success.
/usr/lib/pm-utils/power.d/sched-powersave true: **sched policy powersave ON
success.
/usr/lib/pm-utils/power.d/95hdparm-apm false:
/dev/sda:
setting Advanced Power Management level to 0xfe (254)
APM_level    = 254
success.
/usr/lib/pm-utils/power.d/laptop-mode false: success.
/usr/lib/pm-utils/power.d/sched-powersave false: **sched policy powersave OFF
success.

My pm-suspend.log is strangely empty.

Any more info needed? Any ideas? Smile

Thanks a ton!
-Erik

Edit: This is on an updated 9.11 live cd install.
Don't be scared to ask questions. Odds are someone else is wondering the same thing.
Closet - Norco 4020 - Supermicro X8SAX - Intel i7-920 - Corsair HX1000 - Corsair XMS3 12GB - 10x1.5tb Raid 5 - 10x2tb Raid 5 - Openfiler VM inside Workstation Win7 x64
Living room - Silverstone ML02B-MXR - Gigabyte GA-E7AUM-DS2H - E8400 - OCZ Platinum Edition 4GB - Denon 3310CI
Bedroom - Antec Mini Skeleton - Zotac IONITX-B-E @ 1.92ghz - AVS Gear HA-IR01SV - A-DATA G series 4GB - Denon 2808CI
Reply
#2
Also, another thing I noticed, under "Shutdown Function" it only has options for "Suspend" and "Hibernate" now. I swear there used to be more options before... The only way I can turn the HTPC off is by pressing the power button on the case. Is there not an option in XBMC for Shutdown to Shutdown?

Thanks!
-Erik
Don't be scared to ask questions. Odds are someone else is wondering the same thing.
Closet - Norco 4020 - Supermicro X8SAX - Intel i7-920 - Corsair HX1000 - Corsair XMS3 12GB - 10x1.5tb Raid 5 - 10x2tb Raid 5 - Openfiler VM inside Workstation Win7 x64
Living room - Silverstone ML02B-MXR - Gigabyte GA-E7AUM-DS2H - E8400 - OCZ Platinum Edition 4GB - Denon 3310CI
Bedroom - Antec Mini Skeleton - Zotac IONITX-B-E @ 1.92ghz - AVS Gear HA-IR01SV - A-DATA G series 4GB - Denon 2808CI
Reply
#3
fwiw I found the answer to this issue here.

Quote:###################SOLVED!######################## ######

edit - if anyone finds this, I did solve it by doing the following:

sudo apt-get install hal policykit-1 devicekit-power acpid acpi-support pm-utils policykit

then:

sudo nano /var/lib/polkit-1/localauthority/50-local.d/custom-actions.pkla

[Actions for xbmc user]
Identity=unix-user:xbmc
Action=org.freedesktop.devicekit.power.*;org.freed esktop.consolekit.system.*
ResultActive=yes
ResultAny=auth_admin
ResultInactive=yes

then:

sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.suspend
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.hibernate
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.reboot
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.shutdown
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.reboot-multiple-sessions
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.shutdown-multiple-sessions

-Erik
Don't be scared to ask questions. Odds are someone else is wondering the same thing.
Closet - Norco 4020 - Supermicro X8SAX - Intel i7-920 - Corsair HX1000 - Corsair XMS3 12GB - 10x1.5tb Raid 5 - 10x2tb Raid 5 - Openfiler VM inside Workstation Win7 x64
Living room - Silverstone ML02B-MXR - Gigabyte GA-E7AUM-DS2H - E8400 - OCZ Platinum Edition 4GB - Denon 3310CI
Bedroom - Antec Mini Skeleton - Zotac IONITX-B-E @ 1.92ghz - AVS Gear HA-IR01SV - A-DATA G series 4GB - Denon 2808CI
Reply

Logout Mark Read Team Forum Stats Members Help
Auto-resuming again...0