Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- WSL2
- ROS2
- ubuntu
- 자율주행
- QT
- 자율탐사
- turtlebot3
- GUI
- Puck LITE
- ROS
- turtlesim
- 터틀심
- Simulation
- 인공지능
- 티스토리챌린지
- 강화학습
- Gazebo
- 오블완
- Jetson
- GPS
- ZED2
- C++
- 젯슨
- Visual SLAM
- SLAM
- 로봇
- RTK
- WSL
- 아두이노
- U-blox
Archives
- Today
- Total
직관적인느낌
리눅스/우분투 USB포트 소프트웨어로 재연결 본문
728x90
반응형
- USB Hub IC power control command
※권한이 거절될수도있다. 그럴때는, "su -" 로 사용자 변경
1. Reset
echo reset > /sys/devices/platform/gpio-reset/reset-usb_hub/control
2. Power Off
echo assert > /sys/devices/platform/gpio-reset/reset-usb_hub/control
3. Power On
echo deassert > /sys/devices/platform/gpio-reset/reset-usb_hub/control
-참고
common:troubleshooting:hub_reset [ODROID Wiki]
common:troubleshooting:hub_reset [ODROID Wiki]
USB Hub IC power control command There are three commands which can control the power of the USB hub chip VL817. All four USB ports will be affected by these commands. If you need to do power-cycle to the USB devices on the USB host ports, run below comman
wiki.odroid.com
728x90
반응형
'공학' 카테고리의 다른 글
IPC란? (0) | 2024.09.12 |
---|---|
파이참(PyCharm) 설치 및 활용 가이드: 파이썬 프로그래밍을 위한 최고의 도구 (0) | 2024.06.08 |
STL[Standard Template Library] (0) | 2024.01.10 |
공유 메모리와 분산 메모리 (0) | 2024.01.10 |
OpenMP[Open Multi-Processing] (0) | 2024.01.10 |