diff --git a/20220708_RTL88x2bu/README.md b/20220708_RTL88x2bu/README.md index d767484..aea546a 100644 --- a/20220708_RTL88x2bu/README.md +++ b/20220708_RTL88x2bu/README.md @@ -1,6 +1,6 @@ -![Banner](https://gitlab.com/PGTechs/pg-logos/-/raw/4963be53b9a461706e8f2a2ddcb9ab8a710501c7/atwork_g.png) +[![Banner](https://gitlab.com/PGTechs/pg-logos/-/raw/4963be53b9a461706e8f2a2ddcb9ab8a710501c7/atwork_g.png)](https://www.youtube.com/playlist?list=PLDpvBa7Jf-4oEM3skj5FFPk-BoP5UHFyC) [![GitLab](https://img.shields.io/static/v1.svg?color=fc6d26&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=PG%20Techs%20GitLab&message=Star)](https://gitlab.com/PGTechs "GitLab Repo ของเรา") [![YouTube](https://img.shields.io/static/v1.svg?color=ff0000&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=PG%20Techs%20YouTube&message=Subscribe)](https://www.youtube.com/c/PGTechs "ช่อง YouTube ของเรา") @@ -46,8 +46,31 @@ dkms add -m rtl88x2bu -v git dkms autoinstall -### สำหรับดิสโทรในกลุ่ม Arch +### สำหรับดิสโทรในกลุ่ม Arch + +อัปเกรดแพ็กเกจในระบบให้เป็นเวอร์ชันล่าสุด ติดตั้งแพ็กเกจ `base-devel` แล้วตรวจสอบเวอร์ชันของเคอร์เนล + +![kversion](screenshots/kversion.png) + +ติดตั้งแพ็กเกจ Linux headers ที่สอดคล้องกับเคอร์เนลที่ใช้อยู่เช่น Linux 5.15 ให้ติดตั้ง `linux515-headers` + +![kheaders](screenshots/kheaders.png) + +เปิดใช้งาน [Arch User Repository](https://aur.archlinux.org/) + +![aur](screenshots/aur.png) + +ติดตั้งแพ็กเกจ [rtl88x2bu-dkms-git](https://aur.archlinux.org/packages/rtl88x2bu-dkms-git) จาก AUR + +![rtl88x2bu](screenshots/rtl88x2bu.png) ## 3. ถอดและเสียบตัวรับ Wi-Fi อีกครั้ง ใช้งานได้ทันที +เราต้องทำให้ Linux ตรวจจับฮาร์ดแวร์ของเราอีกครั้ง วิธีที่ง่ายที่สุดคือการถอดอุปกรณ์ออกแล้วเสียบใหม่ หรือบังคับให้เรียกใช้ไดรเวอร์ขึ้นมาทันทีด้วยคำสั่งต่อไปนี้ + sudo modprobe 88x2bu + + +## ดูข้อมูลเพิ่มเติม + +- https://github.com/RinCat/RTL88x2BU-Linux-Driver \ No newline at end of file diff --git a/20220708_RTL88x2bu/screenshots/aur.png b/20220708_RTL88x2bu/screenshots/aur.png new file mode 100644 index 0000000..7676d3a Binary files /dev/null and b/20220708_RTL88x2bu/screenshots/aur.png differ diff --git a/20220708_RTL88x2bu/screenshots/kheaders.png b/20220708_RTL88x2bu/screenshots/kheaders.png new file mode 100644 index 0000000..35e1f1d Binary files /dev/null and b/20220708_RTL88x2bu/screenshots/kheaders.png differ diff --git a/20220708_RTL88x2bu/screenshots/kversion.png b/20220708_RTL88x2bu/screenshots/kversion.png new file mode 100644 index 0000000..ebf9ec9 Binary files /dev/null and b/20220708_RTL88x2bu/screenshots/kversion.png differ diff --git a/20220708_RTL88x2bu/screenshots/rtl88x2bu.png b/20220708_RTL88x2bu/screenshots/rtl88x2bu.png new file mode 100644 index 0000000..15c6bea Binary files /dev/null and b/20220708_RTL88x2bu/screenshots/rtl88x2bu.png differ