Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Auto-config wifi setup issues
#8
(10-12-2023, 08:52 PM)Tim Curtis Wrote: @TheOldPresbyope

There is no AP mode password on >= 830 images. 

Below is from a fresh 836 image. 

SQL table cfg_network
Code:
pi@moode:~ $ sqlite3 /media/rootfs/var/local/www/db/moode-sqlite3.db "select * from cfg_network"
1|eth0|dhcp||||||||||||
2|wlan0|dhcp||||||None (activates AP mode)|wpa|||US||
3|apd0|||||||Moode|||||6|Off

moodecfg.ini.default
Code:
[Network (wlan0)]
wlanmethod = "dhcp"
wlanipaddr = ""
wlannetmask = ""
wlangateway = ""
wlanpridns = ""
wlansecdns = ""
wlanssid = "None (activates AP mode)"
wlanpwd = ""
wlansec = "wpa"
wlancountry = "US"

[Network (apd0)]
apdssid = "Moode"
apdpwd = ""
apdchan = "6"

Could it be something related to the channel used by the AP? I remember (yes, long ago...) something like changing it to 11, but I may be totally wrong as well...
Reply


Messages In This Thread
Auto-config wifi setup issues - by avsfan19 - 10-11-2023, 01:22 PM
RE: Auto-config wifi setup issues - by Tim Curtis - 10-11-2023, 01:39 PM
RE: Auto-config wifi setup issues - by avsfan19 - 10-11-2023, 05:57 PM
RE: Auto-config wifi setup issues - by Tim Curtis - 10-11-2023, 06:09 PM
RE: Auto-config wifi setup issues - by avsfan19 - 10-13-2023, 01:28 AM
RE: Auto-config wifi setup issues - by Tim Curtis - 10-12-2023, 08:52 PM
RE: Auto-config wifi setup issues - by Nutul - 10-12-2023, 09:23 PM
RE: Auto-config wifi setup issues - by Tim Curtis - 10-12-2023, 09:52 PM
RE: Auto-config wifi setup issues - by Tim Curtis - 10-12-2023, 10:31 PM
RE: Auto-config wifi setup issues - by Tim Curtis - 10-12-2023, 11:19 PM

Forum Jump: