Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-20 Thread Daren Schwenke
There are a couple sites documenting sharing a pc connection with the BBB. You may need to substitute eth0 for usb0, but otherwise, those instructions work fine. I do this on my laptop, but I run linux so my instructions probably won't apply. On Saturday, February 18, 2017 at 8:54:49 AM UTC-5

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-18 Thread Sag ich Dir nich
so i got it working by using a different ip (192.168.2.80) but i can not sudo update over the ethernet cable (network sharing is acti) Am Sonntag, 12. Februar 2017 20:22:01 UTC+1 schrieb Sag ich Dir nich: > > i am using Putty, > > if i go to "/etc/NetworkManager" it says "no such file or director

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Sag ich Dir nich
i am using Putty, if i go to "/etc/NetworkManager" it says "no such file or directory" (i guess you mean "/etc/Network"?) in case you mean "/etc/Network" the file looks like this: GNU nano 2.2.6 File: interfaces Modified # This file describes the networ

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Daren Schwenke
I believe I disabled the service, but that's not what the docs say. /etc/NetworkManager and set managed=false to the interface you want to ignore. On Sunday, February 12, 2017 at 1:56:04 PM UTC-5, Daren Schwenke wrote: > > You have a previous ssh key cached. You'll need to delete your local > c

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Daren Schwenke
You have a previous ssh key cached. You'll need to delete your local cached copy. Depends on the ssh client you are using to tell you how. On Sunday, February 12, 2017 at 1:52:38 PM UTC-5, Sag ich Dir nich wrote: > > yes thats what i did ( > http://derekmolloy.ie/set-ip-address-to-be-static-on-t

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Sag ich Dir nich
yes thats what i did (http://derekmolloy.ie/set-ip-address-to-be-static-on-the-beaglebone-black/) i went into the directory and then opened the file to add: # The primary network interface auto eth0 iface eth0 inet static address 192.168.1.80 netmask 255.255.255.0 gateway 192.168.1.1 and that g

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Daren Schwenke
I usually just give mine a static ip. edit /etc/network/interfaces it contains examples already. Uncomment the line assigning a mac address as well (and change it a little) to prevent ssh from bugging you. You will also need to add a dns server to /etc/resolv.conf To make the resolv.conf changes

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Alexander Rössler
Sag ich Dir nich writes: > I need to know the ip adress of my beaglebone so i can connect it to my pc > via ssh but when i write ifconfig in the terminal i get no ethernet ip > adress: > > machinekit@beaglebone:~$ ifconfig > eth0 Link encap:Ethernet HWaddr a0:f6:fd:4b:9c:97 >

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Sag ich Dir nich
yes i can communicate with the BBB over usb but the problem with usb is, i can not transfer video over it, so i have to use ethernet but in order to connect through ethernet, i have to know the ip adress (the reason i want to get video over ethernet is i need more i/o pins so i can disable hdmi

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Alexander Rössler
schoone...@btinternet.com writes: > On 12/02/17 16:11, Sag ich Dir nich wrote: > > Thank you, ill try that > > usb0 is (i believe) the emulated network over usb (so you can communicate > with the beaglebone with the ip 192.168.7.2) > > and can you (communicate with the beaglebone with the ip 1

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread schoone...@btinternet.com
On 12/02/17 16:11, Sag ich Dir nich wrote: Thank you, ill try that usb0 is (i believe) the emulated network over usb (so you can communicate with the beaglebone with the ip 192.168.7.2) and can you (communicate with

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Sag ich Dir nich
so i wrote "sudo nano /etc/sysctl.conf" in the terminal and added " net.ipv6.conf.all.disable_ipv6=1" then saved and rebooted the beaglebone. Now i have no ipv6 and no ipv4 (i also tried adding net.ipv4.conf.all.disable_ipv4=0 and net.ipv4.conf.all.enable_ipv4=1 but no change): machinekit@bea

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Sag ich Dir nich
Thank you, ill try that usb0 is (i believe) the emulated network over usb (so you can communicate with the beaglebone with the ip 192.168.7.2) Am Sonntag, 12. Februar 2017 16:15:54 UTC+1 schrieb Schooner: > > > On 12/02/17 14:15, Sag ich Dir nich wrote: > > I need to know the ip adress of my bea

Re: [Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread schoone...@btinternet.com
On 12/02/17 14:15, Sag ich Dir nich wrote: I need to know the ip adress of my beaglebone so i can connect it to my pc via ssh but when i write ifconfig in the terminal i get no ethernet ip adress: machinekit@

[Machinekit] Cannot find ethernet ip adress of Beaglebone Black

2017-02-12 Thread Sag ich Dir nich
I need to know the ip adress of my beaglebone so i can connect it to my pc via ssh but when i write ifconfig in the terminal i get no ethernet ip adress: machinekit@beaglebone:~$ ifconfig eth0 Link encap:Ethernet HWaddr a0:f6:fd:4b:9c:97 inet6 addr: fe80::a2f6:fdff:fe4b:9c97/64