NixOS / nixos-hardware

A collection of NixOS modules covering hardware quirks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lenovo Yoga Pro 7 14APH8

dandanua opened this issue · comments

I have Lenovo Yoga Pro 7 14APH8 with AMD 7840HS CPU.

My issue was that I couldn't resume it from sleep - I had disk IO error as described here.

I was able to fix it by
boot.kernelParams = [ “amd_iommu=off” “iommu=soft” ]

This probably should be added to the list.

- [ ] ~~~~