Results 1 to 9 of 9

Thread: WOL issue following upgrade to 10.10

  1. #1
    Join Date
    Jan 2008
    Beans
    12
    Distro
    Ubuntu 10.10 Maverick Meerkat

    WOL issue following upgrade to 10.10

    Hi,

    Since I have upgraded from 10.04 to 10.10, my computer wont boot using WOL anymore. Ive been booting this comp for years and many ubuntu distro using WOL but this time it ain't working anymore and i'm stuck.

    I followed this thread without succcess:
    http://ubuntuforums.org/showthread.php?t=234588&page=3

    Here's what I can confirm:

    1) My BIOS is configured ok (worked before and I doubled-check)
    2) NIC interface LED is light up when PC is shutdown
    3) My NIC card (eth0) does support WOL and seems to be well configure using the script provided in the thread:

    sudo ethtool eth0
    ...
    Supports Wake-on: pg
    Wake-on: g
    ...

    4) I doubled-check with Wireshark, I do get the magic-packet has I used to.


    Recap:
    - This worked well before 10.10
    - The only config I had while using 10.04 was the following line in my rc.local file: ethtool -s eth0 wol g
    - Since 10.10 and many trys to fix this, i'm stuck.

    Thx for your help.
    Any HINT could be helpfull.
    Last edited by SiO-Buntu; October 16th, 2010 at 05:44 PM. Reason: miss spell

  2. #2
    Join Date
    Feb 2007
    Beans
    2

    Re: WOL issue following upgrade to 10.10

    Did you solve this issue? I have the same problem.

    sudo ethtool eth0 | grep Wake
    Supports Wake-on: pumbag
    Wake-on: g


    sudo acpitool -w
    Device S-state Status Sysfs node
    ---------------------------------------
    1. SLPB S4 *enabled
    2. P32 S4 *disabled pci:0000:00:1e.0
    3. ILAN S4 *disabled pci:0000:00:19.0


    sudo acpitool -W 3
    Segmentation fault


    Something ain't right...

  3. #3
    Join Date
    Dec 2010
    Beans
    5

    Re: WOL issue following upgrade to 10.10

    hello,

    i have the same problem as well i upgraded from 10.04 to 10.10 and the wol was working but stopped 2 days ago - i didn't change anything except some updates from packages...

    i was using the /etc/rc.local as well and was working great but now if i do the 'shutdown -h now' the system goes down and on my switch i can see that one led stays active and if i do the 'wakeonlan <mac>' command from my other 10.04. lts box it will not wake up this maschine anymore even if the network card is still alive and the link signal is on...

    this looks like that we 3 do have the same issue any help would be great.

    thanks
    holli

  4. #4
    Join Date
    Jul 2007
    Beans
    4

    Re: WOL issue following upgrade to 10.10

    Same Problem for me ... except that I haven't switch to 10.10. Just doing normal update/upgrade in LucidLynx.

    The line : ethtool -s eth0 wol g in /etc/rc.local doesn't seems to work anymore.

    If I activate "manually" the option g for wakeonlan with

    Code:
    sudo ethtool -s eth0 wol g
    I can halt and boot only once with wakeonlan. So it's obviously not an hardware or BIOS issue. But the second time I halt my computer I can't wake it up remotely anymore ...

    Very annoying issue.

    I try to :

    - add NETDOWN=no in /etc/default/halt
    - Edit /etc/init.d/halt

    but nothing works.

  5. #5
    Join Date
    Mar 2011
    Beans
    1

    Re: WOL issue following upgrade to 10.10

    Hi,
    This worked for me
    To make it persistant after boots etc. add following lines to /etc/network/interfaces
    post-up /sbin/ethtool –s eth0 wol g
    post-down /sbin/ethtool –s eth0 wol g

    to find if /sbin/ethtool is the right path:
    which ethtool

    to install ethtool and wol:
    sudo apt-get install ethtool wakeonlan

  6. #6
    Join Date
    Jun 2008
    Beans
    10

    Re: WOL issue following upgrade to 10.10

    I got the same problem, except that I upgraded to ubuntu natty. 2 Pcs both were working fine with wakeonlan and now both aren't working anymore.

    Anybody got an idea?

    I tried the above mentioned code but it didn't work.

  7. #7
    Join Date
    May 2008
    Beans
    2

    Re: WOL issue following upgrade to 10.10

    I have the same problem after upgrading from maverick to natty. What looks very strange to me is that the other box I upgraded is working.

    I'm using the /etc/init.d/rc.local trick on both. No need to say WOL is enabled in BIOS as it perfectly worked before upgrading.

    Some consideration:
    • the working box is an old AthonXP (Ubuntu 11.04 i386) whereas the non-working one is a more recente AMD X2 (Ubuntu 11.04 amd64)
    • the working box has a separate PCI ethernet card, the other has an onboard device
    • ethtool on the non-working box shows "PHYAD: 0" (which I read somewhere is not very good)


    Any idea? Could this be a kernel/driver issue?
    Last edited by wallyweek; May 3rd, 2011 at 11:07 AM.

  8. #8
    Join Date
    Mar 2006
    Beans
    21

    Re: WOL issue following upgrade to 10.10

    Same problem here. No wakey from S5 (shutdown). Worked fine in Lucid. Works fine in Win 7. I'm using the marvell gigabit ethernet built-in to my asus mobo:

    05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 15)


    I've tried everything, even using the linux driver from marvell's website. ethtool settings, etc.

    Ubuntu hates us.

  9. #9
    Join Date
    Oct 2009
    Beans
    6

    Re: WOL issue following upgrade to 10.10

    Hi,

    Did anyone know how to fix this? I've upgraded to 11.10 and I cannot for the life of me get WOL to work.

    The lights stay on the ethernet card and router but it will not wait when sent the magic packet, the box has worked before so I know the hardware supports this.

    It's driving me slightly mad so would be most grateful if anyone has any ideas!

    Thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •