On Tue, Jun 6, 2017 at 7:32 PM, <[email protected]> wrote: > Hello, > > I need forget my wifi connection, because the password changed! I'm using > BBBw with debian. This is like wifi connection in Windows or Android :(! It > remember the first log in, but after changes is hard to modify.
Sadly, the easy way in connman, is to edit the file.. root@test-bbgw-12:~# cat /var/lib/connman/wifi_209148c9516a_584131302d576946692d5831_managed_psk/settings ************** Name=XA10-WiFi-X1 SSID=584131302d576946692d5831 Frequency=2412 Favorite=true AutoConnect=true Modified=2017-02-01T17:38:45.134985Z Passphrase=BeagleBone IPv4.method=dhcp IPv6.method=auto IPv6.privacy=disabled IPv4.DHCP.LastAddress=192.168.0.2 ************** Then change the Passphrase value root@test-bbgw-12:~# systemctl restart connman Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhAZVywNxRq%2B6i979Z8Qacg3S4P3nWKPGQ8HJERF0kcgg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
