You are not logged in.

#1 2011-05-25 14:18:14

WladyX
Member
Registered: 2008-10-26
Posts: 43

Wake on Lan on r8169 not working

I have an onboard realtek ethernet card and wol is not working anymore, it used to worked at some point...
Arch is uptodate.

lspci |grep -i eth
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)


cat /etc/rc.local /etc/rc.local.shutdown
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#
#for vc in /dev/vc/*; do /usr/bin/setleds -D +num < "$vc"; done
#ntpdate -t 5 ro.pool.ntp.org

. /etc/rc.conf
. /etc/rc.d/functions
# Setup WOL for next boot
stat_busy "Setting WOL to Active"
/usr/sbin/ethtool -s eth0 wol g
stat_done
#!/bin/bash
#
# /etc/rc.local.shutdown: Local shutdown script.
#

/usr/sbin/vpnc-disconnect

. /etc/rc.conf
. /etc/rc.d/functions
# Setup WOL for next boot
stat_busy "Setting WOL to Active"
/usr/sbin/ethtool -s eth0 wol g
stat_done

Any ideeas?
Thanks.

Offline

#2 2011-05-28 05:27:47

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

Forgot to mention i use NetworkManager.

Offline

#3 2011-08-11 10:08:29

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

Upgrading to kernel 3.0 didn't help either.
Any suggestions would be apreciated,
Thanks.

Offline

#4 2011-08-11 10:47:09

gymka
Member
From: Lithuania
Registered: 2011-04-29
Posts: 40
Website

Re: Wake on Lan on r8169 not working

tried https://wiki.archlinux.org/index.php/Co … _WOL_issue ?

there is edit option, you don't need to write 3 posts...

Last edited by gymka (2011-08-11 10:47:27)

Offline

#5 2011-08-12 06:08:10

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

In windows wol is enabled and working, when i shutdown from windows the wol works as expected.
Thanks.

Last edited by WladyX (2011-08-12 12:45:17)

Offline

#6 2011-09-20 23:29:11

milasch
Member
From: Toronto, ON
Registered: 2009-05-21
Posts: 100

Re: Wake on Lan on r8169 not working

Did you ever solve your issue? I'm trying to make mine work and the WOL wiki didn't help much. The /sys/.../wake-up-on-lan or something keeps being set as "disabled".

Offline

#7 2011-09-21 00:20:56

milasch
Member
From: Toronto, ON
Registered: 2009-05-21
Posts: 100

Re: Wake on Lan on r8169 not working

OK, gonna write my own post.

Offline

#8 2011-09-21 14:08:21

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

Nope, didn't solve it.

Offline

#9 2011-09-21 17:43:55

ph0tios
Member
Registered: 2008-02-23
Posts: 126

Re: Wake on Lan on r8169 not working

Have you tried using the r8168 module? It's in AUR.

Offline

#10 2011-09-25 19:17:13

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

Thanks for the reply,
Just tried it, still no luck, rebooting into Windows and shuting down works, rebooting into Arch and halting doesn't work.
Any other suggestions?

Offline

#11 2011-09-26 05:25:37

pielas
Member
Registered: 2011-08-27
Posts: 10

Re: Wake on Lan on r8169 not working

Maybe you didn't load it correctly? I have manually downloaded this driver and everything works fine with realtek 8168, but I had to gzip it and run depmod to get it working. I see that this PKGBUILD don't gzip it so try to do it manually and after that run "depmod -a".

Offline

#12 2011-09-26 05:57:10

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

I installed it from AUR, blacklisted r8169 and rebooted, after reboot i did a lsmod|grep r81 and only r8168 was loaded, do you still think i should gzip it?
Thanks.

Last edited by WladyX (2011-09-26 05:57:28)

Offline

#13 2011-09-26 12:12:28

pielas
Member
Registered: 2011-08-27
Posts: 10

Re: Wake on Lan on r8169 not working

Probably no, if your kernel loads it without problems

Offline

#14 2011-09-29 16:56:34

Dizzy1
Member
Registered: 2011-04-16
Posts: 13

Re: Wake on Lan on r8169 not working

Was the module initially blacklisted in /etc/modprobe.d/blacklist_net.conf? Mine got blacklisted after an update and it took a while for me to find that.

Offline

#15 2011-10-01 10:05:50

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: Wake on Lan on r8169 not working

No, only r8169, which i blacklisted by hand:
cat /etc/modprobe.d/*|grep r81
blacklist r8169

Offline

Board footer

Powered by FluxBB