Skip to content

Instantly share code, notes, and snippets.

@manti-by
Last active June 15, 2023 08:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manti-by/b3da1f3d6460428301616aaba8777c98 to your computer and use it in GitHub Desktop.
Save manti-by/b3da1f3d6460428301616aaba8777c98 to your computer and use it in GitHub Desktop.

Setup Traktor Audio 6 on Ubuntu

Update pulsaduio config

When plugged-in, the soundcard was given a different idProduct than expected (1011 instead of 1010).

  1. Open file /lib/udev/rules.d/90-pulseaudio.rules
  2. Find line with text usb 1-2: New USB device found, idVendor=17cc, idProduct=1011
  3. Change value 1011 to 1010
  4. Restart pulseaudio server pulseaudio -k

Add default stereo scheme

  1. Open file /usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf
  2. Add new mapping
[Mapping analog-surround-20]
description = Analog Stereo
device-strings = surround21:%f
channel-map = front-left,front-right
paths-output = analog-output analog-output-lineout analog-output-speaker
priority = 10
direction = output

Set default input source:

pacmd set-default-source alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp_6__source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment