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:modprobe (bbcmd)
BoxMatrix >> Shell-Commands >> modprobe (bbcmd) | @ 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 |
Name-Collision - multiple objects in this wiki use the name modprobe!
|
BusyBox-Command
Command: | modprobe (bbcmd) - type Link | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> BusyBox-Commands - Origin: busybox | ||||||
Path: | Release: /sbin, <bb> Lab+Rel: /sbin, <bb> | ||||||
Properties: | Size: Link - Firmware: 1.63 - 7.32 | ||||||
Function: | Add and remove modules from the Linux Kernel. |
Goto: GPL-Browser - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
Excerpt from: BusyBox manual >> modprobe command
modprobe [-knqrsvb] MODULE [symbol=value...] Options: -k Make module autoclean-able -n Dry run -q Quiet -r Remove module (stacks) or do autoclean -s Report via syslog instead of stderr -v Verbose -b Apply blacklist to module names too
Excerpt from: BusyBox source >> modprobe command - Last update: 2024-11-15 04:53 GMT.
modprobe can (un)load a stack of modules, passing each module options (when loading). modprobe uses a configuration file to determine what option(s) to pass each module it loads. The configuration file is searched (in this order): /etc/modprobe.conf (2.6 only) /etc/modules.conf /etc/conf.modules (deprecated) They all have the same syntax (see below). If none is present, it is _not_ an error; each loaded module is then expected to load without options. Once a file is found, the others are tested for. /etc/modules.conf entry format: alias <alias_name> <mod_name> Makes it possible to modprobe alias_name, when there is no such module. It makes sense if your mod_name is long, or you want a more representative name for that module (eg. 'scsi' in place of 'aha7xxx'). This makes it also possible to use a different set of options (below) for the module and the alias. A module can be aliased more than once. options <mod_name|alias_name> <symbol=value...> When loading module mod_name (or the module aliased by alias_name), pass the Sample /etc/modules.conf file: options tulip irq=3 alias tulip tulip2 options tulip2 irq=4 io=0x308 Other functionality offered by 'classic' modprobe is not available in this implementation. If module options are present both in the config file, and on the command line, then the options from the command line will be passed to the module _after_ the options from the config file. That way, you can have defaults in the config file, and override them for a specific usage from the command line. Example: (with the above /etc/modules.conf): $ modprobe tulip will load the module 'tulip' with default option 'irq=3' $ modprobe tulip irq=5 will load the module 'tulip' with option 'irq=5', thus overriding the default $ modprobe tulip2 will load the module 'tulip' with default options 'irq=4 io=0x308', which are the default for alias 'tulip2' $ modprobe tulip2 irq=8 will load the module 'tulip' with default options 'irq=4 io=0x308 irq=8', which are the default for alias 'tulip2' overridden by the option 'irq=8' from the command line $ modprobe tulip2 irq=2 io=0x210 will load the module 'tulip' with default options 'irq=4 io=0x308 irq=4 io=0x210', which are the default for alias 'tulip2' overridden by the options 'irq=2 io=0x210' from the command line Usage: modprobe [-alrqvsD MODULE -a Load multiple MODULEs -l List (MODULE is a pattern) -r Remove MODULE (stacks) or do autoclean -q Quiet -v Verbose -s Log to syslog -D Show dependencies -b Apply blacklist to module names too
Note that some options may not be compiled in. If Usage: is shown multiple times these are compile options.
GPL-Browser
Daily updated index of all modprobe code findings on the GPL-Browser. Last update: 2024-11-15 05:10 GMT.
The Browse
column points to the Path
containing the respective source code on the gpl.boxmatrix.info service.
The SoC
column lists the Chip-Codenames, the Model
column lists the nicks of the Box-Models.
The Diff
column links the comparison of the AVM Kernel to the pristine original from Kernel.org.
The Download
column links the full tarball the respective directory content is extracted from.
The presence of the source does not mean it fits the respective model and architecture. See the Model-Matrix where it's used.
Browse | Path | SoC | Arch | Model | Firmw | Diff | Download |
---|---|---|---|---|---|---|---|
alder-5690pro-762 | packages/busybox-1.35.0/modutils | Alder | ARM | 5690pro | 7.62 | 5.4.213 | Download |
ar10-7272-687 | packages/busybox-1.20.2/modutils | AR10 | MIPS | 7272 | 6.87 | 2.6.32.61 | Download |
ar9-7330-650 | packages/busybox-1.20.2/modutils | AR9 | MIPS | 7330 | 6.50 | 2.6.32.61 | Download |
bcm63-7530ax-731 | packages/busybox-1.29.3/modutils | BCM63 | ARM | 7530ax | 7.31 | 4.1.52 | Download |
bcm63-7530ax-756 | packages/busybox-1.29.3/modutils | BCM63 | ARM | 7530ax | 7.56 | 4.19.183 | Download |
bcm63-7530ax-800 | packages/busybox-1.36.1/modutils | BCM63 | ARM | 7530ax | 8.00 | 4.19.183 | Download |
bcm63-7582-715 | packages/busybox-1.24.2/modutils | BCM63 | ARM | 7582 | 7.15 | 4.1.38 | Download |
dakota-7530ac-750 | packages/busybox-1.29.3/modutils | Dakota | ARM | 7530ac | 7.50 | 4.4.271 | Download |
davinci-8020-5504 | packages/busybox-1.5.0/modutils | DaVinci | ARM | 8020 | 55.04 | 2.6.19.2 | Download |
davinci-8020-5505 | packages/busybox-1.8.2/modutils | DaVinci | ARM | 8020 | 55.05 | 2.6.19.2 | Download |
dragonfly-4020-701 | packages/busybox-1.24.2/modutils | Dragonfly | MIPS | 4020 | 7.01 | 4.4.60 | Download |
falcon-5530-730 | packages/busybox-1.29.3/modutils | Falcon | MIPS | 5530 | 7.30 | 4.9.231 | Download |
falcon-5530-750 | packages/busybox-1.29.3/modutils | Falcon | MIPS | 5530 | 7.50 | 4.9.276 | Download |
falcon-5590-729 | packages/busybox-1.29.3/modutils | Falcon | MIPS | 5590 | 7.29 | 4.9.231 | - |
falcon-5590-750 | packages/busybox-1.29.3/modutils | Falcon | MIPS | 5590 | 7.50 | 4.9.276 | Download |
fusiv-7390-686 | packages/busybox-1.20.2/modutils | Fusiv | MIPS | 7390 | 6.86 | 2.6.28.10 | Download |
hawkeye-5590-729 | packages/busybox-1.29.3/modutils | Hawkeye | ARM | 5590 | 7.29 | 4.4.60 | - |
hawkeye-5590-750 | packages/busybox-1.29.3/modutils | Hawkeye | ARM | 5590 | 7.50 | 4.4.271 | Download |
honeybee-1240e-714 | packages/busybox-1.24.2/modutils | Honeybee | MIPS | 1240e | 7.14 | 4.4.60 | Download |
jet-2400-727 | packages/busybox-1.29.3/modutils | Jet | MIPS | 2400 | 7.27 | 4.4.60 | - |
maple-7510-730 | packages/busybox-1.29.3/modutils | Maple | ARM | 7510 | 7.30 | 4.4.60 | Download |
maple-fsgw-759 | packages/busybox-1.29.3/modutils | Maple | ARM | fsgw | 7.59 | 4.4.271 | Download |
miami-7690-761 | packages/busybox-1.35.0/modutils | Miami | ARM | 7690 | 7.61 | 5.4.213 | Download |
ohio-7170-401 | packages/busybox-1.00-pre3/modutils | Ohio | MIPS | 7170 | 4.01 | 2.4.17 | Download |
ohio-7170-487 | packages/busybox-1.8.2/modutils | Ohio | MIPS | 7170 | 4.87 | 2.6.13.1 | Download |
puma5-6360-529 | packages/busybox-1.16.0/modutils | Puma5 | ARM | 6360 | 5.29 | 2.6.28.10 | Download |
puma6-arm-6490-729 | packages/busybox-1.29.3/modutils | Puma6 | ARM | 6490 | 7.29 | 2.6.39.4 | Download |
puma6-atom-6490-729 | packages/busybox-1.29.3/modutils | Puma6 | ATOM | 6490 | 7.29 | 2.6.39.4 | Download |
puma7-arm-6591-750 | packages/busybox-1.29.3/modutils | Puma7 | ARM | 6591 | 7.50 | 4.9.279 | Download |
puma7-arm-6670-761 | packages/busybox-1.35.0/modutils | Puma7 | ARM | 6670 | 7.61 | 5.15.111 | Download |
puma7-atom-6591-750 | packages/busybox-1.29.3/modutils | Puma7 | ATOM | 6591 | 7.50 | 4.9.279 | Download |
puma7-atom-6670-761 | packages/busybox-1.35.0/modutils | Puma7 | ATOM | 6670 | 7.61 | 5.15.111 | Download |
rtl96-5690pro-762 | packages/busybox-1.35.0/modutils | RTL96 | MIPS | 5690pro | 7.62 | 3.18.24 | Download |
sangam-fbf-322 | packages/busybox-1.00-pre3/modutils | Sangam | MIPS | fbf | 3.22 | 2.4.17 | Download |
scorpion-1750e-727 | packages/busybox-1.29.3/modutils | Scorpion | MIPS | 1750e | 7.27 | 4.4.60 | Download |
scorpion-7490-727 | packages/busybox-1.29.3/modutils | Scorpion | MIPS | 7490 | 7.27 | 4.4.60 | Download |
seale-7590ac-750 | packages/busybox-1.29.3/modutils | Seale | MIPS | 7590ac | 7.50 | 4.9.218 | Download |
ur8-7270-606 | packages/busybox-1.19.3/modutils | UR8 | MIPS | 7270 | 6.06 | 2.6.32.60 | Download |
vr9-7490-729 | packages/busybox-1.29.3/modutils | VR9 | MIPS | 7490 | 7.29 | 3.10.107 | Download |
39 directories containing modprobe source code |
Excerpt from: BusyBox manual >> modprobe command - Last update: 2009-10-02 09:23 GMT.
Dependencies
Daily updated index of all dependencies of this command. 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 |
---|---|---|---|---|---|---|
Symlink to | cmd | busybox (bbcmd) | 150 | 1.63 - 7.32 | The BusyBox executable itself. Contains the code for all applets. | BusyBox |
1 dependency for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-11-15 05:53 GMT.
Showing all models using this command. 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.
The path <bb> means the applet could be located in the busybox binary and could be called busybox modprobe.
If a path is shown and no <bb> marker, then this is a dead link to a missing applet.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box | 2.76 - 4.02 | /sbin, <bb> | Link |
FRITZ!Box SL | 1.63 - 3.94 | /sbin, <bb> | Link |
FRITZ!Box 2030 | 3.73 - 3.93 | /sbin, <bb> | Link |
FRITZ!Box 2031 | 4.15 | /sbin, <bb> | Link |
FRITZ!Box 2070 | 3.87 - 4.15 | /sbin, <bb> | Link |
FRITZ!Box 2110 | 4.52 | /sbin, <bb> | Link |
FRITZ!Box 2170 | 4.31 - 4.57 | /sbin, <bb> | Link |
FRITZ!Box SL WLAN | 3.23 - 4.34 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3020 | 3.23 - 4.34 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3030 | 3.65 - 4.34 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3050 | 3.63 - 4.07 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3070 | 3.87 - 4.15 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3130 | 4.21 - 4.34 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3131 | 4.29 - 4.57 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3170 | 4.31 - 4.58 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3270 | 4.57 - 5.54 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3270 v3 | 4.77 - 5.54 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3270 IT | 5.23 - 5.52 | /sbin, <bb> | Link |
FRITZ!Box 3272 (main) | 5.50 - 6.89 | /sbin, <bb> | Link |
FRITZ!Box WLAN 3370 (main) | 5.01 - 6.56 | /sbin, <bb> | Link |
FRITZ!Box 3390 (main) | 5.50 - 6.56 | /sbin, <bb> | Link |
FRITZ!Box 3490 (main) | 6.20 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 3490 (scrpn) | 6.98 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box Fon ata | 3.23 - 4.28 | /sbin, <bb> | Link |
FRITZ!Box Fon ata 1020 | 3.23 - 4.28 | /sbin, <bb> | Link |
FRITZ!Box 4020 | 6.84 | /sbin, <bb> | Link |
FRITZ!Box 4040 | 6.52 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 4060 | 7.29 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box Fon | 1.120 - 4.49 | /sbin, <bb> | Link |
FRITZ!Box Fon 5010 | 3.88 - 4.43 | /sbin, <bb> | Link |
FRITZ!Box Fon 5012 | 3.88 - 4.27 | /sbin, <bb> | Link |
FRITZ!Box Fon 5050 | 3.23 - 4.31 | /sbin, <bb> | Link |
FRITZ!Box Fon 5113 | 4.82 - 4.83 | /sbin, <bb> | Link |
FRITZ!Box Fon 5124 | 4.47 - 4.77 | /sbin, <bb> | Link |
FRITZ!Box Fon 5140 | 4.25 - 4.67 | /sbin, <bb> | Link |
VoIP Gateway 5188 | 4.28 - 4.81 | /sbin, <bb> | Link |
FRITZ!Box 5490 (main) | 6.51 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 5490 (scrpn) | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 5491 (main) | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 5491 (scrpn) | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 5530 Fiber (boot) | 7.21 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 5590 Fiber (boot) | 7.29 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 5590 Fiber (main) | 7.29 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 6320 Cable v1 | 6.03 - 6.04 | /sbin, <bb> | Link |
FRITZ!Box 6320 Cable v2 | 6.21 | /sbin, <bb> | Link |
FRITZ!Box 6340 Cable | 5.24 | /sbin, <bb> | Link |
FRITZ!Box 6360 Cable | 4.85 - 6.51 | /sbin, <bb> | Link |
FRITZ!Box 6430 Cable (arm) | 6.84 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6430 Cable (atom) | 6.84 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6490 Cable (arm) | 6.20 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6490 Cable (atom) | 6.20 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6590 Cable (arm) | 6.83 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6591 Cable (atom) | 7.04 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6660 Cable (arm) | 7.14 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6660 Cable (atom) | 7.14 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6810 LTE | 6.35 | /sbin, <bb> | Link |
FRITZ!Box 6820 LTE v1 (main) | 6.40 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 6820 LTE v2 (main) | 6.40 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 6820 LTE v3 (main) | 7.19 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6840 LTE (main) | 5.08 - 6.88 | /sbin, <bb> | Link |
FRITZ!Box 6842 LTE | /sbin, <bb> | Link | |
FRITZ!Box 6850 LTE | 7.21 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 6850 5G | 7.24 - 7.30 | /sbin, <bb> | Link |
FRITZ!Box 6890 LTE (main) | 6.84 - 7.21 | /sbin, <bb> | Link |
FRITZ!Box 6890 LTE v1 (main) | 6.84 - 7.21 | /sbin, <bb> | Link |
FRITZ!Box 6890 LTE v2 (main) | 6.84 - 7.21 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN | 3.14 - 4.49 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7050 | 3.29 - 4.50 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7112 | 4.76 - 4.88 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7113 | 4.40 - 4.86 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7113 DE | 4.40 - 4.77 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7113 INT | 4.82 - 4.86 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7140 | 4.02 - 4.77 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7141 | 4.14 - 4.77 | /sbin, <bb> | Link |
FRITZ!Fon 7150 | 4.27 - 4.77 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7170 | 3.96 - 4.99 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7170 v1 | 3.96 - 4.99 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7170 v2 | 3.96 - 4.99 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7240 | 4.65 - 6.06 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7270 v1 | 4.44 - 4.99 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7270 v2 | 4.67 - 6.06 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7270 v3 | 4.76 - 6.06 | /sbin, <bb> | Link |
FRITZ!Box 7272 (main) | 5.55 - 6.88 | /sbin, <bb> | Link |
FRITZ!Box 7312 | 5.23 - 6.56 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7320 | 4.85 - 6.35 | /sbin, <bb> | Link |
FRITZ!Box 7330 | 5.06 - 6.56 | /sbin, <bb> | Link |
FRITZ!Box 7330 SL | 5.08 - 6.56 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7340 | 4.83 - 5.05 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7360 SL | 5.04 - 6.34 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7360 v1 | 5.06 - 6.36 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7360 v2 | 5.22 - 6.88 | /sbin, <bb> | Link |
FRITZ!Box 7362 SL (main) | 5.53 - 7.18 | /sbin, <bb> | Link |
FRITZ!Box 7369 (main) | 6.30 - 6.32 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7390 | 4.81 - 5.22 | /sbin, <bb> | Link |
FRITZ!Box 7412 (main) | 6.21 - 6.88 | /sbin, <bb> | Link |
FRITZ!Box 7430 (main) | 6.26 - 7.31 | /sbin, <bb> | Link |
FRITZ!Box 7490 (main) | 5.57 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 7490 (scrpn) | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 7520 | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 7520 v2 (main) | 7.30 - 7.31 | /sbin, <bb> | Link |
FRITZ!Box 7530 | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Box 7530 AX | 7.20 - 7.31 | /sbin, <bb> | Link |
FRITZ!Box 7560 (main) | 6.51 - 7.12 | /sbin, <bb> | Link |
FRITZ!Box Fon WLAN 7570 vDSL | 4.70 - 4.94 | /sbin, <bb> | Link |
FRITZ!Box 7580 (main) | 6.53 - 7.21 | /sbin, <bb> | Link |
FRITZ!Box 7581 | 6.54 - 7.18 | /sbin, <bb> | Link |
FRITZ!Box 7582 | 6.83 - 7.18 | /sbin, <bb> | Link |
FRITZ!Box 7583 (main) | 7.01 - 7.21 | /sbin, <bb> | Link |
FRITZ!Box 7583 VDSL (main) | 7.19 | /sbin, <bb> | Link |
FRITZ!Box 7590 (main) | 6.83 - 7.21 | /sbin, <bb> | Link |
FRITZ!Box 7590 AX (main) | 7.19 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater N/G | 4.65 - 4.88 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater 300E | 5.01 - 6.34 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater 310 A | 5.24 - 7.16 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater 310 B | 6.30 - 7.16 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater 450E | 6.00 - 7.15 | /sbin, <bb> | Link |
FRITZ!Repeater 600 | 7.11 - 7.29 | /sbin, <bb> | Link |
FRITZ!Repeater 600 v2 | 7.27 - 7.30 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater 1160 | 6.51 - 7.15 | /sbin, <bb> | Link |
FRITZ!Repeater 1200 | 7.11 - 7.29 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater 1750E | 6.12 - 7.32 | /sbin, <bb> | Link |
FRITZ!Repeater 2400 | 7.12 - 7.29 | /sbin, <bb> | Link |
FRITZ!Repeater 3000 | 6.98 - 7.29 | /sbin, <bb> | Link |
FRITZ!Repeater 6000 | 7.19 - 7.31 | /sbin, <bb> | Link |
FRITZ!WLAN Repeater DVB-C | 6.12 - 7.04 | /sbin, <bb> | Link |
FRITZ!Powerline 540E | 5.58 - 7.15 | /sbin, <bb> | Link |
FRITZ!Powerline 546E | 5.50 - 7.15 | /sbin, <bb> | Link |
FRITZ!Powerline 1240E | 6.33 - 7.16 | /sbin, <bb> | Link |
FRITZ!Powerline 1260E | 6.90 - 7.29 | /sbin, <bb> | Link |
FRITZ!Powerline 1260 | 7.27 - 7.29 | /sbin, <bb> | Link |
congstar DSL-Box | 4.25 - 4.81 | /sbin, <bb> | Link |
congstar komplett Box | 4.68 - 4.81 | /sbin, <bb> | Link |
Speedport W 501V | 3.93 - 4.38 | /sbin, <bb> | Link |
Speedport W 503V | 4.68 - 4.81 | /sbin, <bb> | Link |
Speedport W 503V MK | 4.79 | /sbin, <bb> | Link |
Speedport W 504V MK | 5.04 | /sbin, <bb> | Link |
Speedport W 701V | 4.25 - 4.81 | /sbin, <bb> | Link |
Speedport W 721V | 4.74 - 4.75 | /sbin, <bb> | Link |
Speedport W 722V | 4.76 - 4.79 | /sbin, <bb> | Link |
Speedport W 900V | 4.21 - 4.57 | /sbin, <bb> | Link |
Speedport W 920V | 4.78 - 4.79 | /sbin, <bb> | Link |
Speedport W 101 Bridge | 4.68 | /sbin, <bb> | Link |
Eumex 300 IP | 3.29 - 4.44 | /sbin, <bb> | Link |
Alice IAD 5130 | 4.65 - 4.71 | /sbin, <bb> | Link |
Alice IAD WLAN 3331 | 4.90 | /sbin, <bb> | Link |
Alice IAD 7570 vDSL | 4.86 - 5.09 | /sbin, <bb> | Link |
150 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-11-15 07:53 GMT.
Firmware | Symbol |
---|---|
0 symbols for this command |