what does this mean to "Edit (or create if it doesnt exist)"
and then "add the following lines"
I copied the following text from an answer that i think will work but i dont know how to implement it
You need to blacklist the acer_wmi module (it never should have been loaded!)
[root@localhost ]# lsmod | grep acer
Edit (or create if it doesn't exist) /etc/modprobe.d/blacklist.conf
Add the following lines
# Disable acer_wmi as it breaks wifi on this model blacklist acer_wmi
Now unload the module (it will be blacklisted on the next boot so you only need to unload once)
[root@localhost ]# modprobe -r acer_wmi
thank you for your help