--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/06f98ec6-f99b-4f2f-b62d-92900e64ca99%40googlegroups.com.
Following the Derek Malloys's BeagleBone: Getting Started - Windows USB Network Adapter Setup tutorial, I am able to repair the connection between my laptop and the BBB wifi. Now I can use putty. There are two issues:
1. I cannot login as root. I tried to just hit enter. Did not work. I tried temppwd which is the password for Debian. Also does not work. I tried to "edit sshd_config in /etc/sshd and change the "no" to a "yes" after PermitRootLogin." but it is "yes" by default already. Anybody knows what I can do to login as root?
2. From the video, typing "ping 192.168.7.1" should get a list of bytes transfer and time to show that a private network has been established. However, my system only shows:
debian@beaglebone:/etc/ssh$ ping 192.168.7.1
PING 192.168.7.1 (192.168.7.1) 56(84) bytes of data.
and it hangs until I hit control C. Have I done anything wrong? I can connect the BBB wifi to my PC via putty and the website's 192.168.7.2. However, ping does not work...
Could anybody please show me how to fix the issues? Thanks
2019年9月2日月曜日 20時11分18秒 UTC-4 user pc:Hi, I am new to BB. I have a BeagleBone Black Wireless. Could you please let me know how to connect it to home wifi network? I can run the board via usb cable or independently connect it to an external monitor. I once connected to a monitor but could not find any option to allow me to connect it to the wireless internet at home. Thanks
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/56207aa0-f080-4080-8cb0-097eae548673%40googlegroups.com.
Hi!
Personally I’d suggest there’s no need to waste time on this activity to add routes in windows. Just disconnect your BBB and connect it directly via Ethernet to your switch/router (and of course power via a 5V DC supply with barrel plug).
Although it’s technically possible to run your BBB like a dongle hanging off the end of the PC’s USB socket, it’s a waste of time investigating your PC operating system and any firewall settings, when you could instead be using your BBB.
Sent from Mail for Windows 10
To unsubscribe from this group and stop receiving emails from it, send an email to beagl...@googlegroups.com.
Hi,
I see; so you’ve got a BeagleBone Wireless or similar, and the actual aim is to get the wireless working.
In that case, you can do all this from the command line, and no need to add routes.
I wrote up some beginner steps here: https://www.element14.com/community/community/designcenter/single-board-computers/blog/2019/08/11/getting-started-with-beaglebone-black
There’s a section ‘Connecting to a Wireless Network’, it won’t entail you needing to use HDMI.
However I didn’t understand this bit:
“. I need to use the screen of my laptop as the screen for the BBB wifi when I am away from home”.
Ordinarily, applications that require remote operation or access, can be used with a web browser, or some other method, (say) configuration via command line, using SSH. If you’re referring to a ‘remote desktop’, while that’s possible, it is antiquated. Also, it’s not good to open up ports on your home firewall. Better to find alternative ways so that there’s no need for unusual solution topologies.
Hi, I am new to BB. I have a BeagleBone Black Wireless. Could you please let me know how to connect it to home wifi network? I can run the board via usb cable or independently connect it to an external monitor. I once connected to a monitor but could not find any option to allow me to connect it to the wireless internet at home. Thanks
Hi,
It seems as if the wireless is up, if you’re able to resolve hostnames like this.
However, it would be good to confirm it.
You can check by typing
ifconfig -a
(as mentioned in the steps) and pasting the output, and also try pinging your home router IP address.
If the above is successful then traceroute could be tried too, to narrow down the issue.
Just to confirm, do you have a home router, or is this test being done in work premises (i.e. connecting to a corporate network)?