2022. 5. 12. 00:21ㆍ오류 해결
https://askubuntu.com/questions/1368240/running-intel-wi-fi-6-ax210-adapter-under-ubuntu-18-04
I found the solution. Basically, it is here https://askubuntu.com/a/1320583. However, I cannot compile the git repo. Intead, I use the intel repo, see below.
First, install some necessary package
sudo apt install flex bison
clone the backport repo, compile and install it:
git clone https://github.com/intel/backport-iwlwifi.git
cd backport-iwlwifi
sudo make defconfig-iwlwifi-public
sudo make
sudo make install
Third, download the driver, or you can download your driver from Intel website.
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware/
sudo cp iwlwifi-* /lib/firmware/
Reboot the machine and it works for me.
https://askubuntu.com/questions/1368240/running-intel-wi-fi-6-ax210-adapter-under-ubuntu-18-04
I found the solution. Basically, it is here https://askubuntu.com/a/1320583. However, I cannot compile the git repo. Intead, I use the intel repo, see below.
First, install some necessary package
sudo apt install flex bison
clone the backport repo, compile and install it:
git clone https://github.com/intel/backport-iwlwifi.git
cd backport-iwlwifi
sudo make defconfig-iwlwifi-public
sudo make
sudo make install
Third, download the driver, or you can download your driver from Intel website.
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware/
sudo cp iwlwifi-* /lib/firmware/
Reboot the machine and it works for me.
https://www.lge.co.kr/notebook/17z90n-va50k
LG 그램 17 노트북 | 17Z90N-VA50K | LG전자
노트북 LG 그램 17 17Z90N-VA50K는 고해상도 디스플레이와 빠른 속도로 최적의 성능을 제공합니다. 슬림 디자인 LG 노트북의 가격, 스펙 등 제품 정보를 확인하세요.
www.lge.co.kr
네트워크
- 무선랜인텔® Wi-Fi 6 AX201,최대 2.4 GbpsGigabitWi−Fi
'오류 해결' 카테고리의 다른 글
라즈베리파이 ssh 고정 1 | 2023.04.08 |
---|---|
윈도우 11, 10 오류코드 0x800700ea 해결방법1분해결 1 | 2022.11.05 |
qt_ros 0 | 2022.05.10 |
ros melodic setting 0 | 2022.05.10 |
ubuntu 18.04 initial setting 0 | 2022.05.10 |