Anthony96922 / mt7601u-ap

AP driver for MT7601U dongles
GNU General Public License v2.0
117 stars 49 forks source link

Cant connect with Android phones #1

Closed LucasCoraca closed 8 years ago

LucasCoraca commented 9 years ago

I compiled the driver on Linux raspberrypi 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l GNU/Linux, no problem there, it run and create a access point no problem, i can connect and ssh with windows mac and ios via the access point, but when i try to connect with android i have no success, it keep in a loop of obtaining IP address.

Any ideas? i really need this to work for a project of mine.

Anthony96922 commented 9 years ago

Did you set up a dhcp server?

LucasCoraca commented 9 years ago

i found the problem, i had to manually set the ip on the android phone, everything works fine thanks