0. 설치 이유
유독 특정 와이파이에서 끊김현상이 두드러지게 나타남. 드라이버 설치 후 정상화됨.
1. 장치명 확인
# sudo lshw -class network | grep product
product: Wireless 8265 / 8275vendor: Intel Corporation
2. 공식 홈페이지에서 드라이버 다운로드(https://www.intel.co.kr/content/www/kr/ko/support/articles/000005511/network-and-io/wireless-networking.html)
wget https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-8265-ucode-22.361476.0.tgz
3. 압축 해제 후 파일 복사
tar zxvf iwlwifi-8265-ucode-22.361476.0.tgz
sudo cp iwlwifi-8265-ucode-22.361476.0/iwlwifi-8265-22.ucode /lib/firmware
rm -rf iwlwifi-8265-ucode-22.361476.0.tgz wlwifi-8265-ucode-22.361476.0
4. 리부팅
reboot