XBMC Community Forum
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)

Pages: 1 2 3 4


- 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.

I tried to switch using the option "use computer mac address" and then I could not get on the internet anymore.

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 g
[sudo] password for xbmc:
xbmc@xbmc-desktop:~$ sudo ethtool eth0
Settings for eth0:
    Supported ports: [ MII ]
    Supported link modes:   10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Full
    Supports auto-negotiation: Yes
    Advertised link modes:  10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Full
    Advertised auto-negotiation: Yes
    Speed: 100Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 1
    Transceiver: external
    Auto-negotiation: on
    Supports Wake-on: g
    Wake-on: g
    Link detected: yes
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
xbmc@xbmc-desktop:~$

so what in the heckConfused Im confused.


- gabbott - 2010-06-02 06:31

rflores2323 Wrote: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 g
[sudo] password for xbmc:
xbmc@xbmc-desktop:~$ sudo ethtool eth0
Settings for eth0:
    Supported ports: [ MII ]
    Supported link modes:   10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Full
    Supports auto-negotiation: Yes
    Advertised link modes:  10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
                            1000baseT/Full
    Advertised auto-negotiation: Yes
    Speed: 100Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 1
    Transceiver: external
    Auto-negotiation: on
    Supports Wake-on: g
    Wake-on: g
    Link detected: yes
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
xbmc@xbmc-desktop:~$

so what in the heckConfused Im confused.


So your output:

Code:
Supports Wake-on: g
    Wake-on: g

Is 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:

Code:
Supports Wake-on: g
    Wake-on: g

Is 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.

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