We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used the audioinjector zero for a long time with a kernel 4.19.42. Now I updated to kernel 6.1.13 and the card stopped working.
aplay -l returns no sound card, also alsamixer cannot find any.
aplay -l
My /boot/config.txt looks like this
boot_delay=0 force_turbo=1 #dtparam=audio=on dtoverlay=audioinjector-wm8731-audio dtoverlay=pi3-disable-bt gpu_mem=16 disable_splash=1 initramfs initramfs-linux.img followkernel
All sound modules seems to be loaded
> lsmod | grep snd snd_usb_audio 266240 0 snd_hwdep 16384 1 snd_usb_audio snd_usbmidi_lib 32768 1 snd_usb_audio snd_rawmidi 32768 1 snd_usbmidi_lib snd_seq_device 16384 1 snd_rawmidi snd_soc_audioinjector_pi_soundcard 16384 0 snd_soc_bcm2835_i2s 16384 0 snd_soc_core 237568 2 snd_soc_bcm2835_i2s,snd_soc_audioinjector_pi_soundcard mc 53248 7 bcm2835_isp,bcm2835_codec,snd_usb_audio,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2 snd_compress 20480 1 snd_soc_core snd_pcm_dmaengine 16384 1 snd_soc_core snd_bcm2835 28672 0 snd_pcm 114688 7 snd_compress,snd_usb_audio,snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_core,snd_soc_audioinjector_pi_soundcard snd_timer 32768 1 snd_pcm snd 86016 10 snd_compress,snd_hwdep,snd_usb_audio,snd_timer,snd_rawmidi,snd_usbmidi_lib,snd_seq_device,snd_bcm2835,snd_soc_core,snd_pcm
dmesg | grep audio is empty while with the 4.19 kernel I got a
dmesg | grep audio
audioinjector-stereo soc:sound: wm8731-hifi <-> 3f203000.i2s mapping ok
Any ideas?
The text was updated successfully, but these errors were encountered:
hi, have you fixed this issue? having the same problem on the octo
Sorry, something went wrong.
No branches or pull requests
I used the audioinjector zero for a long time with a kernel 4.19.42.
Now I updated to kernel 6.1.13 and the card stopped working.
aplay -l
returns no sound card, also alsamixer cannot find any.My /boot/config.txt looks like this
All sound modules seems to be loaded
dmesg | grep audio
is empty while with the 4.19 kernel I got aAny ideas?
The text was updated successfully, but these errors were encountered: