• 1
  • 10
  • 11
  • 12
  • 13
  • 14(current)
No resume form standby with vista remote after 2.6.32-23 #37 Kernel version
This worked for me on XBMC 11.0 - Eden (XBMCbuntu) with the Microsoft Windows Media Remote running on an Acer Aspire Revo R3600

The nettop will now wake up from sleep perfectly after following the instructions below:

(2010-11-30, 19:15)Shadow_Mx Wrote: I got resume from standby to work with Maverick and latest linux kernel by doing this:

dmesg | grep mceusb
Code:
[   17.403131] mceusb [b]2-5[/b]:1.0: Registered Philips eHome Infrared Transceiver on usb3:2

Take note of:
mceusb 2-5

cat /proc/bus/input/devices

And look for your the entry with your remote information:

Code:
I: Bus=0003 Vendor=15c2 Product=0038 Version=0001
N: Name="iMON Remote (15c2:0038)"
P: Phys=usb-0000:00:0b.0-6/input0
S: Sysfs=/devices/pci0000:00/0000:00:0b.0/usb2/2-5/2-6:1.0/rc/rc0/input5
U: Uniq=
H: Handlers=kbd mouse1 [b]event5[/b]
B: EV=100007
B: KEY=fff 0 0 400000 108c0320 2d50082 0 0 30000 4 119000 4196 14100801 809e1680 0 2000000 10004002
B: REL=103

Take note of:
Handlers= ... event5

Then do
sudo dpkg-reconfigure lirc

And select:
Linux input layer (/dev/input/event5) << replace #
IR transmitter select "none"

Reboot, and run:
sudo dpkg-reconfigure lirc
Select the proper remote again (MCE remote in my case)

And last, I edited my /etc/rc.local to include:
echo "USB0" > /proc/acpi/wakeup
echo "SMB0" > /proc/acpi/wakeup
echo enabled > /sys/bus/usb/devices/2-5/power/wakeup

Just replace my 2-5 with your set up.

For me:

mceusb2-4
Handlers= event2

Thanks a lot Shadow_Mx Smile
XBMC / Kodi user since 2004, My Kodi devices:

Main: (2010 - Present) - Acer Aspire Revo R3600 - Running 17.0 Krypton (XBMCbuntu)
Old: (2004-2010) - Xbox with Xecuter X3 Modchip + LCD Screen, Running 8.10 Atlantis

Storage: 32TB Custom Built Home Server
Reply
(2010-11-30, 19:15)Shadow_Mx Wrote: Then do
sudo dpkg-reconfigure lirc

And select:
Linux input layer (/dev/input/event5) << replace #
IR transmitter select "none"

Reboot, and run:
sudo dpkg-reconfigure lirc
Select the proper remote again (MCE remote in my case)

And last, I edited my /etc/rc.local to include:
echo "USB0" > /proc/acpi/wakeup
echo "SMB0" > /proc/acpi/wakeup
echo enabled > /sys/bus/usb/devices/2-5/power/wakeup

Just replace my 2-5 with your set up.

Great to find a thread with a solution to my problem (Thanks Shadow_Mx)

Unfortunately I am very lacking in knowledge in these things and am struggling with the advice.

When I run:

sudo dpkg-reconfigure lirc

Under the first page "Configuring lirc" the closest option for Remote Control Configuration is

Linux input layer (/dev/input/eventX)

How do you input your own event name into this?
Reply
Uh oh, pressed enter on:

"Linux input layer (/dev/input/eventX)"

Then escaped keyed my way out. Now the remote does nothing at all, USB keyboard works fine though.
Reply
Any help is much appreciated, no resume from standby was annoying but no remote is a real killer.
Reply
(2012-04-03, 18:48)sibeer Wrote: Any help is much appreciated, no resume from standby was annoying but no remote is a real killer.

I think you can just continue with the following that Shadow_Mx wrote:
Reboot, and run:
sudo dpkg-reconfigure lirc
Select the proper remote again (MCE remote in my case)

And last, I edited my /etc/rc.local to include:
echo "USB0" > /proc/acpi/wakeup
echo "SMB0" > /proc/acpi/wakeup
echo enabled > /sys/bus/usb/devices/2-5/power/wakeup

Just replace my 2-5 with your set up.
Reply
Tried that with no joy when first killed it, though may have done it wrong. Will have another go when I get home from work.
Reply
Worked for me, many thanks.
Reply
I found this and it worked for me:
http://geekparadise.de/2012/01/usb-wakeu...ktivieren/
Platforms: macOS - iOS - OSMC
co-author: Red Bull TV add-on
Reply
  • 1
  • 10
  • 11
  • 12
  • 13
  • 14(current)

Logout Mark Read Team Forum Stats Members Help
No resume form standby with vista remote after 2.6.32-23 #37 Kernel version0