![]() |
|
Is it possible to turn on my Revo remotley? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +--- Thread: Is it possible to turn on my Revo remotley? (/showthread.php?tid=73273) |
- jhsrennie - 2010-06-01 17:32 rflores2323 Wrote:Help anyone. Switch to Windows. The wake on lan just works without needing any messing around. Why WOL should have any interaction with the OS escapes me since it operates when the computer is powered off and therefore no OS is running. Perhaps the Linux NIC drivers disable WOL in some way that survives a power cycle. JR - vdrfan - 2010-06-01 17:41 Right, you'll have to enable it (for some reason) via ethtool. Search the forums and/or the wiki for detailed instructions. - rflores2323 - 2010-06-01 22:47 vdrfan Wrote:Right, you'll have to enable it (for some reason) via ethtool. Search the forums and/or the wiki for detailed instructions. it is enabled. - vdrfan - 2010-06-02 00:08 Given it's activated in BIOS and you're waking from the same network, it should work. No idea why it should fail. - gabbott - 2010-06-02 00:36 rflores2323 Wrote:I have ethtool installed already. also I am following the same guide. What is your output when you run 'ethtool eth0'? - rflores2323 - 2010-06-02 04:46 gabbott Wrote:What is your output when you run 'ethtool eth0'? well I thought it was enabled. my output shows below xbmc@xbmc-desktop:~$ ethtool eth0 Settings for eth0: Cannot get device settings: Operation not permitted Cannot get wake-on-lan settings: Operation not permitted Cannot get link status: Operation not permitted No data available have gone and enabled it as per below. Code: xbmc@xbmc-desktop:~$ sudo ethtool -s eth0 wol gso what in the heck Im confused.
- gabbott - 2010-06-02 06:31 rflores2323 Wrote:well I thought it was enabled. my output shows below So your output: Code: Supports Wake-on: gIs showing your NIC supports it and currently set for WOL via magic packet. Not sure why it wouldn't be working. Maybe hit up the Ubuntu forums. - rflores2323 - 2010-06-02 20:38 gabbott Wrote:So your output: man this is frustrating. I will go over to the ubuntu forums and see if anyone there can help me figure it out. Thanks again. - jawilljr - 2010-06-02 21:08 rflores2323 Wrote:man this is frustrating. I will go over to the ubuntu forums and see if anyone there can help me figure it out. Thanks again. Do you have port 7 forwarded in your router? If not then that is probably why it is not working. Jerry - rflores2323 - 2010-06-03 00:46 Yes i did forward that port |