eragonsvk
Posts: 2
Joined: Fri Jan 05, 2018 9:55 am

WoL

Fri Jan 05, 2018 10:03 am

So, I need a WoL, but I can't connect Raspberry Pi or my laptop to my router. Is there any way how to do WoL with laptop, lan cable and Raspberry Pi? (laptop <=LAN Cable=> Raspberry)

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: WoL

Fri Jan 05, 2018 11:24 am

eragonsvk wrote:
Fri Jan 05, 2018 10:03 am
So, I need a WoL, but I can't connect Raspberry Pi or my laptop to my router. Is there any way how to do WoL with laptop, lan cable and Raspberry Pi? (laptop <=LAN Cable=> Raspberry)

The Raspberry Pi does not have Wake on Lan capability.


Though it is feasible with RPi 2Bv1.2 & 3B to undertake a Network Boot from a "Server"
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
thagrol
Posts: 3178
Joined: Fri Jan 13, 2012 4:41 pm
Location: Darkest Somerset, UK
Contact: Website

Re: WoL

Fri Jan 05, 2018 1:11 pm

Depends on which machine you want to wake. As fruitoftheloom says you can't use WOL to wake a Pi but a Pi can send WOL packets to wake other PCs.

Google for etherwake
Arguing with strangers on the internet since 1993.

eragonsvk
Posts: 2
Joined: Fri Jan 05, 2018 9:55 am

Re: WoL

Fri Jan 05, 2018 9:39 pm

So, sorry for not specifying the machine I want to wake. I want to wake my laptop

fruitoftheloom
Posts: 23548
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: WoL

Fri Jan 05, 2018 10:04 pm

eragonsvk wrote:
Fri Jan 05, 2018 9:39 pm
So, sorry for not specifying the machine I want to wake. I want to wake my laptop

Does your Laptop support wake on lan in the BIOS, if so just plug an ethernet cable between your Laptop and Raspberry Pi and in Raspbian OS:

Code: Select all

sudo apt-get update
sudo apt-get install wakeonlan


https://packages.debian.org/stretch/wakeonlan

https://wiki.debian.org/WakeOnLan
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Return to “Other projects”