GithubHelp home page GithubHelp logo

Comments (4)

lwfinger avatar lwfinger commented on September 18, 2024

If you want the driver to be built into the kernel, you would need to merge the code with kernel source, probably in the drivers/staging tree. All statements involving #LINUX_VERSION_CODE would need to be simplified so that only the code appropriate for your kernel is left. Finally, you would need to write a Kconfig and Makefile suitable for kernel building. It would take an expert about 10 hours to complete that. I suggest you find out how to add an external module to your system. That would be a lot easier.

from rtl8723bu.

TelDragon avatar TelDragon commented on September 18, 2024

Thank you very much for your attention.

I will automatically load this driver according to modules

  • Edit loading file
vi /etc/modules

8723bu
  • Add kernel file boot
mkdir -p /lib/modules/$(uname -r)/kernel/drivers/net/
cp 8723bu.ko /lib/modules/$(uname -r)/kernel/drivers/net/
  • Generate module load file
cp kernel/modules.builtin /lib/modules/$(uname -r)/kernel
cp kernel/modules.order /lib/modules/$(uname -r)/kernel
depmod -a

from rtl8723bu.

TelDragon avatar TelDragon commented on September 18, 2024

But I have another problem

The drive speed provided by the original factory can reach nearly 10M/s.

http://mirrors.163.com/debian-cd/10.6.0/armhf/iso-dvd/debian-10.6.0-armhf-DVD-1.iso

Test

Using your drive is much slower 2M/s

from rtl8723bu.

lwfinger avatar lwfinger commented on September 18, 2024

That I cannot help you with. I did not write the driver - I only provide the factory driver here in a form that will build. I do not understand the details of the chip! Sorry.

from rtl8723bu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.