COSMOSRKSI
방명록 RSS 태그 글쓰기 관리자
 
우분투 20.04 rtl8825be 와이파이, 블루투스 드라이버 설치 방법
Linux 2024-02-05 22:28:05

legion LOQ 노트북에 ROS noetic을 사용하기 위해 우분투 20.04 버전을 설치하고 보니 와이파이와 블루투스가 안잡힌다....

 

찾아보니, rtl8825be는 커널 버전이 5.18이상 부터 지원이 되는거 같다.

 

하지만 내가 설치한 20.04의 커널 버전은 5.15이다....

 

아래는 커널 버전이 달라도 우분투 20.04에서 rtl8825be 드라이버 설치 방법을 소개한다.

 

1.

build-essential 설치

 

2.

BIOS에서 security boot 끄기(disable)

 

3. 와이파이 드라이버 설치

커널 버전이 5.18보다 낮으면

git clone https://github.com/HRex39/rtl8852be.git
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be

 

커널 버전이 5.18보다 높으면

git clone https://github.com/HRex39/rtl8852be.git -b dev
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be

 

4. 재부팅

sudo reboot

 

5. 블루투스 드라이버 설치

git clone https://github.com/HRex39/rtl8852be_bt.git

cd rtl8852be_bt

make

sudo make install

 

6. 재부팅

sudo reboot

 

아마 일련의 과정을 잘 따라 했다면 해결 되었을 것이다.

 

참고자료

1. https://askubuntu.com/questions/1412219/how-to-solve-no-wi-fi-adapter-found-error-with-realtek-rtl8852be-wifi-6-802-11

 

How to solve "No Wi-Fi Adapter Found" error with Realtek RTL8852BE WiFi 6 802.11ax PCIe in Ubuntu 22.04?

I have a dual boot with Ubuntu 22.04 and Windows 11 freshly installed, but my Wi-Fi is not working. It states that "No Wi-Fi Adapter Found". The card is a Realtek RTL8852BE WiFi 6 802.11a...

askubuntu.com

2. https://github.com/HRex39/rtl8852be?tab=readme-ov-file

 

GitHub - HRex39/rtl8852be: Realtek Linux WLAN Driver for RTL8852BE

Realtek Linux WLAN Driver for RTL8852BE. Contribute to HRex39/rtl8852be development by creating an account on GitHub.

github.com

3. https://github.com/HRex39/rtl8852be_bt

 

GitHub - HRex39/rtl8852be_bt: Realtek Linux Bluetooth Driver for RTL8852BE

Realtek Linux Bluetooth Driver for RTL8852BE . Contribute to HRex39/rtl8852be_bt development by creating an account on GitHub.

github.com

 



우분투 thinkpad 트랙포인트 감도 설정
Linux 2022-06-24 19:10:49

1. 터미널에서 아래의 명령어를 입력하여 트랙포인트 항목이 불러와 지는지 확인

xinput --list-props "Elan TrackPoint"

 

2. 트랙포인트 항목이 불러와 지면 아래의 명령어를 입력하여 감도 설정

xinput --set-prop "Elan TrackPoint" "libinput Accel Speed" 0.55

 

 

 

refer: https://askubuntu.com/questions/1240460/how-to-get-the-trackpoint-sensitivity-right-on-my-thinkpad-x1-carbon-gen-6-with



[WSL2] WSL2에서 XLaunch 응답 없을 때 해결방법
Linux 2022-05-07 22:00:00

1) 먼저 bashrc에 아래와 같이 쓰고 저장한다.

export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0
export LIBGL_ALWAYS_INDIRECT=1

 

2) bashrc를 현재 터미널에서 다시 불러오기 위해 아래와 같이 쓴다.

source ~/.bashrc

 

3) 방화벽 설정

3-1) 윈도우의 Windows Defender Firewall

3-2) Advanced settings 

3-3) Inbound Rules

3-4) New Rule

3-5) Program

3-6) %ProgramFiles%\VcXsrv\vcxsrv.exe

3-7) Allow the connection

3-8) Domain/Private/Public 체크

3-9) 적당한 이름과 설명을 쓰고 확인 클릭

 

아래와 같이 절대 열리지 않을 것 같았던 gedit 등 GUI 프로그램이 열린다.



[Linux] fd는 file descriptor의 줄임말이다.
Linux 2022-01-07 20:27:25

fd는 file descriptor의 줄임말이다.

 

그러하다.




이 사이트에는
넥슨코리아에서 제공한 넥슨 Lv.1 고딕 Regular체,
카페24가 제작한 아네모네체,
Cadson Demak가 디자인한 Kanit체,
Sandoll이 디자인한 나눔고딕체가
적용되어 있습니다.
멋진 폰트를 무료로 제공해주셔서 감사합니다.

Copyleft ⓒ bskyvision (블루스킨 v1.2)