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:ethernet connect status
| BoxMatrix >> System >> ethernet_connect_status | @ 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 |
| Devices | Filesystems | Partitions | Sockets | Netlink | Pipes | Interfaces | Bridges | Ports | Events | Sources | Sinks | AVMIPC | Processes | Watchdogs | Memory | Slab | Vmalloc | ProcFS | SysFS | Research |
AVM-Event
| AVM-Event: | ethernet_connect_status - type | Wiki | Freetz | IPPF | whmf | AVM | Web |
| Location: | System >> AVM-Events - Origin: AVM | ||||||
| Event-Sources: | Ethernet_status | ||||||
| Properties: | Firmware: 6.20 - 8.00 | ||||||
| Function: | LAN port changes | ||||||
Goto: Dependencies - Model-Matrix - Missing Supportdata - SMW-Browser
Details
The ethernet_connect_status event is sent whenever there are changes to the LAN ports.
It is a message from avm_cpmac.ko, that's why it's called a CPMAC event.
// From include/uapi/avm/event/gen-types.h
#define AVM_EVENT_ETH_MAXPORTS 7U
struct _cpmac_event_struct {
unsigned int ports;
struct cpmac_port port[AVM_EVENT_ETH_MAXPORTS];
};
struct cpmac_port {
uint8_t cable;
uint8_t link;
uint8_t speed100;
uint8_t fullduplex;
enum _avm_event_ethernet_speed speed;
enum _avm_event_ethernet_speed maxspeed;
};
enum _avm_event_ethernet_speed {
avm_event_ethernet_speed_no_link = 0,
avm_event_ethernet_speed_10M = 1,
avm_event_ethernet_speed_100M = 2,
avm_event_ethernet_speed_1G = 3,
avm_event_ethernet_speed_2_5G = 4,
avm_event_ethernet_speed_5G = 5,
avm_event_ethernet_speed_10G = 6,
avm_event_ethernet_speed_error = 7,
avm_event_ethernet_speed_items = 8,
};
Dependencies
Daily updated index of all dependencies of this event. Last update: GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.
A ** in the Mod column marks info from Supportdata2 probes, which by their nature will stay way more incomplete.
A - in the Mod column marks manual research, the Firmware then shows where the item occurs, not the Relation.
| Relation | Typ | Object | Mod | Firmware | Info | Origin |
|---|---|---|---|---|---|---|
| Source | evsrc | Ethernet_status | 75* | 6.20 - 8.00 | Event-Source of avm_cpmac.ko / extswitchwatch | AVM |
| Sink | evsink | avm2fiber_xdsld (evsink) | 2* | 6.83 - 7.12 | Event-Sink of avm2fiber_xdsld | AVM |
| Sink | evsink | ctlmgr_eth | 54* | 6.20 - 7.24 | TODO | AVM |
| Sink | evsink | eth_status | 65* | 6.25 - 7.31 | Event-Sink of libcmapi.so for ctlmgr | AVM |
| 4 dependencies for this event | ||||||
Model-Matrix
Daily updated index of the presence, path and size of this event for each model. Last update: GMT.
Showing all models using this event. 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 comes from Supportdata-Probes, which can have arbitrary settings and come from different firmware versions.
It doesn't say much if a model is not listed here. It may be a missing supportdata file or just a disabled feature.
Missing Supportdata
The data in this article is incomplete due to missing Supportdata-Probes for the models listed below.
If you own any of these models and would like to help then please get in touch.
| Model | Method | Info |
|---|---|---|
| Eumex 300 IP | telnet | |
| FRITZ!Box Fon 5010 | html | http://fritz.box/html/support.html |
| FRITZ!Box Fon 5012 | html | http://fritz.box/html/support.html |
| FRITZ!Box Fon ata | html | http://fritz.box/html/support.html |
| FRITZ!Box Fon ata 1020 | html | http://fritz.box/html/support.html |
| FRITZ!Box Fon WLAN 7113 INT | html | http://fritz.box/html/support.html |
| FRITZ!Box WLAN 3270 IT | lua | http://fritz.box/support.lua |
| Speedport W 501V | telnet | |
| Speedport W 722V | console | |
| 9 models without supportdata probes | ||