Created
December 1, 2022 17:52
-
-
Save y56/ac764127a0c3c59073daf7b1e5450858 to your computer and use it in GitHub Desktop.
ubunru 18.04 sound/mic device not working; restart sound devie driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3047 systemctl --user stop pulseaudio.socket | |
3048 systemctl --user stop pulseaudio.socket | |
3049 systemctl --user stop pulseaudio.service | |
3050 pulseaudio -v | |
4791 pulseaudio -k && sudo alsa force-reload | |
4858 pulseaudio -k && sudo alsa force-reload | |
32472 pulseaudio --check | |
32473 pulseaudio -D | |
32474 pulseaudio -k | |
32475 pulseaudio -D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you plug-in a new sound/mic device, sometimes, you can see it appear but you can't switch to use it. (Usually a device through USB, with its own sound chip) Then, you need to restart the sound driver.
Method 1