-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile a driver #1
Comments
Comment the line defining MODULE_SUPPORTED_DEVICE //MODULE_SUPPORTED_DEVICE("Asix serial 99100"); The only reference I could find to MODULE_SUPPORTED_DEVICE is here: /* Not Yet Implemented */ looks like "MODULE_SUPPORTED_DEVICE" was never used. |
Same issue as OP. Commenting out the MODULE_SUPPORTED_DEVICE allows the build to proceed (with warnings). However, it fails to install: $ make However, the 'make install' step breaks: Likewise attempting to load manually with 'insmod' fails: $ sudo insmod ax99100.ko System - Linux Mint 20.3 Soooo close! Any assistance is appreciated. |
I patched up some of this repo with the manufacturers drivers and have got the kernel module to work. Running on Ubuntu 22.04.3 LTS The new serial ports are:
Repo is here: |
Hello, when I try to compile this driver a got this error message:
Can you help me please with this issue?
The text was updated successfully, but these errors were encountered: