Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 2
    Welcome to Ask Ubuntu! Commented yesterday
  • 1
    If running as a normal user, you get Permission denied on the /etc/modprobe.d/disable-algif.conf creation. Try running the first line with sudo tee, as in echo "install algif_aead /bin/false" | sudo tee /etc/modprobe.d/disable-algif.conf, before removing the algif_aead module with rmmod algif_aead 2>/dev/null || true. Commented 20 hours ago
  • ...and I guess I would reactivate after a kernel fix and according update? How would that look like? Cheers. Commented 16 hours ago
  • 1
    @mikuszefski This can be undone by deleting the added file. But leaving it disabled is harmless unless you have a very performance-critical application Commented 16 hours ago
  • @DanielT perfect. A complete post then ;) Cheers. Commented 16 hours ago