neo wifi does not working

Discussion in 'UDOO NEO' started by lvitol, Nov 15, 2015.

  1. lvitol

    lvitol New Member

    Joined:
    Nov 15, 2015
    Messages:
    3
    Likes Received:
    0
    The wifi was once okay.
    The problem occured today:
    1.I can not connect to udoo neo through wifi.
    2.I try to reconfigure the wifi network settings through web control panel, but the nodejs process(the webserver udoo neo using) was killed when i clicked Configuration button on the homepage of 192.168.7.2.
    I digged into the code located at /opt/udoo-web-conf/bin/www, something is not right, the variable named "status" is undefined caused the nodejs shutdown.
    3.I couldn't find wlan0 interface through iwconfig or ifconfig command

    the wifi is broken?
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
  3. lvitol

    lvitol New Member

    Joined:
    Nov 15, 2015
    Messages:
    3
    Likes Received:
    0
    I refreshed image to sd card, reboot the system, the wifi still didn't work.
    I got no wifi device when i use nmcli(nmcli dev status) tool to show network devices.
     
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    iwconfig tool cannot be used with the wifi-bt module onboard on Neo. The T.I. drivers of our module allow you to use the iw tools. Not iwconfig, but iw.
     
  5. lvitol

    lvitol New Member

    Joined:
    Nov 15, 2015
    Messages:
    3
    Likes Received:
    0
    Thanks for your reply.
    I got empty result when i use iw list command, still can not find wifi device.I believe the wifi chip is broken.
    The system rebooted several times when i tried to do some serial communication between the board and another board.
    I am feeling a little frustrated.
     
  6. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Please, open a ticket and explain your problem, we'll figure it out
     

Share This Page