-
Notifications
You must be signed in to change notification settings - Fork 3
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
Did not work for me :( (Lenovo Legion 7 2021) #4
Comments
This has been tested for the Legion 7 2020. Not sure there is a reliable fix for the Legion 7 2021 yet. What is your model? @cberkenpas any news on that? Fixed the typo on |
There's nothing as of yet for the 2021 Legion 7. However, it looks like
I will have the newer Legion by early August, and I suspect I'll at
least have some preliminary fix before the end of that month.
Coincidentally, customer service confirmed to me this morning via email
that I'm still on track to receive mine early August!
As I go through the process again, I'll update the documentation in my
branch to try and make sure it's not missing any important details. If
others can help streamline the verbs, it would be greatly appreciated as
I'm fairly busy.
…On 7/19/21 11:55 AM, Thiago S. F. X. Teixeira wrote:
This has been tested for the Legion 7 2020. Not sure there is a
reliable fix for the Legion 7 2021 yet. What is your model?
@cberkenpas <https://github.com/cberkenpas> any news on that?
Fixed the typo on |verbs-legion.txt|.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASNOIEZACWB2HLTZWUZEQLTYRYJ5ANCNFSM5AR7K7GQ>.
|
I also tried this on my 2021 Lenovo Legion 7 with no success. Wanted to add a bit more info - my alsa-info dump is here http://alsa-project.org/db/?f=75eea5cd869e28c69bf5360a2230fabfc997dc0a Must point out that the Nvidia GPU's audio controller is in |
Good catch on the device! Marcus Aram has done some great work and has determined that a Cirrus Logic amplifier chip (CS35L51) is being used. He found that under Windows a driver is needed for this amp chip in addition to the RealTek codec to get sound working. This is likely why verbs aren't enough to get your sound working. However, it's possible verbs will be needed alongside some sort of driver for the amplifier chip. I cancelled my order for the 2021 Lenovo Legion 7... and replaced it with another order to a Lenovo Legion 7i which will arrive much sooner. This is simply the 11th gen Intel based version. Looking at the docs, it likely has the same amplifier chip so I'll be able to start lending a hand to this effort soon-ish. Marcus determined that the CS35L51 is on the i2c bus, but hasn't had time to go much further yet. Hopefully I'll find the time to dig into that soon once I have my Legion 7i in hand. Neither of us has experience with writing drivers, and I certainly have very little experience with i2c, so we'd certainly appreciate any help. |
Sounds like that'll be quite a challenge. I don't even see CS35L51 on Cirrus Logic's product pages. L41 and L45 are there though. How is he going to get data sheets for a chip that the manufacturer doesn't even list as existing? The CS35L45 was only announced in March 2021 https://www.cirrus.com/products/cs35l45/ is there any chance L51 is an incorrect model number? |
Looking at the files in the Cirrus Logic amp Windows driver, you'll see things like: So that seems pretty accurate. There's an ASoC driver in progress on alsa-devel for the CS35L41 from a Cirrus Logic employee. Seems Cirrus Logic is supports open source to some extent at least. |
Hello, Marcus here. I've a Legion 7 2021 AMD (16ACHg6) model. These methods indeed doesn't work on this machine. I've extracted the verbs from the VM but still no sound. Although the keyboard "shows" the audio on the RGB leds keyboard. This is done through the verbs, and it is showing what I was playing on Windows. @cberkenpas already mentioned my findings. It looks like that the speaker amp needs to be initialized and that the amplifier is connected on the I2C bus (see my DSDT dump below). In Windows there is a Cirrus Logic Awesome Speakers Amp device. This one is on the I2C bus through ACPI CLSA0100. 16achverbs.txt
|
Just wanted to post my alsa info as well. http://alsa-project.org/db/?f=299b7728ec0d1f000f2ae255b5fbd81ffd762a53 Looks nearly identical to @hyc maybe differing firmware versions. |
Hopefully we'll see a driver for the Cirrus Logic CS35L51 amplifier chip at some point within the next few months. |
Fingers crossed... Is it driven entirely via ACPI entry points? Or something more lower level? |
I have no idea! But it sounds like Cirrus Logic might be working on a driver. That's about the extent of my knowledge on the topic for now. |
Thanks all for this thread. I was following the updates for the bug over here and I believe they have fixed it. After building the latest 5.17-rc4 kernel from the kernel-ppa, my sound is being detected in the settings menu!! However my sound still isn't outputting from the speakers. Anyone have any advice on how to debug? Or should I wait for the main release of 5.17? |
I don't have this model of laptop so I can't really help you there. If
you're applying all the patches correctly you can try asking on that bug.
…On 2/18/22 03:49, vineet131 wrote:
Thanks all for this thread. I was following the updates for the bug
over here <https://bugzilla.kernel.org/show_bug.cgi?id=208555> and I
believe they have fixed it.
After building the latest 5.17-rc4 kernel from the kernel-ppa, my
sound is being detected in the settings menu!! However my sound still
isn't outputting from the speakers. Anyone have any advice on how to
debug? Or should I wait for the main release of 5.17?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASNOIHPCSPP5A2UT5SNOM3U3YW4PANCNFSM5AR7K7GQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sorry about that. My model is 16ACHg6. I didn't ask there since I don't have an account there. |
As I wrote there https://bugzilla.kernel.org/show_bug.cgi?id=208555#c554 you need to add the 9 patches in the referenced email thread to the 5.17 sources. |
I missed that! Thanks for pointing it out. Since I am not experienced in applying patches to the source code, will these be merged and added to a later version of the kernel? Or is doing them manually the only option? |
Sorry for bumping this. Using the 5.18 kernel, I can confirm the speakers are finally working on the Legion 7 16ACHg6 on Void Linux. Ubuntu users... will have to wait I guess. |
Tried the main patch, followed the instructions exactly and then rebooted. Opened up Lofi girl but alas. Tested on Ubuntu 20.04.2 with kernel 5.8.0-59-generic. However, it does seem that sound is recognised in Settings -> Sound -> Output (I think it wasn't recognised before this).
As a side note, the alternative 1 also didn't work. (In your instructions, verbs-working.txt is basically verbs-legion.txt right?)
The text was updated successfully, but these errors were encountered: