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.
Property:rc.errata.sh
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
Command: | rc.errata.sh - type Script | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Startup-Scripts - Origin: AVM | ||||||
Path: | Release: /etc/init.d Lab+Rel: /etc/init.d | ||||||
Properties: | Size: 111 - 462 - Firmware: 6.83 - 8.00 | ||||||
Function: | Disable ISDN, POTS and automatic dimming if no FPGA is present. |
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-11-15 07:53 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-11-15 05:53 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/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
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 (main) | 7.39 - 7.57 | /etc/init.d | 264 |
FRITZ!Box 6890 LTE v1 (main) | 7.39 - 7.57 | /etc/init.d | 264 |
FRITZ!Box 6890 LTE v2 (main) | 7.39 - 7.57 | /etc/init.d | 264 |
FRITZ!Box 7530 | 7.08 - 8.00 | /etc/init.d | 111 - 119 |
FRITZ!Box 7580 (main) | 6.83 - 7.30 | /etc/init.d | 462 |
FRITZ!Box 7590 (main) | 7.39 - 8.00 | /etc/init.d | 264 - 282 |
FRITZ!Box 7590 AX (main) | 7.30 - 8.00 | /etc/init.d | 264 - 282 |
7 models use this script |
Symbols
Daily updated index of all symbols of this script. Last update: 2024-11-15 07:53 GMT.
Firmware | Symbol |
---|---|
0 symbols for this script |