LoginSignup
0
0

More than 3 years have passed since last update.

Elementary OS 5.0 Junoで無線LANを使えるようにする

Posted at

問題点

Elementary OSを入れたら、イーサネットしか使えなかった。
以下で無線LANデバイスの詳細を確認。

bash
sudo lshw -C network

RTL8821CEのドライバを手動でインストールする必要があった。

ドライバのインストール

早速インストールしていく。

bash
sudo apt update
sudo apt install dkms git 
sudo git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce

これで無線LANが使えるようになる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0