일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- ax200
- sources.list
- linetracing
- Linux
- autorace
- webots
- Gazebo
- 전이학습
- CUDA
- amcl
- FreeCAD
- ubuntu
- RGB-D
- roslib
- 촉각센서
- turtlebot
- CuDNN
- turtlebot3
- G++
- ROS
- 부분공간
- Installation
- roslaunch
- rqt
- gcc
- error
- opencv
- darknet_ros
- YoLO
- Kinetic
- Today
- Total
기술 성공, 실패 기록소
wifi6 AX200 on ubuntu 16.04 본문
we can us AX200(wifi module) on ubuntu kernel version >=5.2
1. intall nvidia driver before upgrade kernel
if don't install nvidia driver in advance, It will occur error in the process of upgrade kernel
2. upgrade ubuntu kernel version
-intall i915
ubuntu 16.04 origin kernel dont have files about ice-lake cpu(9th genration cpu)
ubuntu 16.04 dont support 9th intel cpu(ice lake)
https://qastack.kr/ubuntu/832524/possible-missing-frmware-lib-firmware-i915
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
i915 - kernel/git/firmware/linux-firmware.git - Repository of firmware blobs for use with the Linux kernel
git.kernel.org
download i915 files and move to /lib/firmware/i915
and then
$ sudo update-initramfs -u
http://www.theubuntumaniac.com/2019/09/update-kernel-5214-on-ubuntu-linux-mint.html
Update Kernel 5.2.14 on Ubuntu & Linux Mint system
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfa...
www.theubuntumaniac.com
+ this site disappeared, use the below site instead
ubuntuhandbook.org/index.php/2019/07/install-linux-kernel-5-2-ubuntu-linux-mint/
How to Install Linux Kernel 5.2.2 in Ubuntu / Linux Mint | UbuntuHandbook
Ubuntu mainline kernel packages for Linux 5.2 finally available to download & install in 32-bit and 64-bit operating systems. Due to build failure, Ubuntu mainline kernel packages for Linux 5.2 missed 32-bit & 64-bit packages for a few weeks. Linux Kernel
ubuntuhandbook.org
+
https://kernel.ubuntu.com/~kernel-ppa/mainline/
Index of /~kernel-ppa/mainline
kernel.ubuntu.com
+error dkms
...
Error! Could not locate dkms.conf file.
File: does not exist.
...
https://qastack.kr/ubuntu/227258/error-could-not-locate-dkms-conf-file
`오류! dkms.conf 파일을 찾을 수 없습니다
qastack.kr
$ rm -rf /var/lib/dkms/nvidia
$ sudo apt-get install --reinstall dkms
$ sudo dkms autoinstall
+
https://www.ubuntumaniac.net/2019/09/update-kernel-5214-on-ubuntu-linux-mint.html?m=1
Update Kernel 5.2.14 on Ubuntu & Linux Mint system
Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfa...
www.ubuntumaniac.net
2. intall wifi driver
Linux* Support for Intel® Wireless Adapters
Linux* Support for Intel® Wireless Adapters
Information on Linux* driver support for Intel® wireless products including Wi-Fi adapters.
www.intel.com
following upper link process and just reboot.
-> we can use wifi.
'linux 및 기타 os' 카테고리의 다른 글
우분투 버전 2개 + 윈도우 멀티부팅. (0) | 2020.06.09 |
---|---|
How to Fix Minimal BASH Like Line Editing is Supported GRUB Error In Linux? (0) | 2020.06.09 |
grub 부팅순서 변경하기. (0) | 2020.02.07 |
옵티머스 노트북 쿠다실행 (0) | 2020.01.13 |
무한로그인 해결 (0) | 2020.01.13 |