Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to compile the raspberry pie driver for the USB network card

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to compile the raspberry driver for the USB network card, I believe most people do not know much about it, so share this article for your reference. I hope you will learn a lot after reading this article. Let's learn about it together.

Download library

1. Download the linux header file

Git clone-depth 1 git://github.com/raspberrypi/linux.git rpi-linux

two。 Download firmware

Git clone-depth 1 git://github.com/raspberrypi/firmware.git rpi-firmware

3. Download the rtl8188eu driver source code (thanks to this liwei student, the origin of the driver is the code base of the domestic TV stick known as "raspberry pie 2")

Git clone-- depth 1 git://github.com/liwei/rpi-rtl8188eu.git rpi-rtl8188eu compile cd rpi-linuxmake mrproperzcat / proc/config.gz > .configmake modules_preparecp / "path" / rpi-firmware/extra/Module.symvers .cd / "path" / rtl-8188euCONFIG_RTL8188EU=m make-C / "path" / rpi-linux M = `pwd`

Attention: 1: 00. Change "path" to your storage path 2. The compiled driver is stored in 8188eu.ko in the rtl-8188eu directory

Install sudo cp 8188eu.ko / lib/modules/3.X/kernel/driver/net/wirelesssudo depmod-asudo modprobe 8188eu

Attention: 1: 00. Change 3.x to your system version number, for example, my current system is 3.6.11 +

Detection

If there is no error during the installation, then the installation should be successful, execute lsusb

Display 8179 Realtek... It has already been identified.

The above is all the contents of the article "how to compile a Raspberry driver for a USB Network Card". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report