[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2022-08-19 Thread Ken Sarowiwa
I am experiencing a similar problem, my laptop is a hp elitebook 820 G3. I am running an on ubuntu 22.04, my speakers are okay they play nicely, but anytime I try plugging in my headphones or earphones, audio is not transmitted to the earphones. I have tried playing around with the alsamixer but

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2022-08-17 Thread Koen
Hi, I had the same problem. Comment #5 worked for me (after reboot): 1. Open terminal 2. sudo nano /etc/modprobe.d/alsa-base.conf 3. Add mentioned line in comment at the bottom of the conf file: options snd-hda-intel model=clevo-p950 4. CTRL+O -> CTRL+C 5. sudo reboot 6. test your sound My

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-12-23 Thread Krishna rohith Paramkusham
Sorry, forgot to mention that headphones works fine with ubuntu but only speakers doesn't work. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1833161 Title: [HDA-Intel - HDA Inte

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-12-23 Thread Krishna rohith Paramkusham
First of All Thank You.I finally got someone to talk to. I am new user to Ubuntu 18.04 and have same issue of no sound on my laptop. I also posted a question on askubuntu but no answer since it has been asked yesterday. I only know this info: On running lspci Ii got to know that my Audio devices

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-06-18 Thread Jean-Philippe Roberge
Excellent! Thank you so much Hui Wang! Everything works perfectly now, thanks to your advice about upgrading the kernel. My headphones, speakers and microphone work all perfectly fine now, this is solved. Just a note: I had already tried the "clevo-p950" as an option, but it was not working at al

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-06-18 Thread Hui Wang
To test the patch of #4, please install the ubuntu-5.0 kernel, then add "options snd-hda-intel model=clevo-p950" -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1833161 Title: [HD

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-06-18 Thread Hui Wang
Probably you machine needs this patch: commit 0202f5cd9aab127355f6b1de74058a670424d48a Author: Peisen Date: Thu Oct 26 10:35:36 2017 +0800 ALSA: hda/realtek - Add support for ALC1220 Add Clevo-P51 mode support for ALC1220. ALC1220 Clevo-p51 Speaker uses I2S output. We

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-06-18 Thread Jean-Philippe Roberge
Thanks Hui Wang for your reply. adding "options snd-hda-intel probe_mask=0x1" made a significant change: my headphones now work! However, there is still no sound coming out of my speakers... I'll keep investigating a bit more today before installing a new kernel... Also, my sound card seems to be

[Desktop-packages] [Bug 1833161] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all

2019-06-17 Thread Hui Wang
Please edit /etc/modprobe.d/alsa-base.conf and add: options snd-hda-intel probe_mask=0x1 reboot and check if audio works. If it works, please remove that line int the alsa-base.conf and install 5.0 kernel to test. -- You received this bug notification because you are a member of Desktop Packag