7590 in bootloop: I can recover it with the avm program, but still bootloop.

Step by step - what's the trigger of the watchdog? It's useless to look for a problem with that patch, if the reason is another one (even if it's rather improbable).

EDIT: And if the "Remove telephony" patch isn't supported for your model (which I'm not sure of), you still can try to apply the needed changes manually - but that's a subject for later.
 
  • Like
Reaktionen: saronno
I tried to "cat /dev/debug" after the watchdog trigger

[ 25.796455] sysrq: Loglevel set to 4
[ 25.804885]
[ 25.804885] [avm_debug] redirecting kernel-messages (/dev/debug)



BusyBox v1.36.1 (2023-10-07 20:10:29 CEST) built-in shell (ash)

root@fritz:~# cat /dev/debug
[ 26.107441][2][piglet]slow: dect_loader-bootmode
[ 28.959156][1][piglet]slow: dect_loader-bootmode
[ 33.802920][1]set_reboot_status: NMI-Watchdog-Reset(NMI) - NMI(1)SUM(1)UP(33)UTC(33)FW(07.57)HW(226)HWS(4)BV(1.3258)BN(107893)FS(07.57)BT(1)BD(0)
[ 33.814614][0]stop_cpu_hook cpu0 - stopped status=1100fc00
[ 33.814622][2]stop_cpu_hook cpu2 - stopped status=1100fc00
[ 33.814627][3]stop_cpu_hook cpu3 - stopped status=1100fc00

PS: Trying to upload the firmware I notice that now, it actually doesn't seem to write the new one ...
this is happening now that I am trying to do the editing of the firmware modding fwmod before the packing step begins.
Could the removal of some files (s11-piglet for example) of the modified filesystem, triggering miscalculation in size of the filesystem image or something like that?

Code:
[    5.471753] 0100           30000 ram0 [    5.475355]  (driver?)
[    5.477761] 1f00            8192 mtdblock0 [    5.481654]  (driver?)
[    5.483976] 1f01            1024 mtdblock1 [    5.488006]  (driver?)
[    5.490417] 1f02            4096 mtdblock2 [    5.494325]  (driver?)
[    5.496666] 1f03            8192 mtdblock3 [    5.500655]  (driver?)
[    5.502987] 1f04          502784 mtdblock4 [    5.506989]  (driver?)
[    5.509341] 1f05           45108 mtdblock5 [    5.513327]  (driver?)
[    5.515660] 1f06           45108 mtdblock6 [    5.519665]  (driver?)
[    5.522014] 1f07            2268 mtdblock7 [    5.526002]  (driver?)
[    5.528334] 1f08          391356 mtdblock8 [    5.532338]  (driver?)
[    5.534684] No filesystem could mount root, tried: [    5.539373]  ext3
[    5.541282]  ext2[    5.543000]  ext4
[    5.544926]  squashfs[    5.546993]  antfs
[    5.549007]  fuseblk[    5.550986]
[    5.552469] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,6)
 
Zuletzt bearbeitet:
It seems I did it. The error wasn't about my firmware, but some error about push_firmware. Uploading with evatools works fine. Now the boot works, no bootloop. I just rewrite S11-Piglet (now is empty, no kernel module loaded).
The only thing is .... leds doesn't work.
 
Check in the UI if the LEDs are turned off. Menu on the left -> "System" -> "Buttons and LEDs", tab "LED (something)".
If the LEDs are turned off here, then simply turn them on.
If they are set to "On", then turn them off, confirm and then turn them on again. Maybe that fixes the LED activity.

If they are still not working, either the excluded modules control them or their hardware got burned up too.

But if everything else is working, the LEDs aren't critical (except a few occasions).
 
  • Like
Reaktionen: saronno
I tried to turn them off and on .... nothing. But they are not burnt, I saw them blinking during the boot when the old firmware bootloop ...
anyway is not a big deal. Wifi works, ethernet too. At the moment I have no way to test DSL because I have FTTH and an ONT. So I can test only the Ethernet WAN and the wifi WAN ... and they works. Of course, everything related to dect and phone doesn't work, but who care?
I got this for 20 euro shipped, I had some fun, and now it works.

Thanks
 
Zuletzt bearbeitet:
  • Like
Reaktionen: H´Sishi
Ok, if they flash for a moment at reboot, they work and are just not controlled, which leaves the option they're controlled by something you excluded in the firmware build to work around the burned-up circuits.

In your Fibre scenario the box will work as switch, AP, maybe even MESH if your fiber router is from AVM as well.
 
  • Like
Reaktionen: saronno
In menuconfig I activated remove DECT. Then, I insert a pause in fwmod script right before the packing step. Then I went to build/modified/filesystem/etc/init.d/ and mod S11-Piglet ... just remove everything in there so it does nothing avoiding so to load the Piglet-noemif kernel module.

Then I let fwmod to complete packaging the firmware.

So, maybe, Piglet-noemif (if I remember correctly is a proprietary module from avm), is involved is the led management.

Anyway, everything else works: wifi, wan, ethernet, .... just ignore the telephony and I am good.
 
is involved is the led management
Not necessarily - the lights and buttons are controlled by another module call hui.ko (Hardware User Interface).

This module has its own logging, what can be found in the support data. What's the content of those (five) sections? Are the buttons still working?

Bash:
#!/bin/sh
set -euo pipefail
show_file()
{
        echo "##### BEGIN SECTION" $(basename "$1")
        cat $1
        echo "##### END SECTION" $(basename "$1")
}
show_file /proc/avm/hui/event_state
show_file /proc/avm/hui/led_state
show_file /proc/avm/hui/log
show_file /proc/avm/connect_log
show_file /sys/kernel/hui/ambient_light
 
root@fritz:/tmp# ./leds.sh
##### BEGIN SECTION event_state
hardware_error(2): -1
update: (null) (0)
ata: ata_enable (2)
pppoe: pppoe_on (2)
budget: (null) (0)
voip_srtp: voip_srtp_inactive (2)
voip_mwi: voip_mwi_no_message (1)
voip_info_freecall: (null) (0)
gsm: (null) (0)
internet: (null) (0)
festnetz: (null) (0)
fon_info_tam: (null) (0)
fon_info_fax: (null) (0)
fon_info_klingelsperre: (null) (0)
fon_info_missed_call: (null) (0)
dect: (null) (0)
ab(-1): 0
dect_stick_and_surf: (null) (0)
wlan_sta: wlan_sta_register (2)
wps: (null) (0)
wlan: wlan_on (2)
wlan_wds_repeater: (null) (0)
wlan_rssi_level(170): -1
wlan_macfilter_max: (null) (0)
wlan_guest: (null) (0)
wlan_guest_device: wlan_guest_device_allgone (2)
wlan_device_max: (null) (0)
usb_host_stick_and_surf: (null) (0)
usb_host: usb_host_disconnected (2)
usb_client: (null) (0)
filesystem: (null) (0)
vu_level(210): -1
dim_modus(218): 0
dim_brightness(219): 50
power_state: (null) (0)
dsl: (null) (0)
lan1: lan1_inactive (2)
lan2: lan2_inactive (2)
lan3: lan3_inactive (2)
lan4: lan4_inactive (2)
device: (null) (0)
switch_info: switch_info_to_silence (1)
display: (null) (0)
display_force: (null) (0)
button_events: button_events_enable (1)
two_factor: (null) (0)
plc: (null) (0)
plc_pairing: (null) (0)
uplink: (null) (0)
lte: (null) (0)
lte_map_mode: (null) (0)
lan5: lan5_inactive (2)
wan: wan_inactive (2)
message_zentrale: message_warning_off (4)
nexus_pairing: (null) (0)
nexus: nexus_is_slave (2)
connect_pairing: (null) (0)
connect_methode(426): -1
access_type: access_type_wlan_bridge (2)
wlan_sta_base: wlan_sta_base_configured (1)
lrwpan_pairing: (null) (0)
zigbee: (null) (0)
##### END SECTION event_state
##### BEGIN SECTION led_state
led-enable (always-on): 1 (0, 0, #FFFFFF) by default_on [hui]
ambientbrightness (default-on): 1 (0, 0, #FFFFFF) by default_on [hui]
info (info): 0 (0, 0, #00FF00) by default_off [hui]
box-wlan (box-wlan): 1 (0, 0, #FFFFFF) by overlay_wlan [hui]
box-fon-dect (box-fon-dect): 0 (0, 0, #FFFFFF) by default_off [hui]
connect (connect): 0 (0, 0, #FFFFFF) by default_off [hui]
box-power (box-power): 1 (0, 0, #FFFFFF) by overlay_power_pppoe [hui]
##### END SECTION led_state
##### BEGIN SECTION log
[2025-01-29 16:26:36] set led led-enable to 1 (0, 0, #FFFFFF)
[2025-01-29 16:26:36] set led ambientbrightness to 1 (0, 0, #FFFFFF)
[2025-01-29 16:26:36] set led info to 0 (0, 0, #00FF00)
[2025-01-29 16:26:36] set led box-wlan to 0 (0, 0, #FFFFFF)
[2025-01-29 16:26:36] set led box-fon-dect to 0 (0, 0, #FFFFFF)
[2025-01-29 16:26:36] set led connect to 0 (0, 0, #FFFFFF)
[2025-01-29 16:26:36] set led box-power to 2 (0, 0, #FFFFFF)
[2025-01-29 16:26:36] set event state display_force to display_suspend_on_idle
[2025-01-29 16:26:44] set event state lan4 to lan4_inactive
[2025-01-29 16:26:44] set event state lan3 to lan3_inactive
[2025-01-29 16:26:44] set event state lan2 to lan2_inactive
[2025-01-29 16:26:44] set event state lan1 to lan1_inactive
[2025-01-29 16:26:45] set event state wan to wan_inactive
[2025-01-29 16:27:52] set event state pppoe to pppoe_off
[2025-01-29 16:27:52] set event state lan5 to lan5_inactive
[2025-01-29 16:27:52] set event state nexus to nexus_is_slave
[2025-01-29 16:27:56] set event state switch_info to switch_info_to_silence
[2025-01-29 16:27:56] set event state button_events to button_events_enable
[2025-01-29 16:27:56] got event dim_brightness (value 50)
[2025-01-29 16:27:56] got event dim_modus (value 0)
[2025-01-29 16:27:56] set event state access_type to access_type_wlan_bridge
[2025-01-29 16:28:01] set event state voip_srtp to voip_srtp_inactive
[2025-01-29 16:28:01] set event state voip_mwi to voip_mwi_no_message
[2025-01-29 16:28:01] set event state ata to ata_enable
[2025-01-29 16:28:01] set led box-power to 1 (0, 0, #FFFFFF)
[2025-01-29 16:28:02] set event state wlan_sta_base to wlan_sta_base_not_configured
[2025-01-29 16:28:02] set event state wlan to wlan_starting
[2025-01-29 16:28:02] set led box-wlan to 3 (0, 0, #FFFFFF)
[2025-01-29 16:28:05] set event state wlan_guest_device to wlan_guest_device_allgone
[2025-01-29 16:28:18] set event state usb_host to usb_host_disconnected
[2025-01-29 16:28:23] set event state wlan to wlan_configuring
[2025-01-29 16:28:34] set event state wlan_sta to wlan_sta_unregister
[2025-01-29 16:28:34] set event state wlan_sta_base to wlan_sta_base_configured
[2025-01-29 16:28:34] set event state wlan to wlan_on
[2025-01-29 16:28:34] set led box-wlan to 2 (0, 0, #FFFFFF)
[2025-01-29 16:28:34] set event state wlan_sta to wlan_sta_starting
[2025-01-29 16:28:34] set led box-wlan to 1 (0, 0, #FFFFFF)
[2025-01-29 16:28:34] set event state wlan_sta to wlan_sta_unregister
[2025-01-29 16:28:34] set led box-wlan to 2 (0, 0, #FFFFFF)
[2025-01-29 16:28:34] set event state wlan_sta to wlan_sta_register
[2025-01-29 16:28:34] set led box-wlan to 1 (0, 0, #FFFFFF)
[2025-01-29 16:28:37] set event state pppoe to pppoe_on
[2025-01-29 16:28:37] set event state message_zentrale to message_warning_off
[2025-01-29 16:29:47] set event state display_force to (null)
##### END SECTION log
##### BEGIN SECTION connect_log
[1970-01-01 00:01:30](idle): WLAN BRIDGE
[1970-01-01 00:02:08](idle): WLAN UPLINK DOWN
[1970-01-01 00:02:08](idle): received <wlan_on> state 1
[1970-01-01 00:02:08](idle): WLAN UPLINK DOWN
[1970-01-01 00:02:08](idle): WLAN UPLINK UP
##### END SECTION connect_log
##### BEGIN SECTION ambient_light
12
##### END SECTION ambient_light
I noticed I still get avm_debug during the boot ...

root@fritz:/tmp# cat /dev/debug
[ 50.631278][3]start slab_allocator-trace now (use cat /proc/slab_allocators)
[ 51.592682][0]tdm_get_irqdata(0): irq 273 flags 1028
[ 51.592782][0]tdm_get_irqdata(1): irq 274 flags 1025
[ 52.631578][0]FATAL ERROR (state checkslot)
[ 52.631776][0]Fast-Irqs: 0 Irqs: 0 (triggered: 0)
[ 52.631776][0] b6500000:pCM_CTRLR 00004000 b6500004:pCM_CTRLX 00000000
[ 52.631776][0] b6500008:pCM_STATR 00000000 b650000c:pCM_STATX ffffffff
[ 52.631776][0] b6500010:pCM_FREQ(0x0) dis DCL: 0
[ 52.631776][0] b6500014:pCM_CFG(0000c101) en DS=1 PCMXO=1 DCK=0 XS=0 RS=0 ND=0 SF=0 PCMRO=1
[ 52.631776][0] b6500018:pCM_EN 7fff b650001c:pCM_TEST 0000
[ 52.631776][0] b6500020:pCM_MODE 7fff b6500024:pCM_STAT 0000001f
[ 52.632012][0][00] b6500028 CFG: 00000000 RH 0 RTS: 00 XH 0 XTS 00
[ 52.632076][0][01] b650002c CFG: 00020002 RH 0 RTS: 02 XH 0 XTS 02
[ 52.632144][0][02] b6500030 CFG: 00040004 RH 0 RTS: 04 XH 0 XTS 04
[ 52.632211][0][03] b6500034 CFG: 00060006 RH 0 RTS: 06 XH 0 XTS 06
[ 52.632276][0][04] b6500038 CFG: 00080008 RH 0 RTS: 08 XH 0 XTS 08
[ 52.632344][0][05] b650003c CFG: 000a000a RH 0 RTS: 0a XH 0 XTS 0a
[ 52.632411][0][06] b6500040 CFG: 000c000c RH 0 RTS: 0c XH 0 XTS 0c
[ 52.632476][0][07] b6500044 CFG: 000e000e RH 0 RTS: 0e XH 0 XTS 0e
[ 52.632545][0][08] b6500048 CFG: 00100010 RH 0 RTS: 10 XH 0 XTS 10
[ 52.632613][0][09] b650004c CFG: 00120012 RH 0 RTS: 12 XH 0 XTS 12
[ 52.632680][0][10] b6500050 CFG: 00140014 RH 0 RTS: 14 XH 0 XTS 14
[ 52.632748][0][11] b6500054 CFG: 00160016 RH 0 RTS: 16 XH 0 XTS 16
[ 52.632817][0][12] b6500058 CFG: 00180018 RH 0 RTS: 18 XH 0 XTS 18
[ 52.632883][0][13] b650005c CFG: 001a001a RH 0 RTS: 1a XH 0 XTS 1a
[ 52.632952][0][14] b6500060 CFG: 001c001c RH 0 RTS: 1c XH 0 XTS 1c
[ 52.633048][0]FATAL ERROR (state checkslot) SLOT-RX-DATA[0] 9e468000 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
[ 52.633153][0]FATAL ERROR (state checkslot) SLOT-RX-DATA[1] 9e4683c0 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
[ 52.636186][0]Cycle-Freq: 200 MHz
[ 52.636258][0][cpu=0 tc=2]yield: mask=0x6000 trigger=0 stack-used=80(stack-start=9fcfff08 gp=9fcfc000) from 16136 bytes
[ 52.636322][0] [14]handler: 0x946c1644 monitor_ipi_yield_context+0x0/0x1f8 enable=1 count=0 unhandled=0
[ 52.636387][0][cpu=0 tc=3]yield: mask=0x1000 trigger=0 stack-used=80(stack-start=9fd0ff08 gp=9fd0c000) from 16136 bytes
[ 52.636450][0] [12]handler: 0x95bf5480 ltdm_yield+0x0/0x58 [pcmlink] enable=1 count=0 unhandled=0
[ 52.636513][0][cpu=0 tc=4]yield: mask=0x8000 trigger=0 stack-used=80(stack-start=9fd17f08 gp=9fd14000) from 16136 bytes
[ 52.636579][0] [15]handler: 0x95bf5800 ltdm_yield_fastframeyield+0x0/0x28 [pcmlink] enable=1 count=0 unhandled=0
[ 52.636644][0][cpu=0 tc=5]yield: mask=0x800 trigger=1235777 stack-used=304(stack-start=9fd27f08 gp=9fd24000) from 16136 bytes
[ 52.636708][0] [11]handler: 0x942c6bd8 yield_handler+0x0/0x50 enable=1 count=1235778 unhandled=0
[ 52.636767][0] cycle-stat: [ 1235780]consumption: min= 144 max= 3177 avg= 341
[ 52.636828][0] cycle-stat: [ 1235779]trigger : min= 6560 max= 9420 avg= 8000
[ 52.636891][0][cpu=2 tc=2]yield: mask=0x6000 trigger=0 stack-used=80(stack-start=9fd07f08 gp=9fd04000) from 16136 bytes
[ 52.636954][0] [14]handler: 0x946c1644 monitor_ipi_yield_context+0x0/0x1f8 enable=1 count=0 unhandled=0
[ 52.737871][0][xr9tdm_checkhw]TDM: FS: 5 Hz CLK: 5 Hz
[ 61.915345][0]FPGA_Init: fatal Error on get PCMLink
[ 62.955360][0]FATAL ERROR (state checkslot)
[ 62.955583][0]Fast-Irqs: 0 Irqs: 0 (triggered: 0)
[ 62.955583][0] b6500000:pCM_CTRLR 00004000 b6500004:pCM_CTRLX 00000000
[ 62.955583][0] b6500008:pCM_STATR 00000000 b650000c:pCM_STATX ffffffff
[ 62.955583][0] b6500010:pCM_FREQ(0x0) dis DCL: 0
[ 62.955583][0] b6500014:pCM_CFG(0000c101) en DS=1 PCMXO=1 DCK=0 XS=0 RS=0 ND=0 SF=0 PCMRO=1
[ 62.955583][0] b6500018:pCM_EN 7fff b650001c:pCM_TEST 0000
[ 62.955583][0] b6500020:pCM_MODE 7fff b6500024:pCM_STAT 0000001f
[ 62.955817][0][00] b6500028 CFG: 00000000 RH 0 RTS: 00 XH 0 XTS 00
[ 62.955885][0][01] b650002c CFG: 00020002 RH 0 RTS: 02 XH 0 XTS 02
[ 62.955952][0][02] b6500030 CFG: 00040004 RH 0 RTS: 04 XH 0 XTS 04
[ 62.956018][0][03] b6500034 CFG: 00060006 RH 0 RTS: 06 XH 0 XTS 06
[ 62.956086][0][04] b6500038 CFG: 00080008 RH 0 RTS: 08 XH 0 XTS 08
[ 62.956153][0][05] b650003c CFG: 000a000a RH 0 RTS: 0a XH 0 XTS 0a
[ 62.956220][0][06] b6500040 CFG: 000c000c RH 0 RTS: 0c XH 0 XTS 0c
[ 62.956286][0][07] b6500044 CFG: 000e000e RH 0 RTS: 0e XH 0 XTS 0e
[ 62.956354][0][08] b6500048 CFG: 00100010 RH 0 RTS: 10 XH 0 XTS 10
[ 62.956422][0][09] b650004c CFG: 00120012 RH 0 RTS: 12 XH 0 XTS 12
[ 62.956488][0][10] b6500050 CFG: 00140014 RH 0 RTS: 14 XH 0 XTS 14
[ 62.956556][0][11] b6500054 CFG: 00160016 RH 0 RTS: 16 XH 0 XTS 16
[ 62.956625][0][12] b6500058 CFG: 00180018 RH 0 RTS: 18 XH 0 XTS 18
[ 62.956690][0][13] b650005c CFG: 001a001a RH 0 RTS: 1a XH 0 XTS 1a
[ 62.956759][0][14] b6500060 CFG: 001c001c RH 0 RTS: 1c XH 0 XTS 1c
[ 62.956854][0]FATAL ERROR (state checkslot) SLOT-RX-DATA[0] 9e468000 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
[ 62.956959][0]FATAL ERROR (state checkslot) SLOT-RX-DATA[1] 9e4683c0 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
[ 62.960056][0]Cycle-Freq: 200 MHz
[ 62.960395][0][cpu=0 tc=2]yield: mask=0x6000 trigger=0 stack-used=80(stack-start=9fcfff08 gp=9fcfc000) from 16136 bytes
[ 62.960466][0] [14]handler: 0x946c1644 monitor_ipi_yield_context+0x0/0x1f8 enable=1 count=0 unhandled=0
[ 62.960529][0][cpu=0 tc=3]yield: mask=0x1000 trigger=0 stack-used=80(stack-start=9fd0ff08 gp=9fd0c000) from 16136 bytes
[ 62.960593][0] [12]handler: 0x95bf5480 ltdm_yield+0x0/0x58 [pcmlink] enable=1 count=0 unhandled=0
[ 62.960655][0][cpu=0 tc=4]yield: mask=0x8000 trigger=0 stack-used=80(stack-start=9fd17f08 gp=9fd14000) from 16136 bytes
[ 62.960722][0] [15]handler: 0x95bf5800 ltdm_yield_fastframeyield+0x0/0x28 [pcmlink] enable=1 count=0 unhandled=0
[ 62.960789][0][cpu=0 tc=5]yield: mask=0x800 trigger=1493841 stack-used=304(stack-start=9fd27f08 gp=9fd24000) from 16136 bytes
[ 62.960851][0] [11]handler: 0x942c6bd8 yield_handler+0x0/0x50 enable=1 count=1493843 unhandled=0
[ 62.960912][0] cycle-stat: [ 258064]consumption: min= 293 max= 997 avg= 445
[ 62.960971][0] cycle-stat: [ 258065]trigger : min= 7670 max= 8334 avg= 8001
[ 62.961034][0][cpu=2 tc=2]yield: mask=0x6000 trigger=0 stack-used=80(stack-start=9fd07f08 gp=9fd04000) from 16136 bytes
[ 62.961097][0] [14]handler: 0x946c1644 monitor_ipi_yield_context+0x0/0x1f8 enable=1 count=0 unhandled=0
[ 63.061992][0][xr9tdm_checkhw]TDM: FS: 5 Hz CLK: 5 Hz
[ 73.355351][0]FATAL ERROR (state checkslot)
[ 73.355576][0]Fast-Irqs: 0 Irqs: 0 (triggered: 0)
[ 73.355576][0] b6500000:pCM_CTRLR 00004000 b6500004:pCM_CTRLX 00000000
[ 73.355576][0] b6500008:pCM_STATR 00000000 b650000c:pCM_STATX ffffffff
[ 73.355576][0] b6500010:pCM_FREQ(0x0) dis DCL: 0
[ 73.355576][0] b6500014:pCM_CFG(0000c101) en DS=1 PCMXO=1 DCK=0 XS=0 RS=0 ND=0 SF=0 PCMRO=1
[ 73.355576][0] b6500018:pCM_EN 7fff b650001c:pCM_TEST 0000
[ 73.355576][0] b6500020:pCM_MODE 7fff b6500024:pCM_STAT 0000001f
[ 73.355811][0][00] b6500028 CFG: 00000000 RH 0 RTS: 00 XH 0 XTS 00
[ 73.355877][0][01] b650002c CFG: 00020002 RH 0 RTS: 02 XH 0 XTS 02
[ 73.355944][0][02] b6500030 CFG: 00040004 RH 0 RTS: 04 XH 0 XTS 04
[ 73.356011][0][03] b6500034 CFG: 00060006 RH 0 RTS: 06 XH 0 XTS 06
[ 73.356077][0][04] b6500038 CFG: 00080008 RH 0 RTS: 08 XH 0 XTS 08
[ 73.356144][0][05] b650003c CFG: 000a000a RH 0 RTS: 0a XH 0 XTS 0a
[ 73.356211][0][06] b6500040 CFG: 000c000c RH 0 RTS: 0c XH 0 XTS 0c
[ 73.356277][0][07] b6500044 CFG: 000e000e RH 0 RTS: 0e XH 0 XTS 0e
[ 73.356345][0][08] b6500048 CFG: 00100010 RH 0 RTS: 10 XH 0 XTS 10
[ 73.356413][0][09] b650004c CFG: 00120012 RH 0 RTS: 12 XH 0 XTS 12
[ 73.356481][0][10] b6500050 CFG: 00140014 RH 0 RTS: 14 XH 0 XTS 14
[ 73.356547][0][11] b6500054 CFG: 00160016 RH 0 RTS: 16 XH 0 XTS 16
[ 73.356615][0][12] b6500058 CFG: 00180018 RH 0 RTS: 18 XH 0 XTS 18
[ 73.356683][0][13] b650005c CFG: 001a001a RH 0 RTS: 1a XH 0 XTS 1a
[ 73.356750][0][14] b6500060 CFG: 001c001c RH 0 RTS: 1c XH 0 XTS 1c
[ 73.356848][0]FATAL ERROR (state checkslot) SLOT-RX-DATA[0] 9e468000 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
[ 73.356950][0]FATAL ERROR (state checkslot) SLOT-RX-DATA[1] 9e4683c0 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
[ 73.360012][0]Cycle-Freq: 200 MHz
[ 73.360329][0][cpu=0 tc=2]yield: mask=0x6000 trigger=0 stack-used=80(stack-start=9fcfff08 gp=9fcfc000) from 16136 bytes
[ 73.360398][0] [14]handler: 0x946c1644 monitor_ipi_yield_context+0x0/0x1f8 enable=1 count=0 unhandled=0
[ 73.360463][0][cpu=0 tc=3]yield: mask=0x1000 trigger=0 stack-used=80(stack-start=9fd0ff08 gp=9fd0c000) from 16136 bytes
[ 73.360527][0] [12]handler: 0x95bf5480 ltdm_yield+0x0/0x58 [pcmlink] enable=1 count=0 unhandled=0
[ 73.360590][0][cpu=0 tc=4]yield: mask=0x8000 trigger=0 stack-used=80(stack-start=9fd17f08 gp=9fd14000) from 16136 bytes
[ 73.360655][0] [15]handler: 0x95bf5800 ltdm_yield_fastframeyield+0x0/0x28 [pcmlink] enable=1 count=0 unhandled=0
[ 73.360722][0][cpu=0 tc=5]yield: mask=0x800 trigger=1753808 stack-used=304(stack-start=9fd27f08 gp=9fd24000) from 16136 bytes
[ 73.360785][0] [11]handler: 0x942c6bd8 yield_handler+0x0/0x50 enable=1 count=1753809 unhandled=0
[ 73.360846][0] cycle-stat: [ 259967]consumption: min= 293 max= 1047 avg= 443
[ 73.360905][0] cycle-stat: [ 259966]trigger : min= 7700 max= 8308 avg= 8001
[ 73.360969][0][cpu=2 tc=2]yield: mask=0x6000 trigger=0 stack-used=80(stack-start=9fd07f08 gp=9fd04000) from 16136 bytes
[ 73.361031][0] [14]handler: 0x946c1644 monitor_ipi_yield_context+0x0/0x1f8 enable=1 count=0 unhandled=0
[ 73.462058][0][xr9tdm_checkhw]TDM: FS: 5 Hz CLK: 5 Hz
[ 83.443424][0]gic_map_setup not supported mode=0
[ 83.443527][0]gic_map_setup not supported mode=0
[ 83.444252][0][avm_power]PowerManagmentRelease:(0x9e52c880)
[ 83.444794][0][capi_oslib] ERROR no version information
[ 87.656711][0]AVM_WATCHDOG_release(hdl=16 cloudmsgd): success
[ 88.158961][0]avm_pa: can't activate rx channel, pid 8 (eth0)
[ 88.159497][0]avm_pa: can't activate tx channel, pid 8 (eth0)
[ 88.173557][0]avm_pa: can't activate rx channel, pid 7 (eth1)
[ 88.173986][0]avm_pa: can't activate tx channel, pid 7 (eth1)
[ 88.179036][0]avm_pa: can't activate rx channel, pid 6 (eth2)
[ 88.179663][0]avm_pa: can't activate tx channel, pid 6 (eth2)
[ 88.184814][0]avm_pa: can't activate rx channel, pid 5 (eth3)
[ 88.184944][0]avm_pa: can't activate tx channel, pid 5 (eth3)
[ 91.101755][1]AVM_WATCHDOG_release(hdl=18 ddnsd): success
[ 94.195584][3][capi_oslib] capi_installed failed status=0x2002
[ 95.856523][1][capi_oslib] capi_installed failed status=0x2002
[ 97.125504][1]AVM_WATCHDOG: System Init Ueberwachung abgeschlossen (40 s noch verfuegbar)
[ 104.143730][1]+HWT
[ 104.156839][1]-HWT
[ 104.273164][1]spectral_init_netlink 85 NULL SKB
[ 110.491450][2]+HWT
[ 110.500338][2]-HWT
[ 110.608098][0]spectral_init_netlink 85 NULL SKB
[ 117.796491][2]+HWT
[ 117.808850][2]-HWT
[ 118.020331][2]Register vap net trace device skipped (sta4).
[ 118.020529][2]avm_wlan_vap_wnts at 25
[ 118.020554][2]Register vap net trace device succeeded with minor 157 (sta4).
[ 118.022045][2]avm_pa: can't activate rx channel, pid 12 (sta4)
[ 118.054650][2]Register vap net trace device skipped (ath1).
[ 118.054874][2]avm_wlan_vap_wnts at 1
[ 118.054895][2]Register vap net trace device succeeded with minor 133 (ath1).
[ 118.056573][2]avm_pa: can't activate rx channel, pid 13 (ath1)
[ 118.755918][1]Register vap net trace device skipped (sta3).
[ 118.756049][1]avm_wlan_vap_wnts at 27
[ 118.756059][1]Register vap net trace device succeeded with minor 159 (sta3).
[ 118.757286][1]avm_pa: can't activate rx channel, pid 14 (sta3)
[ 118.788612][1]Register vap net trace device skipped (ath0).
[ 118.788784][1]avm_wlan_vap_wnts at 3
[ 118.788796][1]Register vap net trace device succeeded with minor 135 (ath0).
[ 118.789864][1]avm_pa: can't activate rx channel, pid 15 (ath0)
[ 119.163716][0]AVM/WLAN: wlan_scan_start: scan on sta3 triggered by pid 3552 (wpa_supplicant)
[ 128.531674][1]AVM/WLAN: wlan_scan_start: scan on ath1 triggered by pid 2508 (wland)
[ 132.298960][3][capi_oslib] capi_installed failed status=0x2002
[ 137.121130][1]AVM_WATCHDOG_release(hdl=28 ddnsd): success
[ 137.414254][1]AVM_WATCHDOG_release(hdl=28 cloudmsgd): success
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.