google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.63k stars 694 forks source link

RaspberryPi 4 AIY Voice Hat not working #647

Open zikotrance opened 5 years ago

zikotrance commented 5 years ago

Hi guys, I'm new here and been struggled with making the mic and speaker working.

Seems that Google is no longer supporting Phyton and push us to use Google services instead. In other words I'm not able to install manually the AIY-Project to add it to my smart mirror. Do you guys have any work around with guidance because I'm new in the coding world

Thanks

everybodyfloats commented 5 years ago

Im having the same issue. No lights on the button and no audio after adding 'dtoverlay=googlevoicehat-soundcard" to /boot/config.txt

tarzanek commented 5 years ago

https://github.com/google/aiyprojects-raspbian/issues/627#issuecomment-514403972

tarzanek commented 4 years ago

https://github.com/google/aiyprojects-raspbian/releases/tag/v20191113 looks like it could work

Paprika-Asteria commented 4 years ago

i have install this image v20191113 on my rpi4,but i can't use this aiy-vision. File "/home/pi/AIY-projects-python/src/examples/vision/face_detection_raspivid.py", line 62, in main() File "/home/pi/AIY-projects-python/src/examples/vision/face_detection_raspivid.py", line 55, in main CameraInference(face_detection.model()) as inference: File "/home/pi/AIY-projects-python/src/aiy/vision/inference.py", line 101, in init self._engine = self._stack.enter_context(InferenceEngine()) File "/home/pi/AIY-projects-python/src/aiy/vision/inference.py", line 275, in init self._transport = make_transport() File "/home/pi/AIY-projects-python/src/aiy/vision/_transport.py", line 86, in make_transport return _SpiTransport() File "/home/pi/AIY-projects-python/src/aiy/vision/_transport.py", line 28, in init self._spicomm = _spicomm.Spicomm() File "/home/pi/AIY-projects-python/src/aiy/vision/_spicomm.py", line 317, in init super().init() File "/home/pi/AIY-projects-python/src/aiy/vision/_spicomm.py", line 219, in init self._dev = os.open(SPICOMM_DEV, os.O_RDWR) FileNotFoundError: [Errno 2] No such file or directory: '/dev/vision_spicomm'

dmitriykovalev commented 4 years ago

@Paprika-Asteria Vision Bonnet is not compatible with Raspberry Pi 4, so it's not going to work. The original issue was about Voice HAT.

ghost commented 4 years ago

doesn't work, i use aiyprojects-2019-11-13.img.xz image, and i get this

pi@raspberrypi:~ $ sudo dtoverlay googlevoicehat-soundcard
* Failed to apply overlay '0_googlevoicehat-soundcard' (kernel)

maybe this info will help

pi@raspberrypi:~ $ lsmod | grep snd_soc_googlevoicehat_codec
snd_soc_googlevoicehat_codec    16384  1
snd_soc_core          192512  4 snd_soc_googlevoicehat_codec,vc4,snd_soc_bcm2835_i2s,snd_soc_rpi_simple_soundcard
pi@raspberrypi:~ $ dmesg
[    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: 229376
[    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: 32768 pages, LIFO batch:7
[    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: 227648
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M cma=256M  smsc95xx.macaddr=DC:A6:32:0E:2A:04 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=d9b3f436-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: 629692K/917504K available (8192K kernel code, 661K rwdata, 2352K rodata, 2048K init, 850K bss, 25668K reserved, 262144K cma-reserved, 131072K 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.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000018] Switching to timer-based delay loop, resolution 18ns
[    0.000242] Console: colour dummy device 80x30
[    0.000266] console [tty1] enabled
[    0.000306] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[    0.000328] pid_max: default: 32768 minimum: 301
[    0.000587] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000605] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001345] CPU: Testing write buffer coherency: ok
[    0.001752] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002392] Setting up static identity map for 0x200000 - 0x20003c
[    0.002548] rcu: Hierarchical SRCU implementation.
[    0.003405] smp: Bringing up secondary CPUs ...
[    0.004297] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.005321] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.006306] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.006439] smp: Brought up 1 node, 4 CPUs
[    0.006452] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[    0.006461] CPU: All CPU(s) started in HYP mode.
[    0.006470] CPU: Virtualization extensions available.
[    0.007233] devtmpfs: initialized
[    0.017675] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[    0.017885] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.017904] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.024808] pinctrl core: initialized pinctrl subsystem
[    0.025639] NET: Registered protocol family 16
[    0.028599] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.030082] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.030093] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.030279] Serial: AMBA PL011 UART driver
[    0.033432] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.069430] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[    0.071909] vgaarb: loaded
[    0.072276] SCSI subsystem initialized
[    0.072475] usbcore: registered new interface driver usbfs
[    0.072526] usbcore: registered new interface driver hub
[    0.072593] usbcore: registered new device driver usb
[    0.090383] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-09-24 17:36, variant start_x
[    0.100113] raspberrypi-firmware soc:firmware: Firmware hash is cd3add54955f8fa065b414d8fc07c525e7ddffc8
[    0.111597] clocksource: Switched to clocksource arch_sys_counter
[    0.188989] VFS: Disk quotas dquot_6.6.0
[    0.189064] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.189212] FS-Cache: Loaded
[    0.189392] CacheFiles: Loaded
[    0.189897] simple-framebuffer: probe of 0.framebuffer failed with error -12
[    0.198968] NET: Registered protocol family 2
[    0.199606] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[    0.199631] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.199701] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.199771] TCP: Hash tables configured (established 8192 bind 8192)
[    0.199889] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.199915] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.200206] NET: Registered protocol family 1
[    0.200736] RPC: Registered named UNIX socket transport module.
[    0.200746] RPC: Registered udp transport module.
[    0.200755] RPC: Registered tcp transport module.
[    0.200764] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.200779] PCI: CLS 0 bytes, default 64
[    0.203862] Initialise system trusted keyrings
[    0.204017] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.213015] FS-Cache: Netfs 'nfs' registered for caching
[    0.213505] NFS: Registering the id_resolver key type
[    0.213538] Key type id_resolver registered
[    0.213548] Key type id_legacy registered
[    0.213567] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.215796] Key type asymmetric registered
[    0.215806] Asymmetric key parser 'x509' registered
[    0.215915] bounce: pool size: 64 pages
[    0.215956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.216111] io scheduler noop registered
[    0.216121] io scheduler deadline registered (default)
[    0.216271] io scheduler cfq registered
[    0.216283] io scheduler mq-deadline registered (default)
[    0.216293] io scheduler kyber registered
[    0.219294] brcm-pcie fd500000.pcie: could not get clock
[    0.219351] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    0.219388] brcm-pcie fd500000.pcie:   MEM 0x600000000..0x603ffffff -> 0xf8000000
[    0.271630] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
[    0.271876] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    0.271891] pci_bus 0000:00: root bus resource [bus 00-01]
[    0.271908] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[    0.271950] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    0.272090] pci 0000:00:00.0: PME# supported from D0 D3hot
[    0.274812] PCI: bus0: Fast back to back transfers disabled
[    0.274828] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.275032] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[    0.275157] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.275477] pci 0000:01:00.0: PME# supported from D0 D3cold
[    0.278209] PCI: bus1: Fast back to back transfers disabled
[    0.278225] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
[    0.278270] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[    0.278289] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[    0.278359] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.278376] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
[    0.278573] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[    0.278743] pcieport 0000:00:00.0: Signaling PME with IRQ 55
[    0.278916] pcieport 0000:00:00.0: AER enabled with IRQ 55
[    0.279084] pci 0000:01:00.0: enabling device (0140 -> 0142)
[    0.282335] iproc-rng200 fe104000.rng: hwrng registered
[    0.282560] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.283056] vc-sm: Videocore shared memory driver
[    0.283454] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    0.293404] brd: module loaded
[    0.303011] loop: module loaded
[    0.303747] Loading iSCSI transport class v2.0-870.
[    0.305410] libphy: Fixed MDIO Bus: probed
[    0.305831] bcmgenet fd580000.genet: failed to get enet clock
[    0.305848] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
[    0.305865] bcmgenet fd580000.genet: failed to get enet-wol clock
[    0.305881] bcmgenet fd580000.genet: failed to get enet-eee clock
[    0.305904] bcmgenet: Skipping UMAC reset
[    0.306132] unimac-mdio unimac-mdio.-19: DMA mask not set
[    0.321632] libphy: bcmgenet MII bus: probed
[    0.362116] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
[    0.362997] usbcore: registered new interface driver r8152
[    0.363056] usbcore: registered new interface driver lan78xx
[    0.363109] usbcore: registered new interface driver smsc95xx
[    0.363411] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.363442] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    0.365289] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[    0.365613] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 56
[    0.366464] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.366478] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.366489] usb usb1: Product: xHCI Host Controller
[    0.366500] usb usb1: Manufacturer: Linux 4.19.75-v7l+ xhci-hcd
[    0.366510] usb usb1: SerialNumber: 0000:01:00.0
[    0.367017] hub 1-0:1.0: USB hub found
[    0.367097] hub 1-0:1.0: 1 port detected
[    0.367557] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    0.367579] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    0.367598] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    0.368006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    0.368019] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.368030] usb usb2: Product: xHCI Host Controller
[    0.368041] usb usb2: Manufacturer: Linux 4.19.75-v7l+ xhci-hcd
[    0.368051] usb usb2: SerialNumber: 0000:01:00.0
[    0.368531] hub 2-0:1.0: USB hub found
[    0.368613] hub 2-0:1.0: 4 ports detected
[    0.369783] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.395355] dwc_otg fe980000.usb: base=(ptrval)
[    0.595602] Core Release: 2.80a
[    0.595622] Setting default values for core params
[    0.595650] Finished setting default values for core params
[    0.795980] Using Buffer DMA mode
[    0.795990] Periodic Transfer Interrupt Enhancement - disabled
[    0.795999] Multiprocessor Interrupt Enhancement - disabled
[    0.796009] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.796068] Dedicated Tx FIFOs mode
[    0.796473] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = ded34000 dma = 0x00000000ded34000 len=9024
[    0.796497] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    0.796508] dwc_otg: Microframe scheduler enabled
[    0.796563] WARN::hcd_init_fiq:457: FIQ on core 1
[    0.796580] WARN::hcd_init_fiq:458: FIQ ASM at c07b6224 length 36
[    0.796596] WARN::hcd_init_fiq:497: MPHI regs_base at f0810200
[    0.796631] dwc_otg fe980000.usb: DWC OTG Controller
[    0.796660] dwc_otg fe980000.usb: new USB bus registered, assigned bus number 3
[    0.796692] dwc_otg fe980000.usb: irq 37, io mem 0x00000000
[    0.796746] Init: Port Power? op_state=1
[    0.796755] Init: Power Port (0)
[    0.797019] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    0.797032] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.797044] usb usb3: Product: DWC OTG Controller
[    0.797055] usb usb3: Manufacturer: Linux 4.19.75-v7l+ dwc_otg_hcd
[    0.797065] usb usb3: SerialNumber: fe980000.usb
[    0.797577] hub 3-0:1.0: USB hub found
[    0.797625] hub 3-0:1.0: 1 port detected
[    0.798206] dwc_otg: FIQ enabled
[    0.798215] dwc_otg: NAK holdoff enabled
[    0.798224] dwc_otg: FIQ split-transaction FSM enabled
[    0.798237] Module dwc_common_port init
[    0.798455] usbcore: registered new interface driver uas
[    0.798568] usbcore: registered new interface driver usb-storage
[    0.798729] mousedev: PS/2 mouse device common for all mice
[    0.799918] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    0.800147] bcm2835-cpufreq: min=600000 max=1500000
[    0.800760] sdhci: Secure Digital Host Controller Interface driver
[    0.800769] sdhci: Copyright(c) Pierre Ossman
[    0.801154] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[    0.801529] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.804569] ledtrig-cpu: registered to indicate activity on CPUs
[    0.804714] hidraw: raw HID events driver (C) Jiri Kosina
[    0.804861] usbcore: registered new interface driver usbhid
[    0.804870] usbhid: USB HID core driver
[    0.805620] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[    0.807337] [vc_sm_connected_init]: start
[    0.816122] [vc_sm_connected_init]: end - returning 0
[    0.817199] Initializing XFRM netlink socket
[    0.817226] NET: Registered protocol family 17
[    0.817316] Key type dns_resolver registered
[    0.817650] Registering SWP/SWPB emulation handler
[    0.818224] registered taskstats version 1
[    0.818240] Loading compiled-in X.509 certificates
[    0.825967] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    0.826031] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[    0.829040] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    0.829527] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
[    0.830128] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    0.830140] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    0.854750] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[    0.872109] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.873729] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.875362] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.878276] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.879896] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.887736] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[    0.890041] of_cfs_init
[    0.890138] of_cfs_init: OK
[    0.890744] Waiting for root device PARTUUID=d9b3f436-02...
[    0.936066] random: fast init done
[    0.941642] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    0.950531] mmc1: new high speed SDIO card at address 0001
[    1.001676] mmc0: Tuning timeout, falling back to fixed sampling clock
[    1.001745] mmc0: new ultra high speed DDR50 SDHC card at address 0001
[    1.002908] mmcblk0: mmc0:0001 00000 14.6 GiB
[    1.004475]  mmcblk0: p1 p2
[    1.033628] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[    1.033639] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[    1.039732] EXT4-fs (mmcblk0p2): recovery complete
[    1.049857] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.049902] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.051062] devtmpfs: mounted
[    1.057313] Freeing unused kernel memory: 2048K
[    1.081851] Run /sbin/init as init process
[    1.124337] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    1.124351] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.124363] usb 1-1: Product: USB2.0 Hub
[    1.126129] hub 1-1:1.0: USB hub found
[    1.126449] hub 1-1:1.0: 4 ports detected
[    1.484412] systemd[1]: System time before build time, advancing clock.
[    1.589534] NET: Registered protocol family 10
[    1.590752] Segment Routing with IPv6
[    1.625372] 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.626037] systemd[1]: Detected architecture arm.
[    1.633904] systemd[1]: Set hostname to <raspberrypi>.
[    1.639804] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    1.926982] 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.
[    1.927003] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    2.372007] random: systemd: uninitialized urandom read (16 bytes read)
[    2.381034] random: systemd: uninitialized urandom read (16 bytes read)
[    2.385156] systemd[1]: Created slice User and Session Slice.
[    2.385437] random: systemd: uninitialized urandom read (16 bytes read)
[    2.385844] systemd[1]: Listening on udev Kernel Socket.
[    2.388363] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.388943] systemd[1]: Listening on udev Control Socket.
[    2.525260] i2c /dev entries driver
[    2.535578] pwm_soft: loading out-of-tree module taints kernel.
[    2.536367] SoftPWM v0.1 initializing.
[    2.536377] Clock resolution is 1 ns
[    2.536425] SoftPWM initialized.
[    3.033091] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    3.158950] systemd-journald[113]: Received request to flush runtime journal from PID 1
[    3.828375] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
[    3.828913] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
[    3.829411] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
[    3.829922] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
[    3.879014] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    3.881132] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    3.881148] [vc_sm_connected_init]: start
[    3.893463] [vc_sm_connected_init]: installed successfully
[    3.896107] media: Linux media interface: v0.10
[    3.925567] videodev: Linux video capture interface: v2.00
[    3.963434] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    3.976246] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    3.984373] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    3.985545] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    3.985579] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    4.328287] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.453855] snd-rpi-simple soc:sound: ASoC: CODEC DAI voicehat-hifi not registered - will retry
[    4.514362] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.591126] voicehat-codec voicehat-codec: property 'voicehat_sdmode_delay' not found default 5 mS
[    4.595664] snd-rpi-simple soc:sound: voicehat-codec <-> fe203000.i2s mapping ok
[    4.613971] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    4.614003] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    4.623166] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    4.623198] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    4.624149] brcmfmac: F1 signature read @0x18000000=0x15264345
[    4.634114] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.634721] usbcore: registered new interface driver brcmfmac
[    4.649103] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[    4.664653] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[    4.664746] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    4.665251] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1
[    4.665262] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.665271] [drm] No driver support for vblank timestamp query.
[    4.665291] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[    4.854250] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    4.869111] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[    8.708491] uart-pl011 fe201000.serial: no DMA platform data
[    8.945552] random: crng init done
[    8.945568] random: 7 urandom warning(s) missed due to ratelimiting
[    9.293250] 8021q: 802.1Q VLAN Support v1.8
[    9.680050] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.680061] brcmfmac: power management disabled
[    9.913533] bcmgenet: Skipping UMAC reset
[   10.011839] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
[   10.012055] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.533415] voicehat-codec voicehat-codec: Enabling audio amp...
[   10.535919] voicehat-codec voicehat-codec: Enabling audio amp...
[   10.622432] voicehat-codec voicehat-codec: Disabling audio amp...
[   11.031799] bcmgenet fd580000.genet eth0: Link is Down
[   15.423154] Bluetooth: Core ver 2.22
[   15.423199] NET: Registered protocol family 31
[   15.423203] Bluetooth: HCI device and connection manager initialized
[   15.423216] Bluetooth: HCI socket layer initialized
[   15.423222] Bluetooth: L2CAP socket layer initialized
[   15.423242] Bluetooth: SCO socket layer initialized
[   15.432538] Bluetooth: HCI UART driver ver 2.3
[   15.432544] Bluetooth: HCI UART protocol H4 registered
[   15.432578] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   15.432683] Bluetooth: HCI UART protocol Broadcom registered
[   15.576582] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.576588] Bluetooth: BNEP filters: protocol multicast
[   15.576599] Bluetooth: BNEP socket layer initialized
[   15.595334] Bluetooth: RFCOMM TTY layer initialized
[   15.595356] Bluetooth: RFCOMM socket layer initialized
[   15.595369] Bluetooth: RFCOMM ver 1.11
[  135.762835] brcmfmac: brcmf_cfg80211_get_station: GET STA INFO failed, -52
[  154.192934] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  219.984816] OF: overlay: WARNING: memory leak will occur if overlay removed, property: /soc/i2s@7e203000/status
[  268.346394] voicehat-codec voicehat-codec: Enabling audio amp...
[  268.354840] voicehat-codec voicehat-codec: Enabling audio amp...
[  297.563410] OF: overlay: WARNING: memory leak will occur if overlay removed, property: /soc/i2s@7e203000/status
[ 2580.764093] OF: overlay: WARNING: memory leak will occur if overlay removed, property: /soc/i2s@7e203000/status
dmitriykovalev commented 4 years ago

@AsidRum Which board do you have: Voice Bonnet (Pi Zero like size) or Voice HAT (Pi3 like size)?

ghost commented 4 years ago

@dmitriykovalev Voice HAT

nunziofiore commented 4 years ago

any news guys? we had same problem

ghost commented 4 years ago

Try to manually install all components on fresh raspbian. For me it's start working. I have only one issue microphone level is low