sudo dkms add command issue

1.6k Views Asked by At

I am trying to setup my WIFI adapter settings. I have already run command

sudo apt install git build-essential dkms

when i try to do this

sudo dkms add ./rtlwifi_new

that shows me following error

Error! Could not find module source directory. Directory: /usr/src/.-rtlwifi_new does not exist.

how I can fix this?

1

There are 1 best solutions below

1
On

don't run this command in "rtlwifi_new" directory so back one directory cd ..