So I was looking for my GPUs and this line pops up with the result
libkmod: conf_files_filter_out: Directories inside directories are not supported: /etc/modprobe.d/local.conf
Is this normal?
So I was looking for my GPUs and this line pops up with the result
libkmod: conf_files_filter_out: Directories inside directories are not supported: /etc/modprobe.d/local.conf
Is this normal?
Welcome to Manjaro!
inxi --admin --verbosity=7 --filter --no-host --width
would be the minimum required information for us to be able to help you. (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)P.S. If you want to notify me that you did provide this information, please this message and I’ll come back and have another look.
P.P.S. If you enter a bit more details in your profile, we can also see which Desktop Environment you’re using, which exact CPU/GPU or Kernel, … you have without typing it every time
That file is not there by default. Did you added it manually? What is the content of it.
cat /etc/modprobe.d/local.conf
No but I did try passing my GPUs and blacklisted the drivers a long time ago, I don’t remember much.
cat /etc/modprobe.d/local.conf ✔ cat: /etc/modprobe.d/local.conf: Is a directory
then is a mistake there … delete it
sudo rm -r /etc/modprobe.d/local.conf
Thank you! the error’s gone.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.