0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ubuntu20.04LTS 無線LANのセットアップ

Posted at

環境

  • Ubuntu 20.04LTS
  • KIMWOOD WiFi無線LAN子機

無線LANのセットアップ

有線LANを接続して以下のコマンドをターミナル上で実行する.

1. Ubuntuの更新

sudo apt update

2. DKMS, 基本的なビルドツール, Gitをインストール

sudo apt install dkms build-essential git

3. 無線LANのドライバをGitHubからクローン

git clone https://github.com/RinCat/RTL88x2BU-Linux-Driver.git

4. ディレクトリの移動とコンパイル

cd RTL88x2BU-Linux-Driver
make

5. コンパイルしたもののインストール(コピー)

make install

6. 再起動

reboot

再起動後, デスクトップの右上にWi-Fiのマークが表示されていれば成功. ネットワークを選択し, パスワードを入力.
起動時にWi-Fiのマークが表示されず, 接続できないことがある. そのときは4~6を行うと復活する.

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?