[beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-03 Thread Davide Picchi
I have the same issue too. Did you fix that problem? Am Freitag, 30. Oktober 2015 18:13:55 UTC+1 schrieb Alex: > > Hi, > > I am using ubuntu 14.04 (from Robert Nelson ) with a > custom 3.15.10-bone8 kernel on Beaglebone Black. HDMI is disabled. > When I plug the board to a P

[beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-06 Thread hllpc
Same Issue here. Il giorno venerdì 30 ottobre 2015 18:13:55 UTC+1, Alex ha scritto: > > Hi, > > I am using ubuntu 14.04 (from Robert Nelson ) with a > custom 3.15.10-bone8 kernel on Beaglebone Black. HDMI is disabled. > When I plug the board to a PC, Beaglebone powers up bu

[beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-07 Thread rojjaas
I have the same too. I echieved to work on Eclipse for work in Java. But next day, when I turn on the laptop, I have tried to connect with psftp or putty (open 192.168.7.2 ) neither Eclipse, and I don't have achieved it. I have failed. What can I do? Thanks. Note: The connection by browser works

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-06 Thread Mehmet Kurnaz
You need g_ether.ko module. You can check it is loaded. On Sun, Dec 6, 2015 at 7:44 PM, hllpc wrote: > Same Issue here. > > Il giorno venerdì 30 ottobre 2015 18:13:55 UTC+1, Alex ha scritto: >> >> Hi, >> >> I am using ubuntu 14.04 (from Robert Nelson ) with >> a custom 3.15.

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-07 Thread Jason Kridner
Find the modprobe here: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh You've got to have it serve up an IP address if you don't want to manually configure: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/autoconfigure_usb0.sh On Mon, Dec 7, 2015 at 2:

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-08 Thread hllpc
Hi Jason, I tried with the modprobe ./am335x_evm.sh but I got SIOCSIFADDR: Invalid argument Job for dnsmasq.service failed. See 'systemctl status dnsmasq.service' and 'journalctl -xn' for details This is systemctl status dnsmasq.service output: ● dnsmasq.service - dnsmasq - A lightweight D

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-08 Thread hllpc
And this is usb0-dhcp: # disable DNS by setting port to 0 port=0 interface=usb0 #one address range dhcp-range=192.168.7.1 192.168.7.1,192.168.7.1 192.168.7.1 dhcp-option=3 except-interface=lo except-interface=eth0 listen-address=192.168.7.2 192.168.7.2 -- For more options, visit http://beagle

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-08 Thread hllpc
Hi Jason! uname -r v4.1.12-*ti*- *r29, right now I-m able to ssh to my beaglebone, I can ping 8.8.8.8 but not google.com or any other website, I tried with the modprobe and I got* root@beaglebone:/opt/scripts/boot# ./am335x_evm.sh SIOCSIFADDR: Invalid argument Job for dnsmasq.service failed. S