Hi Dennis & Robert,

Thank You for Your guidance.

Finally I could make it working.
It is working in the kernel image in which "Ethernet CDC" is included as 
Built in module.(Used Y(include) instead of M(Module))

But rather than that, I think the issue was caused by some basics. Today 
morning  I did the following.
One of these may be the reason for working.

1) sudo apt-get update
2) sudo apt-get install build-essential
3) sudo apt-get install linux-headers-4.10.11-bone1
4) Then in the /etc/network/interfaces of Ubuntu host I added the following 
lines

auto enp0s20f0u2
iface enp0s20f0u2 inet static

    address 192.168.7.1
    netmask 255.255.255.252
    network 192.168.7.0
    gateway 192.168.7.2

( where enp0s20f0u2 was the name of the interface coming when BBB is 
connected through USB port in Host system )
 
5) sudo ifconfig enp0s20f0u2 192.168.7.1 netmask 255.255.255.252
6) sudo ifconfig enp0s20f0u2 up

I am new to both Linux and BBB. Expecting Your further support.

Thanks & Regards,
Sajeevan.K

On Thursday, April 20, 2017 at 9:11:17 PM UTC+5:30, Dennis Lee Bieber wrote:
>
> On Thu, 20 Apr 2017 06:06:04 -0700 (PDT), sajeevan k 
> <[email protected] <javascript:>> declaimed the 
> following: 
>
>
> > 
> > 
> > 
> > 
> >*But still ssh [email protected] <javascript:> is not working. Is there 
> anything more to 
> >be done for that?Thanks in advance for the help.Thanks & 
> Regards,Sajeevan.K* 
> > 
>
>         We are past the point where I can even make suggestions 
> (everything I 
> find on Google seems oriented to USB as host, not client -- eg: 
> http://www.linux-usb.org/USB-guide/c607.html ) 
>
>         The only thing left that I can think of is that you might need 
> some of 
> the USB OTG functionality included... 
> -- 
>         Wulfraed                 Dennis Lee Bieber         AF6VN 
>     [email protected] <javascript:>    HTTP://wlfraed.home.netcom.com/ 
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/46bae96a-b0c5-4567-9a62-26ea6e02ca26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to