I reported about this in every detail in the forum Advanced Support https://forums.mageia.org/en/viewtopic.php?f=8&t=8531&p=53579&hilit=i8k#p53579.
Now in Mageia 5 I want to avoid that this module gets loaded.
So I removed it from /etc/modprobe.preload
- Code: Select all
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
# i8k
# cat /proc/i8k causes sound interrupt of 400 milliseconds
# i8k is special module for Dell Inspiron Notebooks,
# but is not up to date for 17R SE 7720
nvram
dvb_usb_dib0700
evdev
evdev
But it is still loaded.
Then I tried to blacklist it in /etc/modprobe.d/blacklist_i8k.conf:
- Code: Select all
[bert@Dell7720Mageia5 modprobe.d]$ cat blacklist_i8k.conf
# cat /proc/i8k causes sound interrupt of 400 milliseconds
# i8k is special module for Dell Inspiron Notebooks,
# but is not up to date for 17R SE 7720
# Do not load the 'i8k' module on boot.
blacklist i8k
That does not work either.
How should I do it then?