Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread William Hermans
In that case, well either case really. You need to learn about and setup what is known as DNS Masquerading on the Ubuntu host. Something that is fairly complex for a beginner Something like this: http://robotic-controls.com/learn/beaglebone/beaglebone-internet-over-usb-only But you probably only

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Mehreen Qayas
**I do apologize for the confusion*. I had the misconception that the USB cable is called the ethernet cable. I always have established a connection between the Beaglebone Black and my computer using the provided USB cable through Remote Server System. On Sun, May 3, 2015 at 8:39 AM, Mehreen Qaya

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Mehreen Qayas
Okay thank you. I guess, I will look into the direction of why it isn't connecting to the internet. But I haven't tried to connect it to the internet before. Only my computer. I have been able to connect it with my Linux desktop Ubuntu 14.04. And upload a .cpp file on it. But for the next step, I w

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Mehreen Qayas
192.168.7.2 is the IP address of the Beaglebone Black. That is what I always use to connect the beagle with the computer through ethernet. So what I conclude from your message is that I need to use my internal router's address to connect to the network? Yes, it is REV C BBB element 14. On Sun, Ma

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Mehreen Qayas
Yes. Connected through the Ethernet cable with the computer. Is that wrong to say that this is not the USB port? On Sat, May 2, 2015 at 11:48 PM, evilwulfie wrote: > u said ethernet only > > ethernet is dhcp from your router or static ip > > > On 5/2/2015 9:13 AM, Dieter Wirz wrote: > > On Sat,

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread William Hermans
Sorry . . . your problem has nothing to do with any of your questions . Your beaglebone simply can not access the internet. For which there are a few possibilities. The most common problem I've seen is resolv.conf's nameserver attribute being set wrong for the network the BBB is on. But we can get

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread William Hermans
Also is this a REVC BBB from element14 ? what is the output of the command: *cat /etc/dogtag* On Sat, May 2, 2015 at 12:00 PM, William Hermans wrote: > Nova Jack, > > the nameserver listing in your */etc/resolv.conf* file should reflect a > valid nameserver for your network. The default value

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread William Hermans
Nova Jack, the nameserver listing in your */etc/resolv.conf* file should reflect a valid nameserver for your network. The default value is usually 192.168.1.1.If you do not know what this is, it is normally your internal routers address. You can also use an external nameserver such as 8.8.8.8 or 8

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread evilwulfie
u said ethernet only ethernet is dhcp from your router or static ip On 5/2/2015 9:13 AM, Dieter Wirz wrote: > On Sat, May 2, 2015 at 5:01 PM, Mehreen Qayas wrote: >> It is connected through Ethernet cable only. I used the SSH root@192.168.7.2 >> in the Ubuntu terminal to connect to this remote

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Dieter Wirz
On Sat, May 2, 2015 at 5:01 PM, Mehreen Qayas wrote: > It is connected through Ethernet cable only. I used the SSH root@192.168.7.2 > in the Ubuntu terminal to connect to this remote system. 192.168.7.2 you get usually when connecting over USB. is this a typo? -- For more options, visit http://b

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread evilwulfie
do you have a DHCP server on your network ? where is the BBB getting its address from if you set up a static address for the BBB you also need to setup the place where the BBB looks for name resolution in the file /etc/interface/interfaces it should look like this if you have a static ip setup

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Mehreen Qayas
It is connected through Ethernet cable only. I used the SSH root@192.168.7.2 in the Ubuntu terminal to connect to this remote system. You mean to say that the beagle has no access to the internet? That I need to connect it to a network? How does that work? On Sat, May 2, 2015, 7:48 PM Dieter Wirz

Re: [beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Dieter Wirz
Seems that your BBB has no network (or no nameserver)! Is it connected via USB only? Easiest is to connect it via Ethernet to a router with dhcp-Server. On Sat, May 2, 2015 at 1:20 PM, Nova Jack wrote: > Background > I am working on Virtual Machine, using 32bit Ubuntu and have successfully > con

[beagleboard] Installing Python Libraries to access GIOP on BeagleBone through Ubuntu 14.04

2015-05-02 Thread Nova Jack
*Background* I am working on Virtual Machine, using 32bit Ubuntu and have successfully connected to the remote server using the beaglebone's IP address after installing the required bone drivers for the beaglebone. I want to access GIOP of BeagleBone Black and be able to run a DC motor on it. I