-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Kernel 4.14 problems #2376
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
Comments
(Duplicate of https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689&start=25#p1272277) Full contents of config.txt please, and details of all peripherals connected to the device. |
/etc/modules too for any extra modules you're loading. |
Yes it's a CM3 I was just taking a cut and paste of the config.txt line and noticed and old overlay I had this line still in ( I can't remember why off hand, wasn't there an issue with this at one point?) Removed it, and it's booting nicely now Would that have caused other issues? https://gist.github.com/mypiandrew/ae93c668844d086491efcaf4b81b7b4d |
Without details of your custom system, it could be anything. |
Hmm.. on removing the forced usb slowdown mods to cmdline.txt I am still getting a USB error that sounds awfully like what I saw before Let me gather some info for you |
root@raspberrypi:~# lsusb |
root@raspberrypi:~# grep -v # /boot/config.txt cat /boot/cmdline.txt |
root@raspberrypi:~# lsusb -t Wired : GL850G |
This shows the system with a boot that has the mysterious error 71 on it https://gist.github.com/mypiandrew/5c4ab7e6f915319179ae3af6e860e950 |
OK scratch the -71 error, I think there must have been a intermittent contact on the mPCIe card I was using to test. Given the edge contacts a clean and screwed the card in fully and it's booting AOK for the last 10 tries in a row. Nice work, and thanks for the hand holding. |
Uh oh!
There was an error while loading. Please reload this page.
Hi
We're running a CM3 on a custom carrier board we've had for a few years now.
Has been running quite happily up to 4.9.75, no problems. All Solid.
I've just done a rpi-update running on Jessie to test out the new 4.14 kernel and the system hangs on next boot up :
https://gist.github.com/anonymous/55a8bacdb888a87380ac83b3f61db1c1
These look more interesting from a "going bang" perspective :
https://gist.github.com/anonymous/16b43d4e873c930b2b223f046169804a
https://gist.github.com/anonymous/b36a2fb2af2adf2cdea3e3ffc0584462
Adding these to the cmdline.txt file doesn't help
dwc_otg.lpm_enable=0 dwc_otg.speed=1
I did have other issues with the system way back on 4.4 with #1633 but I doesn't look the same to me as it's not even getting as far as systemd by the looks of it here
What can I do to assist with debugging this?
Andrew
The text was updated successfully, but these errors were encountered: