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

Adding a sound speaker fix. Issue #1039 #1227

Closed
wants to merge 3 commits into from

Conversation

felipelalli
Copy link
Contributor

Description of changes

I found a (temporary?) solution at:

New Lenovo Legion 7 Pro (2023) no sound from speakers in Linux (Reddit)

It worked to me.

I added it to my configuration file:

{ config, lib, pkgs, modulesPath, ... }:

{

  boot.extraModprobeConfig = ''
    options snd-hda-intel model=auto
  '';

  boot.blacklistedKernelModules = [ "snd_soc_avs" ];
}
Things done
  • Tested the changes in your own NixOS Configuration
  • Tested the changes end-to-end by using your fork of nixos-hardware and
    importing it via <nixos-hardware> or Flake input

felipelalli and others added 3 commits September 15, 2024 14:51
…from the 16IRX8H, but I am still having issues with WiFi and sound (to be resolved).

Ref.: https://psref.lenovo.com/Product/Legion/Legion_Pro_7_16IRX9H
Accepting suggestions. 16irx8h should be fixed as well.

Co-authored-by: Jörg Thalheim <[email protected]>
@Mic92
Copy link
Member

Mic92 commented Nov 6, 2024

@mergify rebase

Copy link
Contributor

mergify bot commented Nov 6, 2024

rebase

❌ Pull request can't be updated with latest base branch changes

Mergify needs the author permission to update the base branch of the pull request.
@noksys needs to authorize modification on its head branch.

@Mic92
Copy link
Member

Mic92 commented Nov 6, 2024

@felipelalli can you rebase so we can see the CI going green?

@Mic92
Copy link
Member

Mic92 commented Nov 6, 2024

merged in #1229

@Mic92 Mic92 closed this Nov 6, 2024
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

Successfully merging this pull request may close these issues.

2 participants