Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:system_build [2023/12/12 17:24] – [Build a Linux audio system] autostaticwiki:system_build [2024/07/15 11:29] (current) – [Optional parts] Removed KXStudio bits autostatic
Line 10: Line 10:
  
 ===== Operating system ===== ===== Operating system =====
-{{https://www.debian.org/Pics/debian-logo-1024x576.png?200 }} This manual starts from a standard Debian 12 "Bookworm" installation with XFCE installed from a live CD.+{{https://www.debian.org/Pics/debian-logo-1024x576.png?200 }} This manual starts from a standard Debian 12 "Bookworm" installation with XFCE installed from a live install image.
  
 ==== Download the operating system ==== ==== Download the operating system ====
Line 53: Line 53:
   mitigations=off usbcore.autosuspend=-1 threadirqs   mitigations=off usbcore.autosuspend=-1 threadirqs
  
-You can do this with an editor as root, so with ''sudo vi''''sudo nano'' in a terminal session. Make sure the line looks like this now:+You can do this with an editor as root, so with ''sudo vi'' or ''sudo nano'' in a terminal session. Make sure the line looks like this now:
   GRUB_CMDLINE_LINUX="mitigations=off usbcore.autosuspend=-1 threadirqs"   GRUB_CMDLINE_LINUX="mitigations=off usbcore.autosuspend=-1 threadirqs"
  
Line 92: Line 92:
 ==== User settings ==== ==== User settings ====
 Add your user to the audio group. Add your user to the audio group.
-  sudo usermod -a -G youruser audio+  sudo usermod -a -G audio youruser
   newgrp audio   newgrp audio
  
Line 106: Line 106:
  
 ==== System settings ==== ==== System settings ====
-The easiest option to finish up setting your system when starting it up is with a script in ''/usr/local/bin'' that you call as a service through systemd. Name the script something like ''rt-audio-setup'' and make sure it contains at least the following lines:+The easiest option to finish up setting your system when starting it up is with a script in ''/usr/local/sbin'' that you call as a service through systemd. Name the script something like ''rt-audio-setup'' and make sure it contains at least the following lines:
   # Disable CPU frequency scaling   # Disable CPU frequency scaling
   systemctl mask ondemand   systemctl mask ondemand
Line 118: Line 118:
   [Service]   [Service]
   Type=oneshot   Type=oneshot
-  ExecStart=/usr/local/bin/rt-audio-setup+  ExecStart=/usr/local/sbin/rt-audio-setup
      
   [Install]   [Install]
Line 158: Line 158:
  
 This will install the latest Liquorix kernel available. Reboot to start your system with the Liquorix kernel. This will install the latest Liquorix kernel available. Reboot to start your system with the Liquorix kernel.
- 
-=== KX Studio packages === 
-{{:wiki:kxstudio.jpg?200 }}The KX Studio repositories contain a lot of audio applications and plugins not available in the default repositories. Instructions can be found here: https://kx.studio/Repositories 
- 
-Installing the kxstudio-default-settings package is not necessary, in fact, given the age and content of this package it might be better to not install it at all. 
  
 ===== Wrapping it up ===== ===== Wrapping it up =====
wiki/system_build.1702398250.txt.gz · Last modified: 2023/12/12 17:24 by autostatic