-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Can't connect to REPL with Debian 9 #1709
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
I installed Debian 9.8 on an external hard drive, and then booted it up on three machines:
In all cases, I was able to connect a PyPortal running 4.0.0 beta.5, and then connect to the REPL via Tagging @hathach |
On the Odroid, uname -a reports On the Udoo: I don't see a change in behaviour: The filesystem doesn't mount, the serial port doesn't respond. Here's dmesg output: |
Here's dmesg from the odroid (which works fine) |
On the laptop: A Lenovo Thinkpad X1 Carbon (4th gen) also running debian 9.8 from dmesg when I plug in the pyportal: |
@emteeoh Could you try this build on your pyportal, on the various hosts that don't work? https://adafruit-circuit-python.s3.amazonaws.com/bin/pyportal/en_US/adafruit-circuitpython-pyportal-en_US-20190328-c6e3b17.uf2. This is the build from this PR: #1721. |
Wahoo! CIRCUITPY mounts, and I can talk to it on the console! Could we get a build for the neoTrellis too? |
Just look for the same commit number c6e3b17 (or later) on the Amazon S3 site above for other builds. The garbage you are seeing could be due to |
Thanks! removing modemmanager fixed the garbage, too. |
Some users have been unable to connect to the REPL from Debian Linux machines. This problem may be related to #1642 and #1617.
See @mlupo commenting in https://forums.adafruit.com/viewtopic.php?f=60&t=149291#p737722. MTO in discord #help-with-circuitpython 2019-03-25 also had trouble with two different Debian 9 machines, a Udoo Ultra (x64) running Debian 9.7, and an older laptop running 9.something. MTO did not have an issue with an Odroid HC2 running 9.7.
The text was updated successfully, but these errors were encountered: