Skip to content
Update after install System configuration authored by Projekt:Root's avatar Projekt:Root
...@@ -164,22 +164,20 @@ KERNEL=="hpet", GROUP="audio" ...@@ -164,22 +164,20 @@ KERNEL=="hpet", GROUP="audio"
Some MIDI sequencers or DAWs that rely on ALSA MIDI might benefit from being able to use hardware timers like the real-time clock (/dev/rtc) or the High Precision Event Timer (/dev/hpet).” Some MIDI sequencers or DAWs that rely on ALSA MIDI might benefit from being able to use hardware timers like the real-time clock (/dev/rtc) or the High Precision Event Timer (/dev/hpet).”
10. Check if noatime is set 10. Check if noatime is set
noatime value should be set by default but always worth to check. noatime value should be set by default but always worth to check.
`nano /etc/fstab`
nano /etc/fstab
## Setting up PulseAudio autospawn ## Setting up PulseAudio autospawn
Setting up autospawn value to no is suggested by users if you want to bridge PulseAudio through JACK: Setting up autospawn value to no is suggested by users if you want to bridge PulseAudio through JACK:
JACK > PulseAudio > ALSA
JACK > PulseAudio > ALSA Go to **.pulse/** folder in your home directory and edit `client.conf` file
```
autospawn = no
Go to .pulse/ folder in your home directory and edit client.conf file ```
More details about:
More details about Professional Audio | wiki.linuxaudio.org [Professional Audio](https://wiki.archlinux.org/index.php/Professional_audio) | [wiki.linuxaudio.org](https://wiki.linuxaudio.org/wiki/system_configuration#installing_a_real-time_kernel)
\ No newline at end of file \ No newline at end of file