1. 무선 랜카드 설정
- Driver for the Realtek RTL8812BU and RTL8822BU WiFi chipsets
1) reboot and disable Secure Boot in the BIOS. In order to do this, you might need to set an administrator password in the BIOS first.
2) Then execute the following terminal commands
sudo apt-get update
sudo apt-get install dkms git build-essential
mkdir -p ~/src
cd ~/src
git clone https://github.com/morrownr/88x2bu-20210702.git
cd ~/src/88x2bu-20210702
sudo ./install-driver.sh
3. Reboot and test
2. 미러 서버 변경
- Change Ubuntu Repository Mirror Sources
sudo nano /etc/apt/sources.list
'자동제어 > ROS2' 카테고리의 다른 글
ROS2 13장 액션(action) (0) | 2023.04.13 |
---|---|
ROS2 12장 서비스 (0) | 2023.04.13 |
ROS2 11장 토픽 (0) | 2023.04.12 |
001: ROS2 개발 환경 구축 (1) | 2023.04.10 |