トップ 一覧 検索 ヘルプ RSS ログイン

tips-RTL8852AUの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!!TP-Link TX20UH OPEN-SUSE Leap15.4
! Device
TP-Link TP-LInk TX20UH/A 
*https://amzn.to/47qGFO8

! git ( Driver )
https://github.com/lwfinger/rtl8852au

! Install 
 sudo zypper install make gcc kernel-devel kernel-default-devel git libopenssl-devel bc
 
 git clone https://github.com/lwfinger/rtl8852au.git
 cd rtl8852au
 make
 sudo make install
 
 When you get a new kernel, you will need to rebuild the driver. Do the following:
 cd rtl8852au
 git pull
 make
 sudo make install

!test
 nmcli device status
 nmcli -f all device wifi
 nmcli device wifi
 did show status .
 will be connection and speed test. (Coming..)