[AudioI] Zero card stopped working -- will order new hardware to troubleshoot

Tom Garwin tom.garwin at gmail.com
Thu Mar 4 03:01:25 UTC 2021


Thanks, Matt --

First regarding your helpful comments and questions:

1) I am running RaspiOS lite on the pi zero.  It doesn't seem  to have
pulseaudio, unless it's installed under some other name.  ("sudo apt-get
remove pulseaudio" reports it's not installed)
2) the alsamixer settings were correct and had worked before.
3) I had tried the line bypass but couldn't know whether the board audio
chain was at fault or whether it was not being set by the software via the
pi.

I had fastened on the dmesg not including the "mapping ok" line as an easy
diagnostic for whether things were working.   But in fact this seems to
have been introduced by some update (via sudo apt-get update/upgrade) after
the 1/21/2021 OS release -- a clean install showed success by this criteria
with the new card and I think also the old one but a clean install followed
by update/upgrade reverted to the previous behavior with the new card...
This was true on a Pi Zero and a previously lightly used model 2B that I
had around.  I'll attach the dmesg results from the two software versions.
 I don't know enough to decipher them.

Once I got over the distraction of the software and the dmesg reports, I
found that in fact the audioinjector zero card had been damaged -- the old
pi zero records audio with the new card with either version of the OS, but
the old card doesn't work.

I am not out of the woods yet.  I have a new problem and have narrowed down
the current version of a previous one.

Both problems relate to using  an approach I found somewhere on the
internet for setting up a remote mic.  I am using it to send ambient
(nature) sound from a remote outside location to my room audio system so we
can hear outside noises without opening the window when it's 20 below.
This requires a high dynamic range and low noise floor to hear distant
birds, coyotes, etc. I use a stereo powered condenser mic intended  for a
camera and a 2 stage opamp preamp  (Rod Elliott  p88 )

This is what I was using for the sound transport over wifi and ethernet:

arecord -c 2 -f dat -t raw - | ssh pi@[local ip address]  aplay -c 2 -f dat
-t raw -Dhw:sndrpihifiberry -

The new problem is that somehow there is more than a one second delay in
the transported sound compared to what is being recorded. Presumably it's
made a large fifo buffer for some reason.     Perhaps this has to do with
changes on the receiving pi that I made when trying to diagnose the earlier
problem.

The persistent problem that I thought I had licked is that there is a
tickatickaticka noise in the sound.     I thought this was from the
wireless and by separating the mic and preamp from the Pi and
audioinjector i did seem to get the noise down to zero -- based on what I
was hearing via the audioinjector headphone jack and the line bypass.  But
the noise reappeared when using arecord  (and was even worse when I tried
"arecord  ... - " without piping it anywhere.  I could hear the noise in
the audioinjector headphone output as well as in the transported sound.
 Putting the audioinjector several inches away from the pi with a piece of
grounded aluminum between the two did not reduce the noise.   Clearly I
need to investigate further but this seems to be either some sort of
digital artifact or rf feedback from the PI's digital operations back into
the audioinjector card.

I may try the sox equivalents instead of  aplay and arecord -- but I
haven't had great luck getting sox to run yet.

On Wed, Mar 3, 2021 at 2:03 AM Matt <matt at audioinjector.net> wrote:

>
> On 1/3/21 12:51 pm, Tom Garwin via People wrote:
>
> I had finally declared victory over extraneous noise in my remote
> microphone prototype set-up and was prettying up the power and signal
> wiring allowing a powered stereo microphone and opamp preamp to be
> separated from the pi/AI zeros -(-wifi or clock cycles may have been
> causing interference in the powered mic)   -- but then  the AudioInjector
> zero card stopped processing sound.
>
> Its failure was accompanied by very strange things so it may be the Pi
> Zero that failed (or both) rather than the AudioInjector.  I may have not
> taken adequate precautions against electrostatic shock to the boards.
>
> I feel for you, electrostatics and unknown failures are terrible.
>
>
> Specifically a set of commands to record the sound on one pi and send it
> via SSH and aplay it on another stopped working.   I could SSH (by wifi)
> into the first pi and could ping the second pi and even ssh from the first
> pi into the second pi so this was strange.  They are both on the same
> network with a unifi edgerouter with no intervening firewall so that wasn't
> the problem.
>
> After several reboots ssh was working normally again but the sound on the
> pi zero was not..   dmesg shows a set of errors that seem to  relate to
> voltages not being present --using default regulator (or something like
> that) and there is no final  message saying the mapping is ok.  I cannot
> capture a sound file that has anything but silence in it even though I know
> the AI Zero board is getting appropriate input.   I also cannot get it to
> play anything to its output.  Nevertheless the aplay -l and arecord -l show
> entries for the audioinjector and it is the only soundcard in the system.
> Alsa settings are what they were before.    Of course I did not look at the
> dmesg output when things were working so I don't know if this is really
> different.
>
> Are you sure you've setup the mixer settings as required to select the
> line input ?
>
> Normally Linux doesn't have a huge set of monitoring tools for the
> standard LDO regulators on soundcards - some of the power chips have i2c
> ports which are more sophisticated.
>
> One idea which may be helpful is to enable the "line Bypass switch" in the
> alsamixer settings. This will route audio input directly through to audio
> output - at least then you can double check the input signal is coming
> through as expected.
>
>
>
> So either I did something to fry the pi or the board or the both, or in
> trying to fix the problem I updated the OS to a configuration that no
> longer works.,
>
> I suppose I could start over with a fresh os install and see if that works
> but at this point I am guessing it is a hardware issue and the pi zero and
> the AI zero are inexpensive enough relative to my time (and my inadequae
> software skills)  that it's best to just try a fresh AI zero with a
> different raspberry pi before trying a new software install.
>
> Remember with the latest Raspbian OS they have a non-robust pulse audio
> setup. Some people remove pulse audio entirely. You can also make sure you
> select the audio injector sound card using the
>
> aplay -D hw:0
>
> type of direct device naming methodology.
>
>
>
> Will keep this list posted on the results -- Only posting this now on the
> off chance someone else has had the same symptoms.
>
> please do.
>
>
> --
> Tom Garwin
>
> --
> Checkout the community email list :https://lists.audioinjector.net/mailman/listinfo/people
>
>

-- 
Tom Garwin

(202) 669-4228 (cell)

PO Box 5359
Whitefish, MT 59937

tom.garwin at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.audioinjector.net/pipermail/people/attachments/20210303/4d9bf353/attachment-0001.htm>
-------------- next part --------------
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.17+ (dom at buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1403 Mon Feb 22 11:26:13 GMT 2021
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Reserved memory: created CMA memory pool at 0x17c00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000001bffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000001bffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001bffffff]
[    0.000000] On node 0 totalpages: 114688
[    0.000000]   Normal zone: 1008 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 114688 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 113680
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:35:07:9C vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7bc81edf-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    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: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 374456K/458752K available (8638K kernel code, 1324K rwdata, 2816K rodata, 420K init, 837K bss, 18760K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] ftrace: allocating 30576 entries in 60 pages
[    0.000000] ftrace: allocated 60 pages with 4 groups
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x324/0x564 with crng_init=0
[    0.000029] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000111] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000210] bcm2835: system timer (irq = 27)
[    0.000919] Console: colour dummy device 80x30
[    0.001606] printk: console [tty1] enabled
[    0.001708] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[    0.060392] pid_max: default: 32768 minimum: 301
[    0.060724] LSM: Security Framework initializing
[    0.061087] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.061163] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.063621] Disabling memory control group subsystem
[    0.063968] CPU: Testing write buffer coherency: ok
[    0.066059] Setting up static identity map for 0x8200 - 0x8238
[    0.067507] devtmpfs: initialized
[    0.080980] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.081445] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.081537] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.090545] pinctrl core: initialized pinctrl subsystem
[    0.092748] NET: Registered protocol family 16
[    0.097512] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.104548] audit: initializing netlink subsys (disabled)
[    0.106288] thermal_sys: Registered thermal governor 'step_wise'
[    0.107312] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.107412] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.107709] Serial: AMBA PL011 UART driver
[    0.110746] audit: type=2000 audit(0.100:1): state=initialized audit_enabled=0 res=1
[    0.133851] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[    0.150956] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-02-25T12:12:09, variant start
[    0.160971] raspberrypi-firmware soc:firmware: Firmware hash is 564e5f9b852b23a330b1764bcf0b2d022a20afd0
[    0.224713] bcm2835-dma 20007000.dma: DMA legacy API manager, dmachans=0x1
[    0.228105] SCSI subsystem initialized
[    0.228716] usbcore: registered new interface driver usbfs
[    0.228890] usbcore: registered new interface driver hub
[    0.229045] usbcore: registered new device driver usb
[    0.232127] clocksource: Switched to clocksource timer
[    2.243147] VFS: Disk quotas dquot_6.6.0
[    2.243358] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.243685] FS-Cache: Loaded
[    2.244162] CacheFiles: Loaded
[    2.265665] NET: Registered protocol family 2
[    2.267143] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    2.267316] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    2.267441] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    2.267548] TCP: Hash tables configured (established 4096 bind 4096)
[    2.267780] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.267864] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.268422] NET: Registered protocol family 1
[    2.269860] RPC: Registered named UNIX socket transport module.
[    2.269941] RPC: Registered udp transport module.
[    2.269980] RPC: Registered tcp transport module.
[    2.270016] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.271649] hw perfevents: no irqs for PMU, sampling events not supported
[    2.271789] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[    2.277156] Initialise system trusted keyrings
[    2.277851] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    2.290720] zbud: loaded
[    2.294321] FS-Cache: Netfs 'nfs' registered for caching
[    2.295960] NFS: Registering the id_resolver key type
[    2.296094] Key type id_resolver registered
[    2.296139] Key type id_legacy registered
[    2.296414] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.298582] Key type asymmetric registered
[    2.298670] Asymmetric key parser 'x509' registered
[    2.298809] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.298870] io scheduler mq-deadline registered
[    2.298909] io scheduler kyber registered
[    2.302542] bcm2708_fb soc:fb: FB found 1 display(s)
[    2.315245] Console: switching to colour frame buffer device 82x26
[    2.315447] random: fast init done
[    2.325994] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[    2.340612] bcm2835-rng 20104000.rng: hwrng registered
[    2.344337] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[    2.351873] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[    2.382358] brd: module loaded
[    2.402530] loop: module loaded
[    2.408155] Loading iSCSI transport class v2.0-870.
[    2.414064] libphy: Fixed MDIO Bus: probed
[    2.417631] usbcore: registered new interface driver smsc95xx
[    2.420689] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    3.152404] Core Release: 2.80a
[    3.155450] Setting default values for core params
[    3.158378] Finished setting default values for core params
[    3.361706] Using Buffer DMA mode
[    3.364697] Periodic Transfer Interrupt Enhancement - disabled
[    3.367711] Multiprocessor Interrupt Enhancement - disabled
[    3.370686] OTG VER PARAM: 0, OTG VER FLAG: 0
[    3.373830] Dedicated Tx FIFOs mode

[    3.377775] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = d7d14000 dma = 0x97d14000 len=9024
[    3.386084] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    3.398796] dwc_otg: Microframe scheduler enabled

[    3.399067] WARN::hcd_init_fiq:457: FIQ on core 0

[    3.404205] WARN::hcd_init_fiq:458: FIQ ASM at c0652330 length 36

[    3.409278] WARN::hcd_init_fiq:497: MPHI regs_base at dc810000
[    3.414391] dwc_otg 20980000.usb: DWC OTG Controller
[    3.417088] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[    3.419865] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[    3.422586] Init: Port Power? op_state=1
[    3.425169] Init: Power Port (0)
[    3.428247] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.433516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.436341] usb usb1: Product: DWC OTG Controller
[    3.439036] usb usb1: Manufacturer: Linux 5.10.17+ dwc_otg_hcd
[    3.441750] usb usb1: SerialNumber: 20980000.usb
[    3.445901] hub 1-0:1.0: USB hub found
[    3.448805] hub 1-0:1.0: 1 port detected
[    3.453486] dwc_otg: FIQ enabled
[    3.453514] dwc_otg: NAK holdoff enabled
[    3.453528] dwc_otg: FIQ split-transaction FSM enabled
[    3.453558] Module dwc_common_port init
[    3.454179] usbcore: registered new interface driver usb-storage
[    3.457596] mousedev: PS/2 mouse device common for all mice
[    3.462371] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    3.468932] sdhci: Secure Digital Host Controller Interface driver
[    3.471905] sdhci: Copyright(c) Pierre Ossman
[    3.475889] mmc-bcm2835 20300000.mmcnr: could not get clk, deferring probe
[    3.479956] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe
[    3.483407] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.487304] ledtrig-cpu: registered to indicate activity on CPUs
[    3.490861] hid: raw HID events driver (C) Jiri Kosina
[    3.494286] usbcore: registered new interface driver usbhid
[    3.497225] usbhid: USB HID core driver
[    3.507024] Initializing XFRM netlink socket
[    3.510284] NET: Registered protocol family 17
[    3.513807] Key type dns_resolver registered
[    3.517738] registered taskstats version 1
[    3.520486] Loading compiled-in X.509 certificates
[    3.541100] uart-pl011 20201000.serial: cts_event_workaround enabled
[    3.544261] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    3.553848] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    3.559576] mmc-bcm2835 20300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    3.562802] mmc-bcm2835 20300000.mmcnr: DMA channel allocated
[    3.593767] sdhost: log_buf @ (ptrval) (97d13000)
[    3.636090] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.640956] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.643928] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.650954] of_cfs_init
[    3.674753] of_cfs_init: OK
[    3.677908] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.682545] Waiting for root device PARTUUID=7bc81edf-02...
[    3.687386] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.726316] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.733823] mmc0: Problem switching card into high-speed mode!
[    3.738028] mmc0: new SDHC card at address 0001
[    3.742968] mmcblk0: mmc0:0001 SD8GB 7.28 GiB
[    3.750005]  mmcblk0: p1 p2
[    3.793699] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.799294] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.819275] devtmpfs: mounted
[    3.831308] Freeing unused kernel memory: 420K
[    3.834229] Kernel memory protection not selected by kernel config.
[    3.837194] Run /sbin/init as init process
[    3.840044]   with arguments:
[    3.840064]     /sbin/init
[    3.840076]   with environment:
[    3.840090]     HOME=/
[    3.840102]     TERM=linux
[    3.846337] mmc1: new high speed SDIO card at address 0001
[    5.077582] systemd[1]: System time before build time, advancing clock.
[    5.366267] NET: Registered protocol family 10
[    5.371689] Segment Routing with IPv6
[    5.520665] 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 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.532534] systemd[1]: Detected architecture arm.
[    5.563707] systemd[1]: Set hostname to <pi0-mic>.
[    8.488446] random: systemd: uninitialized urandom read (16 bytes read)
[    8.528970] random: systemd: uninitialized urandom read (16 bytes read)
[    8.540346] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    8.548428] random: systemd: uninitialized urandom read (16 bytes read)
[    8.554933] systemd[1]: Created slice system-getty.slice.
[    8.562670] systemd[1]: Reached target Swap.
[    8.571918] systemd[1]: Listening on udev Control Socket.
[    8.580362] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.588930] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.601143] systemd[1]: Listening on Syslog Socket.
[    9.086036] i2c /dev entries driver
[   10.892841] systemd[1]: Started Apply Kernel Variables.
[   11.152838] systemd[1]: Started File System Check on Root Device.
[   11.244376] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.248824] systemd[1]: Started Journal Service.
[   12.332285] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   13.291819] systemd-journald[76]: Received request to flush runtime journal from PID 1
[   15.767710] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[   15.785399] mc: Linux media interface: v0.10
[   15.794851] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[   15.794895] [vc_sm_connected_init]: start
[   15.820975] [vc_sm_connected_init]: installed successfully
[   16.049370] videodev: Linux video capture interface: v2.00
[   16.192785] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   16.196829] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   16.231283] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   16.237306] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[   16.279709] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[   16.300579] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[   16.303865] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[   16.322467] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[   16.324078] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   16.324147] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   16.324189] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   16.324224] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   16.324254] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   16.328517] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   16.331946] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[   16.332072] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[   16.375883] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   16.375974] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   16.422541] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   16.422633] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   17.714719] audioinjector-stereo soc:sound: snd_soc_register_card failed (-517)
[   18.272633] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   18.786410] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   19.425469] audioinjector-stereo soc:sound: snd_soc_register_card failed (-517)
[   19.437247] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[   19.461929] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   19.463904] usbcore: registered new interface driver brcmfmac
[   19.465231] audioinjector-stereo soc:sound: snd_soc_register_card failed (-517)
[   19.666398] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt failed with error -2
[   19.997275] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   19.999389] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   20.000733] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
[   26.106324] random: crng init done
[   26.106365] random: 7 urandom warning(s) missed due to ratelimiting
[   28.090312] uart-pl011 20201000.serial: no DMA platform data
[   28.579690] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[   28.886507] wm8731 1-001a: Assuming static MCLK
[   28.886610] wm8731 1-001a: supply AVDD not found, using dummy regulator
[   28.935250] wm8731 1-001a: supply HPVDD not found, using dummy regulator
[   28.935438] wm8731 1-001a: supply DCVDD not found, using dummy regulator
[   28.935562] wm8731 1-001a: supply DBVDD not found, using dummy regulator
[   28.965106] ------------[ cut here ]------------
[   28.965307] WARNING: CPU: 0 PID: 49 at sound/core/init.c:207 snd_card_new+0x314/0x384 [snd]
[   28.965321] Modules linked in: snd_soc_wm8731(+) regmap_spi regmap_i2c brcmfmac brcmutil sha256_generic libsha256 snd_soc_audioinjector_pi_soundcard cfg80211 raspberrypi_hwmon snd_soc_bcm2835_i2s regmap_mmio rfkill snd_soc_core snd_compress snd_pcm_dmaengine i2c_bcm2835 snd_pcm bcm2835_codec(C) snd_timer bcm2835_isp(C) bcm2835_v4l2(C) v4l2_mem2mem bcm2835_mmal_vchiq(C) videobuf2_dma_contig snd videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc vc_sm_cma(C) uio_pdrv_genirq uio fixed i2c_dev ip_tables x_tables ipv6
[   28.965656] CPU: 0 PID: 49 Comm: kworker/0:3 Tainted: G         C        5.10.17+ #1403
[   28.965667] Hardware name: BCM2835
[   28.965692] Workqueue: events deferred_probe_work_func
[   28.965733] Backtrace: 
[   28.965774] [<c08693a8>] (dump_backtrace) from [<c0869728>] (show_stack+0x20/0x24)
[   28.965793]  r7:000000cf r6:00000009 r5:bf27c82c r4:c0a637c4
[   28.965815] [<c0869708>] (show_stack) from [<c086c940>] (dump_stack+0x28/0x30)
[   28.965845] [<c086c918>] (dump_stack) from [<c00230e8>] (__warn+0xe8/0x110)
[   28.965858]  r5:bf27c82c r4:bf284fdc
[   28.965876] [<c0023000>] (__warn) from [<c0869d3c>] (warn_slowpath_fmt+0x68/0xd8)
[   28.965894]  r7:00000009 r6:bf27c82c r5:000000cf r4:bf284fdc
[   28.966001] [<c0869cd8>] (warn_slowpath_fmt) from [<bf27c82c>] (snd_card_new+0x314/0x384 [snd])
[   28.966025]  r9:bf2866a4 r8:c118f610 r7:bf5bc034 r6:00000000 r5:00000000 r4:c4cd7800
[   28.966545] [<bf27c518>] (snd_card_new [snd]) from [<bf3474ec>] (snd_soc_bind_card+0x338/0x958 [snd_soc_core])
[   28.966600]  r10:bf35e220 r9:00000016 r8:bf364010 r7:bf364000 r6:00000000 r5:00000001
[   28.966614]  r4:bf5bc000
[   28.967105] [<bf3471b4>] (snd_soc_bind_card [snd_soc_core]) from [<bf347bf0>] (snd_soc_register_card+0xe4/0x100 [snd_soc_core])
[   28.967150]  r10:00000000 r9:00000016 r8:bf5bc1dc r7:c118f610 r6:bf5bc1dc r5:bf5bc000
[   28.967165]  r4:bf5bc000
[   28.967650] [<bf347b0c>] (snd_soc_register_card [snd_soc_core]) from [<bf358548>] (devm_snd_soc_register_card+0x40/0x7c [snd_soc_core])
[   28.967671]  r5:bf5bc000 r4:c4544d60
[   28.967931] [<bf358508>] (devm_snd_soc_register_card [snd_soc_core]) from [<bf5ba074>] (audioinjector_pi_soundcard_probe+0x74/0xc8 [snd_soc_audioinjector_pi_soundcard])
[   28.967952]  r7:00000000 r6:bf5bc1dc r5:bf5bc000 r4:c118f610
[   28.967988] [<bf5ba000>] (audioinjector_pi_soundcard_probe [snd_soc_audioinjector_pi_soundcard]) from [<c05a3d04>] (platform_drv_probe+0x58/0xa8)
[   28.968003]  r5:00000000 r4:c118f610
[   28.968023] [<c05a3cac>] (platform_drv_probe) from [<c05a19ec>] (really_probe+0xfc/0x3c4)
[   28.968039]  r7:00000000 r6:c0d90e70 r5:c0d90e68 r4:c118f610
[   28.968058] [<c05a18f0>] (really_probe) from [<c05a1e9c>] (driver_probe_device+0x68/0xc4)
[   28.968077]  r10:c0c958c4 r9:00000000 r8:00000001 r7:c0ba5028 r6:c118f610 r5:bf5bc1dc
[   28.968089]  r4:c118f610 r3:00000000
[   28.968107] [<c05a1e34>] (driver_probe_device) from [<c05a2048>] (__device_attach_driver+0x90/0xa8)
[   28.968120]  r5:c18ebe8c r4:bf5bc1dc
[   28.968152] [<c05a1fb8>] (__device_attach_driver) from [<c059fb60>] (bus_for_each_drv+0x8c/0xd4)
[   28.968168]  r7:c0ba5028 r6:c05a1fb8 r5:c18ebe8c r4:00000000
[   28.968189] [<c059fad4>] (bus_for_each_drv) from [<c05a185c>] (__device_attach+0xe8/0x15c)
[   28.968205]  r7:c0c95898 r6:c0ba5028 r5:c118f654 r4:c118f610
[   28.968223] [<c05a1774>] (__device_attach) from [<c05a207c>] (device_initial_probe+0x1c/0x20)
[   28.968240]  r8:00000000 r7:c0c95898 r6:c0c95af8 r5:c118f610 r4:c118f610
[   28.968258] [<c05a2060>] (device_initial_probe) from [<c05a09ec>] (bus_probe_device+0x94/0x9c)
[   28.968275] [<c05a0958>] (bus_probe_device) from [<c05a0ed4>] (deferred_probe_work_func+0x70/0x9c)
[   28.968291]  r7:c0c95898 r6:c0c9588c r5:c0c9588c r4:c118f610
[   28.968320] [<c05a0e64>] (deferred_probe_work_func) from [<c003dc0c>] (process_one_work+0x208/0x4e0)
[   28.968337]  r7:dbfb9300 r6:00000000 r5:c18b2780 r4:c0c958c0
[   28.968356] [<c003da04>] (process_one_work) from [<c003df18>] (worker_thread+0x34/0x594)
[   28.968377]  r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c18b2794 r5:c0bae28c
[   28.968388]  r4:c18b2780
[   28.968409] [<c003dee4>] (worker_thread) from [<c0043848>] (kthread+0x148/0x15c)
[   28.968430]  r10:c116de88 r9:c18b2780 r8:c003dee4 r7:c18ea000 r6:00000000 r5:c18bf980
[   28.968442]  r4:c18ca780 r3:00000000
[   28.968461] [<c0043700>] (kthread) from [<c00082ec>] (ret_from_fork+0x14/0x28)
[   28.968473] Exception stack(0xc18ebfb0 to 0xc18ebff8)
[   28.968487] bfa0:                                     00000000 00000000 00000000 00000000
[   28.968504] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   28.968519] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   28.968537]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700
[   28.968548]  r4:c18bf980
[   28.968561] ---[ end trace e8e9593bc7be4733 ]---
[   29.157577] 8021q: 802.1Q VLAN Support v1.8
[   30.025463] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   31.434724] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   32.657422] Bluetooth: Core ver 2.22
[   32.657655] NET: Registered protocol family 31
[   32.657676] Bluetooth: HCI device and connection manager initialized
[   32.666573] Bluetooth: HCI socket layer initialized
[   32.666619] Bluetooth: L2CAP socket layer initialized
[   32.666702] Bluetooth: SCO socket layer initialized
[   32.686121] Bluetooth: HCI UART driver ver 2.3
[   32.686150] Bluetooth: HCI UART protocol H4 registered
[   32.686295] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   32.686581] Bluetooth: HCI UART protocol Broadcom registered
[   33.570845] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   33.570870] Bluetooth: BNEP filters: protocol multicast
[   33.570904] Bluetooth: BNEP socket layer initialized
[   61.292040] bcm2835-i2s 20203000.i2s: I2S SYNC error!
-------------- next part --------------
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.83+ (dom at buildbot) (gcc version 8.4.0 (Ubuntu/Linaro 8.4.0-3ubuntu1)) #1379 Mon Dec 14 13:06:05 GMT 2020
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi Zero W Rev 1.1
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Reserved memory: created CMA memory pool at 0x17c00000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] On node 0 totalpages: 114688
[    0.000000]   Normal zone: 1008 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 114688 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 113680
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:35:07:9C vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  console=ttyS0,115200 console=tty1 root=PARTUUID=f71b27ca-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 376180K/458752K available (7816K kernel code, 712K rwdata, 2468K rodata, 508K init, 804K bss, 17036K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] ftrace: allocating 27743 entries in 55 pages
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x2a8/0x4d8 with crng_init=0
[    0.000022] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000088] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000207] bcm2835: system timer (irq = 27)
[    0.000827] Console: colour dummy device 80x30
[    0.001390] printk: console [tty1] enabled
[    0.001484] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
[    0.050397] pid_max: default: 32768 minimum: 301
[    0.050736] LSM: Security Framework initializing
[    0.051105] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051174] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.053390] Disabling memory control group subsystem
[    0.053711] CPU: Testing write buffer coherency: ok
[    0.055484] Setting up static identity map for 0x8200 - 0x8238
[    0.056728] devtmpfs: initialized
[    0.069411] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[    0.069932] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.070025] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.079082] pinctrl core: initialized pinctrl subsystem
[    0.081243] NET: Registered protocol family 16
[    0.085894] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.092399] audit: initializing netlink subsys (disabled)
[    0.094643] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[    0.094714] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.094913] Serial: AMBA PL011 UART driver
[    0.098653] bcm2835-mbox 2000b880.mailbox: mailbox enabled
[    0.100758] audit: type=2000 audit(0.090:1): state=initialized audit_enabled=0 res=1
[    0.120841] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-01-08 14:33, variant start
[    0.130860] raspberrypi-firmware soc:firmware: Firmware hash is 194a85abd768c7334bbadc3f1911c10a7d18ed14
[    0.195323] bcm2835-dma 20007000.dma: DMA legacy API manager, dmachans=0x1
[    0.198596] SCSI subsystem initialized
[    0.198918] usbcore: registered new interface driver usbfs
[    0.199071] usbcore: registered new interface driver hub
[    0.199382] usbcore: registered new device driver usb
[    0.202278] clocksource: Switched to clocksource timer
[    1.676604] VFS: Disk quotas dquot_6.6.0
[    1.676830] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.677261] FS-Cache: Loaded
[    1.677710] CacheFiles: Loaded
[    1.699022] thermal_sys: Registered thermal governor 'step_wise'
[    1.699794] NET: Registered protocol family 2
[    1.701272] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    1.701402] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    1.701524] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    1.701650] TCP: Hash tables configured (established 4096 bind 4096)
[    1.701870] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.701945] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.702703] NET: Registered protocol family 1
[    1.704087] RPC: Registered named UNIX socket transport module.
[    1.704158] RPC: Registered udp transport module.
[    1.704193] RPC: Registered tcp transport module.
[    1.704224] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.705868] hw perfevents: no irqs for PMU, sampling events not supported
[    1.705997] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
[    1.710921] Initialise system trusted keyrings
[    1.711682] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    1.729670] FS-Cache: Netfs 'nfs' registered for caching
[    1.731463] NFS: Registering the id_resolver key type
[    1.731592] Key type id_resolver registered
[    1.731631] Key type id_legacy registered
[    1.731689] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.734314] Key type asymmetric registered
[    1.734389] Asymmetric key parser 'x509' registered
[    1.734515] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.734568] io scheduler mq-deadline registered
[    1.734604] io scheduler kyber registered
[    1.738246] bcm2708_fb soc:fb: FB found 1 display(s)
[    1.750827] Console: switching to colour frame buffer device 82x26
[    1.758519] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
[    1.772586] bcm2835-rng 20104000.rng: hwrng registered
[    1.776255] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[    1.783584] vc-sm: Videocore shared memory driver
[    1.787513] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[    1.816753] brd: module loaded
[    1.836092] loop: module loaded
[    1.841326] Loading iSCSI transport class v2.0-870.
[    1.845675] usbcore: registered new interface driver smsc95xx
[    1.848759] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.492286] random: fast init done
[    2.583550] Core Release: 2.80a
[    2.586458] Setting default values for core params
[    2.589246] Finished setting default values for core params
[    2.792743] Using Buffer DMA mode
[    2.795647] Periodic Transfer Interrupt Enhancement - disabled
[    2.798548] Multiprocessor Interrupt Enhancement - disabled
[    2.801426] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.804386] Dedicated Tx FIFOs mode
[    2.808030] WARN::dwc_otg_hcd_init:1074: FIQ DMA bounce buffers: virt = d7d14000 dma = 0x97d14000 len=9024
[    2.813748] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    2.826554] dwc_otg: Microframe scheduler enabled
[    2.826787] WARN::hcd_init_fiq:457: FIQ on core 0
[    2.829435] WARN::hcd_init_fiq:458: FIQ ASM at c05a0374 length 36
[    2.832053] WARN::hcd_init_fiq:497: MPHI regs_base at dc810000
[    2.834719] dwc_otg 20980000.usb: DWC OTG Controller
[    2.837356] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
[    2.840014] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
[    2.842709] Init: Port Power? op_state=1
[    2.845294] Init: Power Port (0)
[    2.848327] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    2.853564] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.856319] usb usb1: Product: DWC OTG Controller
[    2.858979] usb usb1: Manufacturer: Linux 5.4.83+ dwc_otg_hcd
[    2.861722] usb usb1: SerialNumber: 20980000.usb
[    2.865764] hub 1-0:1.0: USB hub found
[    2.868518] hub 1-0:1.0: 1 port detected
[    2.872426] dwc_otg: FIQ enabled
[    2.872444] dwc_otg: NAK holdoff enabled
[    2.872455] dwc_otg: FIQ split-transaction FSM enabled
[    2.872479] Module dwc_common_port init
[    2.873102] usbcore: registered new interface driver usb-storage
[    2.876345] mousedev: PS/2 mouse device common for all mice
[    2.880879] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.887452] sdhci: Secure Digital Host Controller Interface driver
[    2.890282] sdhci: Copyright(c) Pierre Ossman
[    2.894073] mmc-bcm2835 20300000.mmcnr: could not get clk, deferring probe
[    2.898036] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe
[    2.901378] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.905337] ledtrig-cpu: registered to indicate activity on CPUs
[    2.908810] hidraw: raw HID events driver (C) Jiri Kosina
[    2.912060] usbcore: registered new interface driver usbhid
[    2.915104] usbhid: USB HID core driver
[    2.919473] vchiq: vchiq_init_state: slot_zero = (ptrval)
[    2.924759] [vc_sm_connected_init]: start
[    2.935279] [vc_sm_connected_init]: end - returning 0
[    2.940742] Initializing XFRM netlink socket
[    2.943646] NET: Registered protocol family 17
[    2.946524] Key type dns_resolver registered
[    2.950469] registered taskstats version 1
[    2.953294] Loading compiled-in X.509 certificates
[    2.971740] uart-pl011 20201000.serial: cts_event_workaround enabled
[    2.974839] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
[    2.983493] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    2.988781] mmc-bcm2835 20300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    2.991729] mmc-bcm2835 20300000.mmcnr: DMA channel allocated
[    3.024607] sdhost: log_buf @ (ptrval) (97d13000)
[    3.063120] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.067830] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.072331] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.078043] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.080636] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.086700] of_cfs_init
[    3.089374] of_cfs_init: OK
[    3.114215] Waiting for root device PARTUUID=f71b27ca-02...
[    3.155779] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.163947] mmc0: new high speed SDHC card at address 1234
[    3.168727] mmcblk0: mmc0:1234 SA08G 7.21 GiB
[    3.175885]  mmcblk0: p1 p2
[    3.223513] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.228864] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.243778] devtmpfs: mounted
[    3.256099] Freeing unused kernel memory: 508K
[    3.258667] This architecture does not have kernel memory protection.
[    3.261297] Run /sbin/init as init process
[    3.264893] mmc1: new high speed SDIO card at address 0001
[    4.079194] systemd[1]: System time before build time, advancing clock.
[    4.259113] NET: Registered protocol family 10
[    4.264671] Segment Routing with IPv6
[    4.330322] 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 +IDN -PCRE2 default-hierarchy=hybrid)
[    4.342197] systemd[1]: Detected architecture arm.
[    4.373366] systemd[1]: Set hostname to <pi0-mic1>.
[    7.109067] random: systemd: uninitialized urandom read (16 bytes read)
[    7.139009] random: systemd: uninitialized urandom read (16 bytes read)
[    7.143872] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.154834] random: systemd: uninitialized urandom read (16 bytes read)
[    7.165460] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    7.174912] systemd[1]: Listening on udev Kernel Socket.
[    7.185892] systemd[1]: Created slice system-getty.slice.
[    7.195426] systemd[1]: Listening on udev Control Socket.
[    7.205159] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.213725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    9.338550] systemd[1]: Started File System Check Daemon to report status.
[    9.432759] systemd[1]: Started Apply Kernel Variables.
[    9.932739] systemd[1]: Started File System Check on Root Device.
[   10.005423] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.150692] systemd[1]: Started Journal Service.
[   11.101914] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   11.859213] systemd-journald[82]: Received request to flush runtime journal from PID 1
[   14.147032] mc: Linux media interface: v0.10
[   14.202447] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[   14.205363] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[   14.205394] [vc_sm_connected_init]: start
[   14.253089] [vc_sm_connected_init]: installed successfully
[   14.372418] videodev: Linux video capture interface: v2.00
[   14.472702] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   14.491180] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[   14.535650] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[   14.562612] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[   14.621514] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[   14.630672] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[   14.631540] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[   14.642793] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[   14.644390] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[   14.644441] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[   14.644478] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[   14.644505] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[   14.644531] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[   14.669164] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[   14.724764] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[   14.724844] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[   14.768653] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[   14.768757] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[   14.863814] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[   14.864194] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[   15.551183] audioinjector-stereo soc:sound: ASoC: failed to init link AudioInjector audio: -517
[   15.551215] audioinjector-stereo soc:sound: snd_soc_register_card failed (-517)
[   16.837151] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.277180] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.816149] audioinjector-stereo soc:sound: ASoC: failed to init link AudioInjector audio: -517
[   17.816181] audioinjector-stereo soc:sound: snd_soc_register_card failed (-517)
[   17.830747] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[   17.841475] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   17.841994] usbcore: registered new interface driver brcmfmac
[   17.844556] audioinjector-stereo soc:sound: ASoC: failed to init link AudioInjector audio: -517
[   17.844587] audioinjector-stereo soc:sound: snd_soc_register_card failed (-517)
[   17.873269] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt failed with error -2
[   18.138946] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   18.139173] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   18.140407] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 22 2019 01:59:28 version 7.45.98.94 (r723000 CY) FWID 01-3b33decd
[   23.993316] wm8731 1-001a: Assuming static MCLK
[   23.995916] wm8731 1-001a: 1-001a supply AVDD not found, using dummy regulator
[   24.039469] wm8731 1-001a: 1-001a supply HPVDD not found, using dummy regulator
[   24.039636] wm8731 1-001a: 1-001a supply DCVDD not found, using dummy regulator
[   24.039788] wm8731 1-001a: 1-001a supply DBVDD not found, using dummy regulator
[   24.080719] audioinjector-stereo soc:sound: wm8731-hifi <-> 20203000.i2s mapping ok
[   26.173923] random: crng init done
[   26.173949] random: 7 urandom warning(s) missed due to ratelimiting
[   26.575203] uart-pl011 20201000.serial: no DMA platform data
[   27.977040] 8021q: 802.1Q VLAN Support v1.8
[   29.051583] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[   29.178929] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[   30.554345] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   31.254496] Bluetooth: Core ver 2.22
[   31.254682] NET: Registered protocol family 31
[   31.254694] Bluetooth: HCI device and connection manager initialized
[   31.254724] Bluetooth: HCI socket layer initialized
[   31.254743] Bluetooth: L2CAP socket layer initialized
[   31.254791] Bluetooth: SCO socket layer initialized
[   31.274345] Bluetooth: HCI UART driver ver 2.3
[   31.274366] Bluetooth: HCI UART protocol H4 registered
[   31.274489] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   31.274807] Bluetooth: HCI UART protocol Broadcom registered
[   32.059462] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   32.059478] Bluetooth: BNEP filters: protocol multicast
[   32.059509] Bluetooth: BNEP socket layer initialized


More information about the People mailing list