반응형
# Reference : https://askubuntu.com/questions/1156167/unable-to-get-wifi-adapter-working-clean-19-04-install-network-unclaimed
sudo apt update
sudo apt install git build-essential
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi/
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
sudo modprobe iwlwifi
반응형
'리눅스환경' 카테고리의 다른 글
[Ubuntu18.04]ibus-setup: ModuleNotFoundError: No module named 'gi' 해결 (0) | 2020.02.12 |
---|---|
ASUS Zenbook 15 multi-boot 멀티부팅 만들기[Ubuntu18.04/Windows10] (0) | 2019.12.13 |
[Ubuntu 18.04] 부팅 시 x window로 안들어가질 때 해결 / chrome keyring 제거 방법 (0) | 2019.09.30 |
git / git-hub 관련 도움을 준 블로그들 (0) | 2019.06.26 |
[Ubuntu 18.04] conda 가상환경에서 tensorflow-gpu / keras / jupyter notebook 설치 (2) | 2019.04.19 |