Comment 633 for bug 1958019

Revision history for this message
In , cristina223 (cristina223-linux-kernel-bugs) wrote :

(In reply to Cameron Berkenpas from comment #619)
> Appears that these kernels are including these drivers. You might have
> to figure out how to build your own kernel while enabling the necessary
> kernel options yourself after all.
>
> On 5/24/22 01:46, <email address hidden> wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=208555
> >
> > --- Comment #616 from <email address hidden> (<email address hidden>) ---
> > Oh, sorry I was in the wrong one version cuz I tried reverting to the older
> > one
> > when nvidia didn't work anymore.
> >
> > In kernel 5.17.0 the first command gives
> > $ sudo modprobe snd-hda-codec-cs35l41-i2c
> > modprobe: FATAL: Module snd-hda-codec-cs35l41-i2c not found in directory
> > /lib/modules/5.17.0-051700-generic
> >
> > while the other two give nothing.
> >
> >
> > (In reply to Cameron Berkenpas from comment #615)
> >> Your error message shows you're 5.13, which definitely doesn't have
> support.
> >>
> >>
> >>
> >> On 5/23/22 08:46, <email address hidden> wrote:
> >>> https://bugzilla.kernel.org/show_bug.cgi?id=208555
> >>>
> >>> --- Comment #614 from <email address hidden> (<email address hidden>) ---
> >>> The first two modprobe commands returned
> >>> `
> >>> modprobe: FATAL: Module snd-hda-codec-cs35l41-i2c not found in directory
> >>> /lib/modules/5.13.0-051300-generic
> >>> `
> >>> The third one returns nothing.
> >>>
> >>> I tried reinstalling my nvidia driver too but even after purging all it
> >>> doesn't
> >>> seem to work :\
> >>>
> >>> I tried following these instructions:
> >>>
> >>
> >>
> https://forums.developer.nvidia.com/t/nvidia-smi-has-failed-because-it-couldnt-communicate-with-the-nvidia-driver-make-sure-that-the-latest-nvidia-driver-is-installed-and-running/197141/6
> >>> (In reply to Cameron Berkenpas from comment #612)
> >>>> I would try try 5.17. 5.18 only came out yesterday, and therefore
> doesn't
> >>>> even have any point releases so chances are reasonably high you'll run
> >> into
> >>>> bugs.
> >>>>
> >>>> Additionally, I don't have the ACHg6. It's possible you'll need to
> specify
> >>>> which modules to load. In the likely event that 5.17 doesn't work,
> perhaps
> >>>> someone can provide information on what's needed there.
> >>>>
> >>>> Possibly these steps will work:
> >>>> sudo modprobe snd-hda-codec-cs35l41-i2c
> >>>> sudo modeprobe snd_soc_cs35l41_i2c
> >>>> sudo modeprobe i2c-multi-instantiate
> >>>>
> >>>> (In reply to <email address hidden> from comment #609)
> >>>>> Thanks for the quick responses. I followed the instructions to install
> >> the
> >>>>> latest version. Is it supposed to work if I installed 5.18 too? It's
> not
> >>>>> working and it stopped recognising my external monitors too.
> >>>>>

Hi everyone, with a thanks of your support!
I recently bought a new model of Yoga 7i 16" alsa-info is here:
https://pastebin.com/cPPAp0vq
 I so i do have 4 speakers with amp on which is not working in Linux (as everybody mentioned here on windows sound it is strong), the rest of the sound in headphones, bluetooth mic are loading fine . I've read carefully most of you posts, and I tested some commands in my Arcolinux system (Archlinux)

So with kernel 5.17 it is support for following modules:( i am currently on linux 5.18.0-arch1-1)
serial_multi_instantiate
snd-soc-cs35l41-lib
snd-hda-scodec-cs35l41-i2c
snd-hda-scodec-cs35l41-spi

and i managed to load them helped by modinfo command noticed that some of them have dependencies other modules. So I preload the dep and then i made an file in /etc/modules-load/ where i listed all this modules in order to be load at boot. I checked after boot to see it all these modules are loaded- was successfully done.

But my sound is still the same - the AMP on speakers doesn't work!

I won't give up testing the further suggestions you might have, t!