Is it possible to turn on my Revo remotley?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mobious Offline
Donor
Posts: 410
Joined: Dec 2009
Reputation: 0
Post: #11
Thanks for the info man, can't wait to try it out.
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #12
can someone possibly help me as I cannot get WOL to work.

Went into BIOS under power management and enabled WOL

I have used this guide to set up. HOWTO: Set your system up for Wake On LAN (WOL

my ipconfig is

Quote:xbmc@xbmc-desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 90:fb:a6:2c:b2:1f
inet addr:192.168.1.11 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::92fb:a6ff:fe2c:b21f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3432 errors:0 dropped:0 overruns:0 frame:0
TX packets:3621 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1096890 (1.0 MB) TX bytes:762787 (762.7 KB)
Interrupt:23 Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:512 errors:0 dropped:0 overruns:0 frame:0
TX packets:512 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:33814 (33.8 KB) TX bytes:33814 (33.8 KB)

wlan0 Link encap:Ethernet HWaddr 90:4c:e5:4e:0d:cb
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wmaster0 Link encap:UNSPEC HWaddr 90-4C-E5-4E-0D-CB-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

I put the script as
Code:
#!/bin/bash
ethtool -s eth0 wol g
exit


I got to the last set where it says enter in the terminal
Code:
/etc/init.d/wakeonlanconfig

and it does not show an error


Tried to suspend the system and then use WAKEONLANEx2 from a windows xp pc to wake it up (same network) and nothing happens.

Whats weird is that it will not take my MAC address (HWaddr 90:fb:a6:2c:b2:1f ) for eth0 as it says its invalid. It will however take the MAC Address wmaster0 address 90-4C-E5-4E-0D-CB and it shows that it sends out a packet however it does not wake up my htpc.

I tried to change the script from

Code:
ethtool -s eth0 wol g

to

Code:
ethtool -s wmaster0 wol g

and it gives me an error message saying

Quote:root@xbmc-desktop:/etc/init.d# /etc/init.d/wakeonlanconfig
Cannot get current wake-on-lan settings: Operation not supported
not setting wol

I then tried to follow this guide HOW-TO set up Wake-On-Lan (Ubuntu) and followed those steps also still nothing. I deleted this script however as it did nothing and didnt want to have two scripts that might be interfering with each other.

How can I check that the magic packs are being received by the computer? I think it has something to do with the MAC address but Im a linux noob and gettng kinda lost now, ANY help would be much appreciated.

I also have a another linux computer hooked up on the network to test however I want to WOL via the internet incase I am traveling and need to wake up my htpc.

Can anyone please help me as I think I have the scrips installed and Im just not doing something simple like configuring the magic packs correctly to send the information.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

(This post was last modified: 2010-05-30 20:37 by rflores2323.)
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #13
Any help?

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #14
I'm a little baffled by your post. As far as I know WOL is purely a hardware system and you shouldn't need any fiddling with the OS. You just enable it in the BIOS, and the only other thing you need is the target MAC address. Assuming you're connected through the ethernet cable (not the wireless) the MAC address you need is 90:fb:a6:2c:b2:1f.

To test it try using wolcmd (http://www.depicus.com/wake-on-lan/wake-on-lan-cmd.aspx) because I use this and I know it works. Shut down the Revo and check the light is still lit on the ethernet port, then go to the Windows PC and use:

wolcmd 90:fb:a6:2c:b2:1f 255.255.255.255 255.255.255.255

and the Revo should turn on.

JR
find quote
gabbott Offline
Team-XBMC Member
Posts: 1,547
Joined: Jul 2007
Reputation: 26
Post: #15
jhsrennie Wrote:I'm a little baffled by your post. As far as I know WOL is purely a hardware system and you shouldn't need any fiddling with the OS. You just enable it in the BIOS, and the only other thing you need is the target MAC address. Assuming you're connected through the ethernet cable (not the wireless) the MAC address you need is 90:fb:a6:2c:b2:1f.

True you have to enable it in the BIOS, but you also have to configure the Ethernet interface within linux to support it, otherwise it doesn't work.
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #16
gabbott Wrote:True you have to enable it in the BIOS, but you also have to configure the Ethernet interface within linux to support it, otherwise it doesn't work.

so what am I doing wrong? I think its my mac address on the eth0 being different. has anyone got a solution or some suggestions on this? should I try to change my mac address? can this be done?


jhsrennie- i will try that software and see if it works.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
LurkAzusa Offline
Junior Member
Posts: 12
Joined: Jan 2010
Reputation: 0
Post: #17
Do you have ethtool installed? Be sure to do that first.

I followed the Manual installation method here:
http://ubuntuforums.org/showthread.php?t=234588
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #18
well I checked my router and it gives me three options for a router MAC address

use default address (currently on this option)
use computer mac address
use this mac address

so should I change this to use computer mac address? maybe that is my problem that the magic packs are not being received by my pc as the router is stopping it before it gets to the PC hardware.

my router is a netgear WNDR3300.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #19
LurkAzusa Wrote:Do you have ethtool installed? Be sure to do that first.

I followed the Manual installation method here:
http://ubuntuforums.org/showthread.php?t=234588

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.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #20
Help anyone.

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote