cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.64k stars 318 forks source link

Operation not permitted #189

Open vpolinov opened 2 years ago

vpolinov commented 2 years ago

Freshly installed Linux Mint 20.2:

me@LMINT:~/Downloads/rtl88x2bu-5.8.7.1_35809.20191129_COEX20191120-7777$ insmod 88x2bu.ko insmod: ERROR: could not insert module 88x2bu.ko: Operation not perm

Zeratoxx commented 2 years ago

well.. first, install git:

sudo apt install git

then clone this repository wherever you want, replace <your destination> with your desired path:

git clone https://github.com/cilynx/rtl88x2bu.git <your destination>/.

next:

cd <your destination>/rtl88x2bu

next:

make

next:

sudo insmod 88x2bu.ko