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:hotplug

From BoxMatrix


BoxMatrix >> Shell-Commands >> hotplug @ 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

Hotplug-Script

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

Details

hotplug was the first solution of a hotplug handler used by AVM, It was the root of all Hotplug-Scripts before udevd was used.

This script is called by the kernel on plug and unplug events, with the class of event passed as the first argument.
It then dispatches the event to a <class>.pandu handler for the respective class. pandu means Plug AND Unplug.

So far there's only a pandu handler for the usb class called usb.pandu. Hotplug events for other classes are ignored.

7150 fw 4.71 full quote:

#!/bin/sh

# User mode helper for kernel hotplug events:
# Calling pandu (= plug and unplug) agent...
# v20050422 =OS=

GUARD=/var/DONTPLUG
AGENT=/etc/hotplug/$1.pandu

if test -f $GUARD; then
	exit 1

elif test -x $AGENT; then
	exec $AGENT "$*"
	exit 1
fi

The existence of DONTPLUG prevents further hotplug dispatching if for example the system is shutting down.

Dependencies

Daily updated index of all dependencies of this script. Last update: 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-04-19 05:14 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 2070 3.87 - 4.15 /sbin 258
FRITZ!Box 2170 4.31 - 4.57 /sbin 258
FRITZ!Box WLAN 3050 3.63 - 4.07 /sbin 258
FRITZ!Box WLAN 3070 3.87 - 4.15 /sbin 258
FRITZ!Box WLAN 3130 4.21 - 4.34 /sbin 258
FRITZ!Box WLAN 3131 4.29 - 4.57 /sbin 258
FRITZ!Box WLAN 3170 4.31 - 4.58 /sbin 258
FRITZ!Box WLAN 3270 4.57 - 4.86 /sbin 142 - 258
FRITZ!Box WLAN 3270 v3 4.77 - 4.87 /sbin 142 - 258
FRITZ!Box Fon 5124 4.47 - 4.77 /sbin 258
FRITZ!Box 6360 Cable 4.85 - 6.51 /sbin 153
FRITZ!Box 6490 Cable (arm) 6.51 /sbin 153
FRITZ!Box Fon WLAN 7140 4.02 - 4.77 /sbin 258
FRITZ!Box Fon WLAN 7141 4.14 - 4.77 /sbin 258
FRITZ!Fon 7150 4.27 - 4.77 /sbin 258
FRITZ!Box Fon WLAN 7170 3.96 - 4.99 /sbin 258 - 355
FRITZ!Box Fon WLAN 7170 v1 3.96 - 4.99 /sbin 258 - 355
FRITZ!Box Fon WLAN 7170 v2 3.96 - 4.99 /sbin 258 - 355
FRITZ!Box Fon WLAN 7240 4.65 - 4.97 /sbin 142 - 258
FRITZ!Box Fon WLAN 7270 v1 4.44 - 4.99 /sbin 142 - 258
FRITZ!Box Fon WLAN 7270 v2 4.67 - 4.94 /sbin 142 - 258
FRITZ!Box Fon WLAN 7270 v3 4.76 - 4.99 /sbin 142 - 258
FRITZ!Box Fon WLAN 7340 4.83 - 4.90 /sbin 142 - 258
FRITZ!Box Fon WLAN 7390 4.81 - 4.91 /sbin 142 - 258
FRITZ!Box Fon WLAN 7570 vDSL 4.70 - 4.94 /sbin 142 - 258
Speedport W 722V 4.76 - 4.79 /sbin 258
Speedport W 900V 4.21 - 4.57 /sbin 258
Speedport W 920V 4.78 - 4.79 /sbin 258
Alice IAD WLAN 3331 4.90 /sbin 258
Alice IAD 7570 vDSL 4.86 - 5.09 /sbin 258
30 models use this script

Symbols

Daily updated index of all symbols of this script. Last update: GMT.

Firmware Symbol
0 symbols for this script

SMW-Browser

Information is currently being retrieved from the backend.