If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:rc.errata.sh

From BoxMatrix


BoxMatrix >> Shell-Commands >> rc.errata.sh @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

Startup-Script

Goto:   Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

rc.errata.sh is an extension of rc.conf which, if it's present, patches the Config-Environment.
It parses the kernel commandline and disables ISDN, POTS and automatic dimming if the respective flags were found.

It is used for the 7590 AX firmware which runs identical on FRITZ!Box 7590 AX and FRITZ!Box 7590 AX v2.

if grep -q avm,noambient_brightness /proc/cmdline ; then

    export CONFIG_LED_DIMM_AUTO="n"

fi

if grep -q avm,noisdn /proc/cmdline ; then

    export CONFIG_CAPI_NT="n"
    export CONFIG_CAPI_TE="n"

fi

if grep -q avm,nopots /proc/cmdline ; then

    export CONFIG_CAPI_POTS="n"

fi

In fact all 4 variables are "y" in 7590ax firmware, but are "n" in 7590axv2 Supportdata-Probes.
Since kernel_args are empty on the v2 these flags are likely passed by the Bootloader depending on
the nonFPGA flag in the DMC variable of the Bootloader-Environment.

Dependencies

Daily updated index of all dependencies of this script. Last update: 2024-05-20 07:16 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
0 dependencies for this script

Model-Matrix

Daily updated index of the presence, path and size of this script for each model. Last update: 2024-05-20 05:00 GMT.
Showing all models using this script. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 6890 LTE 7.39 - 7.51 /etc/init.d 264
FRITZ!Box 6890 LTE v1 7.39 - 7.51 /etc/init.d 264
FRITZ!Box 6890 LTE v2 7.39 - 7.51 /etc/init.d 264
FRITZ!Box 7530 7.08 - 7.56 /etc/init.d 111
FRITZ!Box 7580 6.83 - 7.30 /etc/init.d 462
FRITZ!Box 7590 7.39 - 7.90 /etc/init.d 264 - 282
FRITZ!Box 7590 AX 7.30 - 7.90 /etc/init.d 264 - 282
7 models use this script

Symbols

Daily updated index of all symbols of this script. Last update: 2024-05-20 07:16 GMT.

Firmware Symbol
0 symbols for this script

SMW-Browser

Information is currently being retrieved from the backend.