[SOLVED] AP not showing up / can't connect with Linux
-
The Omega is booting up (as indicated by LED) but my computer can't see the WiFi network. The network used to be present but recently it went away.
Also, I am having issues connecting to the Omega from my Linux computer as it says the USBtoUART does not exist.
-
@Kyle-Corry What command are you using to try to connect from Linux? It should likely be:
screen /dev/ttyUSB0 115200
(You may need to tweak permissions or use sudo as described here: https://community.onion.io/topic/246/gui-works-fine-command-line-dosent-starter-on-linux/2 )
-
@Kyle-Corry Also, can you show us a picture of your setup? Sometimes things might not be connected properly, which might be the cause of the problem.
-
@Boken-Lin I will try the command in a few minutes, for now here are the pictures of my setup.
-
@fader sudo screen /dev/ttyUSB0 115200 worked perfectly! Thank you!
-
@Kyle-Corry Awesome! Are you able to start the AP from the serial terminal?
-
@Boken-Lin Yes, everything is working as it should now! I turned my Onion Omega into a car backup camera system and it is awesome! Thank you for the help.