網頁

2020年5月15日 星期五

Raspberry Pi 4 安裝

不要使用 NOBBS,直接下載 Raw Images 安裝
https://downloads.raspberrypi.org/raspbian_latest
下載 SD 卡寫入工具
http://sourceforge.net/projects/win32diskimager/

網路相關
參考 https://www.raspberrypi.com.tw/2152/setting-up-wifi-with-the-command-line/
$ iwconfig wlan0
$ sudo iwlist wlan0 scan
$ sudo ifdown wlan0
$ sudo ifup wlan0
$ sudo kill -9 $(ps -ef |grep wpa | awk '{print $2}')
$ sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
$sudo dhclient
/etc/dhcpcd.conf
/etc/wpa_supplicant/wap_supplicant.conf

network={
 ssid="foo"
 psk="yourpassword"
 proto=RSN
 key_mgmt=WPA-PSK
 pairwise=CCMP
 auth_alg=OPEN
}

/etc/wpa_supplicant/functions.sh
將 WPA_SUP_OPTIONS="$WPA_SUP_OPTI"ONS -D nl80211,wext
改成 WPA_SUP_OPTIONS="$WPA_SUP_OPTI"ONS -D wext,nl80211

工作列/滑鼠右鍵/Add/Remove Panel Items
選 Panel Applets/按 Add
選 CPU Temperature Monitor/按 Add
工作列出現 CPU 溫度顯示

工作列/時間/滑鼠右鍵/Digital Clock Settings
Clock Format: %Y/%m/%d %H:%M:%S

工具列/聲音/滑鼠右鍵
選擇 Analog | HDMI

1. 更新 /etc/apt/sources.list 底下的套件清單
$ sudo apt-get update
2. 比對套件清單決定是否更新,若有相依性問題則放棄
$ sudo apt-get upgrade
3. 處理新版本套件與相依性套件的衝突,並嘗試安裝/移除有問題的套件
$ sudo apt-get dist-upgrade
4. 刪除因相依性而安裝,但已經不使用的套件
$ sudo apt-get autoremove
5. 清除 /var/cache/apt/archives 的 .deb 套件檔
$ sudo apt-get autoclean
6. 更新核心和韌體到最新版(請備份ˇ)
$ sudo rpi-update

開始/Perferences/Raspberry Pi Configuration
點選 Interfaces
Enable SSH 和 VNC
重新開機
工具列/VNC/滑鼠右鍵/Options
Security/Authentication 選 VNC password
Users&Permissions/選 Standard user/按 Password
輸入 password
按OK
設定沒有接螢幕時的解析度
$ sudo raspi-config
7 Advanced Options
A5 Resolution
選擇預設的解析度
重新開機(會等很久,不要擔心)

$ sudo apt install xscreensaver
開始/Perferences/Screensaver 無法使用,改用下列命令
重新開機
$ xscreensaver-demo
Display Modes/Mode 選 Blank Screen Only

安裝SCIM輸入法
$ sudo apt-get install scim scim-tables-zh
安裝新酷音輸入法
$ sudo apt-get install scim-chewing
開始/Perferences/SCIM Input Method
FontEnd/Global Setup
按 Next input method 右邊的按鈕
按 ... 按鈕
按鍵盤左邊的 Shift
按 +
按 OK
IMEngine/Global Setup
取消簡體字和不需要的輸入法
按右下角的 箭頭按鈕
按 OK
開始/Perferences/Raspberry Pi Configuration
Localisation/Set Locale
Language: zh
Country: TW
Character Set: UTF-8
按 OK
重新開機

安裝 chromium 80
下載 https://packages.debian.org/buster/armhf/chromium/download
$ sudo apt remove chromium-browser
$ sudo apt install libminizip1 libre2-5 chromium-common
$ sudo apt install libjsoncpp1
$ sudo dpkg -i chromium_80.0.3987.149-1_deb10u1_armhf.deb
設定 chromium 的 title bar
Chrome menu/Settings
Appearance 取消勾選 Use system title bar and borders

更改滑鼠捲動方向
參考 How to invert mouse scroll in Raspbian?
$ xinput list
Virtual core pointer                    id=2 [master pointer  (3)]
  Virtual core XTEST pointer              id=4 [slave  pointer  (2)]
  Logitech K400                            id=6 [slave  pointer  (2)]
Virtual core keyboard                    id=3 [master keyboard (2)]
  Virtual core XTEST keyboard              id=5 [slave  keyboard (3)]
  Logitech K400                            id=7 [slave  keyboard (3)]
$ xinput list-props 6
$ xinput set-prop 6 "libinput Natural Scrolling Enabled" 1

1 則留言:

  1. 生活紀錄: Raspberry Pi 4 安裝 >>>>> Download Now

    >>>>> Download Full

    生活紀錄: Raspberry Pi 4 安裝 >>>>> Download LINK

    >>>>> Download Now

    生活紀錄: Raspberry Pi 4 安裝 >>>>> Download Full

    >>>>> Download LINK Ur

    回覆刪除