-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove WLAN - Zugangsdaten site broken #161
Comments
What box, what firmware version, .config is missing => useless/invalid bug report |
Its 7360 firmware 6.85 |
config file: |
You could try to remove lines 32 to 38 from the The code, which depends on existing WLAN support, is properly enclosed (by AVM) with the needed check for presence of this option. That's possibly not the last problem from this remove patch - please take note of the fact, that all remove patches are EXPERIMENTAL starting with FRITZ!OS version 06.5x, where AVM switched to the "responsive interface design". Therefore it may be necessary to change a piece of code and immediately test the result yourself - the chances, that other people use the same old device (with the same old firmware) and the same request (to remove all WLAN related functions from their Freetz image) are really tiny. These patch files were constructed to change as much as possible versions from one single file ... meanwhile the removal of the line starting with
vs.
as seen from version 06.5x on. As mentioned above ... that's only ONE possible problem - with newer versions the patches are mostly untested and are sometimes not working, too. That's explicitly given as warning: https://github.com/Freetz/freetz/blob/master/config/ui/firmware.in#L416 With newer devices there's no need to remove parts of the original firmware to get additional free space - therefore these patches are more and more superfluous and are not maintained any longer. |
Thanks, that fixed this problem. Now only the Setup assistant if the fritzbox is use first time have still this problem. It produces a blank page and can only bypass by visiting specific url (example by including ?lp=sys).
I agree with you. But the problem on 7360 is, there are exists two versions. V1 have only 16 mb and get FritzOS only until version 06.33. For 6.85 it is too big. It only fits by removing some big modules like Samba and WLAN. On 7390 which have also 16 MB, i saw that AVM fixed this problem by put the WLAN module as a plugin in the internal NAS space. Maybe that could be an option for 7360 v1 by using an usb stick. |
After i removed wlan, the Zugangsdaten site seems to broken. I cant fill any input field and if i try to save, it log me out from the webinterface. The javascript console give me following errors:
Loading failed "http://fritz.box/js/wlanscan.js". fritz.box:1
SyntaxError: unexpected token: ':' fritz.box:266:4
The text was updated successfully, but these errors were encountered: