Motherboard Forums


Reply
Thread Tools Display Modes

How to configure WOL

 
 





















Das
Guest
Posts: n/a

 
      03-04-2005, 12:59 PM


Hi,

Can anyone tell me how I can configure and test the Wake on Lan function on
an Abit AV8 motherboard.

Jumper settings, bios settings etc....

Im using a seperate computer connected via a cross over cable to do my
testing so there are no routers in the way.

Thanks Das


 
Reply With Quote
 
ekkard gerlach
Guest
Posts: n/a

 
      03-08-2005, 12:38 AM
Das wrote:
> Hi,
>
> Can anyone tell me how I can configure and test the Wake on Lan function on
> an Abit AV8 motherboard.
>
> Jumper settings, bios settings etc....

no .. no jumpers ... but software: with linux you call ethtool:
ethtool -s eth0 wol g
Then the NIC is configured to turn on the PC if it recognises a
magic packet. But listen: if the PC is turned completely off by
turning off even 3V then the NIC looes the wake on LAN functionality.
e.g. after a current blackout you can't wake up your PC.

Ekkard
 
Reply With Quote
 
Das
Guest
Posts: n/a

 
      03-08-2005, 06:44 PM
Is there any similar software for windows XP?

Darryl

"ekkard gerlach" <> wrote in message
news:...

> no .. no jumpers ... but software: with linux you call ethtool:
> ethtool -s eth0 wol g
> Then the NIC is configured to turn on the PC if it recognises a
> magic packet. But listen: if the PC is turned completely off by
> turning off even 3V then the NIC looes the wake on LAN functionality.
> e.g. after a current blackout you can't wake up your PC.
>
> Ekkard



 
Reply With Quote
 
- HAL9000
Guest
Posts: n/a

 
      03-09-2005, 03:31 AM
Have you tried:

start-> control panel -> system -> Hardware -> device manager ->
network adapters -> power management -> allow this device to bring the
computer out of standby

Forrest

Motherboard Help By HAL web site:
http://home.comcast.net/~mobo.help/


On Tue, 08 Mar 2005 18:44:54 GMT, "Das" <>
wrote:

>Is there any similar software for windows XP?
>
>Darryl
>

< snip >

 
Reply With Quote
 
Das
Guest
Posts: n/a

 
      03-09-2005, 01:11 PM
Ive tried using the XP soloution below but using this soloution it appears
that any traffic sent to the computers IP address wakes the computer up,
this is causing the computer to wake up even when I don't try to talk to it,
possibly due to microsoft's file and print sharing.

Additionaly the computer looses it IP when it is shutdown so it must be in
standby or hibernate mode for me to be able to wake it up.
Should I be able to wake it up even when it has been shutdown completely
providing the motherboard and network cards are still powered? ps. I
couldn;t get the magic packet to wake the computer up what ever mode it was
in.
Could my router be blocking the UDP packets for the wakeup signal? I have a
WRT54G Broadband Router. All PCs are connected on the interal ports of this
router.


My set up is as follows:
Abit A8 motherboard with onboard LAN (inc WOL support)
Internal lan it managed using a Linksys WRT54G Wireless router
Another PC without WOL support is being used to send the magic packet. Im
using a tool I got from http://www.matcode.com/wol.htm to send the packet

"- HAL9000" <> wrote in message
news:...
> Have you tried:
>
> start-> control panel -> system -> Hardware -> device manager ->
> network adapters -> power management -> allow this device to bring the
> computer out of standby
>
> Forrest
>
> Motherboard Help By HAL web site:
> http://home.comcast.net/~mobo.help/
>



 
Reply With Quote
 
- HAL9000
Guest
Posts: n/a

 
      03-09-2005, 07:29 PM
I've not used wol before so the mechanics and details are unfamiliar
to me. A couple of comments though. Ethernet (LAN) transmit and
receive on a "lower layer" then TCP & UDP. That is, I wouldn't think
that a LAN message would pass through a router. A router handles IP
(layer 3). Magic packets occur at layer 2. TCP and UDP is layer 4.
A magic packet might get through a "switch" (as opposed to a router)
if the switch was configured to do so.

So I would suspect your router is the problem. If there is someway to
pass layer 2 broadcast packets through it then that should be a
solution. Hope that helps in some way...

Forrest

Motherboard Help By HAL web site:
http://home.comcast.net/~mobo.help/


On Wed, 09 Mar 2005 13:11:26 GMT, "Das" <>
wrote:

>Ive tried using the XP soloution below but using this soloution it appears
>that any traffic sent to the computers IP address wakes the computer up,
>this is causing the computer to wake up even when I don't try to talk to it,
>possibly due to microsoft's file and print sharing.
>
>Additionaly the computer looses it IP when it is shutdown so it must be in
>standby or hibernate mode for me to be able to wake it up.
>Should I be able to wake it up even when it has been shutdown completely
>providing the motherboard and network cards are still powered? ps. I
>couldn;t get the magic packet to wake the computer up what ever mode it was
>in.
>Could my router be blocking the UDP packets for the wakeup signal? I have a
>WRT54G Broadband Router. All PCs are connected on the interal ports of this
>router.
>
>
>My set up is as follows:
> Abit A8 motherboard with onboard LAN (inc WOL support)
> Internal lan it managed using a Linksys WRT54G Wireless router
> Another PC without WOL support is being used to send the magic packet. Im
>using a tool I got from http://www.matcode.com/wol.htm to send the packet
>

< snip >

 
Reply With Quote
 
Preferred Customer
Guest
Posts: n/a

 
      03-11-2005, 03:37 AM
Try going to this page http://www.gknw.com/wol.html and download
wol_32.zip . This will send a wakeup packet based on mac address not
IP. You can get the mac address from your routers config page. With
this utility you should be able to wake up a turned off computer as
long as wol is configured in the bios and the power supply is turned
on, at least it works for me. Good luck.

Mike


On Wed, 09 Mar 2005 13:29:10 -0600, - HAL9000 <> wrote:

>I've not used wol before so the mechanics and details are unfamiliar
>to me. A couple of comments though. Ethernet (LAN) transmit and
>receive on a "lower layer" then TCP & UDP. That is, I wouldn't think
>that a LAN message would pass through a router. A router handles IP
>(layer 3). Magic packets occur at layer 2. TCP and UDP is layer 4.
>A magic packet might get through a "switch" (as opposed to a router)
>if the switch was configured to do so.
>
>So I would suspect your router is the problem. If there is someway to
>pass layer 2 broadcast packets through it then that should be a
>solution. Hope that helps in some way...
>
>Forrest
>
>Motherboard Help By HAL web site:
>http://home.comcast.net/~mobo.help/
>
>
>On Wed, 09 Mar 2005 13:11:26 GMT, "Das" <>
>wrote:
>
>>Ive tried using the XP soloution below but using this soloution it appears
>>that any traffic sent to the computers IP address wakes the computer up,
>>this is causing the computer to wake up even when I don't try to talk to it,
>>possibly due to microsoft's file and print sharing.
>>
>>Additionaly the computer looses it IP when it is shutdown so it must be in
>>standby or hibernate mode for me to be able to wake it up.
>>Should I be able to wake it up even when it has been shutdown completely
>>providing the motherboard and network cards are still powered? ps. I
>>couldn;t get the magic packet to wake the computer up what ever mode it was
>>in.
>>Could my router be blocking the UDP packets for the wakeup signal? I have a
>>WRT54G Broadband Router. All PCs are connected on the interal ports of this
>>router.
>>
>>
>>My set up is as follows:
>> Abit A8 motherboard with onboard LAN (inc WOL support)
>> Internal lan it managed using a Linksys WRT54G Wireless router
>> Another PC without WOL support is being used to send the magic packet. Im
>>using a tool I got from http://www.matcode.com/wol.htm to send the packet
>>

> < snip >


 
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't figure out how to configure RAID with P6T6 WS Revolution Kelly Beard Asus 3 01-26-2009 02:36 AM
Configure bios through serial port calin.turbatu@gmail.com Gigabyte 0 10-21-2008 12:40 PM
Windows cannot configure this wireless connection ? Ron Hardin Dell 5 06-13-2007 10:37 PM
how to configure P5WD2-E PREMIUM timO' Asus 0 03-04-2007 11:05 PM
how to configure bios to boot from dvd-rom? Dave Programmer Dell 16 02-04-2007 01:22 AM


All times are GMT. The time now is 12:57 AM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43