I recently upgraded my system from ubuntu 19.04 to 19.10, and I found a weird issue. When I physically plug a headphone in my laptop, I cannot find it everywhere, it seems like that it is not being detected. However, if I plug the same headphone into other devices, it works well and the headphone works well in Windows 10(dual system on the same PC).
What makes me confused is that if I use Bluetooth earphones in the laptop, it works quite well. This problem occurs when I used Ubuntu 19.04 sometimes, but not frequently. However, when I switch to the 19.10, I can never detect my dear headphone :(.
The result of lspci | grep Audio
is:
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP Audio Controller
04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor
04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
I tried several methods, such as running sudo alsactl restore
, and it says:
alsactl: load_state:1683: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Found hardware: "HDA-Intel" "ATI R6xx HDMI" "HDA:1002aa01,00aa0100,00100700" "0x17aa" "0x380d"
Hardware is initialized using a generic method
Found hardware: "HDA-Intel" "Conexant CX8070" "HDA:14f11f86,17aa3820,00100100" "0x17aa" "0x3815"
Hardware is initialized using a generic method
I almost tried every methods that can be found, but none of them works. Who can help me? Thanks!!!