You certainly don't need it three times. You can edit the file and remove the two superfluous entries.
Next, let's check out some things. First, does the module perhaps have dependencies?
If yes, load them first. If no, try loading the module with verbose mode on to see any messages:
Any messages? If so, what are they? If not, did it load:
If it didn't load, try forcing it:
Check again:
Please report back here with your results.
Next, let's check out some things. First, does the module perhaps have dependencies?
Code:
sudo modprobe --show-depends w83627hf
Code:
sudo modprobe -v w83627hf
Code:
lsmod | grep w83627hf
Code:
sudo modprobe -v -f w83627hf
Code:
lsmod | grep w83627hf
Comment