(2012-06-26 11:08)erhnam Wrote:(2012-06-25 19:17)d_hero Wrote: Finally MCE remote doesnt resume the box if I use the instructions ive always used. I had to follow this instructions to add a rule in this thread http://ubuntuforums.org/showthread.php?t=1968487
its great to have some of my issues sorted though!
Could you be more precise on what you did? This allows me to incorporate this into a next version.
I followed this instructions:
On my Mythbuntu and MCE remote setup:
Created a new rule:
Code:
sudo gedit /etc/udev/rules.d/90-mcewakeup.rulesEntered this in with the correct product and vendor id's (with the help of lsusb):
Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0471", ATTRS{idProduct}=="0815" RUN+="/bin/sh -c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"Edited one line in my grub (added "usbcore.autosuspend=-1 acpi_enforce_resources=lax"):
Code:
sudo gedit /etc/default/grubCode:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.autosuspend=-1 acpi_enforce_resources=lax"Then:
Code:
sudo update-grubThen after a reboot tested it and it worked.
The problem is that it relies on the vendor id and product id for each different usb receiver
(2012-06-26 11:07)erhnam Wrote:(2012-06-25 19:48)wsnipex Wrote: video calibration should already be fixed in the latest version of the testing ppa
@ernham, is the ppa enabled in your build or did you just add the xbmc package?
ppa is enabled. @all users; to upgrade; simply use the sudo apt-get update and sudo apt-get upgrade commands.
Which ppa do i use to update the build? or is it already in there? Im running the build from the first post with nvidia card, not ATI, but the only ppa i can find refers to ATI cards only?

Search
Help