13
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RaspberryPi 2でPCの遠隔起動をしてみる

Last updated at Posted at 2016-02-01

構成

  • クライアント(この場合電源をつけるPC):windows7
  • サーバ:rasberry-Pi2

サーバの準備

  • ラズパイにetherwakeってのをインストールする

$ apt-get install etherwake

以上

クライアント(この場合電源をつけるPC)

ipconfig /all

  • 表記は-でなく:なので変換しておく
  • xx-xx-xx-xx-xx-xx →xx:xx:xx:xx:xx:xx

実際に起動してみる

  • ラズパイよりコマンド発行する。

$ sudo etherwake xx:xx:xx:xx:xx:xx

  • コマンド発行した瞬間にファンがなるのが小気味良い
13
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?