기술 성공, 실패 기록소

레이저블레이드17 ubuntu 16.04 setting 본문

linux 및 기타 os

레이저블레이드17 ubuntu 16.04 setting

sunlab 2021. 7. 22. 19:20
728x90

-환경

chip - amd64, i915

graphic card - rtx 2070 maxq

 

1. ubuntu 16.04 설치/ i915

https://sunlab0623.tistory.com/102

 

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 ker..

sunlab0623.tistory.com

ubuntu 16.04 dont support 9th intel cpu(ice lake) -> intall i915

 

2.  랜 되게 만들기

https://sunlab0623.tistory.com/153

 

레이저 블레이드 17 우분투 이더넷 연결

레이저 블레이드 17 tosavetheworld.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-%EC%84%9C%EB%B2%84-%EB%B2%84%EC%A0%84-%EC%84%A4%EC%B9%98-%EB%9E%9C%EC%B9%B4%EB%93%9C-%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B2..

sunlab0623.tistory.com

 

3. 그래픽 드라이버 설치

https://sunlab0623.tistory.com/90

 

옵티머스 노트북 쿠다실행

http://www.kwangsiklee.com/2017/07/%EC%9A%B0%EB%B6%84%ED%88%AC-16-04%EC%97%90%EC%84%9C-cuda-%EC%84%B1%EA%B3%B5%EC%A0%81%EC%9C%BC%EB%A1%9C-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/ 우분투 16.04에서 CUDA..

sunlab0623.tistory.com

위 참고

- run file 로 설치하면 부팅에러남 ppa로 설치해야함.

$ sudo apt-add-repository ppa:graphics-drivers/ppa

위 명령어 실행 뒤 sudo apt-get update 해줘야

드라이버 최신버전까지 설치가능 목록에 뜬다.

 

+ NVIDIA NVML Driver/library version mismatch

https://sunlab0623.tistory.com/352?category=854976 

 

NVIDIA NVML Driver/library version mismatch

https://jangjy.tistory.com/300 NVIDIA NVML Driver/library version mismatch 해결방법 Failed to initialize NVML: Driver/library version mismatch GPU 사용하던 도중 위와같은 문제가 발생 할 경우 해결 방..

sunlab0623.tistory.com

 

4. 커널 업그레이드

https://sunlab0623.tistory.com/349

 

linux kernel 공식홈피

https://kernel.ubuntu.com/~kernel-ppa/mainline/ Index of /~kernel-ppa/mainline kernel.ubuntu.com

sunlab0623.tistory.com

공식홈피에서 5.2 버전 다운받아 설치한다. 사용되는 와이파이 모듈이 5.2 이상에서 동작함

 

6. 와이파이 되게 만들기.

https://sunlab0623.tistory.com/102

 

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 ker..

sunlab0623.tistory.com

위 참고

 

https://sunlab0623.tistory.com/353

 

Broken php and libssl1.1 installation on Ubuntu 16.04

https://stackoverflow.com/questions/68148246/broken-php-and-libssl1-1-installation-on-ubuntu-16-04 Broken php and libssl1.1 installation on Ubuntu 16.04 I have been using Ubuntu 16.04. Recently I di..

sunlab0623.tistory.com

 

libssl1.1 관련 에러 참고

libssl1.1 설치 뒤 kernel upgrade 마무리.

ubuntu 16.04에는 libssl1.1가 없다고 함.

 

7. CUDA, cudnn install

 

8. install ros kinetic

 

+ /usr/local/cuda/lib64/libcudnn.so.7 is not a symbolic link

https://askubuntu.com/questions/1025928/why-do-i-get-sbin-ldconfig-real-usr-local-cuda-lib64-libcudnn-so-7-is-not-a

 

Why do I get "/sbin/ldconfig.real: /usr/local/cuda/lib64/libcudnn.so.7 is not a symbolic link"?

After installing CUDA toolkit and cuDNN successfully without any issues, whenever I do : sudo ldconfig I get the : /sbin/ldconfig.real: /usr/local/cuda/lib64/libcudnn.so.7 is not a symbolic li...

askubuntu.com