Getting a line of probably error when looking for GPUs

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?

:+1: Welcome to Manjaro! :+1:

  1. Please read this:
    [HowTo] Provide System Information
    and press the three dots below your post and press the :pencil2: to give us more information so we can see what’s really going on.
    Now we know the symptom of the disease, but we need some more probing to know where the origin lies… :grin:
  2. An 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)
    Also, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text.

:+1:

P.S. If you want to notify me that you did provide this information, please :heart: 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.