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

Failing to build the module on Ubuntu 21.04 (kernel 5.11-0-1005.raspi) #147

Closed Dweller closed 3 years ago

Dweller commented 3 years ago

Not had any issues building and installing this driver on a CM4 with Ubuntu 20.10(kernel 5.8.0-1019-raspi) but it gives me the error

ERROR (dkms apport): binary package for rtl88x2bu: 5.6.1 not found

When it attempts the dams build section of the build.sh script.

Any help appreciated..

Dweller commented 3 years ago

Ah turns out that the build process had failed as the machine only has 1GB of memory and the compile/linker process ran the machine out of disk space.

I adding 4GB of swap temporarily and its succeeded..