Skip to content
New issue

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

Zero not recognized with kernel 6.x #85

Open
flappix opened this issue Mar 6, 2023 · 1 comment
Open

Zero not recognized with kernel 6.x #85

flappix opened this issue Mar 6, 2023 · 1 comment

Comments

@flappix
Copy link

flappix commented Mar 6, 2023

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

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

audioinjector-stereo soc:sound: wm8731-hifi <-> 3f203000.i2s mapping ok

Any ideas?

@clubwalk
Copy link

hi, have you fixed this issue? having the same problem on the octo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants