A8N-SLI Deluxe and linux - anybody got wake on LAN working?

  • Thread starter Thread starter jwk
  • Start date Start date
J

jwk

I'm having trouble getting wake on LAN to work in linux.

This is my situation:

linux-2.6.13-rc1-mm1 on both machines
full-duplex 1000 mbit switch
A8N-SLI Deluxe bios version 1006 (1011 doesn't shutdown the machine
properly...)
the A8N-SLI Deluxe is connected via the forcedeth network card.

wake-on-lan with

etherwake -i eth0 <MAC-address of forcedeth port)

doesn't work. Neither does

etherwake b -i eth0 <MAC-address of forcedeth port)

However, and this is the strange part, if I unplug the cable on the
A8N-SLI Deluxe, it starts. So I know the motherboard is capable of
waking up and I think my BIOS settings are OK, it's just that it
doesn't when I send it the magic packet.

If it works for you, what BIOS are you at and what settings in the BIOS
do you think make it work?

Thanks,
Jurriaan
 
From: jwk said:
I'm having trouble getting wake on LAN to work in linux.

This is my situation:

linux-2.6.13-rc1-mm1 on both machines
full-duplex 1000 mbit switch
A8N-SLI Deluxe bios version 1006 (1011 doesn't shutdown the machine
properly...)
the A8N-SLI Deluxe is connected via the forcedeth network card.

wake-on-lan with

etherwake -i eth0 <MAC-address of forcedeth port)

doesn't work. Neither does

etherwake b -i eth0 <MAC-address of forcedeth port)

However, and this is the strange part, if I unplug the cable on the
A8N-SLI Deluxe, it starts. So I know the motherboard is capable of
waking up and I think my BIOS settings are OK, it's just that it
doesn't when I send it the magic packet.

If it works for you, what BIOS are you at and what settings in the BIOS
do you think make it work?

For the record, it seems that this is something in the cards firmware,
which you turn on by

ethtool -s eth0 wol g

Just in case anybody uses google and find this thread.

Jurriaan
 
Back
Top