From ea41942b83edeb32bce680c9cf325fddf2496da9 Mon Sep 17 00:00:00 2001 From: escfrpls Date: Sun, 10 May 2026 15:13:54 +0200 Subject: Initial commit of Gentoo PC configuration --- ScarletGen3_pulse_Behringer XM8500.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ScarletGen3_pulse_Behringer XM8500.md (limited to 'ScarletGen3_pulse_Behringer XM8500.md') diff --git a/ScarletGen3_pulse_Behringer XM8500.md b/ScarletGen3_pulse_Behringer XM8500.md new file mode 100644 index 0000000..8a93088 --- /dev/null +++ b/ScarletGen3_pulse_Behringer XM8500.md @@ -0,0 +1,26 @@ +# Make these changes if the microphone is connected to the sound card via a cable. +# Setting Up PulseAudio for Focusrite Scarlett Solo +This guide will help you configure PulseAudio for use with the Focusrite Scarlett Solo device. + +## Step 1: Check Available Sources +Open the terminal and run the following command to view the available sources: + +```bash +pacmd list-sources | grep name + +Step 2: Edit PulseAudio Configuration +Open the PulseAudio configuration file: +/etc/pulse/default.pa + +Add the following lines to configure the input and output devices: + +load-module module-remap-source master=alsa_input.usb-Focusrite_Scarlett_Solo_USB-00.analog-stereo source_name=scarlett_mono channel_map=mono +set-default-source scarlett_mono + +set-default-sink alsa_output.usb-Focusrite_Scarlett_Solo_USB_Y7XVT031A2080F-00.Direct__Direct__sink +load-module module-remap-sink sink_name=mono master=@DEFAULT_SINK@ channels=2 channel_map=mono,mono +set-default-sink mono + +Step 3: Restart PulseAudio +pulseaudio -k +pulseaudio --start -- cgit v1.2.3