Latest Linux firmware missing LAN on Pi3+

Problems with packages? Post here, using [tags] of the package name.

Latest Linux firmware missing LAN on Pi3+

Postby NotEinstein » Sat Feb 18, 2023 6:11 am

The latest linux-firmware-20230210.bf4115c-1-any.pkg causes eth0 to not be present. I was suspicious of the 100+mb reduction in file space taken as it has occurred before.

MOD EDIT: this is due to systemd's persistent naming, https://wiki.archlinux.org/title/Networ ... face_names
NotEinstein
 
Posts: 41
Joined: Mon Jul 22, 2019 2:05 am

Re: Latest Linux firmware missing LAN on Pi3+

Postby graysky » Sat Feb 18, 2023 11:47 am

In diffing pacman -Ql linux-firmware output from the old and new package, the only files missing are related to iwlwifi. Is there anything in dmesg or journalctl to indicate what is going wrong?

1. Post the output when booting with the latest versions please
2. Post the output of this command when booted into the latest versions ip a
graysky
Developer
 
Posts: 1876
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: Latest Linux firmware missing LAN on Pi3+

Postby NotEinstein » Sat Feb 18, 2023 2:31 pm

Oops! sorry - on further investigation it is systemd-253-1 that causes eth0 not to be.
NotEinstein
 
Posts: 41
Joined: Mon Jul 22, 2019 2:05 am

Re: Latest Linux firmware missing LAN on Pi3+

Postby graysky » Sat Feb 18, 2023 2:52 pm

$this->bbcode_second_pass_quote('graysky', '1'). Post the output when booting with the latest versions please
2. Post the output of this command when booted into the latest versions ip a
graysky
Developer
 
Posts: 1876
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: Latest Linux firmware missing LAN on Pi3+

Postby karog » Sat Feb 18, 2023 3:58 pm

On my odroid XU4, I too just upgraded systemd to 253-1 and lost net access to my headless device. So it is not just RPi's.

Info on my odroid
$this->bbcode_second_pass_code('', '
# uname -a
Linux xu4 5.19.7-1-ARCH #1 SMP PREEMPT Mon Sep 5 16:31:34 MDT 2022 armv7l GNU/Linux
')
karog
 
Posts: 305
Joined: Thu Jan 05, 2012 7:55 pm

Re: Latest Linux firmware missing LAN on Pi3+

Postby graysky » Sat Feb 18, 2023 4:30 pm

If you guys want help, I need data.

$this->bbcode_second_pass_quote('graysky', '1'). Post the output when booting with the latest versions please
2. Post the output of this command when booted into the latest versions ip a
graysky
Developer
 
Posts: 1876
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: Latest Linux firmware missing LAN on Pi3+

Postby soren121 » Sat Feb 18, 2023 5:54 pm

I'm assuming that both of the above are encountering the same "eth0 -> end0" naming issue caused by the systemd upgrade.

The current armv7l tarball (at least for RPi) still contains an outdated systemd-networkd configuration that doesn't match the new interface name. I installed fresh last night and the old config was still present. The aarch64 tarball is updated though.

I've already updated my systemd-networkd configuration to work with the new name, but here's my output on a Raspberry Pi 4:

$this->bbcode_second_pass_code('', '
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.11-2-rpi-ARCH (builduser@leming) (armv7l-unknown-linux-gnueabihf-gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP Tue Feb 14 06:50:24 MST 2023
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
[ 0.000000] random: crng init done
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000000e800000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 17 pages/cpu s37076 r8192 d24364 u69632
[ 0.000000] pcpu-alloc: s37076 r8192 d24364 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 457024
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:3840x2160M@30 smsc95xx.macaddr=DC:A6:32:07:F3:72 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 root=/dev/mmcblk0p2 rw rootwait console=ttyS0,115200 console=tty1 fsck.repair=yes kgdboc=ttyS0,115200
[ 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:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x0000000009600000-0x000000000d600000] (64MB)
[ 0.000000] Memory: 1197912K/1835008K available (12288K kernel code, 1557K rwdata, 3344K rodata, 2048K init, 649K bss, 112808K reserved, 524288K cma-reserved, 1048576K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 38630 entries in 114 pages
[ 0.000000] ftrace: allocated 114 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 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 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000016] Switching to timer-based delay loop, resolution 18ns
[ 0.000323] Console: colour dummy device 80x30
[ 0.000819] printk: console [tty1] enabled
[ 0.000877] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.000916] pid_max: default: 32768 minimum: 301
[ 0.001032] LSM: Security Framework initializing
[ 0.001210] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.001248] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002479] cgroup: Disabling memory control group subsystem
[ 0.002674] CPU: Testing write buffer coherency: ok
[ 0.002731] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.003079] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.004001] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.004032] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004162] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004309] Setting up static identity map for 0x200000 - 0x20003c
[ 0.004475] rcu: Hierarchical SRCU implementation.
[ 0.004496] rcu: Max phase no-delay instances is 1000.
[ 0.005245] smp: Bringing up secondary CPUs ...
[ 0.006144] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.007134] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.008099] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.008209] smp: Brought up 1 node, 4 CPUs
[ 0.008269] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.008292] CPU: All CPU(s) started in HYP mode.
[ 0.008309] CPU: Virtualization extensions available.
[ 0.008907] devtmpfs: initialized
[ 0.019717] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.019948] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.019992] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.033691] pinctrl core: initialized pinctrl subsystem
[ 0.034685] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.037120] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.037731] audit: initializing netlink subsys (disabled)
[ 0.037932] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[ 0.038423] thermal_sys: Registered thermal governor 'step_wise'
[ 0.038710] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.038755] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.039115] Serial: AMBA PL011 UART driver
[ 0.048829] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.070297] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-02-10T12:13:18, variant start
[ 0.080312] raspberrypi-firmware soc:firmware: Firmware hash is fb3d3d757fee192bfafa040362a9144a1d2dbeae
[ 0.122271] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.290483] raid6: neonx8 gen() 1220 MB/s
[ 0.460602] raid6: neonx4 gen() 1667 MB/s
[ 0.630716] raid6: neonx2 gen() 1482 MB/s
[ 0.800841] raid6: neonx1 gen() 1165 MB/s
[ 0.970976] raid6: int32x8 gen() 390 MB/s
[ 1.141066] raid6: int32x4 gen() 447 MB/s
[ 1.311212] raid6: int32x2 gen() 497 MB/s
[ 1.481315] raid6: int32x1 gen() 429 MB/s
[ 1.481341] raid6: using algorithm neonx4 gen() 1667 MB/s
[ 1.651408] raid6: .... xor() 1155 MB/s, rmw enabled
[ 1.651431] raid6: using neon recovery algorithm
[ 1.652105] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 1.655595] SCSI subsystem initialized
[ 1.655789] usbcore: registered new interface driver usbfs
[ 1.655851] usbcore: registered new interface driver hub
[ 1.655921] usbcore: registered new device driver usb
[ 1.656174] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 1.656324] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[ 1.656579] pps_core: LinuxPPS API ver. 1 registered
[ 1.656601] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.656637] PTP clock support registered
[ 1.657578] vgaarb: loaded
[ 1.657985] clocksource: Switched to clocksource arch_sys_counter
[ 1.717256] VFS: Disk quotas dquot_6.6.0
[ 1.717356] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.717534] FS-Cache: Loaded
[ 1.717759] CacheFiles: Loaded
[ 1.726143] NET: Registered PF_INET protocol family
[ 1.726400] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.728201] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 1.728249] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.728346] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.728424] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.728577] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.728701] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.728753] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.728940] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.729450] RPC: Registered named UNIX socket transport module.
[ 1.729477] RPC: Registered udp transport module.
[ 1.729496] RPC: Registered tcp transport module.
[ 1.729514] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.729540] PCI: CLS 0 bytes, default 64
[ 1.729794] Trying to unpack rootfs image as initramfs...
[ 1.730869] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 1.732473] Initialise system trusted keyrings
[ 1.732706] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.739700] zbud: loaded
[ 1.742069] NFS: Registering the id_resolver key type
[ 1.742118] Key type id_resolver registered
[ 1.742137] Key type id_legacy registered
[ 1.742248] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.742272] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.744161] xor: measuring software checksum speed
[ 1.750680] arm4regs : 1523 MB/sec
[ 1.760281] 8regs : 1028 MB/sec
[ 1.769877] 32regs : 1028 MB/sec
[ 1.773805] neon : 2519 MB/sec
[ 1.773824] xor: using function: neon (2519 MB/sec)
[ 1.773850] Key type asymmetric registered
[ 1.773869] Asymmetric key parser 'x509' registered
[ 1.774120] bounce: pool size: 64 pages
[ 1.774263] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.774487] io scheduler mq-deadline registered
[ 1.774513] io scheduler kyber registered
[ 1.774729] io scheduler bfq registered
[ 1.777029] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 42)
[ 1.782778] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.782835] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.782911] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.782980] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[ 1.783837] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.783868] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.783897] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.783966] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.784124] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.787121] PCI: bus0: Fast back to back transfers disabled
[ 1.787152] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.787341] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ 1.787502] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ 1.787590] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ 1.840166] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.840344] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.840468] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.840887] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 1.841426] PCI: bus1: Fast back to back transfers disabled
[ 1.841453] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.841501] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.841533] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.841621] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.841649] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.841946] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.842126] pcieport 0000:00:00.0: PME: Signaling with IRQ 46
[ 1.843213] simple-framebuffer 3e267000.framebuffer: framebuffer at 0x3e267000, 0x960000 bytes
[ 1.843250] simple-framebuffer 3e267000.framebuffer: format=a8r8g8b8, mode=1920x1280x32, linelength=7680
[ 1.855617] Console: switching to colour frame buffer device 240x80
[ 1.867034] simple-framebuffer 3e267000.framebuffer: fb0: simplefb registered!
[ 1.875985] iproc-rng200 fe104000.rng: hwrng registered
[ 1.876293] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.877393] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.888059] brd: module loaded
[ 1.895112] loop: module loaded
[ 1.895769] Loading iSCSI transport class v2.0-870.
[ 1.899856] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 2.276245] Freeing initrd memory: 7668K
[ 2.318092] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 2.319109] usbcore: registered new interface driver r8152
[ 2.319234] usbcore: registered new interface driver lan78xx
[ 2.319340] usbcore: registered new interface driver smsc95xx
[ 2.320820] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
[ 2.321018] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.321111] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 2.325594] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[ 2.326538] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.326615] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 2.326701] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 2.327033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 2.327127] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.327206] usb usb1: Product: xHCI Host Controller
[ 2.327264] usb usb1: Manufacturer: Linux 6.1.11-2-rpi-ARCH xhci-hcd
[ 2.327334] usb usb1: SerialNumber: 0000:01:00.0
[ 2.327941] hub 1-0:1.0: USB hub found
[ 2.328059] hub 1-0:1.0: 1 port detected
[ 2.328849] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 2.328943] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.329022] usb usb2: Product: xHCI Host Controller
[ 2.329081] usb usb2: Manufacturer: Linux 6.1.11-2-rpi-ARCH xhci-hcd
[ 2.329151] usb usb2: SerialNumber: 0000:01:00.0
[ 2.329707] hub 2-0:1.0: USB hub found
[ 2.329809] hub 2-0:1.0: 4 ports detected
[ 2.331204] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.331474] dwc_otg: FIQ enabled
[ 2.331484] dwc_otg: NAK holdoff enabled
[ 2.331493] dwc_otg: FIQ split-transaction FSM enabled
[ 2.331511] Module dwc_common_port init
[ 2.331864] usbcore: registered new interface driver uas
[ 2.331999] usbcore: registered new interface driver usb-storage
[ 2.332234] mousedev: PS/2 mouse device common for all mice
[ 2.336311] sdhci: Secure Digital Host Controller Interface driver
[ 2.336391] sdhci: Copyright(c) Pierre Ossman
[ 2.336836] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.341465] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.341638] hid: raw HID events driver (C) Jiri Kosina
[ 2.341737] usbcore: registered new interface driver usbhid
[ 2.341770] usbhid: USB HID core driver
[ 2.346207] Initializing XFRM netlink socket
[ 2.348088] NET: Registered PF_PACKET protocol family
[ 2.350067] Key type dns_resolver registered
[ 2.352097] Registering SWP/SWPB emulation handler
[ 2.354226] registered taskstats version 1
[ 2.355908] Loading compiled-in X.509 certificates
[ 2.358159] Key type .fscrypt registered
[ 2.359817] Key type fscrypt-provisioning registered
[ 2.362063] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=yes
[ 2.371593] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 2.373554] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 2.375244] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 51, base_baud = 0) is a PL011 rev2
[ 2.384813] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 2.386865] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.391174] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.393471] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 2.427475] of_cfs_init
[ 2.430218] of_cfs_init: OK
[ 2.460629] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 2.471299] Freeing unused kernel image (initmem) memory: 2048K
[ 2.488380] Run /init as init process
[ 2.491323] with arguments:
[ 2.491332] /init
[ 2.491340] with environment:
[ 2.491348] HOME=/
[ 2.491356] TERM=linux
[ 2.506549] mmc1: new high speed SDIO card at address 0001
[ 2.561444] mmc0: new ultra high speed DDR50 SDHC card at address 0001
[ 2.564081] mmcblk0: mmc0:0001 GB1QT 29.8 GiB
[ 2.567903] mmcblk0: p1 p2
[ 2.570197] mmcblk0: mmc0:0001 GB1QT 29.8 GiB
[ 2.618040] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.800713] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.803654] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.806525] usb 1-1: Product: USB2.0 Hub
[ 2.812518] hub 1-1:1.0: USB hub found
[ 2.814255] hub 1-1:1.0: 4 ports detected
[ 2.934943] Console: switching to colour dummy device 80x30
[ 2.937719] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 2.990247] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 2.992322] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 3.138047] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[ 3.150795] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 3.278960] usb 1-1.1: New USB device found, idVendor=2017, idProduct=1688, bcdDevice= 1.04
[ 3.279010] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.279042] usb 1-1.1: Product: USB Keyboard Mouse
[ 3.279066] usb 1-1.1: Manufacturer: OSMC Remote Controller
[ 3.291922] input: OSMC Remote Controller USB Keyboard Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:2017:1688.0001/input/input0
[ 3.358729] hid-generic 0003:2017:1688.0001: input,hidraw0: USB HID v1.10 Keyboard [OSMC Remote Controller USB Keyboard Mouse] on usb-0000:01:00.0-1.1/input0
[ 3.362598] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 3.368465] input: OSMC Remote Controller USB Keyboard Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:2017:1688.0002/input/input1
[ 3.369059] input: OSMC Remote Controller USB Keyboard Mouse Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:2017:1688.0002/input/input2
[ 3.438913] input: OSMC Remote Controller USB Keyboard Mouse System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:2017:1688.0002/input/input3
[ 3.439230] hid-generic 0003:2017:1688.0002: input,hidraw1: USB HID v1.10 Mouse [OSMC Remote Controller USB Keyboard Mouse] on usb-0000:01:00.0-1.1/input1
[ 3.443025] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 3.538072] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[ 3.602585] systemd[1]: System time before build time, advancing clock.
[ 3.684002] usb 1-1.3: New USB device found, idVendor=04d9, idProduct=0161, bcdDevice=11.10
[ 3.684050] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3.684082] usb 1-1.3: Product: USB-HID Keyboard
[ 3.695330] input: USB-HID Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:0161.0003/input/input4
[ 3.752995] NET: Registered PF_INET6 protocol family
[ 3.753734] Segment Routing with IPv6
[ 3.753759] In-situ OAM (IOAM) with IPv6
[ 3.758351] hid-generic 0003:04D9:0161.0003: input,hidraw2: USB HID v1.11 Keyboard [USB-HID Keyboard] on usb-0000:01:00.0-1.3/input0
[ 3.760591] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 3.761182] hid-generic 0003:04D9:0161.0004: hiddev96,hidraw3: USB HID v1.11 Device [USB-HID Keyboard] on usb-0000:01:00.0-1.3/input1
[ 3.763552] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 3.766654] input: USB-HID Keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:04D9:0161.0005/input/input5
[ 3.804813] systemd[1]: systemd 253-1-arch 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)
[ 3.804873] systemd[1]: Detected architecture arm.
[ 3.810492] systemd[1]: Hostname set to <suki>.
[ 3.828380] input: USB-HID Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:04D9:0161.0005/input/input6
[ 3.828674] input: USB-HID Keyboard Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:04D9:0161.0005/input/input7
[ 3.829079] input: USB-HID Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:04D9:0161.0005/input/input8
[ 3.829392] hid-generic 0003:04D9:0161.0005: input,hidraw4: USB HID v1.11 Mouse [USB-HID Keyboard] on usb-0000:01:00.0-1.3/input2
[ 3.832850] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 4.053499] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 4.497198] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.551753] systemd[1]: Created slice Slice /system/getty.
[ 4.553854] systemd[1]: Created slice Slice /system/modprobe.
[ 4.555103] systemd[1]: Created slice User and Session Slice.
[ 4.555642] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.556231] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.556826] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.557095] systemd[1]: Reached target Local Encrypted Volumes.
[ 4.557320] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 4.557554] systemd[1]: Reached target Path Units.
[ 4.557730] systemd[1]: Reached target Remote File Systems.
[ 4.558067] systemd[1]: Reached target Slice Units.
[ 4.558268] systemd[1]: Reached target Swaps.
[ 4.558475] systemd[1]: Reached target Local Verity Protected Volumes.
[ 4.558878] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.564859] systemd[1]: Listening on Process Core Dump Socket.
[ 4.565509] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.566034] systemd[1]: Listening on Journal Socket.
[ 4.566593] systemd[1]: Listening on Network Service Netlink Socket.
[ 4.567323] systemd[1]: Listening on udev Control Socket.
[ 4.567841] systemd[1]: Listening on udev Kernel Socket.
[ 4.568404] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 4.571137] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.574625] systemd[1]: Mounting Kernel Debug File System...
[ 4.578643] systemd[1]: Mounting Kernel Trace File System...
[ 4.583439] systemd[1]: Mounting Temporary Directory /tmp...
[ 4.587754] systemd[1]: Starting Create List of Static Device Nodes...
[ 4.592032] systemd[1]: Starting Load Kernel Module configfs...
[ 4.596498] systemd[1]: Starting Load Kernel Module dm_mod...
[ 4.601101] systemd[1]: Starting Load Kernel Module drm...
[ 4.605137] systemd[1]: Starting Load Kernel Module fuse...
[ 4.609509] systemd[1]: Starting Load Kernel Module loop...
[ 4.616619] systemd[1]: Starting Journal Service...
[ 4.622308] systemd[1]: Starting Load Kernel Modules...
[ 4.625150] systemd[1]: Starting Generate network units from Kernel command line...
[ 4.629019] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.630307] fuse: init (API version 7.37)
[ 4.630836] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 4.633211] systemd[1]: Starting Coldplug All udev Devices...
[ 4.639840] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.640539] systemd[1]: Mounted Kernel Debug File System.
[ 4.641306] systemd[1]: Mounted Kernel Trace File System.
[ 4.641931] systemd[1]: Mounted Temporary Directory /tmp.
[ 4.646796] systemd[1]: Finished Create List of Static Device Nodes.
[ 4.648472] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 4.652621] systemd[1]: Finished Load Kernel Module configfs.
[ 4.654688] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 4.655519] systemd[1]: Finished Load Kernel Module dm_mod.
[ 4.657852] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 4.658711] systemd[1]: Finished Load Kernel Module drm.
[ 4.660554] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 4.661284] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.661319] systemd[1]: Finished Load Kernel Module fuse.
[ 4.663394] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 4.664139] systemd[1]: Finished Load Kernel Module loop.
[ 4.665834] systemd[1]: Finished Generate network units from Kernel command line.
[ 4.667041] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 4.667144] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 4.669754] systemd[1]: Finished Load Kernel Modules.
[ 4.671250] systemd[1]: Reached target Preparation for Network.
[ 4.674569] systemd[1]: Mounting FUSE Control File System...
[ 4.677961] systemd[1]: Mounting Kernel Configuration File System...
[ 4.678478] systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 4.680136] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 4.681683] systemd-journald[190]: Collecting audit messages is disabled.
[ 4.686078] systemd[1]: Starting Load/Save OS Random Seed...
[ 4.687258] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 4.690597] systemd[1]: Starting Apply Kernel Variables...
[ 4.691142] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[ 4.694264] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 4.697420] systemd[1]: Mounted FUSE Control File System.
[ 4.698126] systemd[1]: Mounted Kernel Configuration File System.
[ 4.757869] systemd[1]: Started Journal Service.
[ 5.531339] systemd-journald[190]: Received client request to flush runtime journal.
[ 5.547299] systemd-journald[190]: File /var/log/journal/fe2f88226beb4e4783ce08e394235bf3/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 7.387073] bcmgenet fd580000.ethernet end0: renamed from eth0
[ 7.513613] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.516767] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.551469] mc: Linux media interface: v0.10
[ 7.590172] videodev: Linux video capture interface: v2.00
[ 7.590925] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.591874] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 7.591897] [vc_sm_connected_init]: start
[ 7.619941] [vc_sm_connected_init]: installed successfully
[ 7.620138] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 7.626103] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.638612] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 7.686920] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.695625] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 7.706399] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.706419] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.717300] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.732510] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.733700] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.735286] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 7.735554] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 7.735599] rpivid feb10000.codec: Device registered as /dev/video19
[ 7.735833] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 7.736530] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 7.736556] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.736571] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.736584] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.736597] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.737059] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.737581] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.750883] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 7.751338] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 7.752247] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 7.752416] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 7.752439] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.752453] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.752471] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.752485] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.752611] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 7.754516] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 7.754561] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 7.754931] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.756783] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 7.756829] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 7.760544] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 7.760583] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 7.762411] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 7.762442] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 7.764656] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 7.764743] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 7.767402] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.775450] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.777246] usbcore: registered new interface driver brcmfmac
[ 7.778773] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.825828] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 7.827430] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.828776] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 7.844184] Registered IR keymap rc-cec
[ 7.844293] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 7.844389] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input9
[ 7.846540] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.851812] Registered IR keymap rc-cec
[ 7.851908] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 7.852001] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input10
[ 7.857779] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.858137] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 7.858406] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.858598] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.858973] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.859169] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.859389] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.868650] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 7.924605] vc4-drm gpu: [drm] The core clock cannot reach frequencies high enough to support 4k @ 60Hz.
[ 7.924631] vc4-drm gpu: [drm] Please change your config.txt file to add hdmi_enable_4kp60.
[ 7.985151] Console: switching to colour frame buffer device 480x135
[ 8.006155] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 8.008408] bcmgenet fd580000.ethernet end0: Link is Down
[ 8.015693] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 8.033508] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 12.158249] bcmgenet fd580000.ethernet end0: Link is Up - 1Gbps/Full - flow control off
[ 12.158359] IPv6: ADDRCONF(NETDEV_CHANGE): end0: link becomes ready
[ 18.398339] platform kgdboc: deferred probe pending
')

$this->bbcode_second_pass_code('', '
[alarm@suki ~]$ uname -a
Linux suki 6.1.11-2-rpi-ARCH #1 SMP Tue Feb 14 06:50:24 MST 2023 armv7l GNU/Linux
[alarm@suki ~]$ 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
valid_lft forever preferred_lft forever
2: end0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether dc:a6:32:07:f3:72 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.204/24 metric 1024 brd 192.168.1.255 scope global dynamic end0
valid_lft 83067sec preferred_lft 83067sec
inet6 fe80::dea6:32ff:fe07:f372/64 scope link
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether dc:a6:32:07:f3:73 brd ff:ff:ff:ff:ff:ff
')
soren121
 
Posts: 6
Joined: Mon Jan 20, 2014 4:09 pm

[RPI 2b] eth device name changed

Postby 2sdude » Sat Feb 18, 2023 5:57 pm

systemd 253 seems to have renamed eth0 into enu1u1. As a consequence, my headless pi couldn't get an IP address.
I prefer to keep eth0 as name. How do I go about that?
2sdude
 
Posts: 25
Joined: Sun Nov 12, 2017 11:13 pm

Re: [RPI 2b] eth device name changed

Postby soren121 » Sat Feb 18, 2023 6:04 pm

This is a result of systemd's Predictable Network Interface Names. Disable it by following the wiki here:

https://wiki.archlinux.org/title/Networ ... face_names
soren121
 
Posts: 6
Joined: Mon Jan 20, 2014 4:09 pm

Re: [RPI 2b] eth device name changed

Postby 2sdude » Sat Feb 18, 2023 6:30 pm

That fixed it. Thx!
2sdude
 
Posts: 25
Joined: Sun Nov 12, 2017 11:13 pm

Next

Return to Packages

Who is online

Users browsing this forum: No registered users and 3 guests