[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

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

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 mehrqa...@gmail.com 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

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

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 mehrqa...@gmail.com wrote: Background I am working on Virtual Machine, using 32bit Ubuntu and have

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 mehrqa...@gmail.com wrote: It is connected through Ethernet cable only. I used the SSH root@192.168.7.2 in the Ubuntu terminal to connect

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] Cross compiling for Debian on BBB from Ubuntu PC

2015-05-02 Thread William Hermans
For the record, in case it is not known. Lubuntu, and Ubuntu are the same. Except Lubuntu is Ubuntu using the LXDE Windows manager, instead of that crappy Unity garbage ;) On Sat, May 2, 2015 at 10:07 PM, William Hermans yyrk...@gmail.com wrote: I can tell you that DR Molloy's video while

Re: [beagleboard] Cross compiling for Debian on BBB from Ubuntu PC

2015-05-02 Thread William Hermans
I believe this is the video I followed. https://www.youtube.com/watch?v=hzZHcH5quow Not sure which blog post if any corresponds to this video. But as usual, DR Molloy does, and uploads great videos. Also, despite the fact that I'm still dubious where Ubuntu is concerned. DR Molloy seems to have

Re: [beagleboard] Cross compiling for Debian on BBB from Ubuntu PC

2015-05-02 Thread William Hermans
Err, oops ! That is debian he's using in that video. But there is a video in his playlist somewhere ( probably like a year or more ago ) where he walks through using Ubuntu as a cross dev machine for the BBB. On Sat, May 2, 2015 at 10:21 PM, William Hermans yyrk...@gmail.com wrote: I believe

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

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