* 환경
Ubuntu 18.04 / 20.04
Alienware X15 R2
* Prerequisite
랜선을 노트북에 연결하여 인터넷에 연결되어있어야 한다.
sudo apt update
sudo apt-get install -y git build-essential
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo cp iwlwifi-* /lib/firmware/
cd ..
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi
make defconfig-iwlwifi-public
make -j4
sudo make install
sudo update-initramfs -u
sudo reboot
'Ubuntu' 카테고리의 다른 글
| [Ubuntu]Cmake 버전 Upgrade 방법 (0) | 2023.01.30 |
|---|---|
| [Ubuntu] Realsense SDK(realsense-viewer) 설치 (0) | 2023.01.05 |
| [Ubuntu] add-apt-repository 명령어 입력 시 'gi' 에러 (0) | 2022.12.27 |
| Vim 설치, 기본 설정 및 유용한 단축키 (0) | 2022.11.04 |
| [Ubuntu] 레포지토리 지우기 (0) | 2022.10.23 |