0
0

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 1 year has passed since last update.

Jetson Nano で電源ボタンOFFができなくなった件

Posted at

電源ボタン OFF とは

Jetson Nano には電源ボタンがないが、ショートさせることで電源ボタンとして機能するピンが存在する。
参考:
電源ボタンを追加-Jetson Nano
「Jetson Nano」を“まとも”に使えるようにする

電力を供給した状態でボタンを押すと電源が ON され、起動中に押すとシャットダウンされる。
正確には実行する行動を尋ねてきたのち、十数秒後に自動でシャットダウンされる。

起きたこと

ある日電源ボタンを押してもメッセージが出るだけでシャットダウンされない状態になってしまった。

原因と解決策

TeamViewerをインストールしたことによって、自動シャットダウンができなくなった模様。
以下のコマンドで TeamViewer を削除すると、正常に戻った。

dpkg -r teamviewer-host

最後に

私はこれで一日溶かしたので、どなたかの参考になれば。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?