일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- darknet_ros
- gcc
- roslib
- ubuntu
- turtlebot
- 촉각센서
- ROS
- webots
- Kinetic
- turtlebot3
- roslaunch
- 전이학습
- G++
- 부분공간
- sources.list
- FreeCAD
- autorace
- CUDA
- Gazebo
- ax200
- linetracing
- Installation
- error
- amcl
- opencv
- CuDNN
- Linux
- YoLO
- rqt
- RGB-D
- 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
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
+ this site disappeared, use the below site instead
ubuntuhandbook.org/index.php/2019/07/install-linux-kernel-5-2-ubuntu-linux-mint/
+
https://kernel.ubuntu.com/~kernel-ppa/mainline/
+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
$ 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
2. intall wifi driver
Linux* Support for Intel® Wireless Adapters
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 |