raspberrypi / firmware

This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
5.15k stars 1.68k forks source link

No sound on HDMI or headphone jack except hello_audio #1294

Open jdescelliers opened 4 years ago

jdescelliers commented 4 years ago

Is this the right place for my bug report? Yes.

Describe the bug No sound on either HDMI or headphone jack.

To reproduce

Expected behaviour Sound should be working.

Actual behaviour No sound.

System Copy and paste the results of the raspinfo command in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions:

Logs dmesg logs:

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.19.75-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1270 SMP Tue Sep 24 18:51:41 BST 2019
[    0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 256 MiB at 0x000000001ec00000
[    0.000000] On node 0 totalpages: 1012736
[    0.000000]   DMA zone: 1728 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 196608 pages, LIFO batch:63
[    0.000000]   HighMem zone: 816128 pages, LIFO batch:63
[    0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e8 with crng_init=0
[    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
[    0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1011008
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M cma=256M video=HDMI-A-1:1920x1080M@60,margin_left=0,margin_right=0,margin_top=0,margin_bottom=0 smsc95xx.macaddr=DC:A6:32:45:F9:1A vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=5e3da3da-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 3735592K/4050944K available (8192K kernel code, 661K rwdata, 2352K rodata, 2048K init, 850K bss, 53208K reserved, 262144K cma-reserved, 3264512K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0x(ptrval) - 0x(ptrval)   (10208 kB)
                     .init : 0x(ptrval) - 0x(ptrval)   (2048 kB)
                     .data : 0x(ptrval) - 0x(ptrval)   ( 662 kB)
                      .bss : 0x(ptrval) - 0x(ptrval)   ( 851 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 28124 entries in 83 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    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.000018] Switching to timer-based delay loop, resolution 18ns
[    0.000245] Console: colour dummy device 80x30
[    0.000270] console [tty1] enabled
[    0.000310] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.000332] pid_max: default: 32768 minimum: 301
[    0.000595] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000613] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001376] CPU: Testing write buffer coherency: ok
[    0.001792] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002435] Setting up static identity map for 0x200000 - 0x20003c
[    0.002591] rcu: Hierarchical SRCU implementation.
[    0.003457] smp: Bringing up secondary CPUs ...
[    0.004374] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.005426] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.006437] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.006572] smp: Brought up 1 node, 4 CPUs
[    0.006585] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.006595] CPU: All CPU(s) started in HYP mode.
[    0.006604] CPU: Virtualization extensions available.
[    0.007408] devtmpfs: initialized
[    0.017808] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.018016] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.018037] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.025589] pinctrl core: initialized pinctrl subsystem
[    0.026453] NET: Registered protocol family 16
[    0.029493] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.030993] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.031003] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.031200] Serial: AMBA PL011 UART driver
[    0.034269] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.070263] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[    0.072607] vgaarb: loaded
[    0.072980] SCSI subsystem initialized
[    0.073178] usbcore: registered new interface driver usbfs
[    0.073229] usbcore: registered new interface driver hub
[    0.073297] usbcore: registered new device driver usb
[    0.090413] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-09-24 17:34, variant start
[    0.100118] raspberrypi-firmware soc:firmware: Firmware hash is cd3add54955f8fa065b414d8fc07c525e7ddffc8
[    0.111675] clocksource: Switched to clocksource arch_sys_counter
[    0.189544] VFS: Disk quotas dquot_6.6.0
[    0.189624] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.189774] FS-Cache: Loaded
[    0.189968] CacheFiles: Loaded
[    0.190545] simple-framebuffer 3e7fe000.framebuffer: framebuffer at 0x3e7fe000, 0x3fc000 bytes, mapped to 0x(ptrval)
[    0.190560] simple-framebuffer 3e7fe000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840
[    0.198113] Console: switching to colour frame buffer device 240x67
[    0.204949] simple-framebuffer 3e7fe000.framebuffer: fb0: simplefb registered!
[    0.214040] NET: Registered protocol family 2
[    0.214695] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[    0.214720] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.214791] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.214861] TCP: Hash tables configured (established 8192 bind 8192)
[    0.214982] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.215010] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.215309] NET: Registered protocol family 1
[    0.215857] RPC: Registered named UNIX socket transport module.
[    0.215867] RPC: Registered udp transport module.
[    0.215876] RPC: Registered tcp transport module.
[    0.215886] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.215901] PCI: CLS 0 bytes, default 64
[    0.218977] Initialise system trusted keyrings
[    0.219145] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[    0.228203] FS-Cache: Netfs 'nfs' registered for caching
[    0.228713] NFS: Registering the id_resolver key type
[    0.228740] Key type id_resolver registered
[    0.228750] Key type id_legacy registered
[    0.228770] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.231012] Key type asymmetric registered
[    0.231024] Asymmetric key parser 'x509' registered
[    0.231133] bounce: pool size: 64 pages
[    0.231182] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.231338] io scheduler noop registered
[    0.231349] io scheduler deadline registered (default)
[    0.231498] io scheduler cfq registered
[    0.231509] io scheduler mq-deadline registered (default)
[    0.231519] io scheduler kyber registered
[    0.263646] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000
[    0.263666] brcm-pcie fd500000.pcie: could not get clock
[    0.263728] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    0.263766] brcm-pcie fd500000.pcie:   MEM 0x600000000..0x603ffffff -> 0xf8000000
[    0.321708] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
[    0.321976] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    0.321992] pci_bus 0000:00: root bus resource [bus 00-01]
[    0.322010] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[    0.322053] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    0.322195] pci 0000:00:00.0: PME# supported from D0 D3hot
[    0.324922] PCI: bus0: Fast back to back transfers disabled
[    0.324939] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.325142] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    0.325267] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.325587] pci 0000:01:00.0: PME# supported from D0 D3cold
[    0.328327] PCI: bus1: Fast back to back transfers disabled
[    0.328343] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
[    0.328390] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    0.328409] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    0.328479] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.328496] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    0.328709] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    0.328889] pcieport 0000:00:00.0: Signaling PME with IRQ 55
[    0.329061] pcieport 0000:00:00.0: AER enabled with IRQ 55
[    0.329229] pci 0000:01:00.0: enabling device (0140 -> 0142)
[    0.332521] iproc-rng200 fe104000.rng: hwrng registered
[    0.332736] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.333238] vc-sm: Videocore shared memory driver
[    0.333629] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    0.343667] brd: module loaded
[    0.353388] loop: module loaded
[    0.354130] Loading iSCSI transport class v2.0-870.
[    0.355823] libphy: Fixed MDIO Bus: probed
[    0.356244] bcmgenet fd580000.genet: failed to get enet clock
[    0.356261] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
[    0.356278] bcmgenet fd580000.genet: failed to get enet-wol clock
[    0.356294] bcmgenet fd580000.genet: failed to get enet-eee clock
[    0.356317] bcmgenet: Skipping UMAC reset
[    0.356541] unimac-mdio unimac-mdio.-19: DMA mask not set
[    0.371701] libphy: bcmgenet MII bus: probed
[    0.412242] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
[    0.413167] usbcore: registered new interface driver r8152
[    0.413230] usbcore: registered new interface driver lan78xx
[    0.413290] usbcore: registered new interface driver smsc95xx
[    0.413618] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.413648] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    0.415881] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[    0.416189] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 56
[    0.417047] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.417061] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.417072] usb usb1: Product: xHCI Host Controller
[    0.417083] usb usb1: Manufacturer: Linux 4.19.75-v7l+ xhci-hcd
[    0.417093] usb usb1: SerialNumber: 0000:01:00.0
[    0.417611] hub 1-0:1.0: USB hub found
[    0.417690] hub 1-0:1.0: 1 port detected
[    0.418153] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.418176] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    0.418194] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    0.418553] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    0.418565] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.418576] usb usb2: Product: xHCI Host Controller
[    0.418587] usb usb2: Manufacturer: Linux 4.19.75-v7l+ xhci-hcd
[    0.418597] usb usb2: SerialNumber: 0000:01:00.0
[    0.419096] hub 2-0:1.0: USB hub found
[    0.419169] hub 2-0:1.0: 4 ports detected
[    0.420345] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.445917] dwc_otg fe980000.usb: base=(ptrval)
[    0.646183] Core Release: 2.80a
[    0.646196] Setting default values for core params
[    0.646225] Finished setting default values for core params
[    0.846558] Using Buffer DMA mode
[    0.846568] Periodic Transfer Interrupt Enhancement - disabled
[    0.846577] Multiprocessor Interrupt Enhancement - disabled
[    0.846587] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.846647] Dedicated Tx FIFOs mode
[    0.847241] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = ded34000 dma = 0x00000000ded34000 len=9024
[    0.847267] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    0.847278] dwc_otg: Microframe scheduler enabled
[    0.847341] WARN::hcd_init_fiq:457: FIQ on core 1
[    0.847357] WARN::hcd_init_fiq:458: FIQ ASM at c07b6224 length 36
[    0.847374] WARN::hcd_init_fiq:497: MPHI regs_base at f0810200
[    0.847410] dwc_otg fe980000.usb: DWC OTG Controller
[    0.847439] dwc_otg fe980000.usb: new USB bus registered, assigned bus number 3
[    0.847472] dwc_otg fe980000.usb: irq 37, io mem 0x00000000
[    0.847524] Init: Port Power? op_state=1
[    0.847534] Init: Power Port (0)
[    0.847790] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.847803] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.847815] usb usb3: Product: DWC OTG Controller
[    0.847826] usb usb3: Manufacturer: Linux 4.19.75-v7l+ dwc_otg_hcd
[    0.847836] usb usb3: SerialNumber: fe980000.usb
[    0.848360] hub 3-0:1.0: USB hub found
[    0.848410] hub 3-0:1.0: 1 port detected
[    0.849003] dwc_otg: FIQ enabled
[    0.849012] dwc_otg: NAK holdoff enabled
[    0.849021] dwc_otg: FIQ split-transaction FSM enabled
[    0.849035] Module dwc_common_port init
[    0.849249] usbcore: registered new interface driver uas
[    0.849358] usbcore: registered new interface driver usb-storage
[    0.849524] mousedev: PS/2 mouse device common for all mice
[    0.850709] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    0.850937] bcm2835-cpufreq: min=600000 max=1500000
[    0.851547] sdhci: Secure Digital Host Controller Interface driver
[    0.851556] sdhci: Copyright(c) Pierre Ossman
[    0.851969] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    0.852363] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.855397] ledtrig-cpu: registered to indicate activity on CPUs
[    0.855537] hidraw: raw HID events driver (C) Jiri Kosina
[    0.855659] usbcore: registered new interface driver usbhid
[    0.855668] usbhid: USB HID core driver
[    0.856434] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[    0.858233] [vc_sm_connected_init]: start
[    0.869267] [vc_sm_connected_init]: end - returning 0
[    0.870344] Initializing XFRM netlink socket
[    0.870372] NET: Registered protocol family 17
[    0.870470] Key type dns_resolver registered
[    0.870852] Registering SWP/SWPB emulation handler
[    0.871447] registered taskstats version 1
[    0.871465] Loading compiled-in X.509 certificates
[    0.879311] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    0.879377] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[    0.882459] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    0.882957] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
[    0.883579] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    0.883591] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    0.909596] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[    0.927009] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.928626] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.930397] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.933304] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.934915] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.941625] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    0.944006] of_cfs_init
[    0.944098] of_cfs_init: OK
[    0.944729] Waiting for root device PARTUUID=5e3da3da-02...
[    0.991279] random: fast init done
[    0.991709] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.004895] mmc1: new high speed SDIO card at address 0001
[    1.046141] mmc0: new ultra high speed DDR50 SDXC card at address aaaa
[    1.047315] mmcblk0: mmc0:aaaa SL64G 59.5 GiB
[    1.049990]  mmcblk0: p1 p2
[    1.076724] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.076770] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.083359] devtmpfs: mounted
[    1.089632] Freeing unused kernel memory: 2048K
[    1.101923] Run /sbin/init as init process
[    1.174325] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    1.174340] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.174353] usb 1-1: Product: USB2.0 Hub
[    1.176119] hub 1-1:1.0: USB hub found
[    1.176452] hub 1-1:1.0: 4 ports detected
[    1.501728] usb 1-1.3: new low-speed USB device number 3 using xhci_hcd
[    1.531552] systemd[1]: System time before build time, advancing clock.
[    1.634511] NET: Registered protocol family 10
[    1.635714] Segment Routing with IPv6
[    1.647729] usb 1-1.3: New USB device found, idVendor=045e, idProduct=07b6, bcdDevice= 1.01
[    1.647743] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.647756] usb 1-1.3: Product: Comfort Curve Keyboard 3000
[    1.647767] usb 1-1.3: Manufacturer: Microsoft
[    1.662038] input: Microsoft Comfort Curve Keyboard 3000 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:07B6.0001/input/input0
[    1.687632] 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)
[    1.688301] systemd[1]: Detected architecture arm.
[    1.696473] systemd[1]: Set hostname to <raspberrypi>.
[    1.698844] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    1.732278] hid-generic 0003:045E:07B6.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 3000] on usb-0000:01:00.0-1.3/input0
[    1.751328] input: Microsoft Comfort Curve Keyboard 3000 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:045E:07B6.0002/input/input1
[    1.812021] hid-generic 0003:045E:07B6.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 3000] on usb-0000:01:00.0-1.3/input1
[    1.911734] usb 1-1.4: new low-speed USB device number 4 using xhci_hcd
[    2.051897] usb 1-1.4: New USB device found, idVendor=045e, idProduct=077d, bcdDevice= 1.44
[    2.051913] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.051926] usb 1-1.4: Product: Comfort Mouse 6000
[    2.051937] usb 1-1.4: Manufacturer: Microsoft
[    2.073535] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    2.073556] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.077345] input: Microsoft Comfort Mouse 6000 Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:045E:077D.0003/input/input2
[    2.141894] input: Microsoft Comfort Mouse 6000 Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:045E:077D.0003/input/input3
[    2.142232] hid-generic 0003:045E:077D.0003: input,hidraw2: USB HID v1.11 Mouse [Microsoft Comfort Mouse 6000] on usb-0000:01:00.0-1.4/input0
[    2.464119] random: systemd: uninitialized urandom read (16 bytes read)
[    2.497883] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    2.498043] random: systemd: uninitialized urandom read (16 bytes read)
[    2.498505] systemd[1]: Listening on udev Kernel Socket.
[    2.499104] random: systemd: uninitialized urandom read (16 bytes read)
[    2.499638] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.499837] systemd[1]: Reached target Swap.
[    2.631642] i2c /dev entries driver
[    3.189738] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    3.274451] systemd-journald[104]: Received request to flush runtime journal from PID 1
[    3.869915] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
[    3.874488] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
[    3.875007] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
[    3.875530] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
[    3.883606] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    3.885657] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    3.885688] [vc_sm_connected_init]: start
[    3.890808] media: Linux media interface: v0.10
[    3.890813] [vc_sm_connected_init]: installed successfully
[    3.922589] videodev: Linux video capture interface: v2.00
[    3.963718] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    3.971569] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    3.975259] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    4.006708] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    4.032202] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    4.032238] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    4.044164] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    4.047700] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    4.047734] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    4.050142] bcm2835_audio soc:audio: card created with 8 channels
[    4.058706] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    4.058741] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    4.190694] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.278961] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.342356] brcmfmac: F1 signature read @0x18000000=0x15264345
[    4.351897] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.352268] usbcore: registered new interface driver brcmfmac
[    4.553348] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    4.594151] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.609084] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[    4.654067] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    4.654085] checking generic (3e7fe000 3fc000) vs hw (0 ffffffffffffffff)
[    4.654095] fb: switching to vc4drmfb from simple
[    4.654320] Console: switching to colour dummy device 80x30
[    4.672017] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1
[    4.672032] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.672041] [drm] No driver support for vblank timestamp query.
[    4.672051] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[    4.730511] Console: switching to colour frame buffer device 240x67
[    4.730558] vc4-drm soc:gpu: fb0: DRM emulated frame buffer device
[    6.747584] random: crng init done
[    6.747608] random: 7 urandom warning(s) missed due to ratelimiting
[    6.920369] uart-pl011 fe201000.serial: no DMA platform data
[    6.986110] 8021q: 802.1Q VLAN Support v1.8
[    7.389236] Adding 102396k swap on /var/swap.  Priority:-2 extents:1 across:102396k SSFS
[    7.567028] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.567051] brcmfmac: power management disabled
[    8.049800] bcmgenet: Skipping UMAC reset
[    8.152540] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
[    8.153305] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.191780] bcmgenet fd580000.genet eth0: Link is Down
[   12.760295] fuse init (API version 7.27)
[   13.232294] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   13.676763] Bluetooth: Core ver 2.22
[   13.676806] NET: Registered protocol family 31
[   13.676810] Bluetooth: HCI device and connection manager initialized
[   13.676976] Bluetooth: HCI socket layer initialized
[   13.676983] Bluetooth: L2CAP socket layer initialized
[   13.677003] Bluetooth: SCO socket layer initialized
[   13.742661] Bluetooth: HCI UART driver ver 2.3
[   13.742668] Bluetooth: HCI UART protocol H4 registered
[   13.742706] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   13.742819] Bluetooth: HCI UART protocol Broadcom registered
[   14.360683] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.360689] Bluetooth: BNEP filters: protocol multicast
[   14.360700] Bluetooth: BNEP socket layer initialized
[   14.429783] Bluetooth: RFCOMM TTY layer initialized
[   14.429799] Bluetooth: RFCOMM socket layer initialized
[   14.429812] Bluetooth: RFCOMM ver 1.11

Additional context

VLC:

Chromium

andrewpmiller commented 4 years ago

@jdescelliers I had the same symptoms that you reported (at the time, my firmware version details were 4.19.86-v7l+ #1283). I updated the firmware a few days ago (4.19.88-v7l+ #1284) and the audio is back.

When I first saw your issue, I ran dmesg and noticed a number of warnings about bcm modules that were loading from a staging directory and wondered if that was related to the loss of audio... but those warnings still appear in the output... so :man_shrugging:

YMMV but it might be worth updating the firmware to see if your audio returns.

JamesH65 commented 4 years ago

Been a few changes in the audio area - can people seeing the issue please update to the latest firmware/Raspbian, retest, and if ok please close the issue.