-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB host controller not probed with v5.12-spx-dt and v5.13-spx-dt #121
Comments
Yeah, the |
This was my understanding from the discussions there Sonicadvance1/linux#27 . I ran the following commands from grub:
|
Hmm, that does look correct. |
Thanks! I'll try to have a look at that when I have a bit more time. |
Okay, so I still haven't gotten around to recompile a new kernel for the SPX but here's a config from a working v5.13-spx-dt one (not sure if it's the exact same state of the branch though, it's been laying around a while): config.txt. USB devices at least show up in lsusb and as far as I can tell everything seems to be functional. Before I do all that, I want to figure out what makes that one Grub version work... I don't really like relaying on that one built executable without having the means to reproduce it somehow. So if you have any hints (pointers to source/patches) that would be very helpful. |
I managed to make it boot by setting Regarding Grub, it worked out of the box. |
Hmm, I didn't have to set that option. Regarding GRUB, I've written down some stuff here. |
To come back to this: I've noticed that I did include As it does work built-in and with the |
I've added linux-surface/surface-pro-x#8 for the clock issue. Let's track this there. |
Thank you for your support. |
I'm trying to run Linux on Surface Pro X SQ2.
With ACPI, the kernel probes correctly the USB Host Controller dwc3-qcom and I can connect a USB keyboard and and USB Network dongle.
While booting with v5.12-spx-dt the device tree , the kernel doesn't probe usb host controllers but manages to mount the roofs from initrd.
v5.13-spx-dt with the dt doesn't boot for some reasons, the console starts printing then the screen gets black.
The text was updated successfully, but these errors were encountered: