[Kernel-packages] [Bug 1833793] Re: Updating to 19.04 audio keeps clicking when nothing is playing audio

2019-07-10 Thread Hui Wang
When you have time, please test this dkms. if it doesn't fix the issue, please also upload a alsa-info.txt. ** Attachment added: "oem-audio-hda-daily-dkms_0.1_all.deb" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1833793/+attachment/5276077/+files/oem-audio-hda-daily-dkms_0.1_all.deb

[Kernel-packages] [Bug 1836132] [NEW] headphone-mic doesn't work on a couple of dell machines (alsa/realtek)

2019-07-10 Thread Hui Wang
Public bug reported: We need to add support for a pure Mic device plugged into the audio jack. ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: High Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from

[Kernel-packages] [Bug 1836752] [NEW] input/mouse: alps trackpoint-only device doesn't work

2019-07-16 Thread Hui Wang
Public bug reported: Expected result: Trackpoint and keys should work. Actual result: Trackpoint and keys should doesn't work. ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Critical Assignee: Hui Wang (hui

[Kernel-packages] [Bug 1836752] Re: input/mouse: alps trackpoint-only device doesn't work

2019-07-16 Thread Hui Wang
** Tags added: originate-from-1833904 sutton ** Tags added: originate-from-1824926 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1836752 Title: input/mouse: alps trackpoint-only device

[Kernel-packages] [Bug 1836752] Re: input/mouse: alps trackpoint-only device doesn't work

2019-07-16 Thread Hui Wang
** Description changed: - Expected result: - Trackpoint and keys should work. + [Impact] + On one of the latest Lenovo laptops, the trackpoint doesn't work, we + consulted apls guys, they said this trackpoint is different from others, + it is a trackpoint-only device, so the current alps.c doesn't

[Kernel-packages] [Bug 1836755] [NEW] hda/realtek: can't detect external mic on a Dell machine

2019-07-16 Thread Hui Wang
popup dialogue, the headset-mic can record sound very well. [Regression Risk] Low. this patch is specific to a dell machine by pin configuration definition. ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: High Assignee: Hui

[Kernel-packages] [Bug 1836755] Re: hda/realtek: can't detect external mic on a Dell machine

2019-07-16 Thread Hui Wang
** Description changed: - [Expected result] - External microphone can work well + [Impact] + The external can't be detected when plugging headset in the + front audio jack. - [Actual result] - Can not detect external microphone + [Fix] + apply the alc891 fixup to set headset-mic and headpphone-

[Kernel-packages] [Bug 1836916] [NEW] alsa/hdmi: add icelake hdmi audio support for a Dell machine

2019-07-17 Thread Hui Wang
ork (e.g internal speaker/ external headset / HDMI/DP audio) ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang) Status: Incomplete ** Tags: originate-from-1834277 somerville ** Chan

[Kernel-packages] [Bug 1836916] Re: alsa/hdmi: add icelake hdmi audio support for a Dell machine

2019-07-17 Thread Hui Wang
** Description changed: - 1) install dell-bto-bionic-beaver-osp1-loras-X08-20190620-5.iso, boot into OS in Powersaving mode - 2) check sound setting - 3) reboot system via power menu with AC - 4) check sound setting - 5) cold boot via power menu with AC - 6) check sound setting - 7) reboot system

[Kernel-packages] [Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2019-07-22 Thread Hui Wang
reply #24, you could have a try with nvidia proprietary driver, probably it runs better than Radeon. sudo apt install nvidia-$(latest_version) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bu

[Kernel-packages] [Bug 1818275] Re: Dell Inspiron 15-3552 PCI/internal sound card not detected

2019-04-02 Thread Hui Wang
Please collect some logs, let us check if oem-audio-dkms is installed or not on your machine. dpkg --list > /tmp/dpkg-list.txt dkms status > /tmp/dkms-status.txt modinfo snd_hda_intel > /tmp/modinfo-hda-intel.txt Then upload the 3 files to launchpad. -- You received this bug notification becaus

[Kernel-packages] [Bug 1818275] Re: Dell Inspiron 15-3552 PCI/internal sound card not detected

2019-04-02 Thread Hui Wang
let us try to remove oem-audio-hda-daily-dkms. sudo dpkg -P oem-audio-hda-daily-dkms; then reboot, check if snd_hda_intel is loaded (lsmod | grep snd_hda_intel), if not, run modinfo snd_hda_intel, make sure "the filename: /lib/modules/3.13.0-167-generic/kernel/sound/pci/hda/snd-hda-intel.ko" shows

[Kernel-packages] [Bug 1821663] Re: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-02 Thread Hui Wang
It is an issue of power_save setting. It is not a driver's code issue, it is a kconfig issue. From rc4, the CONFIG_SND_HDA_POWER_SAVE_DEFAULT is set to 1 rather 0, then the codec enables the runtime PM, that introduce the noise. You can workaround it by adding an module parameter (/etc/modprobe.d

[Kernel-packages] [Bug 1821663] Re: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-02 Thread Hui Wang
please install this dkms on rc4 or v5.0 kernel, reboot and test. If you add the workaround of #12, please remove it first. thx. ** Attachment added: "oem-audio-hda-daily-dkms_0.1_all_blacklist_pm.deb" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1821663/+attachment/5252351/+files/o

[Kernel-packages] [Bug 1821663] Re: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-03 Thread Hui Wang
@Seth, It added the subvendor and subdevice, like below: diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index ece256a3b48f..e3ea62acfcce 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2150,6 +2150,8 @@ static struct snd_pci_quirk power_save_blacklis

[Kernel-packages] [Bug 1822854] Re: External monitor turns off for short period of times / until moving mouse

2019-04-03 Thread Hui Wang
@Julian, Could you please tell the detailed steps to reproduce this problem? It looks like "you enabled the test with accelerated graphics in VMs", does it introduce this issue? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubu

[Kernel-packages] [Bug 1821663] Re: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-03 Thread Hui Wang
Added two machines in the runtime pm blacklist: diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index ece256a3b48f..f62fb8b16c49 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2150,6 +2150,9 @@ static struct snd_pci_quirk power_save_blacklist[] = {

[Kernel-packages] [Bug 1821663] Re: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-03 Thread Hui Wang
Added two machines in the runtime pm blacklist: diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index ece256a3b48f..f62fb8b16c49 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2150,6 +2150,9 @@ static struct snd_pci_quirk power_save_blacklist[] = {

[Kernel-packages] [Bug 1821663] Re: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-03 Thread Hui Wang
@venturia, No need to do more tests. Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1821663 Title: [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04 u

[Kernel-packages] [Bug 1820930] Re: some codecs stop working after S3

2019-04-04 Thread Hui Wang
** Tags removed: verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem in Ubuntu. https://bugs.launchpad.net/bugs/18

[Kernel-packages] [Bug 1822426] Re: 19.04 Built in Intel HDA sound is disabled upon resume

2019-04-04 Thread Hui Wang
According to the log, when problem happens, the Nvidia hdmi codec doesn't response the HDA controller, Usually it is nvidia graphic driver's issue. Let us disable the nvidia hdmi audio temporarily and see if this problem still exists? edit /proc/modprobe.d/alsa-base.conf and add "options snd-hda-

[Kernel-packages] [Bug 1823261] Re: PCI/internal sound card not detected

2019-04-07 Thread Hui Wang
Please refer to this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818275 remove the oem-audio-hda-daily-dkms and test. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1823261

[Kernel-packages] [Bug 1824103] Re: The vioce which recored by Internal microphone gets noisy

2019-04-10 Thread Hui Wang
Just tested, the voice recorded is OK. But there is some difference between 19.04 and 18.04, after installing 18.04, the aplay/arecord default device pulseaudio, while after installing the 19.04, the aplay/arecord default device is hw sound card. Please install 19.04 to a different machine (not x

[Kernel-packages] [Bug 1824259] Re: Headphone jack switch sense is inverted: plugging in headphones disables headphone output

2019-04-13 Thread Hui Wang
Please install this deb for kernel-5.0.0-8-generic, and remove quirk=0x21 for that module, reboot and redo the test. In this deb, the codec driver of rt5645.c handles the comment #4. let us see test if it works or not. dpkg -i this.deb remove the quirk=0x21 reboot thx. ** Attachment added: "oe

[Kernel-packages] [Bug 1824103] Re: The vioce which recored by Internal microphone gets noisy

2019-04-15 Thread Hui Wang
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Hui Wang (hui.wang) ** Changed in: linux (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1824103] Re: aplay record file failed always.

2019-04-16 Thread Hui Wang
Yes, this is because the alsa-lib has a new change but the pulseaudio has not changed accordingly. commit 93e03bdc2a3dcd5d12516f5de78e14d88a32ff2c Author: Jaroslav Kysela Date: Wed Apr 4 09:58:12 2018 +0200 alsa.conf: change the location for add-on configs to /etc/alsa/conf.d The

[Kernel-packages] [Bug 1824103] Re: aplay record file failed always.

2019-04-16 Thread Hui Wang
The commit of #7 is in the alsa-lib from 1.1.7, so it only affects 19.04 Disco, the Cosmic and lower version works fine. ** Package changed: linux (Ubuntu) => pulseaudio (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in U

[Kernel-packages] [Bug 1837963] Re: alsa/hda: neither mute led nor mic-mute led work on several Lenovo laptops

2019-08-15 Thread Hui Wang
** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1837963 Title: alsa/hda: neither mute led nor mic-mute le

[Kernel-packages] [Bug 1836916] Re: alsa/hdmi: add icelake hdmi audio support for a Dell machine

2019-08-15 Thread Hui Wang
** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1836916 Title: alsa/hdmi: add icelake hdmi audio support

[Kernel-packages] [Bug 1837963] Re: alsa/hda: neither mute led nor mic-mute led work on several Lenovo laptops

2019-08-15 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1837963 Title: alsa/hda: neither mute led nor mic-mute

[Kernel-packages] [Bug 1840394] [NEW] Intel HDMI audio print "Unable to sync register" errors

2019-08-15 Thread Hui Wang
Status: New ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from-1839926 somerville ** Tags added: originate-from-1839926 somerville -- You received this bug notification because you are a member of Kernel Packa

[Kernel-packages] [Bug 1840395] [NEW] reboot will introduce an alarm 'beep ...' during BIOS phase

2019-08-15 Thread Hui Wang
sult] An alarm 'beep ...' during system boot at BIOS phase. [Failure rate] 100% ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from

[Kernel-packages] [Bug 1840394] Re: Intel HDMI audio print "Unable to sync register" errors

2019-08-15 Thread Hui Wang
** Changed in: linux (Ubuntu) Importance: Undecided => Critical ** Description changed: - 1) Power on system with Salomon - 2) Connect an external DP or HDMI monitor via DP/HDMI port - 3) check audio output - 4) Disconnect external monitor - 5) Suspend system via power menu - 6) resume the sys

[Kernel-packages] [Bug 1840395] Re: reboot will introduce an alarm 'beep ...' during BIOS phase

2019-08-15 Thread Hui Wang
** Description changed: - An alarm 'beep beep' output during system boot at BIOS phase. - [Steps to reproduce] - 1. Install system with sutton-mccarthy-bionic-amd64-20190801-154 image. - 2. Reboot system. + Since this fix is still in the maintainer's tree, I add the UBUNTU: SAUCE: + prefix in t

[Kernel-packages] [Bug 1840395] Re: reboot will introduce an alarm 'beep ...' during BIOS phase

2019-08-15 Thread Hui Wang
** Tags added: originate-from-1840400 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1840395 Title: reboot will introduce an alarm 'beep ...' during BIOS phase Status in HWE Next: New

[Kernel-packages] [Bug 1836916] Re: alsa/hdmi: add icelake hdmi audio support for a Dell machine

2019-08-20 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1836916 Title: alsa/hdmi: add icelake hdmi audio suppor

[Kernel-packages] [Bug 1840796] Re: sound not working in 4.15.0-58, but does in 4.15.0-55

2019-08-20 Thread Hui Wang
Which audio device deosn't work under -58 kernel? Intel hdmi audio, NV hdmi audio, speaker or headphone? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1840796 Title: sound not working i

[Kernel-packages] [Bug 1840796] Re: sound not working in 4.15.0-58, but does in 4.15.0-55

2019-08-21 Thread Hui Wang
Does it mean you could see the speaker from UI, but when playing sound to speaker, can't hear any sound? And could you please upload an alsa-info.txt under the kernel of -55 (speaker works under this kernel)? To get alsa-info.txt, run alsa- info.sh -- You received this bug notification because y

[Kernel-packages] [Bug 1840796] Re: sound not working in 4.15.0-58, but does in 4.15.0-55

2019-08-21 Thread Hui Wang
Under -55, the system only detects one sound card, it is Intel sound card. Under -58, the system detects two sound cards, Intel sound card and NV sound card. I guess under -58, the pulseaudio put the NV sound card as card0 while Intel sound card as card1. please run "pactl info" under -58, you wi

[Kernel-packages] [Bug 1840796] Re: sound not working in 4.15.0-58, but does in 4.15.0-55

2019-08-21 Thread Hui Wang
According to #26, the default sink is already the intel sink, so no need to run pacmd set-defaults-sink. please do 2 tests: 1) speaker-test -t wav -c 2 -D plughw:CARD=PCH,DEV=0 //Does the speaker work? 2) rm ~/.config/pulse/* reboot play sound to speaker //Does the speaker work? -- You receive

[Kernel-packages] [Bug 1841065] Re: Updated to 5.0.0-25 and headphone still inverted

2019-08-22 Thread Hui Wang
You upgrade the BIOS on your machine? The DMI info is changed? From: Base Board Information Manufacturer: AMI Corporation Product Name: Cherry Trail CR Version: Default string to Base Board Information Manufacturer: AMI Corporation Product Name: Cherry T

[Kernel-packages] [Bug 1841065] Re: Updated to 5.0.0-25 and headphone still inverted

2019-08-24 Thread Hui Wang
Do you mean the headphone works well under 4.18.0-15 without quirk=0x21? And headphone jack status inverted under 5.0.0-25 without quirk=0x21? Your bug is the same as this one https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1824259 And the fix of this bug is: 406dcbc55a0a20fd155be889a4a0c4b

[Kernel-packages] [Bug 1842265] [NEW] No sound inputs from the external microphone and headset on a Dell machine

2019-09-01 Thread Hui Wang
external device shows in Sound Settings when plugged a speaker or a headset. ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1842265] Re: No sound inputs from the external microphone and headset on a Dell machine

2019-09-01 Thread Hui Wang
** Description changed: - [Summary] - No sound inputs from the external speaker and headset + [Impact] + When we plug an external mic/headset-mic, the system can't + detect it and as a result can't record sound from it. - [Reproduce Steps] - 1. There is no new device in Sound Settings when plug

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-09 Thread Hui Wang
After booting up, please run: ls -la /dev/snd/ #could you see some dev nodes aplay -l # could you see some audio devices sudo chmod a+rw /dev/snd/* aplay -l # could you see some different output from the 1st time. -- You received this bug notification because you are a member of Kernel Pack

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-09 Thread Hui Wang
According to the log of ls and aply -l, your audio hardware is recognized by the driver after booting up. And alsa is ready to work, I can't find any problem here. I guess you could run 'aplay test.wav' to play sound after booting up without "sudo alsa force-reload" you wrote "After rebooting I h

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-09 Thread Hui Wang
I guess you alsa driver works after booing up, but the pulseaudio fails to get your built in sound card via alsa-lib. To check it, after booing up, run pactl list cards, I guess you could only see one dummy card and one nvidia hdmi audio card; after sudo alsa force-reload and run pactl list cards,

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-10 Thread Hui Wang
Then edit /etc/pulse/client.conf, change the line "; extra-arguments = --log-target=syslog" to "extra-arguments = - --log- target=file:/tmp/a.txt". reboot. you will find the /tmp/a.txt, this is the pulseaaudio log, let us try to find some clues from the log. -- You received this bug notific

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-11 Thread Hui Wang
This is something I never met before, this is the content of my /etc/pulse/client.conf, and I can find the /tmp/a.txt after booting up. Maybe this is the root cause of the problem you report, the pulseaudio doesn't start as the 18.10 or 19.04, the pulseaudio still act as the 14.04. Did you upgrade

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-11 Thread Hui Wang
there is no client.conf.d/00-disable-autospawn.conf on my computer too. And the pulseaudio usually sets "autospawn=yes" or "Restart=on-failure" in the systemd. Maybe you could delete 00-disable-autospawn.conf temporarily and do a test, if it does not work, restore it. And you could run "dpkg -S

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-11 Thread Hui Wang
On my machine, this is the log the pulseaudio find the sound card via udev, could you find similar info in your a.txt? D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-11.1/modules/module-udev-detect.so': success D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is acces

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-11 Thread Hui Wang
E: [autospawn] core-util.c: Home directory not accessible: Permission denied I printed out the "Home directory" on my computer, it is /home/$my_account, and the USER of pulseaudio is $my_account too (through ps -aux"), then there is no "Permission denied" problem. In the pulseaudio, it will check

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-12 Thread Hui Wang
my system is ubuntu 18.04. And from log ps: The user of "/usr/bin/pulseaudio --daemonize=no" is gdm The user of "/usr/bin/pulseaudio --start --log-target=syslog" is my account. If the user is differnt, I have no idea, maybe we should report the problem to pulseaudio-disc...@lists.freedesktop.o

[Kernel-packages] [Bug 1828798] [NEW] Eletrical noise occurred when external headset enter powersaving mode

2019-05-13 Thread Hui Wang
** Affects: linux (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from-1826315 somerville ** Tags added: originate-from-1826315 somerville -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1828798] Re: Eletrical noise occurred when external headset enter powersaving mode

2019-05-13 Thread Hui Wang
** Changed in: linux (Ubuntu) Importance: Undecided => Critical ** Summary changed: - Eletrical noise occurred when external headset enter powersaving mode + Eletrical noise occurred when external headset enter powersaving mode on a DEll machine -- You received this bug notification because

[Kernel-packages] [Bug 1828798] Re: Eletrical noise occurred when external headset enter powersaving mode on a DEll machine

2019-05-13 Thread Hui Wang
** Description changed: - Steps to reproduce: - 1. install manifest and boot into OS - 2. connect an external headset to system - 3. wait few seconds for audio enter powersaving mode - 4. eletrical noise can be heared in external headset + [Impact] + Eletrical noise occurred when external headset

[Kernel-packages] [Bug 1827972] Re: The noise keeps occurring when Headset is plugged in on a Dell machine

2019-05-16 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1827972 Title: The noise keeps occurring when Headset i

[Kernel-packages] [Bug 1824259] Re: Headphone jack switch sense is inverted: plugging in headphones disables headphone output

2019-05-16 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1824259 Title: Headphone jack switch sense is inverted:

[Kernel-packages] [Bug 1827967] Re: There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor

2019-05-16 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1827967 Title: There are 4 HDMI/Displayport audio outpu

[Kernel-packages] [Bug 1824259] Re: Headphone jack switch sense is inverted: plugging in headphones disables headphone output

2019-05-17 Thread Hui Wang
** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1824259 Title: Headphone jack switch sense is inverted: p

[Kernel-packages] [Bug 1827972] Re: The noise keeps occurring when Headset is plugged in on a Dell machine

2019-05-17 Thread Hui Wang
** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1827972 Title: The noise keeps occurring when Headset is

[Kernel-packages] [Bug 1827967] Re: There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor

2019-05-17 Thread Hui Wang
** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1827967 Title: There are 4 HDMI/Displayport audio output

[Kernel-packages] [Bug 1828136] Re: [Intel DH67CL, Realtek ALC892, Grey SPDIF Out, Rear] No sound at all

2019-05-18 Thread Hui Wang
Yes, and it looks like you need to be a list member first. you could register this list from: https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.

[Kernel-packages] [Bug 1827967] Re: There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor

2019-05-20 Thread Hui Wang
** Tags removed: verification-needed-cosmic ** Tags added: verification-done-cosmic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1827967 Title: There are 4 HDMI/Displayport audio outpu

[Kernel-packages] [Bug 1829912] Re: [Lenovo ideapad 330-15IKB] Sound very low, and quality of audio very bad.

2019-05-21 Thread Hui Wang
@Phaneesh, Could you please install the ubuntu 5.0 kernel, then I will upload a audio driver (dkms) for 5.0 kernel to test. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1829912 Title:

[Kernel-packages] [Bug 1829912] Re: [Lenovo ideapad 330-15IKB] Sound very low, and quality of audio very bad.

2019-05-22 Thread Hui Wang
Please test this dkms under 5.0 kernel, if the sound changes better? To install this deb: sudo dpkg -i oem-audio-xxx.deb reboot check your sound To remove this deb: sudo dpkg -P oem-audio-hda-daily-dkms reboot ** Attachment added: "oem-audio-hda-daily-dkms_0.1_all.deb" https://bugs.launchp

[Kernel-packages] [Bug 1829621] Re: [HP Laptop 14-ma0xxx] No sound after suspend (kernels 5.0.0 and 5.1.5 faulty, but not 5.0.1)

2019-05-26 Thread Hui Wang
@Robin, Please do a test. edit /etc/modprobe.d/alsa-base.conf add "options snd-hda-intel probe_mask=0x1" reboot and redo the test, if the problem still can be reproduced? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. h

[Kernel-packages] [Bug 1829912] Re: [Lenovo ideapad 330-15IKB] Sound very low, and quality of audio very bad.

2019-05-27 Thread Hui Wang
consulted with realtek engineer, and got a patch from him. please test this dkms as comment #6, if the audio works well after installing this dkms. thx. ** Attachment added: "oem-audio-hda-daily-dkms_0.1_all.deb" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1829912/+attachment/52668

[Kernel-packages] [Bug 1817263] Re: Constant noise in the headphone on Lenovo X1 machines

2019-03-16 Thread Hui Wang
** Tags removed: verification-needed-cosmic ** Tags added: verification-done-cosmic ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https

[Kernel-packages] [Bug 1820930] [NEW] some codecs stop working after S3

2019-03-19 Thread Hui Wang
Public bug reported: need to cat /proc/asound/cardX/codecX to trigger it work again. ** Affects: linux (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang) Status: New ** Changed in: linux (Ubuntu) Importance: Undecided => Critical -- You received this

[Kernel-packages] [Bug 1820930] Re: some codecs stop working after S3

2019-03-19 Thread Hui Wang
** Description changed: - need to cat /proc/asound/cardX/codecX to trigger it work again. + + To fix this bug, B/OEM-B/C needs only 1 patch, while v5.0-rc1 introduced + a new patch which affect this issue, so the DISCO needs 2 patches. + + [Impact] + After S3, some codecs (alc236, alc255, alc891

[Kernel-packages] [Bug 1821663] Re: [snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-03-30 Thread Hui Wang
I checked the new patches between rc3 and rc4, there are only some minor changes. In theory they will not introduce this problem. Please test this dkms on the rc4, this dkms contains the same driver as rc3, let us test kernel-rc4+hda sound driver-rc3 and see if the noise still happens or not. sud

[Kernel-packages] [Bug 1818275] Re: Dell Inspiron 15-3552 PCI/internal sound card not detected

2019-03-31 Thread Hui Wang
The sound driver snd_hda_intel.ko is not loaded when kernel is booting. Please check /lib/modules/$your-kernel_version/kernel/sound/pci/hda/, if there is snd_hda_intel.ko. If there is, please check /etc/modprobe.b/blacklist.conf, if putting the driver in the blacklist? -- You received this bug no

[Kernel-packages] [Bug 1818275] Re: Dell Inspiron 15-3552 PCI/internal sound card not detected

2019-04-01 Thread Hui Wang
The driver module is there and it is not in the blacklist, then load the driver manually and upload the dmesg: sudo modprobe snd_hda_intel dmesg > /tmp/dmesg.txt Then upload the dmesg.txt to launchpad. thx. -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1821663] Re: [snd_hda_codec_realtek] repeating crackling noise after 19.04 upgrade

2019-04-01 Thread Hui Wang
Do you mean that you installed the deb of #7 in the kernel-rc3, there is no noise, while installed the deb of #7 in the kernel-rc4, still has noise? So looks like it is not the alsa hda driver's issue, since the deb contains the driver exact same as the rc3. Please help collect two alsa-info.txt:

[Kernel-packages] [Bug 1818275] Re: Dell Inspiron 15-3552 PCI/internal sound card not detected

2019-04-02 Thread Hui Wang
I have no idea. Probably the package linux-modules- extra-{13.0-167.217-generic|$your_kernel_version} is not installed. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1818275 Title: Del

[Kernel-packages] [Bug 1826868] Re: Sound device not detected after resume from hibernate

2019-05-28 Thread Hui Wang
I backported a i915 patch, let us see if it can fix this problem on glk machines, please test this kernel: https://drive.google.com/drive/folders/1K7OrvkUTiub7vRaicen6smXR6TiDdBTM?usp=sharing sudo dpkg -i linux-modules-.deb sudo dpkg -i linux-image-unsigned-xxx.deb sudo dpkg -i linux-modules

[Kernel-packages] [Bug 1826868] Re: Sound device not detected after resume from hibernate

2019-05-28 Thread Hui Wang
supplement for #8, don't forget to remove the module para in the #3 before testing the #8 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1826868 Title: Sound device not detected after re

[Kernel-packages] [Bug 1829621] Re: [HP Laptop 14-ma0xxx] No sound after suspend (kernels 5.0.0 and 5.1.5 faulty, but not 5.0.1)

2019-05-28 Thread Hui Wang
I backported a i915 patch, let us see if it can fix this problem on glk machines, please test this kernel: https://drive.google.com/drive/folders/1K7OrvkUTiub7vRaicen6smXR6TiDdBTM?usp=sharing remove the workaround of #10 sudo dpkg -i linux-modules-.deb sudo dpkg -i linux-image-unsigned-xxx.de

[Kernel-packages] [Bug 1827460] Re: [Lenovo IdeaPad 330-15IGM] No sound at all after resuming from sleep in kernel 4.15.0-48.51-generic (but v4.15.0-47.50 works).

2019-05-28 Thread Hui Wang
I backported an i915 patch for glk machines, please remove the workaround of "probe_mask=1" (#4) and test this kernel: sudo dpkg -i linux-imgae-unsigned-xxx.deb sudo dpkg -i linux-modules-xxx.deb sudo dpkg -i linux-modules-extra-xxx.deb reboot and choose the new installed kernel to boot, then red

[Kernel-packages] [Bug 1821269] Re: [Aspire ES1-131, Realtek ALC255, Mic, Internal] No autoswitch (4-pole combo jack mic doesn't detect)

2019-05-28 Thread Hui Wang
** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1821269 Title: [Aspire ES1-131, Realtek ALC255, Mic, Internal] No autoswitch (4-

[Kernel-packages] [Bug 1831065] [NEW] does not detect headphone when there is no other output devices

2019-05-30 Thread Hui Wang
Public bug reported: Headset doesn't work ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: High Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from-1830004 somerville ** Tags added: originate

[Kernel-packages] [Bug 1831065] Re: does not detect headphone when there is no other output devices

2019-05-30 Thread Hui Wang
** Description changed: - Headset doesn't work + These two patches are already in the kernel-v5.0, so only B and C need + these two patches. + + [Impact] + On a Dell machine, there is no other output devices but a headphone + on it, when plugging headset, the headset-mic can't work. + + [Fix] +

[Kernel-packages] [Bug 1831301] Re: sound doesn't works in both kernel. no one cards is recognize by system-

2019-06-01 Thread Hui Wang
please upload dmesg and the output of lspci and lsmod. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1831301 Title: sound doesn't works in both kernel. no one cards is recognize by sy

[Kernel-packages] [Bug 1831301] Re: sound doesn't works in both kernel. no one cards is recognize by system-

2019-06-02 Thread Hui Wang
open a terminal, then run: dmesg > /tmp/dmesg.txt lspci -nnvv > /tmp/lspci.txt lsmod > /tmp/lsmod.txt after running these 3 command line commands, upload all /tmp/*.txt thx. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubunt

[Kernel-packages] [Bug 1831301] Re: sound doesn't works in both kernel. no one cards is recognize by system-

2019-06-03 Thread Hui Wang
Looks like it is the I2S codoc on your machine. First let us check if your sound card is registered successfully. please run: aplay -l > /tmp/aplay-l.txt aplay -L > /tmp/aplay-L.txt arecord -l > /tmp/arecord-l.txt arecord -L > /tmp/arecord-L.txt Then upload them. thx. -- You received this bug

[Kernel-packages] [Bug 1826868] Re: Sound device not detected after resume from hibernate

2019-06-03 Thread Hui Wang
** Description changed: - When I close my laptop, it goes to sleep. When I wake it up, it switches - to " headphones ". Then, if I go to " sound device ", my main speaker - does not show. There's only the headphones that are here. I can't get my - speakers back... I had to reboot the computer to g

[Kernel-packages] [Bug 1831301] Re: sound doesn't works in both kernel. no one cards is recognize by system-

2019-06-03 Thread Hui Wang
According to #13 ~ #16, your sound card is registered successfully. But ubuntu 18.04 doesn't support ucm conf for this sound card yet, as a result the pulseaudio and gnome layer doesn't find your sound card. If you want to have a try, please follow these steps: cd /tmp/ git clone git://git.alsa-pr

[Kernel-packages] [Bug 1826868] Re: Sound device not detected after resume from hibernate

2019-06-09 Thread Hui Wang
** Description changed: + The patch is already in the v5.2-rc1, so don't send the patch + to unstable. + + In the V2, I added 3 more patches. The 0001-xxx.patch is for fixing + the issue of "audio doesn't work after s3/s4 on cln and glk machines", + but it introduces a new issue of "screen flicke

[Kernel-packages] [Bug 1832299] [NEW] Add new sound card PCIID into the alsa driver

2019-06-10 Thread Hui Wang
art Signed-off-by: Takashi Iwai (cherry picked from commit d4c2ccdb5855ce8786ebc66f7405096065d0c198) Signed-off-by: Hui Wang commit f88fe83649fd2842c88df5081f3625d9bd11fe7a Author: Guneshwor Singh Date: Tue Mar 13 16:40:08 2018 +0530 ALSA: hda: Add Icelake PCI ID Icelake i

[Kernel-packages] [Bug 1832299] Re: Add new sound card PCIID into the alsa driver

2019-06-10 Thread Hui Wang
for LP and H skews. - - Signed-off-by: Pierre-Louis Bossart - Signed-off-by: Takashi Iwai - (cherry picked from commit d4c2ccdb5855ce8786ebc66f7405096065d0c198) - Signed-off-by: Hui Wang + The 0001-xxx.patch is for adding the ICL pciid, it is not in the bionic kernel, + so bio

[Kernel-packages] [Bug 1832369] Re: [Thomson THN14B] Internal speaker does not work

2019-06-11 Thread Hui Wang
It is an i2s codec on your machine, needs ucm to make it work from pulseaudio or gnome layer. please refer to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831301, it is the same issue as yours. -- You received this bug notification because you are a member of Kernel Packages, which is s

[Kernel-packages] [Bug 1832963] Re: sound doesn't work

2019-06-15 Thread Hui Wang
Probably a vga_switchroot problem. Please test the latest mainline kernel: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc4/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1832963

[Kernel-packages] [Bug 1832961] Re: 3.5mm audio jack whistles on headphones

2019-06-15 Thread Hui Wang
Recently mainline kernel merged a patch for fixing the headphone noise on alc298. Please install and test the latest mainline kernel: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc4/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed t

[Kernel-packages] [Bug 1826868] Re: Sound device not detected after resume from hibernate

2019-06-18 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem in Ubuntu. https://bugs.launchpad.net/bugs/1826868 Title: Sound device not detected after resu

[Kernel-packages] [Bug 1828798] Re: Eletrical noise occurred when external headset enter powersaving mode on a DEll machine

2019-06-18 Thread Hui Wang
** Tags removed: verification-needed-cosmic verification-needed-disco ** Tags added: verification-done-cosmic verification-done-disco -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem in Ubuntu. https://bugs.launchpad.net/bugs/1828

[Kernel-packages] [Bug 1833405] [NEW] add firmware and topology file for sound sof driver [cml/cnl]

2019-06-19 Thread Hui Wang
Public bug reported: sof driver need firmware and tplg to work. ** Affects: linux-firmware (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1833405] Re: add firmware and topology file for sound sof driver [cml/cnl]

2019-06-19 Thread Hui Wang
** Description changed: - sof driver need firmware and tplg to work. + [Impact] + We have a couple dell and lenovo laptops which have dmic directly connected + to PCH, this needs intel sof driver to work, and intel sof driver is merged + oem-osp1-b kernel and it needs to load firmware and topology

[Kernel-packages] [Bug 1790595] Re: Line 6 POD HD500 driver fault

2019-04-17 Thread Hui Wang
Maybe understanding how the configuration:interface:altsetting:endpoint is arranged on this usb device is helpful. Could you please collect 2 logs: 1st: sudo su;cat /sys/kernel/debug/usb/devices > devices.txt 2nd: lsusb -d 0e41:414d -v > lsusb-v.txt Then upload these two logs. thx. -- You re

[Kernel-packages] [Bug 1825272] [NEW] headset-mic doesn't work on two Dell laptops.

2019-04-17 Thread Hui Wang
Assignee: Hui Wang (hui.wang) Status: New ** Changed in: linux (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825272 Ti

  1   2   3   4   5   6   7   8   9   10   >