- 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
# 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