-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth0 (bcmgenet): transmit queue timed out #4485
Comments
Perhaps related: #3401 |
@atsies please show 2all: the user informed me that the bug was reproduced on two different boards. |
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 Interface is expected to obtain a DHCP lease from the server, but fails before that. Thus the obtained address is link-local. |
Transmission queue(s) remain locked, the number of TX-ERR increments: |
ethtool -S eth0 |
Ordered a 3'rd RPi4 B rev. 1.2 . The same issue. |
I am experiencing this on RPi4B running OpenWRT which does not use the RPi Foundation kernel, it is mainline. Internal NIC is attached to an access point and a TPLink UE300 is attached to one of the USB3.0 ports which is attached to the WAN. So far, I have only seen this on the 5.10.84 kernel. I downgraded to 5.10.83 and am waiting to see if it pops up.
I did find some open issues but no solutions. Keyword searching "PID: 0 at net/sched/sch_generic.c:467 dev_watchdog"
This one claims to have been fixed:
|
This happened last night on my 2GB Pi 4 Model B running an Arch Linux ARM aarch64 kernel. This Pi 4B serves as a router, with the eth0 interface serving as the "LAN" port and connected to an unmanaged gigabit switch along with a MacBook Pro and a Raspberry Pi 3 Model B. The "WAN" port is a USB 3.0 GbE interface.
This was followed by many lines about the tx ring 0 full.
Much later, the last of these messages around the time I disconnected and reconnected the MacBook Pro. After doing this, without any intervention on the Pi 4B, traffic was able to flow again.
|
@johnp789 - overclocking? |
I'm not overclocking. My |
Well, that was timely. I sought to test out whether or not my overclock could be a reason this bug is manifesting. After running without it (stock) for a while, the bug got triggered this morning for me. The overclock was a red herring.
Again, this is running at stock clock/voltage. |
I caught only one such error at 47 days of uptime, so troubleshooting may be a very slow process! |
I don't think so... you can trigger it using an
For me it only took 30 gigs or so to trigger the bug:
|
I confirmed this on a 2nd, newer RPi4B (hardware revision 1.4).
|
I've done an update in the meantime.
I ran |
Maybe related: I can trigger the "NETDEV WATCHDOG: eth0 (bcmgenet): transmit queue x timed out" using MTU sweep like this:
It always triggers at MTU=2036. Even if sweeping starts at 512. It will not trigger if bandwith ist limited to 100MBit/s. Kernel is 5.4.51-v7l+ with jumbo frames enabled. |
@wtschueller - See the work-around @wulfy23 proposed here. Does it work for you? @wulfy23 - Seems as though this work-around does not prevernt the problem on my machine. Using iperf3 from a PC on the LAN to the RPi4B router triggers it even having checksumming disabled.
|
@graysky2 I do not see checksum errors in dmesg. See below. Here is what I have tried already: kernel 5.10.17-v8 aarch64: Basically same behaviour. Wireshark shows some transfers from RPi4 to PC, PC sends ack and that's it. PC repeats the ack several times an then give up. RPi4 does not even respond to arp requests anymore. However, I need to Then, I switch off everything Reducing txqueuelen with Disabling IPv6 in cmdline.txt, no change. Changing number of txqueues:
no change. Benchmarking with udp traffic is less clear. Especially 8k packets seem to work for longer time. Less cpu load could be one reason. kernel 5.16.10-v8 aarch64: Done the sweep test only. Could not see dmesg updates because I compiled the kernel image only, no modules. Therefore, no wlan0 and eth0 got stuck. I would assume same behaviour. |
cheers... afaik rx checksumming off is effective for the 'tailroom' failure mode... this iperf stress testing must be triggering another codepath or whatnot... but afaik... it looks like a better place to troubleshoot from... could be looking at two bugs... but the gut says they are related... |
I found an even faster way to trigger the transmit queue time out: UDP packet sweeping like this
Data is sent in chunks of 8k and fragmented according to MTU. I added logging to see what will go on.
I can see it sending fragments of size 2050+64=2114 (and the smaller last fragment) for a while and then it gets stuck. I can also do the MTU sweep down:
Surprisingly, the time out occurs right at the very first packet of size 2050+64=2114 ( Reverting parts of net: bcmgenet: Implement TX coalescing control knobs and bcmgenet: Better coalescing parameter defaults does not help (nor changing the coalesce setting using |
No real progress in the mean time. A can trigger the time out only by sending packets of size 2049 ... 2093 bytes. No single time out if MTU is set to default 1500. So I think the original topic must be something else. Asked the forum for help Increasing MTU on Pi 4 again. |
@pelwell - Could you have a look please? I saw your commit phy: broadcom: Add bcm54213pe configuration. There is a function bcm_phy_enable_jumbo(), so I guess there could be additional settings for stable use of jumbo frames on RPi4. |
Adding a call to existing function for a different but compatible PHY requires very little knowledge (provided it works, which it did). |
@pelwell Thank you. Ok, I blindly assumed that you have access to the documentation. Maybe you could point me in the right direction. I hope that if we know what goes wrong than we can develop a better time out handler that brings eth0 back to life. |
Still no real progress. 06d8368 does not help in my case. |
Hi there, I assume the bug came out when I upgraded to Ubuntu Jammy. Since then I keep getting tx ring full errors. |
Try to disable the eee setting on eth0 (“Energy Efficient Ethernet”). After I disabled I'm not experiencing these tx ring errors.
|
Thanks @mjasny, I'll give it a try |
There have been reports that the workaround using ethtool is reverted automatically and thus disables the workaround. The devs have created a new config.txt parameter to switch off EEE in the driver. More info: #4289 (comment) |
Describe the bug
eth0 (bcmgenet) Ethernet stops working when plugged-in and hangs until a next reboot.
To reproduce
Boot Raspi OS, plug in Ethernet cable, observe kernel output.
Expected behaviour
eth0 (bcmgenet) Ethernet is expected to function.
Actual behaviour
eth0 (bcmgenet) Ethernet stops working, TCP/IP networking on eth0 becomes non-functional.
System
Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
Which model of Raspberry Pi? e.g. Pi3B+, PiZeroW
Raspberry Pi 4 Model B Rev 1.2
Which OS and version (
cat /etc/rpi-issue
)?Raspberry Pi reference 2021-05-07
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, dcfd74d7d1fa293065ac6d565711e9ff891fe2b8, stage2
Which firmware version (
vcgencmd version
)?Apr 30 2021 13:45:52
Copyright (c) 2012 Broadcom
version d7f29d96450abfc77cd6cf011af1faf1e03e5e56 (clean) (release) (start)
Which kernel version (
uname -a
)?Linux raspberrypi 5.10.17-v7l+ #1414 SMP Fri Apr 30 13:20:47 BST 2021 armv7l GNU/Linux
Logs
If applicable, add the relevant output from
dmesg
or similar.[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.10.17-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1414 SMP Fri Apr 30 13:20:47 BST 2021
[ 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.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 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-0x00000000fbffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[ 0.000000] On node 0 totalpages: 1012736
[ 0.000000] DMA zone: 2304 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 816128 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 20 pages/cpu s50700 r8192 d23028 u81920
[ 0.000000] pcpu-alloc: s50700 r8192 d23028 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1010432
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=m.m.m.m vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x4000000t
[ 0.000000] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[ 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:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000017cc0000-0x000000001bcc0000] (64MB)
[ 0.000000] Memory: 3654940K/4050944K available (10240K kernel code, 1358K rwdata, 3160K rodata, 2048K init, 890K bss, 133860K reserved, 262144K cma-reserved, 3264512K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 33942 entries in 67 pages
[ 0.000000] ftrace: allocated 67 pages with 3 groups
[ 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] random: get_random_bytes called from start_kernel+0x3c8/0x59c with crng_init=0
[ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[ 0.000034] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.000096] bcm2835: system timer (irq = 25)
[ 0.000747] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000769] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000791] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000810] Switching to timer-based delay loop, resolution 18ns
[ 0.001059] Console: colour dummy device 80x30
[ 0.001797] printk: console [tty1] enabled
[ 0.001865] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.001919] pid_max: default: 32768 minimum: 301
[ 0.002098] LSM: Security Framework initializing
[ 0.002291] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.002337] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.003908] Disabling memory control group subsystem
[ 0.004044] CPU: Testing write buffer coherency: ok
[ 0.004504] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.005706] Setting up static identity map for 0x200000 - 0x20003c
[ 0.005917] rcu: Hierarchical SRCU implementation.
[ 0.006836] smp: Bringing up secondary CPUs ...
[ 0.008019] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.009350] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.010614] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.010887] smp: Brought up 1 node, 4 CPUs
[ 0.010918] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.010948] CPU: All CPU(s) started in HYP mode.
[ 0.010975] CPU: Virtualization extensions available.
[ 0.011799] devtmpfs: initialized
[ 0.025543] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.025797] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.025849] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.032847] pinctrl core: initialized pinctrl subsystem
[ 0.033910] NET: Registered protocol family 16
[ 0.037667] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.038428] audit: initializing netlink subsys (disabled)
[ 0.038709] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 res=1
[ 0.039254] thermal_sys: Registered thermal governor 'step_wise'
[ 0.039930] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.039984] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.040372] Serial: AMBA PL011 UART driver
[ 0.073040] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.090899] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-30T13:45:52, variant start
[ 0.100913] raspberrypi-firmware soc:firmware: Firmware hash is d7f29d96450abfc77cd6cf011af1faf1e03e5e56
[ 0.145705] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.149823] vgaarb: loaded
[ 0.150281] SCSI subsystem initialized
[ 0.150506] usbcore: registered new interface driver usbfs
[ 0.150593] usbcore: registered new interface driver hub
[ 0.150680] usbcore: registered new device driver usb
[ 0.151389] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.153248] clocksource: Switched to clocksource arch_sys_counter
[ 1.153198] VFS: Disk quotas dquot_6.6.0
[ 1.153358] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.153535] FS-Cache: Loaded
[ 1.153738] CacheFiles: Loaded
[ 1.163840] NET: Registered protocol family 2
[ 1.164679] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.164838] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.164919] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.165002] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.165162] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.165218] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.165494] NET: Registered protocol family 1
[ 1.166230] RPC: Registered named UNIX socket transport module.
[ 1.166263] RPC: Registered udp transport module.
[ 1.166291] RPC: Registered tcp transport module.
[ 1.166318] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.166355] PCI: CLS 0 bytes, default 64
[ 1.169241] Initialise system trusted keyrings
[ 1.169487] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[ 1.178063] zbud: loaded
[ 1.179974] FS-Cache: Netfs 'nfs' registered for caching
[ 1.180761] NFS: Registering the id_resolver key type
[ 1.180817] Key type id_resolver registered
[ 1.180846] Key type id_legacy registered
[ 1.181013] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.182026] Key type asymmetric registered
[ 1.182058] Asymmetric key parser 'x509' registered
[ 1.182263] bounce: pool size: 64 pages
[ 1.182318] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.182547] io scheduler mq-deadline registered
[ 1.182578] io scheduler kyber registered
[ 1.186870] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.186921] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.187022] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.187131] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ 1.245351] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.245744] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.245781] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.245816] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.245924] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.246179] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.249674] PCI: bus0: Fast back to back transfers disabled
[ 1.250026] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.250167] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.250616] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 1.254138] PCI: bus1: Fast back to back transfers disabled
[ 1.254251] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.254291] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.254393] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.254433] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.254847] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 1.255086] pcieport 0000:00:00.0: PME: Signaling with IRQ 63
[ 1.260717] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.261627] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[ 1.264073] iproc-rng200 fe104000.rng: hwrng registered
[ 1.264396] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.265275] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.277270] brd: module loaded
[ 1.289357] loop: module loaded
[ 1.291006] Loading iSCSI transport class v2.0-870.
[ 1.293515] libphy: Fixed MDIO Bus: probed
[ 1.295222] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.313326] libphy: bcmgenet MII bus: probed
[ 1.393416] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.394537] usbcore: registered new interface driver r8152
[ 1.394620] usbcore: registered new interface driver lan78xx
[ 1.394697] usbcore: registered new interface driver smsc95xx
[ 1.396299] xhci_hcd 0000:01:00.0: enabling device (0140 -> 0142)
[ 1.396474] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.396524] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.399880] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
[ 1.401215] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.401256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.401292] usb usb1: Product: xHCI Host Controller
[ 1.401322] usb usb1: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
[ 1.401353] usb usb1: SerialNumber: 0000:01:00.0
[ 1.402098] hub 1-0:1.0: USB hub found
[ 1.402224] hub 1-0:1.0: 1 port detected
[ 1.402912] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.402955] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.403000] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.403592] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 1.403631] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.403667] usb usb2: Product: xHCI Host Controller
[ 1.403697] usb usb2: Manufacturer: Linux 5.10.17-v7l+ xhci-hcd
[ 1.403727] usb usb2: SerialNumber: 0000:01:00.0
[ 1.404462] hub 2-0:1.0: USB hub found
[ 1.404559] hub 2-0:1.0: 4 ports detected
[ 1.406224] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.406549] dwc_otg: FIQ enabled
[ 1.406564] dwc_otg: NAK holdoff enabled
[ 1.406579] dwc_otg: FIQ split-transaction FSM enabled
[ 1.406596] Module dwc_common_port init
[ 1.407033] usbcore: registered new interface driver uas
[ 1.407160] usbcore: registered new interface driver usb-storage
[ 1.407368] mousedev: PS/2 mouse device common for all mice
[ 1.409036] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.412448] sdhci: Secure Digital Host Controller Interface driver
[ 1.412482] sdhci: Copyright(c) Pierre Ossman
[ 1.413187] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 1.413840] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.417993] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.418352] hid: raw HID events driver (C) Jiri Kosina
[ 1.418573] usbcore: registered new interface driver usbhid
[ 1.418603] usbhid: USB HID core driver
[ 1.423870] Initializing XFRM netlink socket
[ 1.423932] NET: Registered protocol family 17
[ 1.424070] Key type dns_resolver registered
[ 1.424438] Registering SWP/SWPB emulation handler
[ 1.424635] registered taskstats version 1
[ 1.424678] Loading compiled-in X.509 certificates
[ 1.425512] Key type ._fscrypt registered
[ 1.425630] Key type .fscrypt registered
[ 1.425657] Key type fscrypt-provisioning registered
[ 1.436986] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.437310] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.437399] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[ 1.443890] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[ 1.444661] printk: console [ttyS0] disabled
[ 1.444800] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 37, base_baud = 62500000) is a 16550
[ 2.714119] printk: console [ttyS0] enabled
[ 2.720542] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.728991] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.735142] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 2.770733] of_cfs_init
[ 2.773394] of_cfs_init: OK
[ 2.793002] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.800338] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.807652] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.813306] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 2.816275] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.821667] Waiting for root device PARTUUID=bb9841f2-02...
[ 2.828130] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.878663] random: fast init done
[ 2.906735] mmc1: new high speed SDIO card at address 0001
[ 2.945275] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.952787] mmcblk0: mmc0:aaaa SD32G 29.7 GiB
[ 2.959372] mmcblk0: p1 p2
[ 2.982793] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.991155] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.993291] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 3.009142] devtmpfs: mounted
[ 3.020911] Freeing unused kernel memory: 2048K
[ 3.063603] Run /sbin/init as init process
[ 3.067777] with arguments:
[ 3.067791] /sbin/init
[ 3.067805] with environment:
[ 3.067820] HOME=/
[ 3.067834] TERM=linux
[ 3.205916] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 3.214300] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.221584] usb 1-1: Product: USB2.0 Hub
[ 3.227744] hub 1-1:1.0: USB hub found
[ 3.232100] hub 1-1:1.0: 4 ports detected
[ 3.467571] systemd[1]: System time before build time, advancing clock.
[ 3.573728] NET: Registered protocol family 10
[ 3.579554] Segment Routing with IPv6
[ 3.641495] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 )
[ 3.665106] systemd[1]: Detected architecture arm.
[ 3.717537] systemd[1]: Set hostname to .
[ 4.335341] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.351816] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.359038] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 4.367002] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.374420] systemd[1]: Listening on Journal Audit Socket.
[ 4.383752] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 4.391145] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 4.399659] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 4.407045] systemd[1]: Listening on udev Kernel Socket.
[ 4.413143] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.058726] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.145397] systemd-journald[117]: Received request to flush runtime journal from PID 1
[ 5.685624] mc: Linux media interface: v0.10
[ 5.713374] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 5.714018] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 5.717055] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 5.717650] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 5.719761] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.721922] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 5.721946] [vc_sm_connected_init]: start
[ 5.735358] [vc_sm_connected_init]: installed successfully
[ 5.737497] videodev: Linux video capture interface: v2.00
[ 5.771986] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.806900] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 5.843703] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.853568] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.879180] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.888155] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.915968] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 5.917216] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 5.917822] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.933417] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 5.937662] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 5.937694] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 5.937719] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 5.937743] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 5.937765] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 5.939520] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 5.999456] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 5.999501] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 6.068578] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.086165] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 6.086225] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 6.108356] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 6.108414] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 6.175908] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.227138] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 6.228172] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 6.247012] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.248040] usbcore: registered new interface driver brcmfmac
[ 6.279684] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
[ 6.300939] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[ 6.301065] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 6.301491] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 6.518076] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.527769] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan 4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[ 8.330066] random: crng init done
[ 8.330085] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.380795] uart-pl011 fe201000.serial: no DMA platform data
[ 8.453187] 8021q: 802.1Q VLAN Support v1.8
[ 8.623298] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ 8.873708] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 8.873983] bcmgenet fd580000.ethernet eth0: Link is Down
[ 13.033579] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 13.033635] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 15.185707] Bluetooth: Core ver 2.22
[ 15.185792] NET: Registered protocol family 31
[ 15.185804] Bluetooth: HCI device and connection manager initialized
[ 15.185827] Bluetooth: HCI socket layer initialized
[ 15.185844] Bluetooth: L2CAP socket layer initialized
[ 15.185884] Bluetooth: SCO socket layer initialized
[ 15.194729] Bluetooth: HCI UART driver ver 2.3
[ 15.194746] Bluetooth: HCI UART protocol H4 registered
[ 15.194823] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 15.195062] Bluetooth: HCI UART protocol Broadcom registered
[ 15.373726] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.373735] Bluetooth: BNEP filters: protocol multicast
[ 15.373747] Bluetooth: BNEP socket layer initialized
[ 18.953254] ------------[ cut here ]------------
[ 18.953305] WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:443 dev_watchdog+0x308/0x30c
[ 18.953329] NETDEV WATCHDOG: eth0 (bcmgenet): transmit queue 3 timed out
[ 18.953351] Modules linked in: cmac bnep hci_uart btbcm bluetooth ecdh_generic ecc 8021q garp stp llc vc4 brcmfmac brcmutil cec v3d drm_kms_helper gpu_sched sha256_generic cfg80211 rfkill drm bcm2835_cod6
[ 18.954653] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G C 5.10.17-v7l+ #1414
[ 18.954666] Hardware name: BCM2711
[ 18.954679] Backtrace:
[ 18.954712] [] (dump_backtrace) from [] (show_stack+0x20/0x24)
[ 18.954727] r7:ffffffff r6:00000000 r5:60000113 r4:c12e69fc
[ 18.954747] [] (show_stack) from [] (dump_stack+0xcc/0xf8)
[ 18.954767] [] (dump_stack) from [] (__warn+0xfc/0x114)
[ 18.954784] r10:c133c8b8 r9:00000009 r8:c0a46634 r7:000001bb r6:00000009 r5:c0a46634
[ 18.954798] r4:c0ea7698 r3:c1205094
[ 18.954817] [] (__warn) from [] (warn_slowpath_fmt+0xa4/0xd8)
[ 18.954830] r7:000001bb r6:c0ea7698 r5:c1205048 r4:c0ea765c
[ 18.954849] [] (warn_slowpath_fmt) from [] (dev_watchdog+0x308/0x30c)
[ 18.954862] r9:eff47540 r8:c2280000 r7:c1203d00 r6:c21dab00 r5:c22802a8 r4:00000003
[ 18.954883] [] (dev_watchdog) from [] (call_timer_fn+0x40/0x1bc)
[ 18.954899] r8:c193be04 r7:ffff9238 r6:c0a4632c r5:00000100 r4:c22802a8
[ 18.954919] [] (call_timer_fn) from [] (run_timer_softirq+0x5b0/0x698)
[ 18.954934] r8:c193be04 r7:00000000 r6:c22802a8 r5:ffff9238 r4:00000000
[ 18.954954] [] (run_timer_softirq) from [] (__do_softirq+0x198/0x49c)
[ 18.954970] r10:00000282 r9:ffffe000 r8:c1810800 r7:00000100 r6:00000001 r5:00000002
[ 18.954982] r4:c1203084
[ 18.955002] [] (__do_softirq) from [] (irq_exit+0xd0/0xf8)
[ 18.955017] r10:c0e1edfc r9:c193a000 r8:c1810800 r7:00000001 r6:00000000 r5:00000000
[ 18.955026] r4:ffffe000
[ 18.955045] [] (irq_exit) from [] (__handle_domain_irq+0x70/0xc4)
[ 18.955056] r5:00000000 r4:c1094d10
[ 18.955072] [] (__handle_domain_irq) from [] (gic_handle_irq+0x90/0xa4)
[ 18.955086] r9:c193a000 r8:c1094d1c r7:c193bf30 r6:f081400c r5:f0814000 r4:c1205b3c
[ 18.955101] [] (gic_handle_irq) from [] (__irq_svc+0x5c/0x7c)
[ 18.955115] Exception stack(0xc193bf30 to 0xc193bf78)
[ 18.955132] bf20: 00000000 0000c90c eff4f2c4 c021ac00
[ 18.955147] bf40: ffffe000 c120509c c12050e4 00000008 00000001 c133ba3f c0e1edfc c193bf8c
[ 18.955164] bf60: c193bf90 c193bf80 c02088c0 c02088c4 60000013 ffffffff
[ 18.955181] r9:c193a000 r8:00000001 r7:c193bf64 r6:ffffffff r5:60000013 r4:c02088c4
[ 18.955202] [] (arch_cpu_idle) from [] (default_idle_call+0x4c/0x118)
[ 18.955220] [] (default_idle_call) from [] (do_idle+0x118/0x168)
[ 18.955237] [] (do_idle) from [] (cpu_startup_entry+0x28/0x30)
[ 18.955253] r10:00000000 r9:410fd083 r8:00007000 r7:c13543a0 r6:30c0387d r5:00000003
[ 18.955265] r4:00000091 r3:60000093
[ 18.955284] [] (cpu_startup_entry) from [] (secondary_start_kernel+0x16c/0x178)
[ 18.955305] [] (secondary_start_kernel) from [<002018ac>] (0x2018ac)
[ 18.955317] r5:00000000 r4:018ceac0
[ 18.955338] ---[ end trace b47be6fb4ffe5036 ]---
Additional context
Add any other relevant context for the problem.
kern.log attached.
kern.log
The text was updated successfully, but these errors were encountered: