## JBL 610 Linux drivers Note: this still in progress. ## Kernel module To build kernel module you need ``` cd kernel make make install modprobe -a ``` ## KDE tray icon app ``` cd kde-app/JBLQuantumStatus mkdir build && cd build cmake .. sudo setcap 'cap_net_admin+ep' bin/jbl610status ```