Skip to content
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

[Request] Possible workaround for the SerialException problem in the raspberry pi #2125

Closed
maor1993 opened this issue Sep 23, 2017 · 1 comment
Labels
request Feature request

Comments

@maor1993
Copy link

maor1993 commented Sep 23, 2017

Hey, After a bit of research I might have found a workaround for this.

Symptoms:

This was discovered using dmesg , after a certain period of time, the usb hub on the raspberry pi has an internal issue that forces it to reset, causing all of the usb devices to get disconnected and reattempt arbitration.

Workaround:

adding dwc_otg.speed=1 to cmdline.txt force the pi to work in 1.1 usb mode.

this will slow down the ports, and might even disable the ability to connect multiple devices, but for the last couple of hours of printing I was getting no problems.

The usb hub issue is obviously an indicator of a bigger problem (i.e. as mentioned - EMI, PSU stability or others) but I can't seem to find mine. For now, this workaround works for me.

Workaround found here:

https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=8010&start=125

I think this should be added to the FAQ, at least to save people a bit of time trying to get octopi
working fast.

@GitIssueBot GitIssueBot added the request Feature request label Sep 23, 2017
@foosel
Copy link
Member

foosel commented Sep 28, 2017

The FAQ is part of the Wiki, so anyone with a Github account can actually add information to it :) But I added it for you. Thanks for finding this!

@foosel foosel closed this as completed Sep 28, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
request Feature request
Projects
None yet
Development

No branches or pull requests

3 participants