You are not logged in.

#1 2010-06-06 21:02:26

Demon
Member
From: Republic of Srpska, BA
Registered: 2008-03-02
Posts: 246

Wake On Line not working on RTL8139

Hello. I've done everything I can, it simply wont work.

So, if somebody has a second thought, please share it with me! smile

Here's what I have up to now:

mladen ~  $  cat /proc/acpi/wakeup                                                                   
Device  S-state   Status   Sysfs node
P0P4      S4     enabled   pci:0000:00:1e.0
MC97      S4     disabled 
USB1      S4     disabled  pci:0000:00:1d.0
USB2      S4     disabled  pci:0000:00:1d.1
USB3      S4     disabled  pci:0000:00:1d.2
USB4      S4     disabled  pci:0000:00:1d.3
EUSB      S4     disabled  pci:0000:00:1d.7
PS2K      S4     disabled  pnp:00:0b
PS2M      S4     disabled  pnp:00:0c
UAR1      S4     disabled  pnp:00:0d
ILAN      S4     enabled

mladen ~  $  cat /sys/class/net/eth0/device/power/wakeup
enabled

mladen ~  $  cat /etc/rc.local
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#

echo "ILAN" > /proc/acpi/wakeup
echo "P0P4" > /proc/acpi/wakeup
echo enabled > /sys/class/net/eth0/device/power/wakeup
. /etc/rc.d/functions
# Setup WOL for next boot
stat_busy "Setting WOL to Active"
/usr/sbin/ethtool -s eth0 wol g
stat_done

I have opened both 7 and 9 ports on my router. Motherboard is ASUS P4P800 S-X, I think I have set its BIOS correctly. One think that makes me wonder is why the LED indicators on the LAN connector aren't on when I turn off the computer or suspend it to RAM? I have seen on other computers if the power is on the network connector LED indicators are on if the cable is plugged in, apparently it's not the case on my computer. Could this be the problem?

Last edited by Demon (2010-06-06 21:04:13)

Offline

Board footer

Powered by FluxBB