[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-19 Thread Adrian Hunter
As per comment 25, the issue seems to affect other Lenovo systems. -- 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/1848883 Title: (Lenovo S130-11IGM) emmc not working in 19.04 Status in

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-17 Thread Adrian Hunter
I have submitted the patch for stable kernels: https://patchwork.kernel.org/patch/11297115/ Assuming it is accepted, it will probably turn up in Ubuntu kernels eventually. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubun

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-16 Thread Adrian Hunter
That is a shame. Here is a new patch that disables command queuing which should avoid the problem. The old patch is then not needed. ** Patch added: "0001-mmc-sdhci-Workaround-broken-command-queuing-on-Intel.patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848883/+attachment/5312

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-13 Thread Adrian Hunter
I need to see if the value of the SSC1 register changed. It is shown in the CQHCI REGISTER DUMP looking like "mmc0: cqhci: Task clr: 0x | SSC1: 0x00010008" -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. http

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-12 Thread Adrian Hunter
I would start with a working setup, presumably Ubuntu 18.04. Then get the latest stable kernel (note, it is possible -rc kernels are broken): git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux- stable.git -b linux-5.4.y Patch it, build and install. Amend /etc/defaults/grub to

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-12 Thread Adrian Hunter
Err, here is the patch ** Patch added: "0001-mmc-sdhci-pci-Fix-premature-clock-gating-of-CQHCI-on.patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848883/+attachment/5311922/+files/0001-mmc-sdhci-pci-Fix-premature-clock-gating-of-CQHCI-on.patch -- You received this bug notificat

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-12 Thread Adrian Hunter
Here is an updated patch without the dependency on #include If it doesn't work, please provide kernel messages. ** Patch removed: "0001-mmc-sdhci-pci-Fix-premature-clock-gating-of-CQHCI-on.patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848883/+attachment/5311741/+files/0001-mm

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-11 Thread Adrian Hunter
Actually it should apply cleanly to any kernel from 4.17 onward (4.16 would require a little backporting) To apply the patch, in the linux git directory: git am 0001-mmc-sdhci-pci-Fix-premature-clock-gating-of-CQHCI-on.patch -- You received this bug notification because you are a member of Kern

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-11 Thread Adrian Hunter
Is it possible to try this patch? ** Patch added: "0001-mmc-sdhci-pci-Fix-premature-clock-gating-of-CQHCI-on.patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848883/+attachment/5311741/+files/0001-mmc-sdhci-pci-Fix-premature-clock-gating-of-CQHCI-on.patch -- You received this bu

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-10 Thread Adrian Hunter
I have some ideas that I am testing -- 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/1848883 Title: (Lenovo S130-11IGM) emmc not working in 19.04 Status in linux package in Ubuntu: Conf

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-11-22 Thread Adrian Hunter
No, acpidump should not show any difference running from a newer kernel? -- 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/1848883 Title: (Lenovo S130-11IGM) emmc not working in 19.04 Stat

[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-11-18 Thread Adrian Hunter
Can someone please provide an acpidump? -- 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/1848883 Title: (Lenovo S130-11IGM) emmc not working in 19.04 Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1818407] Re: Cant access emmc, error -84

2019-10-30 Thread Adrian Hunter
I tried to reproduce this problem with an ASUS L403NA with an Intel N4200 processor and SanDisk DF4064 eMMC, but it worked fine. For people still experiencing this issue, here is a debug patch that will print debug information to the kernel messages to help analyze the issue. It can be applied to