Hexxeh / rpi-firmware

Firmware files for the Raspberry Pi
Other
775 stars 208 forks source link

ASoC: failed to init link HiFiBerry Digi+ Pro: -517 #230

Closed hellgelino closed 4 years ago

hellgelino commented 4 years ago

Hi,

i cant use my hifiberry digi+ pro card anymore. Im using the newest 64 bit Kernel on my pi 4 8GB. ASoC: failed to init link HiFiBerry Digi+ Pro: -517

pi@:~ $ vcgencmd version Jun 26 2020 14:48:17 Copyright (c) 2012 Broadcom version b078012603a6a094178f959805996ad225a0d83b (clean) (release) (start)

pi@:~ $ cat /etc/rpi-issue Raspberry Pi reference 2019-06-20 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 150e25c4f8123a4c9c63e8dca1b4737fa6c1135c, stage2

pi@:~ $ uname -a Linux 5.4.49-v8+ #1323 SMP PREEMPT Fri Jun 26 14:47:11 BST 2020 aarch64 GNU/Linux

pi@:~ $ sudo rpi-update Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom Performing self-update Relaunching after update Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Your firmware is already up to date pi@:~ $

Greats Helge

pelwell commented 4 years ago

What is the most recent kernel that does give you a working HiFiBerry?

The error number -517 is -EPROBE_DEFER - it means that some dependency isn't available yet and the kernel will try again later. This isn't usually an error - normally drivers don't add a message to the kernel log for this error number - but if the required dependency is never met then that is an error.

Could you post:

  1. the complete output of dmesg
  2. the output of lsmod
Ruffio commented 4 years ago

@hellgelino is this still an issue or has it been resolved? Can you provide the above information if still an issue?