This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

No network interface to work with on nrf9160

Hello,

I followed the getting started guide but the kit can't connect. I'm getting this error:

net_if.net_if_init: There is no network interface to work with!

Is this a known bug, how can i fix it? Or is there a hardware issue?

Kind regards,

Daan Pape

Parents
  • Same issue here. I am in Canada. The stocked asset tracker firmware threw same errors. I also tried my own sim card (Fido). No success. I was able to compile the at_client sample code. same problem though. No being able to connect to any network. Band 4 should be available here in Canada. Don't know why it didn't connect.

    Below is the log from the terminal. Any suggestions?

    AT+CFUN?
    +CFUN: 1
    OK
    AT+CGSN=1
    +CGSN: "352656100042566"
    OK
    AT+CGMI
    Nordic Semiconductor ASA
    OK
    AT+CGMM
    nRF9120
    OK
    AT+CGMR
    mfw-m1_nrf9160_0.6.8-30.alpha
    OK
    AT+CEMODE?
    +CEMODE: 2
    OK
    AT%XCBAND=?
    %XCBAND: (3,4,13,20)
    OK
    AT+CMEE?
    +CMEE: 0
    OK
    AT+CMEE=1
    OK
    AT+CNEC?
    +CNEC: 0
    OK
    AT+CNEC=24
    OK
    AT+CGEREP?
    +CGEREP: 0,0
    OK
    AT+CGDCONT?
    OK
    AT+CGACT?
    OK
    AT+CGEREP=1
    OK
    AT+CIND=1,1,1
    OK
    AT+CEREG=2
    OK
    AT+CEREG?
    +CEREG: 2,4,"FFFE","FFFFFFFF",7
    OK
    AT%CESQ=1
    OK
    AT+CESQ
    +CESQ: 99,99,255,255,255,255
    OK
    AT%XSIM=1
    OK
    AT%XSIM?
    %XSIM: 1
    OK
    AT+CPIN?
    +CPIN: READY
    OK
    AT+CPINR="SIM PIN"
    +CPINR: "SIM PIN",3
    OK
    AT+CIMI
    204080813514629
    OK
    %CESQ: 255,0
    +CEREG: 2,"FFFE","FFFFFFFF",7
    %CESQ: 255,0

Reply
  • Same issue here. I am in Canada. The stocked asset tracker firmware threw same errors. I also tried my own sim card (Fido). No success. I was able to compile the at_client sample code. same problem though. No being able to connect to any network. Band 4 should be available here in Canada. Don't know why it didn't connect.

    Below is the log from the terminal. Any suggestions?

    AT+CFUN?
    +CFUN: 1
    OK
    AT+CGSN=1
    +CGSN: "352656100042566"
    OK
    AT+CGMI
    Nordic Semiconductor ASA
    OK
    AT+CGMM
    nRF9120
    OK
    AT+CGMR
    mfw-m1_nrf9160_0.6.8-30.alpha
    OK
    AT+CEMODE?
    +CEMODE: 2
    OK
    AT%XCBAND=?
    %XCBAND: (3,4,13,20)
    OK
    AT+CMEE?
    +CMEE: 0
    OK
    AT+CMEE=1
    OK
    AT+CNEC?
    +CNEC: 0
    OK
    AT+CNEC=24
    OK
    AT+CGEREP?
    +CGEREP: 0,0
    OK
    AT+CGDCONT?
    OK
    AT+CGACT?
    OK
    AT+CGEREP=1
    OK
    AT+CIND=1,1,1
    OK
    AT+CEREG=2
    OK
    AT+CEREG?
    +CEREG: 2,4,"FFFE","FFFFFFFF",7
    OK
    AT%CESQ=1
    OK
    AT+CESQ
    +CESQ: 99,99,255,255,255,255
    OK
    AT%XSIM=1
    OK
    AT%XSIM?
    %XSIM: 1
    OK
    AT+CPIN?
    +CPIN: READY
    OK
    AT+CPINR="SIM PIN"
    +CPINR: "SIM PIN",3
    OK
    AT+CIMI
    204080813514629
    OK
    %CESQ: 255,0
    +CEREG: 2,"FFFE","FFFFFFFF",7
    %CESQ: 255,0

Children
Related