Modifying file in /etc/modprobe.d in Core

We’re having some occasional wifi issues reported by some users and one of possible solutions we’ve run across is to set options iwlwifi 11n_disable=1 swcrypto=1 in /etc/modprobe.d/iwlwifi.conf.

How would we be able to set this option?

Thank you.

Hi,

I believe, only technical solution would be using the system-files interface currently. (https://snapcraft.io/docs/system-files-interface)

However, from the process point of view, the mentioned directory and files probably managed by kernel snap, therefore, there might be a risk of overwriting these parameters later on with a kernel snap update.

Maybe, there might be a better option that I could not foresee right now.