05-25-2016, 05:47 AM
running Ubuntu
In order to start working with midi signals, I follow this guide
http://tedfelix.com/linux/linux-midi.html
Under the title: Installing a Low Latency Kernel
I need to change the kernel config file:
in the /boot directory I can not find any config file.
Where can I do this ?
In order to start working with midi signals, I follow this guide
http://tedfelix.com/linux/linux-midi.html
Under the title: Installing a Low Latency Kernel
I need to change the kernel config file:
Code:
$ grep ^CONFIG_HZ /boot/config-`uname -r`
CONFIG_HZ_1000=y
CONFIG_HZ=1000
in the /boot directory I can not find any config file.
Where can I do this ?