You are not logged in.

#1 2019-11-27 18:57:43

musty
Member
Registered: 2019-11-20
Posts: 10

Device is not seemed on network manager

Hi everyone, i have loaded nanodlp on raspberry as it is have described in video tutorials. But i can not see my device in network manager. I wrote nanodllp.img file on SD card. And inserted that sd card into raspberry pi 3. Before it, i did not do anything. I did not install raspberian or any firmware. Where did i mistake? Why nanodlp does not seem on network manager? how can i access it?

Offline

#2 2019-11-28 05:47:21

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Device is not seemed on network manager

If upnp support blocked on your router, it would not be come up in network manager.
Connect SD card on your computer edit boot/nanodlp-dhcp.txt file to make its IP static.

Offline

#3 2019-11-28 21:02:46

musty
Member
Registered: 2019-11-20
Posts: 10

Re: Device is not seemed on network manager

Thank you for your fast feedback. I will try it.
Is there any link for beginners on nanodlp? I know almost nothing about raspberry pi. And now i am trying to build a sla printer based on nanodlp. I am doing a nanodlp pcb shield and also ,i have bought arduino uno + cnc shield. If my nano shield doesnt work, can i use uno+cnc shield?
I think there is any link to find answers for my questions. In this forum i read titles of topics but i think they are not for beginners. I didnt build my printer yet.

Offline

#4 2019-12-08 23:23:05

musty
Member
Registered: 2019-11-20
Posts: 10

Re: Device is not seemed on network manager

Shahin wrote:

If upnp support blocked on your router, it would not be come up in network manager.
Connect SD card on your computer edit boot/nanodlp-dhcp.txt file to make its IP static.

ı have changed these lines as;

# Example static IP configuration:
interface eth0
static ip_address=192.168.0.254
static ip6_address=fe80::5091:807c:53a0:b8a6%10
static routers=192.168.1.1
static domain_name_servers=255.255.255.0

# It is possible to fall back to a static IP if DHCP fails:
define static profile
profile static_eth0
static ip_address=192.168.0.254
static routers=192.168.1.1
static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1

# fallback to static profile on eth0
interface eth0
fallback static_eth0




but still no connection. Can you explain please? where is mistake?

Offline

#5 2019-12-10 06:18:35

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Device is not seemed on network manager

I suggest checking guide on how to set static IP on linux. You need to set all parameters correctly to make it works.

Offline

#6 2020-01-04 12:19:11

elliot
Member
Registered: 2016-04-28
Posts: 109

Re: Device is not seemed on network manager

Hi Musty,
It looks like you forgot to add /24 for IPv4 - 24 bit encryption. Check out Wiki link: https://en.wikipedia.org/wiki/IP_address. And there are a few tutorials on how to ssh into raspi and set the static ip.

Offline

Board footer

Powered by FluxBB