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?
Dear Ivitol, the Wi-Fi chip is not broken. However, this bug somehow pops up sometimes. Would you be able to give us a hand in fixing it? https://github.com/UDOOboard/udoo-web-conf
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.
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.
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.