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:pppdlite (chipcmd)

From BoxMatrix


BoxMatrix >> Shell-Commands >> pppdlite (chipcmd) @ 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

Info
  
Name-Collision - multiple objects in this wiki use the name pppdlite!
pppdlite (chipcmd) Minimalistic Point-to-Point Protocol (PPP) server daemon.
pppdlite (process) Minimalistic Point-to-Point Protocol (PPP) server daemon.

Chipset-Command

Goto:   Examples  -  GPL-Browser  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

pppdlite is a Point-to-Point Protocol (PPP) server daemon, a minimalistic / lite pppd.
It is started by upx-prx-pppdlite on the Falcon and by upx-hwk-pppdlite on the Hawkeye of a 5590.

Linux PPP support consists of the userspace part, a pppd, and the kernel part accessible by the /dev/ppp device[1].
PPP support in FRITZ!OS kernel is enabled by CONFIG_PPP_ASYNC selecting CONFIG_PPP selecting CONFIG_SLHC.

On the Falcon of a 5590 running pppdlite these PPP related Kernel-Modules are loaded:

Module                  Size  Used by

ppp_async.ko            8690  1
crc_ccitt.ko            1195  1 ppp_async.ko
ppp_generic.ko         31290  5 ppp_async.ko
slhc.ko                 4745  1 ppp_generic.ko

On the Hawkeye of a 5590 running pppdlite these PPP related Kernel-Modules are loaded:

Module                  Size  Used by

ppp_async.ko           20480  1 
crc_ccitt.ko           16384  1 ppp_async.ko

The remainder seems to be built into the kernel.

fw 7.29 help:

Usage: pppdlite <tty>

Examples

On the Falcon of a 5590 fw 7.29 pppdlite runs like this:
ttyLTQ0 is the Serial-Console, ttyLTQ1 is an UART connected to ttyMSM2 on Hawkeye:

pppdlite /dev/ttyLTQ1

On the Hawkeye of a 5590 fw 7.29 pppdlite runs like this:
ttyMSM0 is the Serial-Console, ttyMSM1 is unused, ttyMSM2 is an UART connected to ttyLTQ1 on Falcon:
ttyMSM3 is the Falcon console used in upx-hwk-send-urlader-prx and upx-hwk-serlogd.

pppdlite /dev/ttyMSM2

So ttyLTQ1 and ttyMSM2 are connected to each others, and pppdlite is the interlink.

GPL-Browser

Daily updated index of all pppdlite code findings on the GPL-Browser. Last update: 2024-04-26 04:13 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.

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.29 source files:

$ strings /bin/pppdlite | grep -e '\.c$' -e '\.cpp$'

Scrt1.c
pppdlite.c
crtstuff.c  

Dependencies

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

Relation Typ Object Mod Firmware Info Origin
Runs as proc pppdlite (process) 2* 7.27 - 7.50 Minimalistic Point-to-Point Protocol (PPP) server daemon. Falcon
Depends on lib libbasis.so 2 7.51 - 7.90 TODO AVM
Depends on lib libc.so 2 7.27 - 7.90 Standard C library Linux
3 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-26 05:10 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) 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 5590 Fiber (arm) 7.27 - 7.90 /bin 7.6k - 9.6k
FRITZ!Box 5590 Fiber (prx) 7.27 - 7.90 /bin 7.6k - 9.6k
2 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-26 07:29 GMT.

Firmware Symbol
7.27 - 7.90 main
7.39 - 7.50 term_setconf_init
7.39 - 7.50 term_setconf_raw
7.39 - 7.50 term_speed_parse
4 symbols for this command

References

SMW-Browser

Information is currently being retrieved from the backend.