Learn
Trouble Shooting - How to check front USB port
How to check front USB port First, you need to check if /boot/config.txt file contains this parameter: dtoverlay=dwc2,dr_mode=host The front USB function is coming from dwc2 overlay, it selects the dwc2...
Trouble Shooting - How to check front USB port
How to check front USB port First, you need to check if /boot/config.txt file contains this parameter: dtoverlay=dwc2,dr_mode=host The front USB function is coming from dwc2 overlay, it selects the dwc2...
Trouble Shooting - How to check SSD/HDD status
How to check SSD/HDD status Check if the SSD/HDD has been recognized by OS, just check USB controller's status will be ok due to it is connected via an USB adapter....
Trouble Shooting - How to check SSD/HDD status
How to check SSD/HDD status Check if the SSD/HDD has been recognized by OS, just check USB controller's status will be ok due to it is connected via an USB adapter....
Trouble Shooting - How to Check WiFi Connection...
How to check wifi connection status Open a terminal and typing: ifconfig -a Wi-Fi adapter is called wlan0 How to check wifi signal level? sudo apt update sudo apt -y install...
Trouble Shooting - How to Check WiFi Connection...
How to check wifi connection status Open a terminal and typing: ifconfig -a Wi-Fi adapter is called wlan0 How to check wifi signal level? sudo apt update sudo apt -y install...
Trouble Shooting - How to check OS Version
How to check OS Version Open a terminal and typing: lsb_release -a Check the kernel version: uname -a
Trouble Shooting - How to check OS Version
How to check OS Version Open a terminal and typing: lsb_release -a Check the kernel version: uname -a
Getting Start - How to Use IR Function onboard.
How to Use IR function onboard. You need to enable gpio-ir function by modify /boot/config.txt file. uncomment this line if not exsit please add it. dtoverlay=gpio-ir,gpio_pin=17 Install lirc package: sudo apt-get install lirc...
Getting Start - How to Use IR Function onboard.
How to Use IR function onboard. You need to enable gpio-ir function by modify /boot/config.txt file. uncomment this line if not exsit please add it. dtoverlay=gpio-ir,gpio_pin=17 Install lirc package: sudo apt-get install lirc...
Getting Start - How to boot from USB SSD/HDD?
After initial Raspberry Pi Configuration and once you have Internet Connectivity established, Install the DeskPi Pro Utilities from https://github.com/DeskPi-Team/deskpi.git Open a Terminal / Console and run the following commands: sudo apt update...
Getting Start - How to boot from USB SSD/HDD?
After initial Raspberry Pi Configuration and once you have Internet Connectivity established, Install the DeskPi Pro Utilities from https://github.com/DeskPi-Team/deskpi.git Open a Terminal / Console and run the following commands: sudo apt update...