XBOX X|S 패드 RHEL 8.4에서 사용하기
상용 서버를 위한 고가의 운영체제로 게임을 돌린다는게 좀 웃기긴 하다.
velog.io
https://github.com/atar-axis/xpadneo/commit/7881f8d7f2919837a3eee5b1176ce8f4e5d08009
docs, installer: Add notes about needed kernel features · atar-axis/xpadneo@7881f8d
Closes: https://github.com/atar-axis/xpadneo/issues/316 Signed-off-by: Kai Krakow <kai@kaishome.de>
github.com
위의 글들을 참고했습니다.
먼저 터미널에서 다음 명령어들을 차례대로 실행합니다.
sudo apt-get install dkms linux-headers-`uname -r`
sudo apt install git -y
git clone https://github.com/atar-axis/xpadneo.git && cd xpadneo
sudo ./install.sh
그런 뒤 엑박 패드를 블루투스로 연결합니다.
잘 안 된다면 유선으로 끼웠다가 빼고 다시 시도해봅니다.
'우분투' 카테고리의 다른 글
Virtualbox Ubuntu 22.04 LTS 영어 설치 (0) | 2023.09.17 |
---|---|
우분투 tomcat + amazon corretto 설치하는 법 (0) | 2023.09.07 |
imwheel 설정 특정 프로그램만 적용하기 (How to apply imwheel settings to specific program) (0) | 2023.07.29 |
우분투 23.04 스타크래프트 리마스터 설치 (엔비디아 그래픽카드) (0) | 2023.07.29 |
우분투 23.04에 Grub Customizer 설치하는 법 (How to Install Grub Customizer to Ubuntu 23.04) (0) | 2023.07.28 |