We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Entering into the directory and running a 'make'
I get this: [root@localhost Realtek-802.11-Drivers]# make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.5.8-200.fc31.x86_64/build M=/pub/src/Realtek-802.11-Drivers modules make[1]: Entering directory '/usr/src/kernels/5.5.8-200.x86_64' make[1]: *** No rule to make target 'modules'. Stop. make[1]: Leaving directory '/usr/src/kernels/5.5.8-200.x86_64' make: *** [Makefile:1584: modules] Error 2 [root@localhost Realtek-802.11-Drivers]# automake --modules automake: error: unrecognized option '--modules'. automake: Try '/bin/automake --help' for more information. [root@localhost Realtek-802.11-Drivers]# cd .. [root@localhost src]# cd rtl8812AU_8821AU_linux/ [root@localhost rtl8812AU_8821AU_linux]# ls clean CONTRIBUTORS.md core fetch.sh ifcfg-wlan0 Kconfig Makefile os_dep README.md wlan0dhcp contrib contributors.sh dkms.conf hal include LICENSE Makefile.dkms platform runwpa [root@localhost rtl8812AU_8821AU_linux]# autoconf . /usr/bin/m4: cannot open `.': Is a directory autom4te: /usr/bin/m4 failed with exit status: 1 [root@localhost rtl8812AU_8821AU_linux]# automake . automake: error: no Automake input file found for '.' automake: error: no input file found among supplied arguments [root@localhost rtl8812AU_8821AU_linux]# make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.5.8-200.fc31.x86_64/build M=/pub/src/rtl8812AU_8821AU_linux modules make[1]: Entering directory '/usr/src/kernels/5.5.8-200.x86_64' make[1]: *** No rule to make target 'modules'. Stop. make[1]: Leaving directory '/usr/src/kernels/5.5.8-200.x86_64' make: *** [Makefile:1622: modules] Error 2 [root@localhost rtl8812AU_8821AU_linux]#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Entering into the directory and running a 'make'
I get this:
[root@localhost Realtek-802.11-Drivers]# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.5.8-200.fc31.x86_64/build M=/pub/src/Realtek-802.11-Drivers modules
make[1]: Entering directory '/usr/src/kernels/5.5.8-200.x86_64'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/usr/src/kernels/5.5.8-200.x86_64'
make: *** [Makefile:1584: modules] Error 2
[root@localhost Realtek-802.11-Drivers]# automake --modules
automake: error: unrecognized option '--modules'.
automake: Try '/bin/automake --help' for more information.
[root@localhost Realtek-802.11-Drivers]# cd ..
[root@localhost src]# cd rtl8812AU_8821AU_linux/
[root@localhost rtl8812AU_8821AU_linux]# ls
clean CONTRIBUTORS.md core fetch.sh ifcfg-wlan0 Kconfig Makefile os_dep README.md wlan0dhcp
contrib contributors.sh dkms.conf hal include LICENSE Makefile.dkms platform runwpa
[root@localhost rtl8812AU_8821AU_linux]# autoconf .
/usr/bin/m4: cannot open `.': Is a directory
autom4te: /usr/bin/m4 failed with exit status: 1
[root@localhost rtl8812AU_8821AU_linux]# automake .
automake: error: no Automake input file found for '.'
automake: error: no input file found among supplied arguments
[root@localhost rtl8812AU_8821AU_linux]# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.5.8-200.fc31.x86_64/build M=/pub/src/rtl8812AU_8821AU_linux modules
make[1]: Entering directory '/usr/src/kernels/5.5.8-200.x86_64'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/usr/src/kernels/5.5.8-200.x86_64'
make: *** [Makefile:1622: modules] Error 2
[root@localhost rtl8812AU_8821AU_linux]#
The text was updated successfully, but these errors were encountered: