The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    LMDE, Liquorix Kernel, Grub Boot Options and Suspend/Hibernate

    Discussion in 'Linux Compatibility and Software' started by theZoid, Jan 23, 2011.

  1. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    The Liquorix Kernel fixed my internal microphone and suspend/hibernate problems. The following grub boot option also enables suspend/hibernate with my laptop (without Liquorix Kernel, but it is enabled in Liquorix Kernel if you go that route):

    GRUB_CMDLINE_LINUX="intel_iommu=on"


    This is an experimental linux kernel option that enables dma remapping per the developer of the Liquorix Kernel. It goes under the other grub boot cmds in /etc/default/grub. If you are having problems with suspend/hibernate and have a similar laptop, give it a try!

    Of course, your kernel has to support this, and I'm not sure when it was introduced.