Bug 206723
Summary: | Regression: T420 not accepting inputs - usb device not accepting address, pci=noacpi | ||
---|---|---|---|
Product: | ACPI | Reporter: | Carli* Freudenberg (kound) |
Component: | Other | Assignee: | acpi_other |
Status: | CLOSED INSUFFICIENT_DATA | ||
Severity: | blocking | CC: | carnil, rui.zhang, tglx |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | >4.19.76 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
reportbug (debian) Information + lsmod output
Kernel Config |
Description
Carli* Freudenberg
2020-02-29 21:01:45 UTC
bugzilla-daemon@bugzilla.kernel.org writes: > With Kernel <4.19.76 I can boot normally with kernel settings: > pci=noacpi. > Without this setting the screen stays black, so I have to use it. Have your tried w/o that command line option? I have no idea why you have to use it at all. My T420 just works w/o any magic tweaks. What kind of kernel config are you using? Home brewn or some standard distro config? > I made a git bisect (stable branch) and found: > b40c15c20e42491303202ae1368841704be0c3b9 is the first bad commit This does not make any sense as this operation is undone 20 lines later and there is absolutely no reason why this might affect your EHCI. Did you verify by reverting that commit on top of 4.19.76? Also please verify that the problem persists with the latest 4.19.107 kernel and the upstream 5.6-rc3/4 kernel. Thanks, tglx Created attachment 288117 [details]
Kernel Config
Kernel config used for git bisect, taken from original debian kernel config, created with make oldconfig
I found some time and tested with 4.19.113 and 5.5.9 both patched (reverted the commit) and unpatched. The only version that actually worked were the patched ones with the parameter pci=noacpi set. I also recognized that after ca. 5min the black screen disappears and I can actually boot the system even without pci=noacpi set. Unfortunaetly it freezes very soon after this. I checked memtest and the logs again and found that the memory is corrupt and also that the CPU was overheated a number of times. Therefore I can not rule out Hardware failures. Even so it would be nice that the Kernel shows more meaningful messages in case it would be really a Hardware issue, not at lot of work should be spend on solving the issue. I bough a new Laptop, so I would be only interested in spending time in debugging if that would really help other or to rule out a bigger bug behind it, that could effect others as well. (In reply to Carli* Freudenberg from comment #3) > I found some time and tested with 4.19.113 and 5.5.9 both patched (reverted > the commit) and unpatched. > > The only version that actually worked were the patched ones with the > parameter pci=noacpi set. > I also recognized that after ca. 5min the black screen disappears and I can > actually boot the system even without pci=noacpi set. > Unfortunaetly it freezes very soon after this. > > I checked memtest and the logs again and found that the memory is corrupt > and also that the CPU was overheated a number of times. > > Therefore I can not rule out Hardware failures. But the previous kernel versions, earlier than 4.19.113, still works smoothly with pci=noacpi, on this laptop, right? If the previous kernels that used to work still works perfect, then this is still probably a kernel issue. Bug closed as there is no response from the bug reporter. Please feel free to re-open it if this is a kernel issue. |