LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-01-2010, 11:35 AM   #1
rflores2323
LQ Newbie
 
Registered: Feb 2010
Posts: 7

Rep: Reputation: 0
Acer revo 3610 (ubuntu 9.10)- WOL not working


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.

I think its the router MAC address that is stopping the magic packet from getting to my PC.

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

However when I use computer mac address I lose the internet (do I have to update and configure everything all over again in the basic router settings i.e. IP address, DNS servers, etc..) my router is a netgear WNDR3300

Last edited by rflores2323; 06-01-2010 at 11:48 AM.
 
Old 06-02-2010, 03:05 PM   #2
rflores2323
LQ Newbie
 
Registered: Feb 2010
Posts: 7

Original Poster
Rep: Reputation: 0
I have also forwarded my router to port 7.
 
Old 06-03-2010, 12:15 PM   #3
rflores2323
LQ Newbie
 
Registered: Feb 2010
Posts: 7

Original Poster
Rep: Reputation: 0
up for some help.
 
Old 12-26-2010, 05:30 AM   #4
lbt
LQ Newbie
 
Registered: Mar 2004
Location: UK
Distribution: Debian, Ubuntu, Mer
Posts: 3

Rep: Reputation: 2
Old post - but google found it : just to confirm this does work.

You need to run :
Code:
   ethtool -s eth0 wol g
on the acer to set the card to WoL - and in a couple of my machines this needs to be run *every* boot.

Then
Code:
   wakeonlan <MAC>
works from another machine on the same LAN.

Incidentally you can *only* run WoL from another machine on the same network - not from anywhere on the internet so you'll need at least one local machine running 24x7 that you can login to remotely.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow video on acer aspire 3610 (ubuntu 7.10) Ragnarok Warrior Linux - Laptop and Netbook 9 06-27-2009 02:06 AM
wlan install help acer aspire 3610 gayanasa Linux - Hardware 2 10-22-2008 02:41 PM
Resetting CMOS on acer Aspire 3610 series mrcheesypants Linux - Laptop and Netbook 1 04-28-2006 04:37 PM
x on acer aspire 3610 bjuhn Linux - Hardware 1 01-25-2006 07:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration