From 65685770e58867af126c5b13b6b4e4612e7f1f1c Mon Sep 17 00:00:00 2001 From: Bert Hekman Date: Sat, 6 Jan 2018 14:18:51 +0100 Subject: [PATCH] Add some installing instructions to the readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index aaaed52..6d7fbaf 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,22 @@ The SteelSeries Arctis 5 is a gaming headset which has two stereo audio outputs. One for voice chat and one for the rest of the sound. It can be mixed between with a physical knob. By default, pulseaudio only enables the voice chat output. This profile enables the second (game) output and the udev rule makes sure this profile is used when plugging in the device. + +## Installing + +### Ubuntu / Linux Mint + +Download and install: + +- [pulseaudio-steelseries-arctis-5_0.1_all.deb](https://github.com/DemonTPx/steelseries-arctis-5-pulseaudio-profile/releases/download/0.1/pulseaudio-steelseries-arctis-5_0.1_all.deb) + +After that, plug in the device to see if it works. + +### From source + +Install from by copying the following files: + +- `steelseries-arctis-5-usb-audio.confsteelseries-arctis-5-usb-audio.conf` to `/usr/share/pulseaudio/alsa-mixer/profile-sets/` +- `91-pulseaudio-steelseries-arctis-5.rules` to `/lib/udev/rules.d/` + +After that, plug in the device to see if it works.