Hi everyone I want to have a direct conection between my laptop and my Mister using an ethernet cable (No router inbetween or DHCP) , so I wanted to set up the static ip only on the ethernet side of my mister , according to Flandango in this post viewtopic.php?p=34047#p34047 in order to set up a static ip only for the ethernet port is so simple as finding and editing this file "dhcpcd.conf" which is in the directory"/media/rootfs/etc/dhcpcd.conf" as far as I can tell this file cannot be edited using FTP text editor so it has to be modified by entering mister fpga's terminal (pressing F9 in mister and login as: root :password 1) or doing the same using a terminal in a computer instead of mister over FTP (In my case I used the software putty for this task) , Flandango says you should add this text at the end of the "dhcpcd.conf" text file
Code: Select all
interface eth0
static ip_address=192.168.0.XX/24
static routers=192.168.0.X
static domain_name_servers=192.168.0.X 8.8.8.8
And changing the number in "ip_address=192.168.0.XX/24" for the ip you want finally sets the static ip for the ethernet port
I tried it and certainly it works ! Now I have Ethernet port with static IP and also my wifi dongle working with dynamic ip at the same time
Now when I want to use Groovy Mister or Mister Cast is when the problem starts , my set up just won't work and I don't know exactly how to configure things in order to make it work , this is my configuration in my Pc side Ethernet port manual configuration (manual static ip)
And this is my Mister FPGA configuration I used for my Ethernet at the end of the "dhcpcd.conf" file
Also a screen shoot of my Mister Cast , Groovy as well as mister cast won't stream my pc screen at all
If anyone could help me to finally make Mister Groovy/Cast work with this set up I'd be very greatful