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 3 years have passed since last update.

Rapsberry Pi4 覚書

Posted at

Rapsberry Pi4

Model B 4Gbyte版
8Gbyte版が出たのを知らずに買いました。残念。
OSは RPASBERRY PI OS(32-BIT)
Rapsberry Pi Imager v1.4で一番上に出てくるヤツ。

無線lanのIPアドレスの固定化

Windows10からリモートデスクトップで接続したいので、IPアドレスを固定に変更。
GUIで楽々設定と思って画面右上のWi-Fiアイコンから変更したけれど、なぜか外に出られなくて困った。
どうやら設定ファイルの記述がダメだったみたい。

触るファイル

GUIで設定した後、CUIで書き換え。

/etc/dpcpcd.conf
...前略
interface wlan0
static ip_address=192.168.3.14/24
...後略

リモートデスクトップ

Windows10からはデフォルトのリモートデスクトップで接続したい。
最新になっているか確認した後、xrdpをインストールしてサービス開始。

$ sudo apt update
$ sudo apt-get install xrdp
$ sudo service xrdp restart

画面サイズの確認

GUIで画面サイズの確認方法がわからなかったので。

$ tvservice -s
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?