QuicStart
제조사 가이드로는 우분투 커널버전과 맞지않아 설치가 되지 않음.
chatGPT에 혹시하고 넣어봤는데 가이드대로 진행하니 되었다…

필요 패키지 설치
sudo apt update
sudo apt install build-essential dkms git wpasupplicant wireless-tools -y
wpasupplicant를 설치하지 않으면 에러없는 에러를 볼수도 있다…
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
sudo ./deploy.sh
sudo reboot
lsmod | grep 88x2bu
iwconfig
네트워크 설정 샘플
network:
ethernets:
eth0:
dhcp4: true
version: 2
wifis:
wlx40a5ef222e5f:
optional: true
dhcp4: false
addresses:
- 192.168.0.201/24
routes:
- to: default
via: 192.168.0.1
access-points:
"example_5G":
password: "example"
hidden: true
nameservers:
addresses:
- 8.8.8.8