8devices / qcacld-2.0

Drivers for BLUE bean and RED bean modules
8 stars 13 forks source link

QCA9377 driver

This repo is for 8devices BLUE bean and RED bean drivers (wlan-usb.ko and wlan-sdio.ko). Drivers Tested on:

The driver branches by kernel versions:

Branch CNSS.LEA.NRT_3.0:

Branch linux-4.19.y/CNSS.LEA.NRT_3.0:

Branch linux-5.4.y/CNSS.LEA.NRT_3.0:

$ sudo apt-get install raspberrypi-kernel-headers
$ git clone https://github.com/8devices/qcacld-2.0.git
$ cd qcacld-2.0
$ git checkout linux-5.4.y/CNSS.LEA.NRT_3.0
$ make -j12
$ sudo cp wlan-usb.ko /lib/modules/`uname -r`/
$ sudo cp -r firmware/usb/* /lib/firmware/
$ sudo modprobe cfg80211
$ sudo insmod /lib/modules/`uname -r`/wlan-usb.ko
$ sudo depmod -av
$ sudo reboot

On other kernel versions the results may vary. Pull requests are welcome!

Head over to docs directory for guides and documentation.

Other helpful resources: