Nblk-wax9x | Drivers
echo "module wax9x_core +p" > /sys/kernel/debug/dynamic_debug/control dmesg -w | grep "wax9x" :
(Debian/Ubuntu): Add to /etc/modprobe.d/wax9x.conf : nblk-wax9x drivers
# Check for existing driver lsmod | grep wax9x git clone https://github.com/example-oem/nblk-wax9x-driver.git cd nblk-wax9x-driver Build against current kernel headers make -C /lib/modules/$(uname -r)/build M=$(pwd) modules sudo make -C /lib/modules/$(uname -r)/build M=$(pwd) modules_install Load driver with specific parameters sudo modprobe wax9x_core beamforming=1 ampdu=1 sudo modprobe wax9x_pci Verify interface creation iw dev echo "module wax9x_core +p" >