Hi, I found the root cause of the issue myself: In /etc/network/interfaces I had to replace eth0 with end0: # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp # This is an autoconfigured IPv6 interface iface eth0 inet6 auto I hope that helps somebody to debug his network issues. Rainer Am Freitag, 4. August 2023, 08:55:21 CEST schrieb Rainer Dorsch: > Hi, > > I did a test installation with a bullseye installer on a cubox-i and then > upgraded to bookworm. After the upgrade the network was gone. Even booting > with the previous kernel 5.10.0-23-armmp does not bring the network back. > > Any hints and ideas are welcome. > > root@test-machine:~# uname -a > Linux test-machine 6.1.0-10-armmp #1 SMP Debian 6.1.38-2 (2023-07-27) armv7l > GNU/Linux > root@test-machine:~# > > root@test-machine:~# ip a > 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group > default qlen 1000 > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 > inet 127.0.0.1/8 scope host lo > valid_lft forever preferred_lft forever > inet6 ::1/128 scope host noprefixroute > valid_lft forever preferred_lft forever > 2: end0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default > qlen 1000 > link/ether d0:63:b4:00:2b:ac brd ff:ff:ff:ff:ff:ff > root@test-machine:~# > > ifup does not seem to know end0: > root@test-machine:~# ifup end0 > ifup: unknown interface end0 > root@test-machine:~# > > dmesg reports for end0: > [ 7.771809] fec 2188000.ethernet eth0: registered PHC device 0 > [ 7.942031] fec 2188000.ethernet end0: renamed from eth0 > > full dmesg output: > > root@test-machine:~# dmesg > [ 0.000000] Booting Linux on physical CPU 0x0 > [ 0.000000] Linux version 6.1.0-10-armmp (debian-kernel@lists.debian.org) > (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) > #1 SMP Debian 6.1.38-2 (2023-07-27) > [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), > cr=10c5387d > [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing > instruction cache > [ 0.000000] OF: fdt: Machine model: SolidRun Cubox-i Dual/Quad > [ 0.000000] Memory policy: Data cache writealloc > [ 0.000000] efi: UEFI not found. > [ 0.000000] cma: Reserved 16 MiB at 0x4f000000 > [ 0.000000] Zone ranges: > [ 0.000000] DMA [mem 0x0000000010000000-0x000000003fffffff] > [ 0.000000] Normal empty > [ 0.000000] HighMem [mem 0x0000000040000000-0x000000004fffffff] > [ 0.000000] Movable zone start for each node > [ 0.000000] Early memory node ranges > [ 0.000000] node 0: [mem 0x0000000010000000-0x000000004fffffff] > [ 0.000000] Initmem setup node 0 [mem > 0x0000000010000000-0x000000004fffffff] [ 0.000000] percpu: Embedded 18 > pages/cpu s41620 r8192 d23916 u73728 [ 0.000000] pcpu-alloc: s41620 > r8192 d23916 u73728 alloc=18*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 > [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416 > [ 0.000000] Kernel command line: console=ttymxc0,115200 quiet [ > 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, > linear) > [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 > bytes, linear) > [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off > [ 0.000000] Memory: 979508K/1048576K available (11264K kernel code, 1693K > rwdata, 3568K rodata, 2048K init, 378K bss, 52684K reserved, 16384K cma- > reserved, 245760K highmem) > [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 > [ 0.000000] ftrace: allocating 39313 entries in 116 pages > [ 0.000000] ftrace: allocated 116 pages with 4 groups > [ 0.000000] trace event string verifier disabled > [ 0.000000] rcu: Hierarchical RCU implementation. > [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2. > [ 0.000000] Rude variant of Tasks RCU enabled. > [ 0.000000] Tracing variant of Tasks RCU enabled. > [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 > jiffies. > [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 > [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 > [ 0.000000] L2C-310 errata 752271 769419 enabled > [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 > [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 > [ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines > [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled > [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB > [ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001 > [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on > contention. [ 0.000000] Switching to timer-based delay loop, resolution > 333ns [ 0.000001] sched_clock: 32 bits at 3000kHz, resolution 333ns, > wraps every 715827882841ns > [ 0.000020] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: > 0xffffffff, max_idle_ns: 637086815595 ns > [ 0.002978] Console: colour dummy device 80x30 > [ 0.003035] Calibrating delay loop (skipped), value calculated using > timer frequency.. 6.00 BogoMIPS (lpj=12000) > [ 0.003050] pid_max: default: 32768 minimum: 301 > [ 0.003724] LSM: Security Framework initializing > [ 0.003855] landlock: Up and running. > [ 0.003860] Yama: disabled by default; enable with sysctl kernel.yama.* > [ 0.004189] AppArmor: AppArmor initialized > [ 0.004203] TOMOYO Linux initialized > [ 0.004244] LSM support for eBPF active > [ 0.004571] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, > linear) > [ 0.004596] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 > bytes, linear) > [ 0.006410] CPU: Testing write buffer coherency: ok > [ 0.006491] CPU0: Spectre v2: using BPIALL workaround > [ 0.007083] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 > [ 0.008408] cblist_init_generic: Setting adjustable number of callback > queues. > [ 0.008418] cblist_init_generic: Setting shift to 1 and lim to 1. > [ 0.008588] cblist_init_generic: Setting shift to 1 and lim to 1. > [ 0.008901] Setting up static identity map for 0x10300000 - 0x103000ac > [ 0.010363] rcu: Hierarchical SRCU implementation. > [ 0.010369] rcu: Max phase no-delay instances is 1000. > [ 0.013190] EFI services will not be available. > [ 0.013764] smp: Bringing up secondary CPUs ... > [ 0.015078] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 > [ 0.015097] CPU1: Spectre v2: using BPIALL workaround > [ 0.015280] smp: Brought up 1 node, 2 CPUs > [ 0.015292] SMP: Total of 2 processors activated (12.00 BogoMIPS). > [ 0.015303] CPU: All CPU(s) started in SVC mode. > [ 0.016370] devtmpfs: initialized > [ 0.027202] VFP support v0.3: implementor 41 architecture 3 part 30 > variant 9 rev 4 > [ 0.027657] clocksource: jiffies: mask: 0xffffffff max_cycles: > 0xffffffff, max_idle_ns: 7645041785100000 ns > [ 0.027745] futex hash table entries: 512 (order: 3, 32768 bytes, linear) > [ 0.028987] pinctrl core: initialized pinctrl subsystem > [ 0.029986] DMI not present or invalid. > [ 0.030952] NET: Registered PF_NETLINK/PF_ROUTE protocol family > [ 0.058857] DMA: preallocated 256 KiB pool for atomic coherent > allocations [ 0.060093] audit: initializing netlink subsys (disabled) > [ 0.060583] audit: type=2000 audit(0.060:1): state=initialized > audit_enabled=0 res=1 > [ 0.062220] thermal_sys: Registered thermal governor 'fair_share' > [ 0.062230] thermal_sys: Registered thermal governor 'bang_bang' > [ 0.062237] thermal_sys: Registered thermal governor 'step_wise' > [ 0.062242] thermal_sys: Registered thermal governor 'user_space' > [ 0.062246] thermal_sys: Registered thermal governor 'power_allocator' > [ 0.062404] CPU identified as i.MX6Q, silicon rev 1.2 > [ 0.070873] platform 120000.hdmi: Fixed dependency cycle(s) with /soc/ > ipu@2800000 > [ 0.070898] platform 120000.hdmi: Fixed dependency cycle(s) with /soc/ > ipu@2400000 > [ 0.079574] platform 20e0000.iomuxc-gpr:ipu1_csi0_mux: Fixed dependency > cycle(s) with /soc/ipu@2400000 > [ 0.079778] platform 20e0000.iomuxc-gpr:ipu2_csi1_mux: Fixed dependency > cycle(s) with /soc/ipu@2800000 > [ 0.093599] No ATAGs? > [ 0.093736] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 > watchpoint registers. > [ 0.093748] hw-breakpoint: maximum watchpoint size is 4 bytes. > [ 0.095779] imx6q-pinctrl 20e0000.pinctrl: initialized IMX pinctrl driver > [ 0.098072] Serial: AMBA PL011 UART driver > [ 0.105846] kprobes: kprobe jump-optimization is enabled. All kprobes are > optimized if possible. > [ 0.115775] iommu: Default domain type: Translated > [ 0.115788] iommu: DMA domain TLB invalidation policy: strict mode > [ 0.119241] NetLabel: Initializing > [ 0.119249] NetLabel: domain hash size = 128 > [ 0.119256] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO > [ 0.119341] NetLabel: unlabeled traffic allowed by default > [ 0.119626] vgaarb: loaded > [ 0.131890] clocksource: Switched to clocksource mxc_timer1 > [ 0.225695] VFS: Disk quotas dquot_6.6.0 > [ 0.225879] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 > bytes) [ 0.226868] AppArmor: AppArmor Filesystem Enabled > [ 0.240775] NET: Registered PF_INET protocol family > [ 0.241330] IP idents hash table entries: 16384 (order: 5, 131072 bytes, > linear) > [ 0.244460] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, > 4096 bytes, linear) > [ 0.245084] Table-perturb hash table entries: 65536 (order: 6, 262144 > bytes, linear) > [ 0.245192] TCP established hash table entries: 8192 (order: 3, 32768 > bytes, linear) > [ 0.245591] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, > linear) > [ 0.245829] TCP: Hash tables configured (established 8192 bind 8192) > [ 0.246445] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, > linear) > [ 0.246594] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) > [ 0.246673] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, > linear) > [ 0.246981] NET: Registered PF_UNIX/PF_LOCAL protocol family > [ 0.247038] NET: Registered PF_XDP protocol family > [ 0.247055] PCI: CLS 0 bytes, default 64 > [ 0.247749] armv7-pmu pmu: hw perfevents: no interrupt-affinity property, > guessing. > [ 0.248128] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 > counters available > [ 0.248228] Trying to unpack rootfs image as initramfs... > [ 0.251414] Initialise system trusted keyrings > [ 0.251603] Key type blacklist registered > [ 0.252364] workingset: timestamp_bits=14 max_order=18 bucket_order=4 > [ 0.263271] zbud: loaded > [ 0.271628] integrity: Platform Keyring initialized > [ 0.271696] integrity: Machine keyring initialized > [ 0.271708] Key type asymmetric registered > [ 0.271718] Asymmetric key parser 'x509' registered > [ 3.267956] Freeing initrd memory: 22876K > [ 3.310215] alg: self-tests for CTR-KDF (hmac(sha256)) passed > [ 3.311012] bounce: pool size: 64 pages > [ 3.311361] Block layer SCSI generic (bsg) driver version 0.4 loaded > (major 250) > [ 3.311673] io scheduler mq-deadline registered > [ 3.340434] imx-sdma 20ec000.dma-controller: firmware: failed to load > imx/ sdma/sdma-imx6q.bin (-2) > [ 3.340453] firmware_class: See https://wiki.debian.org/Firmware for > information about missing firmware > [ 3.340529] imx-sdma 20ec000.dma-controller: firmware: failed to load > imx/ sdma/sdma-imx6q.bin (-2) > [ 3.340541] imx-sdma 20ec000.dma-controller: Direct firmware load for > imx/ sdma/sdma-imx6q.bin failed with error -2 > [ 3.342750] mxs-dma 110000.dma-apbh: initialized > [ 3.351333] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled > [ 3.354825] Serial: AMBA driver > [ 3.355886] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 28, > base_baud = 5000000) is a IMX > [ 3.383475] printk: console [ttymxc0] enabled > [ 3.384855] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 29, > base_baud = 5000000) is a IMX > [ 3.387076] STM32 USART driver initialized > [ 3.390343] mousedev: PS/2 mouse device common for all mice > [ 3.393534] snvs_rtc 20cc000.snvs:snvs-rtc-lp: registered as rtc0 > [ 3.393572] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to > 2023-08-04T06:36:36 UTC (1691130996) > [ 3.398712] ledtrig-cpu: registered to indicate activity on CPUs > [ 3.402641] NET: Registered PF_INET6 protocol family > [ 3.439159] Segment Routing with IPv6 > [ 3.439256] In-situ OAM (IOAM) with IPv6 > [ 3.439386] mip6: Mobile IPv6 > [ 3.439414] NET: Registered PF_PACKET protocol family > [ 3.439633] mpls_gso: MPLS GSO support > [ 3.440171] ThumbEE CPU extension supported. > [ 3.440192] Registering SWP/SWPB emulation handler > [ 3.440823] registered taskstats version 1 > [ 3.440874] Loading compiled-in X.509 certificates > [ 4.499801] Loaded X.509 cert 'Debian Secure Boot CA: > 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' > [ 4.500021] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: > 14011249c2675ea8e5148542202005810584b25f' > [ 4.502987] zswap: loaded using pool lzo/zbud > [ 4.504123] Key type .fscrypt registered > [ 4.504137] Key type fscrypt-provisioning registered > [ 4.539205] Key type encrypted registered > [ 4.539238] AppArmor: AppArmor sha1 policy hashing enabled > [ 4.539299] ima: No TPM chip found, activating TPM-bypass! > [ 4.539344] ima: Allocated hash algorithm: sha256 > [ 4.539402] ima: No architecture policies found > [ 4.539522] evm: Initialising EVM extended attributes: > [ 4.539531] evm: security.selinux > [ 4.539539] evm: security.SMACK64 (disabled) > [ 4.539547] evm: security.SMACK64EXEC (disabled) > [ 4.539554] evm: security.SMACK64TRANSMUTE (disabled) > [ 4.539560] evm: security.SMACK64MMAP (disabled) > [ 4.539566] evm: security.apparmor > [ 4.539575] evm: security.ima > [ 4.539580] evm: security.capability > [ 4.539588] evm: HMAC attrs: 0x1 > [ 5.875246] Freeing unused kernel image (initmem) memory: 2048K > [ 5.880812] Checked W+X mappings: passed, no W+X pages found > [ 5.880841] Run /init as init process > [ 5.880853] with arguments: > [ 5.880863] /init > [ 5.880872] with environment: > [ 5.880881] HOME=/ > [ 5.880888] TERM=linux > [ 6.942032] gpio-keys gpio-keys: Unable to get irq number for GPIO 0, > error -6 > [ 7.050773] imx-gpc 20dc000.gpc: Failed to create device link (0x180) > with 20c8000.anatop:regulator-vddpu > [ 7.160706] SCSI subsystem initialized > [ 7.194844] libata version 3.00 loaded. > [ 7.226016] pps_core: LinuxPPS API ver. 1 registered > [ 7.226035] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo > Giometti <giometti@linux.it> > [ 7.231464] PTP clock support registered > [ 7.233785] sdhci: Secure Digital Host Controller Interface driver > [ 7.233798] sdhci: Copyright(c) Pierre Ossman > [ 7.246250] sdhci-pltfm: SDHCI platform and OF driver helper > [ 7.257166] ahci-imx 2200000.sata: fsl,transmit-level-mV value 1104, > using 00000044 > [ 7.257193] ahci-imx 2200000.sata: fsl,transmit-boost-mdB value 0, using > 00000000 > [ 7.257207] ahci-imx 2200000.sata: fsl,transmit-atten-16ths value 9, > using 00002000 > [ 7.257221] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, > using 05000000 > [ 7.257307] ahci-imx 2200000.sata: supply ahci not found, using dummy > regulator > [ 7.257598] ahci-imx 2200000.sata: supply phy not found, using dummy > regulator > [ 7.257681] ahci-imx 2200000.sata: supply target not found, using dummy > regulator > [ 7.270383] ahci-imx 2200000.sata: SSS flag set, parallel bus scan > disabled [ 7.270426] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 > ports 3 Gbps 0x1 impl platform mode > [ 7.270445] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only > pmp pio slum part ccc apst > [ 7.275787] sdhci-esdhc-imx 2190000.mmc: allocated mmc-pwrseq > [ 7.277295] i2c i2c-1: IMX I2C adapter registered > [ 7.279156] sdhci-esdhc-imx 2194000.mmc: Got CD GPIO > [ 7.280358] rtc-pcf8523 2-0068: failed to set xtal load capacitance: -6 > [ 7.281510] i2c i2c-2: IMX I2C adapter registered > [ 7.292001] usbcore: registered new interface driver usbfs > [ 7.292075] usbcore: registered new interface driver hub > [ 7.292155] usbcore: registered new device driver usb > [ 7.292391] scsi host0: ahci-imx > [ 7.293026] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port > 0x100 irq 269 > [ 7.331670] mmc1: SDHCI controller on 2194000.mmc [2194000.mmc] using > ADMA [ 7.352182] usb_phy_generic usbphynop1: supply vcc not found, using > dummy regulator > [ 7.352409] usb_phy_generic usbphynop1: dummy supplies not allowed for > exclusive requests > [ 7.352628] usb_phy_generic usbphynop2: supply vcc not found, using dummy > regulator > [ 7.352952] usb_phy_generic usbphynop2: dummy supplies not allowed for > exclusive requests > [ 7.364400] mmc1: host does not support reading read-only switch, > assuming write-enable > [ 7.367198] mmc1: new high speed SDHC card at address 0007 > [ 7.369010] mmcblk1: mmc1:0007 SD08G 7.42 GiB > [ 7.375838] mmcblk1: p1 p2 p3 p4 < p5 > > [ 7.515172] mmc0: SDHCI controller on 2190000.mmc [2190000.mmc] using > ADMA [ 7.590761] mmc0: new high speed SDIO card at address 0001 > [ 7.606510] ata1: SATA link down (SStatus 0 SControl 300) > [ 7.606569] ahci-imx 2200000.sata: no device found, disabling link. > [ 7.606582] ahci-imx 2200000.sata: pass .hotplug=1 to enable hotplug > [ 7.667264] imx_usb 2184000.usb: No over current polarity defined > [ 7.667615] pps pps0: new PPS source ptp0 > [ 7.707099] ci_hdrc ci_hdrc.0: EHCI Host Controller > [ 7.707159] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus > number 1 > [ 7.725381] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00 > [ 7.727171] usb usb1: New USB device found, idVendor=1d6b, > idProduct=0002, bcdDevice= 6.01 > [ 7.727194] usb usb1: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 7.727209] usb usb1: Product: EHCI Host Controller > [ 7.727218] usb usb1: Manufacturer: Linux 6.1.0-10-armmp ehci_hcd > [ 7.727228] usb usb1: SerialNumber: ci_hdrc.0 > [ 7.730507] hub 1-0:1.0: USB hub found > [ 7.730588] hub 1-0:1.0: 1 port detected > [ 7.734745] imx_usb 2184200.usb: No over current polarity defined > [ 7.739373] ci_hdrc ci_hdrc.1: EHCI Host Controller > [ 7.739417] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus > number 2 > [ 7.744894] mdio_bus 2188000.ethernet-1: MDIO device at address 4 is > missing. > [ 7.763968] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 > [ 7.764349] usb usb2: New USB device found, idVendor=1d6b, > idProduct=0002, bcdDevice= 6.01 > [ 7.764369] usb usb2: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 7.764382] usb usb2: Product: EHCI Host Controller > [ 7.764393] usb usb2: Manufacturer: Linux 6.1.0-10-armmp ehci_hcd > [ 7.764404] usb usb2: SerialNumber: ci_hdrc.1 > [ 7.766511] hub 2-0:1.0: USB hub found > [ 7.766588] hub 2-0:1.0: 1 port detected > [ 7.771809] fec 2188000.ethernet eth0: registered PHC device 0 > [ 7.942031] fec 2188000.ethernet end0: renamed from eth0 > [ 8.432643] PM: Image not found (code -22) > [ 8.845852] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data > mode. Quota mode: none. > [ 9.150061] Not activating Mandatory Access Control as /sbin/tomoyo-init > does not exist. > [ 9.966944] systemd[1]: Inserted module 'autofs4' > [ 10.074961] systemd[1]: systemd 252.12-1~deb12u1 running in system mode > (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS > +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD > +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 > +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT > default-hierarchy=unified) [ 10.075013] systemd[1]: Detected architecture > arm. > [ 10.094455] systemd[1]: Hostname set to <test-machine>. > [ 11.467237] systemd[1]: Queued start job for default target > graphical.target. > [ 11.495510] systemd[1]: Created slice system-getty.slice - Slice /system/ > getty. > [ 11.499086] systemd[1]: Created slice system-modprobe.slice - Slice / > system/modprobe. > [ 11.502204] systemd[1]: Created slice system-serial\x2dgetty.slice - > Slice /system/serial-getty. > [ 11.505452] systemd[1]: Created slice system-systemd\x2dfsck.slice - > Slice /system/systemd-fsck. > [ 11.507610] systemd[1]: Created slice user.slice - User and Session > Slice. [ 11.508355] systemd[1]: Started systemd-ask-password-console.path > - Dispatch Password Requests to Console Directory Watch. > [ 11.508940] systemd[1]: Started systemd-ask-password-wall.path - Forward > Password Requests to Wall Directory Watch. > [ 11.510472] systemd[1]: Set up automount > proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File > System Automount Point. > [ 11.511085] systemd[1]: Reached target cryptsetup.target - Local > Encrypted Volumes. > [ 11.511469] systemd[1]: Reached target integritysetup.target - Local > Integrity Protected Volumes. > [ 11.512148] systemd[1]: Reached target paths.target - Path Units. > [ 11.512436] systemd[1]: Reached target remote-fs.target - Remote File > Systems. > [ 11.512690] systemd[1]: Reached target slices.target - Slice Units. > [ 11.513239] systemd[1]: Reached target veritysetup.target - Local Verity > Protected Volumes. > [ 11.514529] systemd[1]: Listening on syslog.socket - Syslog Socket. > [ 11.515521] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd > communication Socket. > [ 11.516232] systemd[1]: Listening on systemd-initctl.socket - initctl > Compatibility Named Pipe. > [ 11.518059] systemd[1]: Listening on systemd-journald-audit.socket - > Journal Audit Socket. > [ 11.519157] systemd[1]: Listening on systemd-journald-dev-log.socket - > Journal Socket (/dev/log). > [ 11.520473] systemd[1]: Listening on systemd-journald.socket - Journal > Socket. > [ 11.529336] systemd[1]: Listening on systemd-udevd-control.socket - udev > Control Socket. > [ 11.530427] systemd[1]: Listening on systemd-udevd-kernel.socket - udev > Kernel Socket. > [ 11.531665] systemd[1]: dev-hugepages.mount - Huge Pages File System was > skipped because of an unmet condition check > (ConditionPathExists=/sys/kernel/ mm/hugepages). > [ 11.552494] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue > File System... > [ 11.560315] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug > File System... > [ 11.569396] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace > File System... > [ 11.589071] systemd[1]: Starting kmod-static-nodes.service - Create List > of Static Device Nodes... > [ 11.604730] systemd[1]: Starting modprobe@configfs.service - Load Kernel > Module configfs... > [ 11.619606] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel > Module dm_mod... > [ 11.634732] systemd[1]: Starting modprobe@drm.service - Load Kernel > Module drm... > [ 11.657895] systemd[1]: Starting modprobe@efi_pstore.service - Load > Kernel Module efi_pstore... > [ 11.673752] systemd[1]: Starting modprobe@fuse.service - Load Kernel > Module fuse... > [ 11.700521] systemd[1]: Starting modprobe@loop.service - Load Kernel > Module loop... > [ 11.702251] systemd[1]: systemd-fsck-root.service - File System Check on > Root Device was skipped because of an unmet condition check > (ConditionPathExists=!/run/initramfs/fsck-root). > [ 11.729860] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. > Duplicate IMA measurements will not be recorded in the IMA log. > [ 11.730065] device-mapper: uevent: version 1.0.3 > [ 11.733739] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: > dm-devel@redhat.com > [ 11.753390] systemd[1]: Starting systemd-journald.service - Journal > Service... > [ 11.792040] systemd[1]: Starting systemd-modules-load.service - Load > Kernel Modules... > [ 11.810304] loop: module loaded > [ 11.813799] fuse: init (API version 7.37) > [ 11.821774] systemd[1]: Starting systemd-remount-fs.service - Remount > Root and Kernel File Systems... > [ 11.850473] systemd[1]: Starting systemd-udev-trigger.service - Coldplug > All udev Devices... > [ 11.876647] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue > File System. > [ 11.877732] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug > File System. > [ 11.878866] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace > File System. > [ 11.881032] systemd[1]: Finished kmod-static-nodes.service - Create List > of Static Device Nodes. > [ 11.884695] systemd[1]: modprobe@configfs.service: Deactivated > successfully. [ 11.886225] systemd[1]: Finished modprobe@configfs.service > - Load Kernel Module configfs. > [ 11.890005] systemd[1]: modprobe@dm_mod.service: Deactivated > successfully. [ 11.895236] systemd[1]: Finished modprobe@dm_mod.service - > Load Kernel Module dm_mod. > [ 11.905445] systemd[1]: modprobe@drm.service: Deactivated successfully. > [ 11.906857] systemd[1]: Finished modprobe@drm.service - Load Kernel > Module drm. > [ 11.909976] systemd[1]: modprobe@efi_pstore.service: Deactivated > successfully. > [ 11.920581] systemd[1]: Finished modprobe@efi_pstore.service - Load > Kernel Module efi_pstore. > [ 11.923458] systemd[1]: modprobe@fuse.service: Deactivated successfully. > [ 11.928209] systemd[1]: Finished modprobe@fuse.service - Load Kernel > Module fuse. > [ 11.931751] systemd[1]: modprobe@loop.service: Deactivated successfully. > [ 11.937645] systemd[1]: Finished modprobe@loop.service - Load Kernel > Module loop. > [ 11.968569] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE > Control File System... > [ 11.989102] systemd[1]: Mounting sys-kernel-config.mount - Kernel > Configuration File System... > [ 11.990014] systemd[1]: systemd-repart.service - Repartition Root Disk > was skipped because no trigger condition checks were met. > [ 12.007535] systemd[1]: Finished systemd-modules-load.service - Load > Kernel Modules. > [ 12.023840] systemd[1]: Starting systemd-sysctl.service - Apply Kernel > Variables... > [ 12.036049] EXT4-fs (mmcblk1p3): re-mounted. Quota mode: none. > [ 12.069546] systemd[1]: Finished systemd-remount-fs.service - Remount > Root and Kernel File Systems. > [ 12.071243] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE > Control File System. > [ 12.072274] systemd[1]: Mounted sys-kernel-config.mount - Kernel > Configuration File System. > [ 12.073480] systemd[1]: systemd-firstboot.service - First Boot Wizard was > skipped because of an unmet condition check (ConditionFirstBoot=yes). [ > 12.073937] systemd[1]: systemd-pstore.service - Platform Persistent Storage > Archival was skipped because of an unmet condition check > (ConditionDirectoryNotEmpty=/sys/fs/pstore). > [ 12.105340] systemd[1]: Starting systemd-random-seed.service - Load/Save > Random Seed... > [ 12.115715] systemd[1]: Starting systemd-sysusers.service - Create System > Users... > [ 12.292469] systemd[1]: Finished systemd-sysctl.service - Apply Kernel > Variables. > [ 12.345094] systemd[1]: Finished systemd-sysusers.service - Create System > Users. > [ 12.385089] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - > Create Static Device Nodes in /dev... > [ 12.386139] systemd[1]: Started systemd-journald.service - Journal > Service. [ 12.517675] systemd-journald[197]: Received client request to > flush runtime journal. > [ 14.255890] random: crng init done > [ 16.918706] Registered IR keymap rc-empty > [ 16.920783] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0 > [ 16.921060] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = > 0, raw IR receiver, no transmitter > [ 16.921237] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/ > input4 > [ 16.964853] imx-ipuv3 2400000.ipu: IPUv3H probed > [ 16.974913] imx-ipuv3 2800000.ipu: IPUv3H probed > [ 17.011399] mc: Linux media interface: v0.10 > [ 17.152579] dwhdmi-imx 120000.hdmi: Detected HDMI TX controller v1.30a > with HDCP (DWC HDMI 3D TX PHY) > [ 17.161854] videodev: Linux video capture interface: v2.00 > [ 17.192606] etnaviv etnaviv: bound 130000.gpu (ops gpu_ops [etnaviv]) > [ 17.200105] etnaviv etnaviv: bound 134000.gpu (ops gpu_ops [etnaviv]) > [ 17.206541] etnaviv etnaviv: bound 2204000.gpu (ops gpu_ops [etnaviv]) > [ 17.206692] etnaviv-gpu 130000.gpu: model: GC2000, revision: 5108 > [ 17.213585] etnaviv-gpu 134000.gpu: model: GC320, revision: 5007 > [ 17.213689] etnaviv-gpu 2204000.gpu: model: GC355, revision: 1215 > [ 17.213705] etnaviv-gpu 2204000.gpu: Ignoring GPU with VG and FE2.0 > [ 17.214393] [drm] Initialized etnaviv 1.3.0 20151214 for etnaviv on minor > 0 [ 17.281957] imx_media_common: module is from the staging directory, > the quality is unknown, you have been warned. > [ 17.298944] imx-drm display-subsystem: bound imx-ipuv3-crtc.2 (ops > imx_drm_exit [imxdrm]) > [ 17.299141] imx-drm display-subsystem: bound imx-ipuv3-crtc.3 (ops > imx_drm_exit [imxdrm]) > [ 17.299304] imx-drm display-subsystem: bound imx-ipuv3-crtc.6 (ops > imx_drm_exit [imxdrm]) > [ 17.299443] imx-drm display-subsystem: bound imx-ipuv3-crtc.7 (ops > imx_drm_exit [imxdrm]) > [ 17.299529] imx-drm display-subsystem: bound 120000.hdmi (ops > dw_hdmi_imx_ops [dw_hdmi_imx]) > [ 17.307930] [drm] Initialized imx-drm 1.0.0 20120507 for > display-subsystem on minor 1 > [ 17.308074] imx-drm display-subsystem: [drm] Cannot find any crtc or > sizes [ 17.335371] imx6_media: module is from the staging directory, the > quality is unknown, you have been warned. > [ 17.468441] imx-drm display-subsystem: [drm] Cannot find any crtc or > sizes [ 17.500845] coda 2040000.vpu: firmware: failed to load > vpu_fw_imx6q.bin (-2) [ 17.516104] coda 2040000.vpu: firmware: failed to > load vpu_fw_imx6q.bin (-2) [ 17.523271] coda 2040000.vpu: Direct firmware > load for vpu_fw_imx6q.bin failed with error -2 > [ 17.531273] caam 2100000.crypto: Entropy delay = 3200 > [ 17.548018] coda 2040000.vpu: firmware: failed to load > vpu/vpu_fw_imx6q.bin (-2) > [ 17.563935] coda 2040000.vpu: firmware: failed to load > vpu/vpu_fw_imx6q.bin (-2) > [ 17.571368] coda 2040000.vpu: Direct firmware load for > vpu/vpu_fw_imx6q.bin failed with error -2 > [ 17.571474] coda 2040000.vpu: firmware: failed to load > v4l-coda960-imx6q.bin (-2) > [ 17.582971] coda 2040000.vpu: firmware: failed to load > v4l-coda960-imx6q.bin (-2) > [ 17.590487] coda 2040000.vpu: Direct firmware load for > v4l-coda960-imx6q.bin failed with error -2 > [ 17.590504] coda 2040000.vpu: firmware request failed > [ 17.592073] caam 2100000.crypto: Instantiated RNG4 SH0 > [ 17.652839] caam 2100000.crypto: Instantiated RNG4 SH1 > [ 17.708454] imx_thermal 20c8000.anatop:tempmon: Extended Commercial CPU > temperature grade - max:105C critical:100C passive:95C > [ 17.993983] imx-spdif sound-spdif: ASoC: driver name too long 'Integrated > SPDIF' -> 'Integrated_SPDI' > [ 18.165195] caam 2100000.crypto: device ID = 0x0a16010000000000 (Era 4) > [ 18.165222] caam 2100000.crypto: job rings = 2, qi = 0 > [ 18.174579] cfg80211: Loading compiled-in X.509 certificates for > regulatory database > [ 18.197403] cfg80211: Loaded X.509 cert 'benh@debian.org: > 577e021cb980e0e820821ba7b54b4961b8b4fadf' > [ 18.199249] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: > 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328' > [ 18.212839] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' > [ 18.214231] imx6_media_csi: module is from the staging directory, the > quality is unknown, you have been warned. > [ 18.215153] imx6_media_csi: module is from the staging directory, the > quality is unknown, you have been warned. > [ 18.216199] platform regulatory.0: firmware: direct-loading firmware > regulatory.db > [ 18.216795] imx6_media_csi: module is from the staging directory, the > quality is unknown, you have been warned. > [ 18.217346] platform regulatory.0: firmware: direct-loading firmware > regulatory.db.p7s > [ 18.224411] imx6_media_csi: module is from the staging directory, the > quality is unknown, you have been warned. > [ 18.308262] imx-ipuv3-csi imx-ipuv3-csi.0: Registered ipu1_csi0 capture > as /dev/video0 > [ 18.309066] imx-ipuv3 2400000.ipu: Registered ipu1_ic_prpenc capture as / > dev/video1 > [ 18.309669] imx-ipuv3 2400000.ipu: Registered ipu1_ic_prpvf capture as / > dev/video2 > [ 18.309747] video-mux 20e0000.iomuxc-gpr:ipu1_csi0_mux: Consider updating > driver video-mux to match on endpoints > [ 18.311385] imx-ipuv3-csi imx-ipuv3-csi.1: Registered ipu1_csi1 capture > as /dev/video3 > [ 18.317301] imx-ipuv3-csi imx-ipuv3-csi.4: Registered ipu2_csi0 capture > as /dev/video4 > [ 18.317759] imx-ipuv3 2800000.ipu: Registered ipu2_ic_prpenc capture as / > dev/video5 > [ 18.318093] imx-ipuv3 2800000.ipu: Registered ipu2_ic_prpvf capture as / > dev/video6 > [ 18.319831] imx-ipuv3-csi imx-ipuv3-csi.5: Registered ipu2_csi1 capture > as /dev/video7 > [ 18.319936] video-mux 20e0000.iomuxc-gpr:ipu2_csi1_mux: Consider updating > driver video-mux to match on endpoints > [ 18.321283] Registered IR keymap rc-cec > [ 18.321442] rc rc1: dw_hdmi as /devices/platform/soc/120000.hdmi/rc/rc1 > [ 18.321649] input: dw_hdmi as /devices/platform/soc/120000.hdmi/rc/rc1/ > input5 > [ 18.332205] brcmfmac: brcmf_fw_alloc_request: using > brcm/brcmfmac4330-sdio for chip BCM4330/4 > [ 18.333435] usbcore: registered new interface driver brcmfmac > [ 18.349057] brcmfmac mmc0:0001:1: firmware: failed to load brcm/ > brcmfmac4330-sdio.solidrun,cubox-i-q.bin (-2) > [ 18.364003] brcmfmac mmc0:0001:1: firmware: failed to load brcm/ > brcmfmac4330-sdio.solidrun,cubox-i-q.bin (-2) > [ 18.368259] Adding 994300k swap on /dev/mmcblk1p5. Priority:-2 extents:1 > across:994300k SSFS > [ 18.374043] brcmfmac mmc0:0001:1: Direct firmware load for brcm/ > brcmfmac4330-sdio.solidrun,cubox-i-q.bin failed with error -2 > [ 18.397990] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/ > brcmfmac4330-sdio.bin > [ 18.398133] brcmfmac mmc0:0001:1: firmware: failed to load brcm/ > brcmfmac4330-sdio.solidrun,cubox-i-q.txt (-2) > [ 18.410094] brcmfmac mmc0:0001:1: firmware: failed to load brcm/ > brcmfmac4330-sdio.solidrun,cubox-i-q.txt (-2) > [ 18.424678] brcmfmac mmc0:0001:1: firmware: failed to load brcm/ > brcmfmac4330-sdio.txt (-2) > [ 18.433481] brcmfmac mmc0:0001:1: firmware: failed to load brcm/ > brcmfmac4330-sdio.txt (-2) > [ 18.441836] brcmfmac mmc0:0001:1: Direct firmware load for brcm/ > brcmfmac4330-sdio.txt failed with error -2 > [ 18.460274] imx-media: Registered ipu_ic_pp csc/scaler as /dev/video8 > [ 18.952893] alg: No test for authenc(hmac(sha224),ecb(cipher_null)) > (authenc-hmac-sha224-ecb-cipher_null-caam) > [ 18.953078] alg: No test for authenc(hmac(sha256),ecb(cipher_null)) > (authenc-hmac-sha256-ecb-cipher_null-caam) > [ 18.953259] alg: No test for authenc(hmac(md5),cbc(aes)) > (authenc-hmac-md5- cbc-aes-caam) > [ 18.953425] alg: No test for echainiv(authenc(hmac(md5),cbc(aes))) > (echainiv-authenc-hmac-md5-cbc-aes-caam) > [ 18.966350] alg: No test for echainiv(authenc(hmac(sha1),cbc(aes))) > (echainiv-authenc-hmac-sha1-cbc-aes-caam) > [ 18.966561] alg: No test for authenc(hmac(sha224),cbc(aes)) > (authenc-hmac- sha224-cbc-aes-caam) > [ 18.966775] alg: No test for echainiv(authenc(hmac(sha224),cbc(aes))) > (echainiv-authenc-hmac-sha224-cbc-aes-caam) > [ 18.996074] EXT4-fs (mmcblk1p2): mounting ext2 file system using the ext4 > subsystem > [ 18.996909] alg: No test for echainiv(authenc(hmac(sha256),cbc(aes))) > (echainiv-authenc-hmac-sha256-cbc-aes-caam) > [ 18.997909] alg: No test for authenc(hmac(md5),cbc(des3_ede)) (authenc- > hmac-md5-cbc-des3_ede-caam) > [ 19.002520] alg: No test for echainiv(authenc(hmac(md5),cbc(des3_ede))) > (echainiv-authenc-hmac-md5-cbc-des3_ede-caam) > [ 19.011582] alg: No test for echainiv(authenc(hmac(sha1),cbc(des3_ede))) > (echainiv-authenc-hmac-sha1-cbc-des3_ede-caam) > [ 19.014611] alg: No test for > echainiv(authenc(hmac(sha224),cbc(des3_ede))) > (echainiv-authenc-hmac-sha224-cbc-des3_ede-caam) > [ 19.017669] alg: No test for > echainiv(authenc(hmac(sha256),cbc(des3_ede))) > (echainiv-authenc-hmac-sha256-cbc-des3_ede-caam) > [ 19.017886] alg: No test for authenc(hmac(md5),cbc(des)) > (authenc-hmac-md5- cbc-des-caam) > [ 19.018093] alg: No test for echainiv(authenc(hmac(md5),cbc(des))) > (echainiv-authenc-hmac-md5-cbc-des-caam) > [ 19.021435] alg: No test for echainiv(authenc(hmac(sha1),cbc(des))) > (echainiv-authenc-hmac-sha1-cbc-des-caam) > [ 19.024530] alg: No test for echainiv(authenc(hmac(sha224),cbc(des))) > (echainiv-authenc-hmac-sha224-cbc-des-caam) > [ 19.027199] alg: No test for echainiv(authenc(hmac(sha256),cbc(des))) > (echainiv-authenc-hmac-sha256-cbc-des-caam) > [ 19.027439] alg: No test for authenc(hmac(md5),rfc3686(ctr(aes))) > (authenc- hmac-md5-rfc3686-ctr-aes-caam) > [ 19.027639] alg: No test for seqiv(authenc(hmac(md5),rfc3686(ctr(aes)))) > (seqiv-authenc-hmac-md5-rfc3686-ctr-aes-caam) > [ 19.029561] alg: No test for seqiv(authenc(hmac(sha1),rfc3686(ctr(aes)))) > (seqiv-authenc-hmac-sha1-rfc3686-ctr-aes-caam) > [ 19.029810] alg: No test for authenc(hmac(sha224),rfc3686(ctr(aes))) > (authenc-hmac-sha224-rfc3686-ctr-aes-caam) > [ 19.030043] alg: No test for > seqiv(authenc(hmac(sha224),rfc3686(ctr(aes)))) > (seqiv-authenc-hmac-sha224-rfc3686-ctr-aes-caam) > [ 19.030429] alg: No test for > seqiv(authenc(hmac(sha256),rfc3686(ctr(aes)))) > (seqiv-authenc-hmac-sha256-rfc3686-ctr-aes-caam) > [ 19.030471] caam algorithms registered in /proc/crypto > [ 19.193425] EXT4-fs (mmcblk1p2): mounted filesystem without journal. > Quota mode: none. > [ 19.193491] ext2 filesystem being mounted at /boot supports timestamps > until 2038 (0x7fffffff) > [ 19.464480] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): > clkctl 0x50 > [ 19.548530] caam 2100000.crypto: registering rng-caam > [ 19.549448] alg: No test for stdrng (prng-caam) > [ 19.549533] caam 2100000.crypto: rng crypto API alg registered prng-caam > [ 20.374413] audit: type=1400 audit(1691131013.476:2): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="lsb_release" pid=379 > comm="apparmor_parser" > [ 20.399360] audit: type=1400 audit(1691131013.500:3): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=380 > comm="apparmor_parser" > [ 20.408591] audit: type=1400 audit(1691131013.512:4): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" > pid=380 comm="apparmor_parser" > [ 21.161295] audit: type=1400 audit(1691131014.264:5): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=383 > comm="apparmor_parser" > [ 21.166429] audit: type=1400 audit(1691131014.268:6): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="man_filter" pid=383 > comm="apparmor_parser" > [ 21.173977] audit: type=1400 audit(1691131014.276:7): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="man_groff" pid=383 > comm="apparmor_parser" > [ 21.949302] audit: type=1400 audit(1691131015.052:8): apparmor="STATUS" > operation="profile_load" profile="unconfined" > name="/usr/lib/NetworkManager/nm- dhcp-client.action" pid=382 > comm="apparmor_parser" > [ 21.958540] audit: type=1400 audit(1691131015.060:9): apparmor="STATUS" > operation="profile_load" profile="unconfined" > name="/usr/lib/NetworkManager/nm- dhcp-helper" pid=382 > comm="apparmor_parser" > [ 21.966793] audit: type=1400 audit(1691131015.068:10): apparmor="STATUS" > operation="profile_load" profile="unconfined" > name="/usr/lib/connman/scripts/ dhclient-script" pid=382 > comm="apparmor_parser" > [ 21.984009] audit: type=1400 audit(1691131015.084:11): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" > pid=382 comm="apparmor_parser" > root@test-machine:~# > > > Many thanks > Rainer -- Rainer Dorsch Beatus-Widmann-Str. 5 72138 Kirchentellinsfurt 07157/734133
Attachment:
signature.asc
Description: This is a digitally signed message part.