Skip to content
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

Error in make load #21

Open
Hume2 opened this issue Sep 18, 2021 · 0 comments
Open

Error in make load #21

Hume2 opened this issue Sep 18, 2021 · 0 comments

Comments

@Hume2
Copy link

Hume2 commented Sep 18, 2021

When I run $ sudo make load, it throws this error:

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:

insmod: ERROR: could not insert module rtw88_8723du.ko: Unknown symbol in module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant