jbl610-linux/README.MD
2025-01-29 13:00:14 +04:00

21 lines
No EOL
299 B
Markdown

## 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
```