Created attachment 300990
attachment-14829-0.html

 From your alsa-info (thanks!), I see that your subsystem id is 0x3822 
compared to the 0x1813 of the 15IMHG05.

In the root of the linux source folder/directory, open the file:
sound/pci/hda/patch_realtek.c

Find this line:
SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", 
ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),

Next to that line (before or after doesn't matter), add your own line:
SND_PCI_QUIRK(0x17aa, 0x3822, "Legion 7i 15IMH5", 
ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),

If the ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS fix doesn't work for your 
laptop, try theALC287_FIXUP_YOGA7_14ITL_SPEAKERS fix as well. Ie,
SND_PCI_QUIRK(0x17aa, 0x3822, "Legion 7i 15IMH5", 
ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),

But given the similarities between our laptop models, I strongly suspect 
the 15IMHG05 fix will work for your laptop as well.

Looks like you're running linux Mint, which, IIRC, is based on Debian or 
Ubuntu. For deb based distributions, you can build packages for your 
kernel like this:
make bindeb-pkg

You only really need the linux-image and linux-headers (for Nvidia) 
packages. To speed up the compile, you can pass in the -j option to 
parallelize the build:
make -j$(nproc) bindeb-pkg


On 5/17/22 14:32, bugzilla-dae...@kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=208555
>
> --- Comment #601 from Andrei Miculita (andreimiculita+k...@gmail.com) ---
> (In reply to Cameron Berkenpas from comment #600)
>> Looking at the model number, there's a chance it's compatible with the
>> verbs of the 15IMHG05, or another model from around that time.
>>
>> Do you know how to build and run your own kernel?
>>
>> Also, please provide a URL to your alsa-info.
>>
>> On 5/15/2022 12:12 PM,bugzilla-dae...@kernel.org  wrote:
>>> https://bugzilla.kernel.org/show_bug.cgi?id=208555
>>>
>>> --- Comment #599 from Andrei Miculita (andreimiculita+k...@gmail.com) ---
>>> Lenovo Legion S7 15IMH5
>>>
>>> Has anyone managed to get their sound working on it? Would appreciate a
>>> tutorial or some tips (the more specific, the better, as this thread is
>> full
>>> of
>>> other devices as well and it'd take a long time to try everything)
>>>
>
> I do, it might take me a while to get it done if I start now, but I've done
> it
> before for fun.
>
>
> My alsa-info:
> http://alsa-project.org/db/?f=c1ba1098da13b2d7d6793fbce823e4feed2ac4ee
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958019

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to