[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-24 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 @Scott, We haven't tested the bluetooth both under old kernel and under patched kernel, do you know how to verify the bluetooth on the pi? And we are going to look at bluetooth after fixing the usb host

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-24 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 @Scott, About the bluetooth, this is a comment from Dave Jones: And one thing which isn't a bug: Bluetooth: we don't support bluetooth out of the box. Ubuntu on Pi is primarily a server distro and

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-29 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 reply Mark Dunn, The kernel you wget and installed already included the patch for 3093, so in theory, after installed the new kernel, the usb should work with 4G ram. Please verify the kernel you are

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-29 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 If you install the modules and kernel in the #26 successfully, the 'uname -a' will show newupdate. But I can't find the "newupdate" from the output of yours. And those patches are not merged to ubuntu

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-10-23 Thread Hui Wang
@Rohit, Got it, thx, and please refer to https://bugs.launchpad.net/ubuntu/+source/linux- raspi2/+bug/1849369/comments/1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848790 Title: USB not

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-21 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 I built a testing kernel, not only includes the fix for USB host, but also includes all new patches from https://github.com/raspberrypi/linux.git rpi-5.3.y branch (about 107 patches). I tested both arm64

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-10-21 Thread Hui Wang
I built a testing kernel, not only includes the fix for USB host, but also includes all new patches from https://github.com/raspberrypi/linux.git rpi-5.3.y branch (about 107 patches). I tested both arm64 and armhf kernels on Pi4 without HDMI monitor, everything works well. Could anybody help

[Bug 1848247] Re: 3A+ boot failure on Eoan

2019-10-18 Thread Hui Wang
So far, what I got from investigation is: After setting vc4-fkms-v3d, the fb driver's sequence is bootloader -> simplefb -> drm_vc4 fb Without vc4-fkms-v3d, the sequence is bootloader -> simplefb -> bcm2708_fb (the screen will flicker when bcm2708_fb takeover the display) I will continue

[Bug 1848247] Re: 3A+ boot failure on Eoan

2019-10-18 Thread Hui Wang
I mean the simplefb driver in the kernel in the #3, I didn't know there is a simplefb driver in the uboot too. So it looks like: uboot.simplefb ---> kernel.simplefb works fine uboot.simplefb ---> kernel.simplefb > drm_vc4_fb works fine (but RPI3A+ crash)

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-10-18 Thread Hui Wang
I reproduced this bug on my rpi4 board. ** Changed in: linux-raspi2 (Ubuntu) Importance: Undecided => High ** Changed in: linux-raspi2 (Ubuntu) Assignee: (unassigned) => Hui Wang (hui.wang) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1846148] Re: Realtek ALC256M with DTS Audio Processing internal microphone doesn't work on Redmi Book 14 2019

2019-10-20 Thread Hui Wang
The testing kernel in the #12 is for fixing the internal mic, so no need to test external mic plugging (#13). For #14, it is internal mic, could you record sound with internal mic? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1848490] Re: eoan: alsa/sof: Enable SOF_HDA link and codec

2019-10-17 Thread Hui Wang
** Description changed: - The EOAN kernel has alsa/sof driver, we need to enable SOF_HDA link and - codec, then the sof can work with legacy HDA driver to enable audio - output and input on LENOVO and DELL machines. + + [Impact] + We tested the EOAN kernel on the LENOVO or Dell machines which

[Bug 1848490] [NEW] eoan: alsa/sof: Enable SOF_HDA link and codec

2019-10-17 Thread Hui Wang
Public bug reported: The EOAN kernel has alsa/sof driver, we need to enable SOF_HDA link and codec, then the sof can work with legacy HDA driver to enable audio output and input on LENOVO and DELL machines. ** Affects: linux (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang

[Bug 1847250] Re: update firmware for sound sof driver to fix the hang issue on several Dell machines

2019-10-16 Thread Hui Wang
** Tags added: verification-done-bionic verification-done-disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847250 Title: update firmware for sound sof driver to fix the hang issue on several

[Bug 1838599] Re: alsa/sof: need to update the firmware of sound sof driver

2019-10-17 Thread Hui Wang
** Changed in: linux-firmware (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838599 Title: alsa/sof: need to update the firmware of sound sof

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-26 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 @reply #21, The simplest workaround is to plug the sd card into a cardreader and connect the cardreader to computer, then edit $mount_folder/system- boot/config.txt Add total_mem=3072 in the section

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-26 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 And for me, I run commands through serial console, and if you have the uart->usb converter, you could use serial console too. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-10-27 Thread Hui Wang
And also Pi 3 Model A Plus is not in the all.db. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848790 Title: USB not working under arm64 on Pi4 To manage notifications about this bug go to:

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-27 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 And this bug will be fixed with https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1849623 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2019-10-27 Thread Hui Wang
And this bug will be fixed with https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1849623 And there is a testing kernel, we could install this testing kernel and remove the vc4-fkms-v3d from the config.txt.

[Bug 1848075] Re: eoan server image does not boot on RPI3-A+

2019-10-27 Thread Hui Wang
*** This bug is a duplicate of bug 1848247 *** https://bugs.launchpad.net/bugs/1848247 About the root cause and fix for this bug, please refer to: https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1847596/comments/9

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2019-10-27 Thread Hui Wang
This problem is fixed by this commit, it is in the https://github.com/raspberrypi/linux.git (the data structure does not match the firmware definition) commit 26f64fa81357f4b18192432eb8023f99c7eb5cf7 (HEAD -> 26f64fa81357f4b18192432eb8023f99c7eb5cf7) Author: Michael Brown Date: Sun Sep 22

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-10-22 Thread Hui Wang
@Rohit, I will take a look at the issue of kvm, and do you know if the 18.04 support kvm on rpi3/2? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848790 Title: USB not working under arm64 on Pi4

Re: [Bug 1848490] Re: eoan: alsa/sof: Enable SOF_HDA link and codec

2019-10-21 Thread Hui Wang
Well noted, thanks, And Intel sent  an email about this issue to us yesterday, we will fix this issue according to you and Intel's suggestion. On 2019/10/22 上午3:03, Paul van Schayck wrote: > I can confirm this is currently an issue on the Lenovo X1 Carbon 7th > gen. I did some testing with the

[Bug 1849369] Re: Ubuntu 19.10 ARM64 kernel has KVM disabled by default

2019-10-23 Thread Hui Wang
*** This bug is a duplicate of bug 1783961 *** https://bugs.launchpad.net/bugs/1783961 I built a testing kernel which enabled the KVM, please test it on rpi4/3 (arm64) and rpi4/3/2 (armhf) boards. https://people.canonical.com/~hwang4/pi4kvm/ thx. -- You received this bug notification

[Bug 1783961] Re: CONFIG_KVM is disabled for linux-raspi2 (aarch64)

2019-10-23 Thread Hui Wang
I built a testing kernel which enabled the KVM, please test it on rpi4/3 (arm64) and rpi4/3/2 (armhf) boards. https://people.canonical.com/~hwang4/pi4kvm/ thx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1846148] Re: Realtek ALC256M with DTS Audio Processing internal microphone doesn't work on Redmi Book 14 2019

2019-10-23 Thread Hui Wang
According to #20, there is no change for external mic plugging, so we could not fix it by ourselves. The best way is to notify the XiaoMi and let them ask for help from realtek. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-11-19 Thread Hui Wang
** Description changed: + [Impact] + With the current default kernel config, the SND_SOC_SOF_BROADWELL_SUPPORT + is set to Y, then it will make the legacy intel soc driver fail, and + moreover the current sof driver can't support broadwell well, as a + result, many broadwell computers with I2S

[Bug 1852510] Re: IO errors when writing large amounts of data to USB storage in eoan on RPI2/3 (armhf kernel)

2019-11-20 Thread Hui Wang
** Summary changed: - IO errors when writing large amounts of data to USB storage in eoan on RPI + IO errors when writing large amounts of data to USB storage in eoan on RPI2/3 (armhf kernel) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1852510] Re: IO errors when writing large amounts of data to USB storage in eoan on RPI2/3 (armhf kernel)

2019-11-20 Thread Hui Wang
** Description changed: + [Impact] + On the RPI2/3 boards with eoan armhf kernel, if we copy large size + files to usb stick, the usb host driver dwc_otg will fail and print + lots of IO errors in the dmesg. + + [Fix] + To support rpi4, we enabled the LPAE/HIGHMEM/VMSPLIT_3G in the armhf +

[Bug 1846539] Re: [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer works on Dell Venue 11 Pro 7140

2019-11-19 Thread Hui Wang
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Hui Wang (hui.wang) ** Changed in: linux (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1850876] Re: CONFIG_DRM_V3D is disabled for linux-raspi2 of eoan

2019-11-26 Thread Hui Wang
Thanks for your testing, I will post the remaining issues to upstream and let us wait for the fixes for the remaining issues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850876 Title:

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-11-24 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 @Avio, I could see "mmc-bcm2835 fe30.mmcnr: could not get clk, deferring probe" too, but didn't meet your problem. After the system boot up, it will mount the mmcblk0p2 as rootfs and mount mmcblk0p1

[Bug 1853789] [NEW] Need to disable CONFIG_DRM_V3D in the raspi2 eoan kernel

2019-11-24 Thread Hui Wang
for it. Users report crash of this driver via: #1852035 and #1850876 This bug is for tracking the reverting the fix of #1850876. ** Affects: linux-raspi2 (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New -- You received this bug notification because you

[Bug 1853791] [NEW] External microphone can't work on some dell machines with the codec alc256 or alc236

2019-11-24 Thread Hui Wang
Public bug reported: tracking purpose ** Affects: linux (Ubuntu) Importance: Critical 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 Ubuntu B

[Bug 1852035] Re: Cannot use full resolution (2560x1440) of Dell U2715H

2019-11-24 Thread Hui Wang
*** This bug is a duplicate of bug 1850876 *** https://bugs.launchpad.net/bugs/1850876 Got it, thanks, We will disable the driver v3d again in the kernel until the branch rpi-5.3.y has the perfect fix for this driver. And set this bug duplicated to #1850876. ** This bug has been marked a

[Bug 1842998] Re: alsa/hda/realtek: The microphone and mic of headset are uesless on a ThinkCentre

2019-11-24 Thread Hui Wang
** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842998 Title: alsa/hda/realtek: The microphone and mic of headset are

[Bug 1853789] Re: Need to disable CONFIG_DRM_V3D in the raspi2 eoan kernel

2019-11-24 Thread Hui Wang
** Changed in: linux-raspi2 (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853789 Title: Need to disable CONFIG_DRM_V3D in the raspi2 eoan kernel To

[Bug 1853791] Re: External microphone can't work on some dell machines with the codec alc256 or alc236

2019-11-24 Thread Hui Wang
** Tags added: originate-from-1852542 somerville ** Tags added: originate-from-1849286 ** Tags added: originate-from-1849075 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853791 Title: External

[Bug 1848490] Re: eoan: alsa/sof: Enable SOF_HDA link and codec

2019-11-24 Thread Hui Wang
** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848490 Title: eoan: alsa/sof: Enable SOF_HDA link and codec To manage

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2019-11-24 Thread Hui Wang
** Changed in: linux-raspi2 (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847596 Title: rpi3b+: corrupted screen on hdmi To manage

[Bug 1853789] Re: Need to disable CONFIG_DRM_V3D in the raspi2 eoan kernel

2019-11-24 Thread Hui Wang
** Description changed: We enabled this driver in the linux-image-5.3.0-1013-raspi2 proposed kernel, then we got lots of reports from users that this driver is not stable, it will crash randomly, so let us disable this driver again and wait for the upstream branch rpi-5.3.y has the fixes

[Bug 1853791] Re: External microphone can't work on some dell machines with the codec alc256 or alc236

2019-11-24 Thread Hui Wang
** Description changed: - tracking purpose + [Impact] + The external microphone can't work on some dell machines with the + codec alc256 or alc236 + + [Fix] + Need to apply the ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, instead of + adding a new pintbl in the quirk table, we use fallback table this +

[Bug 1850876] Re: CONFIG_DRM_V3D is disabled for linux-raspi2 of eoan

2019-11-24 Thread Hui Wang
@Ian, "rock solid WITH acceleration when using Gentoo", could you please tell me what is the kernel version for Gentoo? Or could you paste the output of 'uname -a' under Gentoo? I tested the branch rpi-5.3.y of upstream kernel (https://github.com/raspberrypi/linux.git), the v3d driver is better

Re: [Bug 1850876] Re: CONFIG_DRM_V3D is disabled for linux-raspi2 of eoan

2019-11-29 Thread Hui Wang
On 2019/11/29 下午11:15, Mark Dunn wrote: > short version: > > With raspberry pi 4: > your binaries applied (https://people.canonical.com/~hwang4/v3d-fix/) > The screen flickers then blanks > I installed an built the latest mesa > The screen flickers then blanks > Back to the raspberry pi kernel

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-11-30 Thread Hui Wang
*** This bug is a duplicate of bug 1848790 *** https://bugs.launchpad.net/bugs/1848790 About the problem of "there is no /dev/mmcblk0* device", I checked your dmesg, there are two places are weird the 1st one is about the raspberrypi-firmware, on my board, the dmesg will show: [0.100540]

[Bug 1854620] Re: Kernel crash on RasPi 3B+ (ARM64)

2019-12-01 Thread Hui Wang
You built the kernel "4.14.66-chainsx-cxcore+ (r...@myhost.nopad.org)" yourself? Looks like it is not a canonical's kernel. According to the log, It looks like some userspace apps make the kernel crash, it is weird since usually userspace can't crash kernel. And the calltrace doesn't show which

[Bug 1849623] Re: linux-raspi2: rebase the Eoan kernel to the latest rpi-5.3.y branch (2a085c9b42ea)

2019-11-24 Thread Hui Wang
** Changed in: linux-raspi2 (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849623 Title: linux-raspi2: rebase the Eoan kernel to the latest

[Bug 1852070] Re: The alsa hda driver is not loaded due to the missing of PCIID for Comet Lake-S [8086:a3f0]

2019-11-25 Thread Hui Wang
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852070 Title: The alsa hda driver is not loaded due to the missing

[Bug 1853030] Re: No connection through SSH over WIfi after kernel update

2019-11-24 Thread Hui Wang
I just followed your steps to do the test, I followed all steps except step 7, since on my board, no need to run "netplan try" and "netplan apply", the eth0 and wlan0 already can get the ip from my router. Other steps are same. I can't reproduce your problem, with the new installed 1012 kernel,

[Bug 1852035] Re: Cannot use full resolution (2560x1440) of Dell U2715H

2019-11-23 Thread Hui Wang
The upstream has some fixes for v3d driver, I applied them to the kernel and built a testing kernel: https://people.canonical.com/~hwang4/v3d-fix/ Please also monitor the dmesg, to see if there are some "gpu mmc pte errors" in the dmesg. thx. -- You received this bug notification because

[Bug 1854401] Re: headphone has noise as not mute on dell machines with alc236/256

2019-11-28 Thread Hui Wang
** Description changed: - tracking purpose + [Impact] + There is noise in the headphone on some dell machines with the + codec alc256 or alc236 + + [Fix] + Realtek provide a patch to disable PCBEEP_IN to heapdhone. + + [Test Case] + tested the kernel with this patch, the noise disappeared. + +

[Bug 1854401] [NEW] headphone has noise as not mute on dell machines with alc236/256

2019-11-28 Thread Hui Wang
Public bug reported: tracking purpose ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from-1853952 somerville ** Tags added: originate-from

[Bug 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-27 Thread Hui Wang
@Askshay, This is the new image you could have a try with. http://cdimage.ubuntu.com/ubuntu-server/eoan/daily- preinstalled/20191126.2/ And "100% happen" means it will freeze every time you reboot and input the password to login. Thanks. -- You received this bug notification because you are a

[Bug 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-28 Thread Hui Wang
@Erik, Dave Jones is working on the flash-kernel, and I remember there is already a bug to track this issue. Let Dave answer your question. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848790

[Bug 1846148] Re: Realtek ALC256M with DTS Audio Processing internal microphone doesn't work on Redmi Book 14 2019

2019-11-20 Thread Hui Wang
** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846148 Title: Realtek ALC256M with DTS Audio Processing internal microphone doesn't work

[Bug 1853030] Re: No connection through SSH over WIfi after kernel update

2019-11-22 Thread Hui Wang
We are going to release a new kernel soon, right now it is in the proposed channel, Welcome to test with the new kernel: edit the $rpi_rootfs/etc/apt/sources.list and add: deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed main restricted deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed

[Bug 1850876] Re: CONFIG_DRM_V3D is disabled for linux-raspi2 of eoan

2019-11-22 Thread Hui Wang
We are going to release a new kernel soon, right now it is in the proposed channel, Welcome to test with the new kernel: edit the $rpi_rootfs/etc/apt/sources.list and add: deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed main restricted deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2019-11-22 Thread Hui Wang
We are going to release a new kernel soon, right now it is in the proposed channel, Welcome to test with the new kernel: edit the $rpi_rootfs/etc/apt/sources.list and add: deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed main restricted deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed

[Bug 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-22 Thread Hui Wang
We are going to release a new kernel soon, right now it is in the proposed channel, Welcome to test with the new kernel: edit the $rpi_rootfs/etc/apt/sources.list and add: deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed main restricted deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed

[Bug 1852510] Re: IO errors when writing large amounts of data to USB storage in eoan on RPI2/3 (armhf kernel)

2019-11-22 Thread Hui Wang
We are going to release a new kernel soon, right now it is in the proposed channel, Welcome to test with the new kernel: edit the $rpi_rootfs/etc/apt/sources.list and add: deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed main restricted deb http://ports.ubuntu.com/ubuntu-ports eoan-proposed

[Bug 1852035] Re: Cannot use full resolution (2560x1440) of Dell U2715H

2019-11-22 Thread Hui Wang
with 1012 kernel: https://bugs.launchpad.net/bugs/1850876 https://bugs.launchpad.net/bugs/1852510 ** Changed in: linux-raspi2 (Ubuntu) Assignee: (unassigned) => Hui Wang (hui.wang) ** Changed in: linux-raspi2 (Ubuntu) Importance: Undecided => High -- You received this bug notification b

[Bug 1852510] Re: IO errors when writing large amounts of data to USB storage in eoan on RPI

2019-11-14 Thread Hui Wang
** Changed in: linux-raspi2 (Ubuntu Eoan) Assignee: (unassigned) => Hui Wang (hui.wang) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852510 Title: IO errors when writing large amou

[Bug 1852510] Re: IO errors when writing large amounts of data to USB storage in eoan on RPI

2019-11-14 Thread Hui Wang
I reproduced this problem on the rpi3B+ and rpi2Bv1.1 with armhf kernel. This problem is introduced by enabling two kernel configs for arm32 kernel, they are HIGHMEM and VMSPLIT_3G. We need to use a single arm32 kernel to support rpi2/3/4, while rpi4 has 1G/2G/4G ram, to support 2G and 4G ram,

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Hui Wang
To install the testing kernel: sudo dpkg -i linux-modules-xxx.deb sudo dpkg- i linux-image-xxx.deb sudo dpkg -i linux-modules-extra-xxx.deb reboot To choose the kernel: you could press ESC button during the grub (bootloader) stage, then there is a menu you could choose the kernel. After

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Hui Wang
following the #5, the testing kernel is at: https://people.canonical.com/~hwang4/conexant-test/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852067 Title: [HP ZBook Studio G5, Conexant Generic,

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Hui Wang
Please test this kernel, let us see if the kernel fixes the problem or not. If not, please upload a new alsa-info.txt. thx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852067 Title: [HP ZBook

[Bug 1845677] Re: volume control doesn't work (it's just on/off) on Lenovo ThinkPad X1 Carbon 7th gen

2019-11-11 Thread Hui Wang
About the hdmi audio on the dock, with the current kernel, it can't work. And Intel is working on it, kernel patches are ready, but they need to modify the ucm. After they finish them, we will integrate them into the ubuntu linux. Please wait for 1 month or about 2 months. -- You received this

[Bug 1853030] Re: No connection through SSH over WIfi after kernel update

2019-11-27 Thread Hui Wang
It is weird, my router is very old, it only supports 2.4G, and I can't reproduce the problem under 2.4G. (This is my laptop, it connects to my old router too.) hwang4@hwang4-Vostro-5390:~$ sudo iwlist wlp0s20f3 frequency wlp0s20f3 32 channels in total; available frequencies : Channel

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-06 Thread Hui Wang
Do you mean the you can't hear sound from headphone or lineout jack? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846930 Title: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio

[Bug 1846988] Re: [Audio playback] No 'Speaker - Built-in Audio'

2019-10-06 Thread Hui Wang
Please test mainline kernel v5.3, let us see if this kernel works or not. https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846988 Title: [Audio

[Bug 1847192] [NEW] drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL platforms

2019-10-08 Thread Hui Wang
Status: New ** Affects: linux (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang) Status: Incomplete ** Tags: originate-from-1842025 somerville ** Changed in: linux (Ubuntu) Importance: Undecided => Critical ** Tags added: originate-from-1842025 somerville --

[Bug 1847500] Re: Full RAM on Pi4 isn't accessible when using u-boot

2019-10-09 Thread Hui Wang
This is the log of armhf kernel + armhf uboot: MMC: emmc2@7e34: 0, mmcnr@7e30: 1 Loading Environment from FAT... *** Warning - bad CRC, using default environment In:serial Out: serial Err: serial Net: Net Initialization Skipped No ethernet found. Unknown command 'usb' - try

[Bug 1847500] Re: Full RAM on Pi4 isn't accessible when using u-boot

2019-10-09 Thread Hui Wang
So let us do a comparison according to #4, maybe we could find sth different between yours and mine. thx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847500 Title: Full RAM on Pi4 isn't

[Bug 1847500] Re: Full RAM on Pi4 isn't accessible when using u-boot

2019-10-09 Thread Hui Wang
The uboot of armhf and configs I used for testing are: https://github.com/agherzan/u-boot.git commit a671dabc696fc9505641b418f473ce6c6792af93 (HEAD -> v2019.07-rpi4-wip, origin/ag/v2019.07-rpi4-wip) hwang4@hwang4-Vostro-5390:~/work/uboot/u-boot$ cat boot.cmd setenv fdt_addr_r 0x0300 fdt

[Bug 1847500] Re: Full RAM on Pi4 isn't accessible when using u-boot

2019-10-09 Thread Hui Wang
For WiFi, I remember I found the firmware from someplace, then the WiFi worked. ubuntu@ubuntu:~$ ls /lib/firmware/brcm/brcmfmac43455-sdio.* -la -rw-r--r-- 1 root root 600487 Sep 1 05:45 /lib/firmware/brcm/brcmfmac43455-sdio.bin -rw-r--r-- 1 root root 14036 Sep 1 05:45

[Bug 1839950] Re: drm/i915: revert the patch of "set disable_power_well=0 for icl temporarily"

2019-10-09 Thread Hui Wang
** Description changed: + This is for resend: + + [Impact] + We sent the patch to set disable_power_well=0, this is + because we found sometimes the hdmi audio driver printed out the timeout + errors when accessing the codec. But after the fix of #1847192 is + merged, this issue will not happen

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-10 Thread Hui Wang
According to #11, it didn't detect the plugging on the headphone jack. please run sudo hdajacksensetest -a before headphone jack is plugged, then plug a headphone in the headphone jack, rerun the sudo hdajacksensetest -a and compare which pin is changed. -- You received this bug notification

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-10 Thread Hui Wang
Do you have normal headset which is used on most phones? Before plugging the headset to the headphone jack, please run alsa-info, then collect alsa-info.txt_before_plug, Then plug the headset to the headphone jack. run alsa-info again to generate alsa-info.txt_after_plug. upload both of them,

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2019-10-10 Thread Hui Wang
If I don't add dtoverlay=vc4-fkms-v3d in the config.txt, the rpi4 board will have the same corrupted screen as the #1 for armhf kernel + armhf uboot. On the rpi3 B+ board, if booting with the same uboot without dtoverlay=vc4-fkms-v3d + 4.15/5.0 raspi2 kernel, the hdmi display doesn't have this

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-10 Thread Hui Wang
If there is no change for any pins after plugging the headset, probably it is a hw design issue or a codec coeff setting issue, we couldn't handle it. Please test the latest mainline kernel https://kernel.ubuntu.com /~kernel-ppa/mainline/v5.4-rc2/ If it doesn't work too. please test with

[Bug 1847596] Re: rpi3b+: corrupted screen on hdmi

2019-10-10 Thread Hui Wang
** Changed in: linux-raspi2 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1847596 Title: rpi3b+: corrupted screen on hdmi To manage notifications about

[Bug 1847615] Re: After upgrading Ubuntu 19.10 sound not working

2019-10-10 Thread Hui Wang
Probably you forgot to install the package of linux-modules-extra that contains kernel modules of the audio driver. >From the dmesg, there is no any audio driver loaded or trying to be loaded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-10 Thread Hui Wang
Download linux-image-unsigned-5.4.0-050400rc2-generic_5.4.0-050400rc2.201910062030_amd64.deb Download linux-modules-5.4.0-050400rc2-generic_5.4.0-050400rc2.201910062030_amd64.deb sudo dpkg -i linux-modules-5.4.0-050400rc2-generic_5.4.0-050400rc2.201910062030_amd64.deb sudo dpkg -i

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-11 Thread Hui Wang
According to #17, still can't detect the plugging event on headphone jack. So please open a bug on bugzilla for mainline kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846930 Title:

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-08 Thread Hui Wang
According to the logs in the #1, there is no obvious errors. Please open the gnome-sound-setting, then plug a headphone, does the headphone shows up in the UI after you plug the headphone. If a headphone shows up, then select that headphone from UI, and play some sound to headphone, if there is

[Bug 1846692] Re: PCI/internal sound card not detected

2019-10-08 Thread Hui Wang
If we use 5.0 generic kernel, the kernel should load the legacy hda driver because there is no sof driver in the 5.0 generic kernel. For this problem, the legacy hda driver is not loaded, maybe users forget to install linux-modules-extra- -- You received this bug notification because you are a

[Bug 1846930] Re: [HDA-Intel - HD-Audio Generic, playback] No sound at all nor audio record at all too

2019-10-09 Thread Hui Wang
Did you plug the headphone to the headphone jack or lineout jack? from the log of #5, they are not plugged or the plugging is not detected (all not available). Porte: analog-output-lineout: Line-Out (priority: 9900, not available) analog-output-headphones: Cuffie analogiche

[Bug 1847192] Re: drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL platforms

2019-10-08 Thread Hui Wang
** Description changed: - [Reproduce Steps] - 1. Enter s2idle - 2. Press power button to wake up the system - 3. The Select Audio Device dialog show up + Since Bionic kernel doesn't support ICL platforms (i915), so these two + patches will not be sent to Bionic kernel. - [Results] - Expected:

[Bug 1847250] [NEW] update firmware for sound sof driver to fix the hang issue on several Dell machines

2019-10-08 Thread Hui Wang
Importance: Undecided Status: New ** Affects: linux-firmware (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from-1841562 originate-from-1845415 somerville ** Changed in: linux-firmware (Ubuntu) Importance: Undecided

[Bug 1847250] Re: update firmware for sound sof driver to fix the hang issue on several Dell machines

2019-10-08 Thread Hui Wang
** Description changed: - 1. the issue can be duplicated after re-SWDL. + We expect this firmware update could be released with 19.10 - 2. can enter into system when we disable audio in BIOS interface. + [Impact] + We have a couple of Dell machines, after installing the system, it + will hang

[Bug 1846148] Re: Realtek ALC256M with DTS Audio Processing internal microphone doesn't work on Redmi Book 14 2019

2019-10-02 Thread Hui Wang
There is no any internal mic or external mic defined according to the init verb. Does those mics work under windows? If yes, please collect the log under windows. ** Attachment added: "RtHDDump_V226.zip"

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

2019-10-04 Thread Hui Wang
** Tags removed: verification-needed-disco ** Tags added: verification-done-disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1836752 Title: input/mouse: alps trackpoint-only device doesn't work

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

2019-10-04 Thread Hui Wang
Could you please have try with the latest mainline kernel: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3/ If that kernel doesn't work, let us have a try with replacing the current graphic driver amdgpu to the amdgpu-pro. I will update a new comment to explain how to install amdgpu-pro if

[Bug 1845678] Re: Lenovo ThinkPad X1 Carbon 7th Generation built-in microphone doesn't work

2019-10-02 Thread Hui Wang
BTW, you could manually copy the UCM and then do a test on internal mic https://github.com/alsa-project/alsa-ucm-conf/tree/import/ucm Two important folders are: https://github.com/alsa-project/alsa-ucm-conf/tree/import/ucm/sof-skl_hda_card

[Bug 1845678] Re: Lenovo ThinkPad X1 Carbon 7th Generation built-in microphone doesn't work

2019-10-02 Thread Hui Wang
@Jonathan, Don't use the oem-osp1 kernel. To make the internal mic work, we need to integrate UCM files, we are trying to submit the files to ubuntu 19.10, but not finished. After the UCM is integrated, bot 5.3 kernel and oem-osp1 kernel will work. -- You received this bug notification because

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

2019-10-12 Thread Hui Wang
** Tags removed: verification-needed-bionic verification-needed-disco ** Tags added: verification-done-bionic verification-done-disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842265 Title: No

Re: [Bug 1847500] Re: Full RAM on Pi4 isn't accessible when using u-boot

2019-10-12 Thread Hui Wang
On 2019/10/11 下午10:18, Dave Jones wrote: >> For WiFi, I remember I found the firmware from someplace, then the > WiFi worked. > >> ubuntu@ubuntu:~$ ls /lib/firmware/brcm/brcmfmac43455-sdio.* -la >> -rw-r--r-- 1 root root 600487 Sep 1 05:45 >> /lib/firmware/brcm/brcmfmac43455-sdio.bin >>

[Bug 1793410] Re: [Acer Swift SF315-52, Realtek ALC256, Mic, Internal] Internal microphone not working

2019-10-12 Thread Hui Wang
Could you ask the Acer what is the hardware design for the internal mic on this machine? Does the internal mic connect to the realtek codec or directly connect to the DSP in the PCH? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1853791] Re: External microphone can't work on some dell machines with the codec alc256 or alc236

2019-12-19 Thread Hui Wang
verification done. thx. ** Tags removed: verification-needed-bionic verification-needed-disco verification-needed-eoan ** Tags added: verification-done-bionic verification-done-disco verification-done-eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which

<    5   6   7   8   9   10   11   12   13   14   >