You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was packaging a driver, it took me a long time to understand why dkms was failing and make.log didn't report any error.
It was a typo in BUILT_MODULE_NAME[0] in dkms.conf that made dkms unable to locate the built module.
An incorrect Makefile configuration can produce the same result.
I suggest to append a message like the following:
Make sure the name of the generated module is correct and at the root of the build directory!
before Consult the make.log in the build directory /var/lib/dkms/biokernbase/3.1.2.1/build/ for more information.
The text was updated successfully, but these errors were encountered:
The error message could also special case this to only suggest it in situations where it is known that make exited successfully but still failed to produce the expected files.
If we let udev evaluate our rules at position 60 (where most other
input rules sit), we can actually make use of uaccess and seat tags.
This allows proper access to the hidraw device because udev will now
assign ACLs for the current seat user to the device nodes.
Signed-off-by: Kai Krakow <[email protected]>
When I was packaging a driver, it took me a long time to understand why dkms was failing and make.log didn't report any error.
It was a typo in
BUILT_MODULE_NAME[0]
in dkms.conf that made dkms unable to locate the built module.An incorrect Makefile configuration can produce the same result.
I suggest to append a message like the following:
before
Consult the make.log in the build directory /var/lib/dkms/biokernbase/3.1.2.1/build/ for more information
.The text was updated successfully, but these errors were encountered: