Skip to content

Instantly share code, notes, and snippets.

@tatosjb
Last active August 24, 2022 15:39
Show Gist options
  • Save tatosjb/263df20ea45d8d7e15254755afcfa2e3 to your computer and use it in GitHub Desktop.
Save tatosjb/263df20ea45d8d7e15254755afcfa2e3 to your computer and use it in GitHub Desktop.
Manjaro tips

Headset is not loading

Context:

  • My audio is working but manjaro is not rocognizing my headset speaker(sound output) or headset microphone(sound input)
  • How to reset my audio configuration in manjaro
  • How rollback manjor's audio configuration

Solution

# Clear all of the 4 Pulseaudio databases to remove any old settings
tdbtool ~/.config/pulse/*device-volumes.tdb erase
tdbtool ~/.config/pulse/*stream-volumes.tdb erase
tdbtool ~/.config/pulse/*device-manager.tdb erase
tdbtool ~/.config/pulse/*card-database.tdb erase

# Restart pulseaudio
pulseaudio -k
pulseaudio --start

Maker sure to Reboot the computer to make sure it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment