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

sudo make install does not load the module #30

Open
hilliao opened this issue Oct 20, 2022 · 2 comments
Open

sudo make install does not load the module #30

hilliao opened this issue Oct 20, 2022 · 2 comments

Comments

@hilliao
Copy link

hilliao commented Oct 20, 2022

after executing the command sudo make install, the kernel module isn't loaded. I manually loaded it with sudo modprobe -v 8723du and it gets automatically loaded after reboot. Another issue is git clone git://github.com/lwfinger/rtl8723du.git -b v5.13.4 times out from my home IP. Here're the commands I used: https://gist.github.com/hilliao/ce62ae6870d0f8511fa73803a4d841eb

@lwfinger
Copy link
Owner

'sudo make install' is not supposed to load the module. If you already had an older version loaded, it would give an error and would confuse the user.

If git clone git://github.com/lwfinger/rtl8723du.git -b v5.13.4 times out, use https://github.com/lwfinger/rtl8723du.git -b v5.13.4
Github completely changed their authentication, and I never have any idea what will work.

@hilliao
Copy link
Author

hilliao commented Oct 21, 2022

would it be better to update the README.md with git clone https://github.com/lwfinger/rtl8723du.git -b v5.13.4 ? I tested it and it succeeded.

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

2 participants