일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ubuntu
- CuDNN
- roslaunch
- sources.list
- Installation
- opencv
- webots
- turtlebot3
- YoLO
- CUDA
- ROS
- turtlebot
- G++
- roslib
- error
- darknet_ros
- Gazebo
- RGB-D
- amcl
- gcc
- rqt
- 부분공간
- 전이학습
- Kinetic
- FreeCAD
- ax200
- Linux
- 촉각센서
- autorace
- linetracing
- Today
- Total
기술 성공, 실패 기록소
레이저블레이드17 ubuntu 16.04 setting 본문
-환경
chip - amd64, i915
graphic card - rtx 2070 maxq
1. ubuntu 16.04 설치/ i915
https://sunlab0623.tistory.com/102
ubuntu 16.04 dont support 9th intel cpu(ice lake) -> intall i915
2. 랜 되게 만들기
https://sunlab0623.tistory.com/153
3. 그래픽 드라이버 설치
https://sunlab0623.tistory.com/90
위 참고
- 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
4. 커널 업그레이드
https://sunlab0623.tistory.com/349
공식홈피에서 5.2 버전 다운받아 설치한다. 사용되는 와이파이 모듈이 5.2 이상에서 동작함
6. 와이파이 되게 만들기.
https://sunlab0623.tistory.com/102
위 참고
https://sunlab0623.tistory.com/353
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
'linux 및 기타 os' 카테고리의 다른 글
How to network two Ubuntu computers using ethernet (without a router)? (0) | 2021.07.30 |
---|---|
ubuntu 16.04 pip upgrade (0) | 2021.07.23 |
Broken php and libssl1.1 installation on Ubuntu 16.04 (0) | 2021.07.22 |
NVIDIA NVML Driver/library version mismatch (0) | 2021.07.22 |
kernel upgrade, graphic driver issue (0) | 2021.07.21 |