[linux-firmware] Raspberry pi 4 wlan0 is missing

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

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby Baldur96 » Mon Feb 15, 2021 9:32 am

Good to know that I'm not the only one with this issue. I work on a Raspberry Pi 0w and my WiFi capabilities were gone since the last update too. I tried to delete those 4 files that are previous on this thread but in my case it wasn't reestablish my wlan0 interface. Some other idea? Or we just have to wait until the bug is fixed?
PD: Is my first rolling release issue since I switched to Arch for daily driver so I'm a little bit confused :?
Baldur96
 
Posts: 1
Joined: Mon Feb 15, 2021 9:25 am

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby hexchain » Mon Feb 15, 2021 2:43 pm

I believe the relevant linux-firmware change is this one: https://git.kernel.org/pub/scm/linux/ke ... e310be2478

For now, as a workaround, it seems that reverting the "boardflags3" change in "brcmfmac43455-sdio.raspberrypi,4-model-b.txt" fixes the problem for me. IOW, change the "boardflags3" line back to:

$this->bbcode_second_pass_code('', '
boardflags3=0x44200100
')

The wifi adapter should be available on boot after this change.
hexchain
 
Posts: 2
Joined: Mon Feb 15, 2021 2:37 pm

no wlan interface on latest update on rpi4

Postby 33Fraise33 » Tue Feb 16, 2021 9:57 am

Hello,

I had a quite old install on a rpi4. I updated all packages to the latest version but my wifi interface was not showing up anymore. After some searching I did not find the solution. I took another SD card and installed arch arm from scratch, the wlan0 interface is there. After I do a pacman -Suy and reboot the interface is gone again.

This is on a completely fresh install with no user intervention.

EDIT: My thread has been merged here, I will test the solutions provided for now.

Here is my dmesg:

$this->bbcode_second_pass_code('', '
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.16-1-ARCH (builduser@leming) (aarch64-unknown-linux-gnu-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP Sat Feb 13 19:41:14 UTC 2021
[ 0.000000] Machine model: Raspberry Pi 4 Model B
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Normal empty
[ 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: 3792 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 242688 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 12032 pages used for memmap
[ 0.000000] DMA32 zone: 770048 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 23 pages/cpu s55320 r8192 d30696 u94208
[ 0.000000] pcpu-alloc: s55320 r8192 d30696 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 996912
[ 0.000000] Kernel command line: console=ttyS1,115200 console=tty0 root=PARTUUID=c6997a97-02 rw rootwait smsc95xx.macaddr=dc:a6:32:67:37:a3
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB)
[ 0.000000] Memory: 3798864K/4050944K available (16128K kernel code, 3282K rwdata, 7768K rodata, 5376K init, 858K bss, 186544K reserved, 65536K cma-reserved)
[ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x84/0x180 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 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.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000244] Console: colour dummy device 80x25
[ 0.000565] printk: console [tty0] enabled
[ 0.000618] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.000646] pid_max: default: 32768 minimum: 301
[ 0.000805] LSM: Security Framework initializing
[ 0.000831] Yama: becoming mindful.
[ 0.000961] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001028] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.003165] rcu: Hierarchical SRCU implementation.
[ 0.005307] EFI services will not be available.
[ 0.005783] smp: Bringing up secondary CPUs ...
[ 0.006357] Detected PIPT I-cache on CPU1
[ 0.006421] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.007060] Detected PIPT I-cache on CPU2
[ 0.007105] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.007693] Detected PIPT I-cache on CPU3
[ 0.007737] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.007837] smp: Brought up 1 node, 4 CPUs
[ 0.007899] SMP: Total of 4 processors activated.
[ 0.007914] CPU features: detected: 32-bit EL0 Support
[ 0.007929] CPU features: detected: CRC32 instructions
[ 0.007944] CPU features: detected: 32-bit EL1 Support
[ 0.038775] CPU: All CPU(s) started at EL2
[ 0.038879] alternatives: patching kernel code
[ 0.040901] devtmpfs: initialized
[ 0.047530] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.047577] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.049371] pinctrl core: initialized pinctrl subsystem
[ 0.050251] DMI not present or invalid.
[ 0.050856] NET: Registered protocol family 16
[ 0.052465] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.052617] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.052904] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.052991] audit: initializing netlink subsys (disabled)
[ 0.053204] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
[ 0.054098] thermal_sys: Registered thermal governor 'fair_share'
[ 0.054105] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.054124] thermal_sys: Registered thermal governor 'step_wise'
[ 0.054137] thermal_sys: Registered thermal governor 'user_space'
[ 0.054150] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.054387] cpuidle: using governor ladder
[ 0.054430] cpuidle: using governor menu
[ 0.054626] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.054745] ASID allocator initialised with 65536 entries
[ 0.055600] Serial: AMBA PL011 UART driver
[ 0.089525] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.089559] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.089575] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.089589] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.326896] cryptd: max_cpu_qlen set to 1000
[ 1.351716] ACPI: Interpreter disabled.
[ 1.353319] iommu: Default domain type: Translated
[ 1.353723] vgaarb: loaded
[ 1.354601] SCSI subsystem initialized
[ 1.354776] libata version 3.00 loaded.
[ 1.354985] usbcore: registered new interface driver usbfs
[ 1.355045] usbcore: registered new interface driver hub
[ 1.355097] usbcore: registered new device driver usb
[ 1.355292] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 1.355934] pps_core: LinuxPPS API ver. 1 registered
[ 1.355951] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.355980] PTP clock support registered
[ 1.356181] EDAC MC: Ver: 3.0.0
[ 1.357203] Advanced Linux Sound Architecture Driver Initialized.
[ 1.357788] NetLabel: Initializing
[ 1.357805] NetLabel: domain hash size = 128
[ 1.357817] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.357883] NetLabel: unlabeled traffic allowed by default
[ 1.358170] clocksource: Switched to clocksource arch_sys_counter
[ 1.358392] VFS: Disk quotas dquot_6.6.0
[ 1.358468] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.358858] pnp: PnP ACPI: disabled
[ 1.366269] NET: Registered protocol family 2
[ 1.366940] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.367166] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.367412] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.367843] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.368257] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 1.368402] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.368460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.368705] NET: Registered protocol family 1
[ 1.369347] RPC: Registered named UNIX socket transport module.
[ 1.369366] RPC: Registered udp transport module.
[ 1.369378] RPC: Registered tcp transport module.
[ 1.369389] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.369409] PCI: CLS 0 bytes, default 64
[ 1.369580] Trying to unpack rootfs image as initramfs...
[ 1.809759] Freeing initrd memory: 6884K
[ 1.810809] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.810958] kvm [1]: IPA Size Limit: 44 bits
[ 1.812698] kvm [1]: vgic interrupt IRQ9
[ 1.812891] kvm [1]: Hyp mode initialized successfully
[ 1.905923] Initialise system trusted keyrings
[ 1.906113] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.911723] zbud: loaded
[ 1.914011] NFS: Registering the id_resolver key type
[ 1.914048] Key type id_resolver registered
[ 1.914062] Key type id_legacy registered
[ 1.914168] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.914368] SGI XFS with ACLs, security attributes, quota, no debug enabled
[ 1.981387] NET: Registered protocol family 38
[ 1.981419] Key type asymmetric registered
[ 1.981434] Asymmetric key parser 'x509' registered
[ 1.981483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 1.981642] io scheduler mq-deadline registered
[ 1.981658] io scheduler kyber registered
[ 1.981790] io scheduler bfq registered
[ 1.991071] IPMI message handler: version 39.2
[ 2.004372] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.006223] printk: console [ttyS1] disabled
[ 2.006318] fe215040.serial: ttyS1 at MMIO 0xfe215040 (irq = 26, base_baud = 62499999) is a 16550
[ 2.888229] printk: console [ttyS1] enabled
[ 2.893913] msm_serial: driver initialized
[ 2.900203] iproc-rng200 fe104000.rng: hwrng registered
[ 2.906497] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.913553] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.924999] libphy: Fixed MDIO Bus: probed
[ 2.931614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.938317] ehci-pci: EHCI PCI platform driver
[ 2.942876] ehci-platform: EHCI generic platform driver
[ 2.948330] ehci-orion: EHCI orion driver
[ 2.952504] tegra-ehci: Tegra EHCI driver
[ 2.956677] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.963005] ohci-pci: OHCI PCI platform driver
[ 2.967553] ohci-platform: OHCI generic platform driver
[ 2.972989] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.980254] usbcore: registered new interface driver uas
[ 2.985695] usbcore: registered new interface driver usb-storage
[ 2.991839] usbcore: registered new interface driver ums-alauda
[ 2.997871] usbcore: registered new interface driver ums-cypress
[ 3.004006] usbcore: registered new interface driver ums-datafab
[ 3.010140] usbcore: registered new interface driver ums_eneub6250
[ 3.016436] usbcore: registered new interface driver ums-freecom
[ 3.022571] usbcore: registered new interface driver ums-isd200
[ 3.028637] usbcore: registered new interface driver ums-jumpshot
[ 3.034846] usbcore: registered new interface driver ums-karma
[ 3.040838] usbcore: registered new interface driver ums-onetouch
[ 3.047058] usbcore: registered new interface driver ums-realtek
[ 3.053194] usbcore: registered new interface driver ums-sddr09
[ 3.059240] usbcore: registered new interface driver ums-sddr55
[ 3.065272] usbcore: registered new interface driver ums-usbat
[ 3.071291] usbcore: registered new interface driver usbserial_generic
[ 3.077935] usbserial: USB Serial support registered for generic
[ 3.085390] mousedev: PS/2 mouse device common for all mice
[ 3.094555] device-mapper: uevent: version 1.0.3
[ 3.099527] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 3.109780] sdhci: Secure Digital Host Controller Interface driver
[ 3.116063] sdhci: Copyright(c) Pierre Ossman
[ 3.121274] Synopsys Designware Multimedia Card Interface Driver
[ 3.128429] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.136124] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.143275] hid: raw HID events driver (C) Jiri Kosina
[ 3.148635] usbcore: registered new interface driver usbhid
[ 3.154291] usbhid: USB HID core driver
[ 3.159709] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 3.170090] Initializing XFRM netlink socket
[ 3.174969] NET: Registered protocol family 10
[ 3.205369] Segment Routing with IPv6
[ 3.209228] mip6: Mobile IPv6
[ 3.212246] NET: Registered protocol family 17
[ 3.216958] Key type dns_resolver registered
[ 3.221675] registered taskstats version 1
[ 3.225842] Loading compiled-in X.509 certificates
[ 3.230835] zswap: loaded using pool lzo/zbud
[ 3.235482] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 3.244997] Key type ._fscrypt registered
[ 3.249085] Key type .fscrypt registered
[ 3.253065] Key type fscrypt-provisioning registered
[ 3.269923] Key type encrypted registered
[ 3.278877] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 24, base_baud = 0) is a PL011 rev2
[ 3.288101] serial serial0: tty port ttyAMA0 registered
[ 3.303891] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-08T14:32:22
[ 3.472628] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
[ 3.479977] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
[ 3.587590] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
[ 3.606367] sdhci-iproc fe300000.sdhci: allocated mmc-pwrseq
[ 3.668106] mmc0: SDHCI controller on fe300000.sdhci [fe300000.sdhci] using PIO
[ 3.690813] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.698018] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.705206] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.705418] ALSA device list:
[ 3.713703] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.713779] No soundcards found.
[ 3.720970] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.721120] mmc1: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 3.739381] Freeing unused kernel memory: 5376K
[ 3.744049] Run /init as init process
[ 3.747758] with arguments:
[ 3.747761] /init
[ 3.747764] with environment:
[ 3.747766] HOME=/
[ 3.747769] TERM=linux
[ 3.773070] random: fast init done
[ 3.797612] mmc0: new high speed SDIO card at address 0001
[ 3.823925] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 3.831336] mmcblk1: mmc1:aaaa SC32G 29.7 GiB
[ 3.840723] mmcblk1: p1 p2
[ 4.255303] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.608344] systemd[1]: System time before build time, advancing clock.
[ 4.668911] systemd[1]: systemd 247.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 4.695006] systemd[1]: Detected architecture arm64.
[ 4.782291] systemd[1]: Set hostname to <alarm>.
[ 5.088395] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.096654] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.120104] systemd[1]: Created slice system-getty.slice.
[ 5.125866] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.133361] systemd[1]: Created slice system-modprobe.slice.
[ 5.139253] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.146624] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 5.153911] systemd[1]: Created slice User and Session Slice.
[ 5.160053] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 5.168283] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.176377] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.186356] systemd[1]: Reached target Local Encrypted Volumes.
[ 5.192580] systemd[1]: Reached target Paths.
[ 5.197096] systemd[1]: Reached target Remote File Systems.
[ 5.202846] systemd[1]: Reached target Slices.
[ 5.207453] systemd[1]: Reached target Swap.
[ 5.212057] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 5.223490] systemd[1]: Listening on Process Core Dump Socket.
[ 5.229904] systemd[1]: Listening on Journal Audit Socket.
[ 5.235741] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.242083] systemd[1]: Listening on Journal Socket.
[ 5.247466] systemd[1]: Listening on Network Service Netlink Socket.
[ 5.257692] systemd[1]: Listening on udev Control Socket.
[ 5.263491] systemd[1]: Listening on udev Kernel Socket.
[ 5.271034] systemd[1]: Mounting Huge Pages File System...
[ 5.279235] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.287850] systemd[1]: Mounting Kernel Debug File System...
[ 5.294065] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 5.307415] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 5.315890] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 5.327297] systemd[1]: Starting Load Kernel Module configfs...
[ 5.335680] systemd[1]: Starting Load Kernel Module drm...
[ 5.343649] systemd[1]: Starting Load Kernel Module fuse...
[ 5.355436] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 5.365590] fuse: init (API version 7.32)
[ 5.368931] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 5.379894] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 5.387090] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 5.397498] systemd[1]: Starting Apply Kernel Variables...
[ 5.405957] systemd[1]: Starting Coldplug All udev Devices...
[ 5.415502] systemd[1]: Mounted Huge Pages File System.
[ 5.421541] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.428198] systemd[1]: Mounted Kernel Debug File System.
[ 5.434171] systemd[1]: Mounted Temporary Directory (/tmp).
[ 5.441327] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 5.450835] systemd[1]: modprobe@configfs.service: Succeeded.
[ 5.457629] systemd[1]: Finished Load Kernel Module configfs.
[ 5.464396] systemd[1]: modprobe@drm.service: Succeeded.
[ 5.470744] systemd[1]: Finished Load Kernel Module drm.
[ 5.476988] systemd[1]: modprobe@fuse.service: Succeeded.
[ 5.483553] systemd[1]: Finished Load Kernel Module fuse.
[ 5.490524] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 5.498669] systemd[1]: Finished Apply Kernel Variables.
[ 5.507034] systemd[1]: Mounting FUSE Control File System...
[ 5.515733] systemd[1]: Mounting Kernel Configuration File System...
[ 5.522533] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 5.534221] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 5.544967] systemd[1]: Starting Load/Save Random Seed...
[ 5.554142] systemd[1]: Starting Create System Users...
[ 5.563682] systemd[1]: Mounted FUSE Control File System.
[ 5.570059] systemd[1]: Mounted Kernel Configuration File System.
[ 5.594009] systemd[1]: Finished Create System Users.
[ 5.601868] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 5.621815] systemd[1]: Finished Coldplug All udev Devices.
[ 5.657315] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 5.664222] systemd[1]: Reached target Local File Systems (Pre).
[ 5.670855] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[ 5.684696] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ 5.696120] systemd[1]: Starting Journal Service...
[ 5.704902] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 5.782515] systemd[1]: Started Journal Service.
[ 5.787678] audit: type=1130 audit(1612390930.159:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.818523] systemd-journald[289]: Received client request to flush runtime journal.
[ 5.832697] systemd-journald[289]: File /var/log/journal/853dceeb64474ca48c119cd32d351538/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 5.888092] audit: type=1130 audit(1612390930.259:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.185113] audit: type=1130 audit(1612390930.559:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.247936] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 6.283507] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 6.290681] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 6.300306] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
[ 6.308648] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
[ 6.318560] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.323161] random: crng init done
[ 6.328571] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 6.332018] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.342941] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 6.351663] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 6.357301] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 6.358388] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 6.367874] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 6.380586] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 6.381013] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 6.387612] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 6.393594] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 6.399393] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xc0000fff 64bit]
[ 6.413570] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 6.433310] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 6.445904] mc: Linux media interface: v0.10
[ 6.450439] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
[ 6.457608] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 6.457620] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 6.468013] libphy: bcmgenet MII bus: probed
[ 6.470311] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 6.470613] pcieport 0000:00:00.0: PME: Signaling with IRQ 50
[ 6.488370] audit: type=1130 audit(1612390930.869:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.488724] pcieport 0000:00:00.0: AER: enabled with IRQ 50
[ 6.514217] audit: type=1130 audit(1612390930.889:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.514604] videodev: Linux video capture interface: v2.00
[ 6.514974] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 6.515136] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 6.515464] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890
[ 6.515790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 6.515793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.515796] usb usb1: Product: xHCI Host Controller
[ 6.515799] usb usb1: Manufacturer: Linux 5.10.16-1-ARCH xhci-hcd
[ 6.515801] usb usb1: SerialNumber: 0000:01:00.0
[ 6.516081] hub 1-0:1.0: USB hub found
[ 6.516102] hub 1-0:1.0: 1 port detected
[ 6.516362] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 6.516468] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 6.516478] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 6.516590] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 6.516593] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.516596] usb usb2: Product: xHCI Host Controller
[ 6.516599] usb usb2: Manufacturer: Linux 5.10.16-1-ARCH xhci-hcd
[ 6.516601] usb usb2: SerialNumber: 0000:01:00.0
[ 6.516845] hub 2-0:1.0: USB hub found
[ 6.516866] hub 2-0:1.0: 4 ports detected
[ 6.673717] Bluetooth: Core ver 2.22
[ 6.677459] NET: Registered protocol family 31
[ 6.682053] Bluetooth: HCI device and connection manager initialized
[ 6.690547] Bluetooth: HCI socket layer initialized
[ 6.695537] Bluetooth: L2CAP socket layer initialized
[ 6.700745] Bluetooth: SCO socket layer initialized
[ 6.718306] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 6.728003] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.749985] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present!
[ 6.759023] vc4_hdmi fef00700.hdmi: ASoC: no DMI vendor name!
[ 6.764509] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.766039] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.773716] Bluetooth: HCI UART driver ver 2.3
[ 6.781714] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present!
[ 6.783383] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 6.784045] Bluetooth: HCI UART protocol H4 registered
[ 6.792529] bcmgenet fd580000.ethernet eth0: Link is Down
[ 6.800666] Bluetooth: HCI UART protocol BCSP registered
[ 6.801051] Bluetooth: HCI UART protocol LL registered
[ 6.807255] vc4_hdmi fef05700.hdmi: ASoC: no DMI vendor name!
[ 6.811467] Bluetooth: HCI UART protocol ATH3K registered
[ 6.811752] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 6.817342] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.822655] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.823160] Bluetooth: HCI UART protocol Intel registered
[ 6.823588] Bluetooth: HCI UART protocol Broadcom registered
[ 6.824297] Bluetooth: HCI UART protocol QCA registered
[ 6.824444] Bluetooth: HCI UART protocol Marvell registered
[ 6.828810] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 6.834262] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 6.840192] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 6.847101] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 6.856833] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.884459] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.885374] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.924294] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.927551] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 6.928620] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.928698] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.930452] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
[ 6.932241] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[ 6.937132] usbcore: registered new interface driver brcmfmac
[ 6.978331] uart-pl011 fe201000.serial: no DMA platform data
[ 7.008621] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 7.092417] audit: type=1130 audit(1612390931.469:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.111340] audit: type=1130 audit(1612390931.489:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.130821] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 7.139269] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 7.139277] usb 1-1: Product: USB2.0 Hub
[ 7.151997] hub 1-1:1.0: USB hub found
[ 7.156082] hub 1-1:1.0: 4 ports detected
[ 7.169514] audit: type=1130 audit(1612390931.549:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.218052] audit: type=1127 audit(1612390931.589:10): pid=352 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 7.238899] Bluetooth: hci0: BCM: chip id 107
[ 7.243663] Bluetooth: hci0: BCM: features 0x2f
[ 7.248704] audit: type=1130 audit(1612390931.629:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.249973] Bluetooth: hci0: BCM4345C0
[ 7.271571] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 7.274107] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
[ 8.048269] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 8.061091] Bluetooth: hci0: BCM4345C0 UART 37.4 MHz wlbga_ref_iLNA_iTR_eLG 0139
[ 8.068613] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0139
[ 9.067916] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[ 10.958275] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 10.966595] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.233523] kauditd_printk_skb: 12 callbacks suppressed

')
33Fraise33
 
Posts: 2
Joined: Tue Feb 16, 2021 9:53 am

[linux-firmware] rpi3b:brcmf_fw_crashed: Firmware has halted

Postby henkv » Wed Feb 17, 2021 8:02 am

Hi,

the firmware of brcmfmac crashes with the latest linux-firmware package version 20210208.b79d239-1
A downgrade to version 20201218.646f159-1 fixes this issue.

The system is a raspberry pi 3b armv7h with kernel 5.10.14-3-ARCH.

dmesg output:
$this->bbcode_second_pass_code('', '[ 13.542091] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 13.555386] Console: switching to colour frame buffer device 160x45
[ 13.615317] ieee80211 phy0: brcmf_fw_crashed: Firmware has halted or crashed
[ 13.617870] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
[ 13.626227] ------------[ cut here ]------------
[ 13.644388] WARNING: CPU: 3 PID: 7 at kernel/workqueue.c:1477 __queue_work+0x4ac/0x628
[ 13.644391] Modules linked in: ath9k_htc ath9k_common ath9k_hw ath mac80211 brcmfmac brcmutil vc4(+) cec cfg80211 libarc4 drm_kms_helper snd_soc_core snd_compress snd_pcm_dmaengine syscopyarea sysfillrect sysimgblt fb_sys_fops bcm2835_v4l2(C) bcm2835_codec(C) bcm2835_isp(C) raspberrypi_hwmon videobuf2_vmalloc bcm2835_mmal_vchiq(C) v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev bcm2835_rng mc rng_core uio_pdrv_genirq fixed uio sch_fq_codel uinput snd_bcm2835(C) snd_pcm snd_timer snd fuse drm drm_panel_orientation_quirks ip_tables x_tables ipv6
[ 13.704955] CPU: 3 PID: 7 Comm: kworker/u8:0 Tainted: G C 5.10.14-3-ARCH #1
[ 13.704958] Hardware name: BCM2835
[ 13.705028] Workqueue: brcmf_wq/mmc1:0001:1 brcmf_sdio_dataworker [brcmfmac]
[ 13.729140] [<8010ef8c>] (unwind_backtrace) from [<8010ae04>] (show_stack+0x10/0x14)
[ 13.729151] [<8010ae04>] (show_stack) from [<80d03c88>] (dump_stack+0xd0/0xf8)
[ 13.749506] [<80d03c88>] (dump_stack) from [<8012bd1c>] (__warn+0xd4/0x140)
[ 13.749517] [<8012bd1c>] (__warn) from [<80cfb694>] (warn_slowpath_fmt+0x74/0xa8)
[ 13.749526] [<80cfb694>] (warn_slowpath_fmt) from [<80147154>] (__queue_work+0x4ac/0x628)
[ 13.749534] [<80147154>] (__queue_work) from [<80147328>] (queue_work_on+0x58/0x60)
[ 13.749594] [<80147328>] (queue_work_on) from [<7f6831b0>] (brcmf_sdio_dataworker+0x630/0x2148 [brcmfmac])
[ 13.749670] [<7f6831b0>] (brcmf_sdio_dataworker [brcmfmac]) from [<80147a70>] (process_one_work+0x204/0x53c)
[ 13.749677] [<80147a70>] (process_one_work) from [<80147df0>] (worker_thread+0x48/0x594)
[ 13.749686] [<80147df0>] (worker_thread) from [<8014dca8>] (kthread+0x130/0x144)
[ 13.749695] [<8014dca8>] (kthread) from [<80100138>] (ret_from_fork+0x14/0x3c)
[ 13.749699] Exception stack(0x818f5fb0 to 0x818f5ff8)
[ 13.749703] 5fa0: 00000000 00000000 00000000 00000000
[ 13.749710] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 13.749715] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 13.749719] ---[ end trace ee39b4cfb0c4761a ]---')
henkv
 
Posts: 26
Joined: Mon Feb 15, 2021 6:00 pm

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby galaxy0419 » Wed Feb 17, 2021 11:17 am

@graysky Should we at least rollback the package in the official repository? This is a pretty major issue. BTW, I compared the files of two packages. In the lastest version of linux firmware, brcmfmac43455-sdio.bin is a symbol link to ../cypress/cyfmac43455-sdio.bin, which is not in the previous version. Maybe it's te issue?
galaxy0419
 
Posts: 8
Joined: Thu Feb 11, 2021 4:58 am

rebooting after 'pacman -Syu' doesn't load wlan0 iface

Postby crvio » Wed Feb 17, 2021 3:00 pm

Hi there

I'm having this issue with a new install on a RPi 4.

The image I'm using is the latest (dated 05-Feb-2021 23:46) which has an md5sum
12921ff5a58b547521f1121ece1e87ee

The error seems to be (and i think there is one cause afaik i'm not messing things up this time) however not in this image, but in a package that gets updated when I issue 'pacman -Syu' which i believe is recommended before installing further packages.

So I actually update the system (pacman -Syu) in a fresh install through the wifi network, and it keeps working until I reboot.

Then I can see no message in the output of journalctl regarding wlan0.

Also there's no wlan0 in /sys/class/net which showed to be there before the reboot.

$this->bbcode_second_pass_code('', '
[alarm@alarmpi ~]$ ls /sys/class/net/
eth0 lo
[alarm@alarmpi ~]$
')

the 'ip addr' command also doesn't list the wlan0 device, which it did before the reboot.

I'll just paste the pacman.log file here:

$this->bbcode_second_pass_code('', '
[2021-02-17T12:34:30+0000] [PACMAN] Running 'pacman -Syu'
[2021-02-17T12:34:30+0000] [PACMAN] synchronizing package lists
[2021-02-17T12:34:58+0000] [PACMAN] starting full system upgrade
[2021-02-17T12:40:05+0000] [ALPM] transaction started
[2021-02-17T12:40:05+0000] [ALPM] upgraded linux-api-headers (5.8-1 -> 5.10.13-1)
[2021-02-17T12:40:05+0000] [ALPM] upgraded iana-etc (20201229-1 -> 20210202-1)
[2021-02-17T12:40:05+0000] [ALPM] upgraded util-linux-libs (2.36.1-4 -> 2.36.2-1)
[2021-02-17T12:40:06+0000] [ALPM] upgraded e2fsprogs (1.46.0-1 -> 1.46.1-1)
[2021-02-17T12:40:06+0000] [ALPM] upgraded libcap (2.47-1 -> 2.48-1)
[2021-02-17T12:40:06+0000] [ALPM] upgraded device-mapper (2.02.187-3 -> 2.03.11-4)
[2021-02-17T12:40:06+0000] [ALPM] upgraded cryptsetup (2.3.4-1 -> 2.3.4-2)
[2021-02-17T12:40:06+0000] [ALPM] upgraded findutils (4.7.0-2 -> 4.8.0-1)
[2021-02-17T12:40:07+0000] [ALPM] upgraded glib2 (2.66.6-1 -> 2.66.7-1)
[2021-02-17T12:40:07+0000] [ALPM] upgraded hwids (20200813.1-1 -> 20201207-1)
[2021-02-17T12:40:07+0000] [ALPM] upgraded libassuan (2.5.4-1 -> 2.5.4-2)
[2021-02-17T12:40:42+0000] [ALPM] upgraded linux-firmware (20201218.646f159-1 -> 20210208.b79d239-1)
[2021-02-17T12:40:44+0000] [ALPM] upgraded util-linux (2.36.1-4 -> 2.36.2-1)
[2021-02-17T12:40:52+0000] [ALPM] upgraded linux-raspberrypi4 (5.10.13-3 -> 5.10.16-3)
[2021-02-17T12:40:53+0000] [ALPM] upgraded npth (1.6-2 -> 1.6-3)
[2021-02-17T12:40:53+0000] [ALPM] upgraded pacman (5.2.2-1 -> 5.2.2-2)
[2021-02-17T12:40:53+0000] [ALPM] upgraded psmisc (23.3-4 -> 23.4-1)
[2021-02-17T12:40:54+0000] [ALPM] upgraded raspberrypi-bootloader (20210205-1 -> 20210216-1)
[2021-02-17T12:40:54+0000] [ALPM] upgraded raspberrypi-bootloader-x (20210205-1 -> 20210216-1)
[2021-02-17T12:40:55+0000] [ALPM] upgraded raspberrypi-firmware (20210128-1 -> 20210128-2)
[2021-02-17T12:40:55+0000] [ALPM] upgraded tar (1.33-1 -> 1.34-1)
[2021-02-17T12:40:56+0000] [ALPM] upgraded wpa_supplicant (2:2.9-7 -> 2:2.9-8)
[2021-02-17T12:40:56+0000] [ALPM] transaction completed
[2021-02-17T12:40:56+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2021-02-17T12:40:56+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-02-17T12:40:57+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-02-17T12:40:57+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-02-17T12:40:57+0000] [ALPM] running '30-systemd-update.hook'...
[2021-02-17T12:40:57+0000] [ALPM] running '60-depmod.hook'...
[2021-02-17T12:40:57+0000] [ALPM] running '60-linux-raspberrypi4.hook'...
[2021-02-17T12:41:03+0000] [ALPM] running '90-linux-raspberrypi4.hook'...
[2021-02-17T12:41:03+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-raspberrypi4.preset: 'default'
[2021-02-17T12:41:03+0000] [ALPM-SCRIPTLET] -> -k 5.10.16-3-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-02-17T12:41:03+0000] [ALPM-SCRIPTLET] ==> Starting build: 5.10.16-3-ARCH
[2021-02-17T12:41:04+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2021-02-17T12:41:04+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2021-02-17T12:41:05+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2021-02-17T12:41:05+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2021-02-17T12:41:05+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2021-02-17T12:41:06+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2021-02-17T12:41:06+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2021-02-17T12:41:06+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2021-02-17T12:41:06+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-02-17T12:41:06+0000] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2021-02-17T12:41:09+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-02-17T12:41:09+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2021-02-17T12:41:09+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-raspberrypi4.preset: 'default'
[2021-02-17T12:41:09+0000] [ALPM-SCRIPTLET] -> -k 5.10.16-3-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-02-17T12:41:10+0000] [ALPM-SCRIPTLET] ==> Starting build: 5.10.16-3-ARCH
[2021-02-17T12:41:10+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2021-02-17T12:41:10+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2021-02-17T12:41:11+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2021-02-17T12:41:11+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2021-02-17T12:41:11+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2021-02-17T12:41:12+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2021-02-17T12:41:12+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2021-02-17T12:41:12+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2021-02-17T12:41:12+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-02-17T12:41:12+0000] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2021-02-17T12:41:15+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-02-17T12:41:15+0000] [ALPM] running 'dbus-reload.hook'...
')

I can only suspect of these packages:
hwids
linux-firmware
linux-raspberrypi4
raspberrypi-firmware

I don't really know as of now how to further debug this.
When I first stumbled upon this I had enabled the wpa_supplicant and dhcpcd services and hoped for it to automatically connect, but surprise! XD

Connected to a screen I then realized there were messages of this sort:
$this->bbcode_second_pass_code('', '
sys-subsystem-net-devices-wlan0.device: Job sys-subsystem-net-devices-wlan0.device/start timed out.
')

$this->bbcode_second_pass_code('', '
Timed out waiting for device /sys/subsystem/net/devices/wlan0 dependency
')

When those services are disabled it boots right away and nothing times out, yet the interface is not available.

i'll also share some grepped output from journalctl... if that's of any use
$this->bbcode_second_pass_code('', '
[alarm@alarmpi ~]$ journalctl | grep wlan0
Feb 03 21:52:39 alarmpi audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@wlan0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 03 21:52:39 alarmpi kernel: audit: type=1130 audit(1612389159.229:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@wlan0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 03 21:52:39 alarmpi systemd-networkd[252]: wlan0: Link UP
Feb 03 21:52:42 alarmpi wpa_supplicant[339]: wlan0: Trying to associate with SSID 'bastian'
Feb 03 21:52:44 alarmpi wpa_supplicant[339]: wlan0: Associated with 70:4f:57:a2:7a:be
Feb 03 21:52:44 alarmpi wpa_supplicant[339]: wlan0: CTRL-EVENT-CONNECTED - Connection to 70:4f:57:a2:7a:be completed [id=0 id_str=]
Feb 03 21:52:44 alarmpi systemd-networkd[252]: wlan0: Gained carrier
Feb 03 21:52:44 alarmpi wpa_supplicant[339]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 03 21:52:44 alarmpi kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Feb 03 21:52:44 alarmpi systemd-networkd[252]: wlan0: Connected WiFi access point: bastian (70:4f:57:a2:7a:be)
Feb 03 21:52:46 alarmpi systemd-networkd[252]: wlan0: Gained IPv6LL
Feb 03 21:53:02 alarmpi dhcpcd[351]: wlan0: connected to Access Point: bastian
Feb 03 21:53:02 alarmpi dhcpcd[351]: wlan0: IAID 32:bd:ef:9a
Feb 03 21:53:03 alarmpi dhcpcd[351]: wlan0: soliciting an IPv6 router
Feb 03 21:53:04 alarmpi dhcpcd[351]: wlan0: soliciting a DHCP lease
Feb 03 21:53:07 alarmpi dhcpcd[351]: wlan0: offered 10.10.90.163 from 10.10.90.254
Feb 03 21:53:07 alarmpi dhcpcd[351]: wlan0: probing address 10.10.90.163/24
Feb 03 21:53:13 alarmpi dhcpcd[351]: wlan0: leased 10.10.90.163 for 43200 seconds
Feb 03 21:53:13 alarmpi dhcpcd[351]: wlan0: adding route to 10.10.90.0/24
Feb 03 21:53:13 alarmpi dhcpcd[351]: wlan0: adding default route via 10.10.90.254
Feb 03 21:53:15 alarmpi dhcpcd[351]: wlan0: no IPv6 Routers available
Feb 17 12:41:54 alarmpi wpa_supplicant[339]: nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
Feb 17 12:41:54 alarmpi dhcpcd[351]: wlan0: removing interface
Feb 17 12:41:54 alarmpi wpa_supplicant[339]: p2p-dev-wlan0: CTRL-EVENT-TERMINATING
Feb 17 12:41:54 alarmpi wpa_supplicant[339]: wlan0: CTRL-EVENT-DISCONNECTED bssid=70:4f:57:a2:7a:be reason=3 locally_generated=1
Feb 17 12:41:54 alarmpi wpa_supplicant[339]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Feb 17 12:41:55 alarmpi wpa_supplicant[339]: wlan0: CTRL-EVENT-TERMINATING
Feb 17 12:41:55 alarmpi systemd[1]: wpa_supplicant@wlan0.service: Succeeded.
Feb 17 12:41:55 alarmpi audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@wlan0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[alarm@alarmpi ~]$
')

$this->bbcode_second_pass_code('', '
[alarm@alarmpi ~]$ journalctl | grep reboot
Feb 17 12:41:54 alarmpi systemd[1]: Requested transaction contradicts existing jobs: Transaction for systemd-networkd.service/start is destructive (reboot.target has 'start' job queued, but 'stop' is included in transaction).
Feb 17 12:41:54 alarmpi systemd[1]: systemd-networkd.socket: Failed to queue service startup job (Maybe the service file is missing or not a non-template unit?): Transaction for systemd-networkd.service/start is destructive (reboot.target has 'start' job queued, but 'stop' is included in transaction).
Feb 17 12:41:55 alarmpi systemd[1]: systemd-reboot.service: Succeeded.
Feb 17 12:41:55 alarmpi audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 17 12:41:55 alarmpi audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[alarm@alarmpi ~]$
')

$this->bbcode_second_pass_code('', '
[alarm@alarmpi ~]$ journalctl | grep eth0
Feb 03 21:51:27 alarmpi systemd-networkd[252]: eth0: Link UP
Feb 03 21:51:27 alarmpi kernel: bcmgenet fd580000.ethernet eth0: Link is Down
Feb 03 21:51:28 alarmpi kernel: bcmgenet fd580000.ethernet eth0: Link is Down
Feb 03 21:51:28 alarmpi systemd-networkd[253]: eth0: Link UP
Feb 03 21:53:02 alarmpi dhcpcd[351]: eth0: waiting for carrier
Feb 17 12:41:54 alarmpi dhcpcd[351]: eth0: removing interface
Feb 17 12:41:54 alarmpi systemd-networkd[252]: eth0: DHCPv6 lease lost
Feb 17 12:51:00 alarmpi dhcpcd[354]: eth0: waiting for carrier
Feb 17 12:53:25 alarmpi dhcpcd[354]: eth0: carrier acquired
Feb 17 12:53:25 alarmpi kernel: bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Feb 17 12:53:25 alarmpi kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 17 12:53:25 alarmpi systemd-networkd[253]: eth0: Gained carrier
Feb 17 12:53:25 alarmpi dhcpcd[354]: eth0: IAID 32:bd:ef:99
Feb 17 12:53:25 alarmpi dhcpcd[354]: eth0: adding address fe80::dde8:ea0f:acc7:7445
Feb 17 12:53:26 alarmpi dhcpcd[354]: eth0: soliciting a DHCP lease
Feb 17 12:53:26 alarmpi dhcpcd[354]: eth0: soliciting an IPv6 router
Feb 17 12:53:27 alarmpi systemd-networkd[253]: eth0: Gained IPv6LL
Feb 17 12:53:28 alarmpi dhcpcd[354]: eth0: offered 10.10.90.161 from 10.10.90.254
Feb 17 12:53:28 alarmpi dhcpcd[354]: eth0: NAK: address in use from 10.10.90.254
Feb 17 12:53:28 alarmpi dhcpcd[354]: eth0: message: address in use
Feb 17 12:53:29 alarmpi systemd-networkd[253]: eth0: DHCPv4 address 10.10.90.161/24 via 10.10.90.254
Feb 17 12:53:29 alarmpi dhcpcd[354]: eth0: soliciting a DHCP lease
Feb 17 12:53:32 alarmpi dhcpcd[354]: eth0: offered 10.10.90.164 from 10.10.90.254
Feb 17 12:53:32 alarmpi dhcpcd[354]: eth0: probing address 10.10.90.164/24
Feb 17 12:53:36 alarmpi dhcpcd[354]: eth0: leased 10.10.90.164 for 43200 seconds
Feb 17 12:53:36 alarmpi dhcpcd[354]: eth0: adding route to 10.10.90.0/24
Feb 17 12:53:36 alarmpi dhcpcd[354]: eth0: adding default route via 10.10.90.254
Feb 17 12:53:39 alarmpi dhcpcd[354]: eth0: no IPv6 Routers available
[alarm@alarmpi ~]$
')

here's the whole journalctl output in pastebin if there's someone interested in the whole thing

any help would be very much appreciated.. please ask for any other information needed to clear this

meanwhile I may try to go around the system update and see if this install is of any use as it is right out of the image

:D
crvio
 
Posts: 1
Joined: Wed Feb 17, 2021 1:07 pm

Re: rebooting after 'pacman -Syu' doesn't load wlan0 iface

Postby graysky » Wed Feb 17, 2021 3:20 pm

Please search before posting: viewtopic.php?f=3&t=15141, merging.
graysky
Developer
 
Posts: 1870
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby DanSman » Thu Feb 18, 2021 7:48 am

I have 2 pi 3b running with ALARM. Both gets the same update interval etc. One works and the other one needed a downgrade of the firmware. Weird. Anyhow, thanks for finding a way to get back on track!
DanSman
 
Posts: 9
Joined: Wed Jan 30, 2019 7:09 pm

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby graysky » Thu Feb 18, 2021 11:39 am

Does firmware-raspberrypi-20210217 fix the issue for folks using other models? Works on RPi4B.
graysky
Developer
 
Posts: 1870
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby hexchain » Thu Feb 18, 2021 12:23 pm

$this->bbcode_second_pass_quote('graysky', 'D')oes firmware-raspberrypi-20210217 fix the issue for folks using other models? Works on RPi4B.


For rpi3b+, I guess you also need to include the old "brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt" file, prior to https://git.kernel.org/pub/scm/linux/ke ... e310be2478.

Also, it would probably be better to include the full old version of brcmfmac43455-sdio.raspberrypi,4-model-b.txt too.
hexchain
 
Posts: 2
Joined: Mon Feb 15, 2021 2:37 pm

PreviousNext

Return to Packages

Who is online

Users browsing this forum: No registered users and 4 guests