-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to ssh into bone over USB after connecting wirelessly. #422
Comments
I plugged in the beaglebone over ethernet on my computer and I still cannot connect to it. |
Try ssh into beaglebone.local or 10.0.0.1, or 10.0.0.2 Sent from my iPhone
|
Looking at this commit, udhcp was removed at one point, and then put back because it caused USB connections to break, so Andy apparently ran into this problem over the summer while I was gone. Apparently, not purging udhcp caused USB connectivity to break, but now USB connectivity is breaking despite the purge. |
Yeah took me about an hour to connect to the bone through just repeated restarts and changing cables, pinging it, etc. Its frustrating for Beginners, I think its part of why alot of us are using other micro-controllers to test things. |
Going in from the server using beaglebone.local and stuff didn't work either. Still no idea what the problem is. |
A few other senior design groups reported having this problem too. |
@dfarrell07 this is an interesting one.
So I haven't been able to ssh into beaglebones on my own laptop for a while, but today after I was able to recreate the same problem on someone elses laptop, I realized that the common factor was this happened after the first time they connected wirelessly (after connecting to the IEEEbot network wirelessly).
Previously the symptom was that when I tried to SSH it would just hang up, but now when I try I get the error:
There have been times when I've fixed it a multitude of different ways, so it might be a different issue every time. These methods have included:
~/.ssh/known_hosts
When I plug in a Beaglebone over USB, I can view it as a mass storage device (common to issue every time), and detect that it's connected, but still can't ssh.
I also can not ping it, or view it in the web browser. I've tried checking my network interfaces, my USB port seems to be configured to do DHCP
Here is the output of
ifconfig -a
(The BeagleBone is
enp0s26u1u2
)The text was updated successfully, but these errors were encountered: