Max2Play Home › Forums › Max2Play Add-ons › Accesspoint issues › Reply To: Accesspoint issues
16. Januar 2016 at 6:10
#17928
I have two ideas
- 1 To be absolutely sure it’s not a that your device is capitalizing the first character, change the password and make the first letter a capital.
- 2 Hook up a display and keyboard, OR login via the ethernet port using putty. login and type the command
sudo iwconfig
to check the status of wlan0. Thensudo ifconfig
to confirm that wlan0 is up and has an ip address (should be 192.168.189.1) thensudo tail -f /var/log/syslog
. This will monitor the end of the syslog file. With this running try to connect. look for new messages related to the connection attempt. You can terminate the command with Crtl-c
- This reply was modified 9 years ago by noop.