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
When I run $ sudo make load, it throws this error:
$ sudo make load
echo "Unload upstream driver(s)" Unload upstream driver(s) for m in rtw88_8723de rtw88_8723d rtw88_8822be rtw88_8822b \ rtw88_8821ce rtw88_8821c rtw88_8822ce rtw88_8821c \ rtw88_pci rtw88_core; \ do rmmod "$m" 2> /dev/null; done; make: *** [Makefile:116: load] Error 1
I looked into Makefile what it does. I actually need to load only one driver, so I typed $ sudo insmod rtw88_8723du.ko and it threw this error:
$ sudo insmod rtw88_8723du.ko
insmod: ERROR: could not insert module rtw88_8723du.ko: Unknown symbol in module
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
$ sudo make load
, it throws this error:I looked into Makefile what it does. I actually need to load only one driver, so I typed
$ sudo insmod rtw88_8723du.ko
and it threw this error:The text was updated successfully, but these errors were encountered: