You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Hostapd-common and hostapd, files are not available which should be in Openwrt. This was identified in a snapshot build prior to release of the official and again after.
This is the error received.
wpa_supplicant[3478]: Error loading ucode: Syntax error: Unable to resolve path for module 'common' In line 3, byte 116: import { wdev_create, wdev_set_mesh_params, wdev_remove, is_equal, wdev_set_up, vlist_new, phy_open } from "common"; Near here ---------------------------------------------------------------------------------------------------------^
It appears that /usr/share/hostap/common.uc does not exist. Once the file is transfered from a Openwrt 23 build, it then still needs hostapd.uc. After putting those in, software on the router can no longer be updated since the apk installer says the database is now corrupt.
The text was updated successfully, but these errors were encountered:
When installing Hostapd-common and hostapd, files are not available which should be in Openwrt. This was identified in a snapshot build prior to release of the official and again after.
This is the error received.
wpa_supplicant[3478]: Error loading ucode: Syntax error: Unable to resolve path for module 'common' In line 3, byte 116:
import { wdev_create, wdev_set_mesh_params, wdev_remove, is_equal, wdev_set_up, vlist_new, phy_open } from "common";
Near here ---------------------------------------------------------------------------------------------------------^Here's the reddit discussion: https://www.reddit.com/r/openwrt/comments/1ibf1tz/moving_to_24_have_an_issue_with_wpa_supplicant/
It appears that /usr/share/hostap/common.uc does not exist. Once the file is transfered from a Openwrt 23 build, it then still needs hostapd.uc. After putting those in, software on the router can no longer be updated since the apk installer says the database is now corrupt.
The text was updated successfully, but these errors were encountered: