802.11n无线网卡驱动linux,Ubuntu无线网卡驱动安装教程

802.11n无线网卡驱动linux,Ubuntu无线网卡驱动安装教程

2023年6月26日发(作者:)

802.11n⽆线⽹卡驱动linux,Ubuntu⽆线⽹卡驱动安装教程Realtek 802.11ac(rtl8812au)这是 Realtek 802.11ac(rtl8812au)v4.2.2(7502.20130507)驱动程序的⼀个分⽀,改进后构建在 内核版本 >= 3.10 上。⽬的My D-Link DWA-171 wireless dual-band adapter needs the Realtek 8812au driver to work under current rtl8812au version (per nov. 20th 2013) doesn't compile on Linux kernels >= 3.10 due to a change in the procentry API, specifically the deprecation of the create_proc_entry() and create_proc_read_entry() functions in favor of thenew proc_create() akefile 已预先配置为处理⼤多数 x86 / PC 版本。如果您正在编译除 intel x86 架构之外的其他东西,则需要⾸先选择平台,例如对于Raspberry Pi,您需要将 I386 设置为 n,将 ARM_RPI 设置为 y:...CONFIG_PLATFORM_I386_PC = n...CONFIG_PLATFORM_ARM_RPI = yThere are many other platforms supported and some other advanced options, e.g. PCI instead of USB, but most won't driver is built by running make, and can be tested by loading the built module using insmod:$ make$ sudo insmod 加载模块后,应该可以使⽤名为Realtek 802.11n WLAN Adapter的⽆线⽹络接⼝。After loading the module, a wireless network interface namedRealtek 802.11n WLAN Adaptershould be available.安装安装驱动程序只需将构建的模块复制到正确的位置并使⽤depmod⽅法更新模块依赖关系:$ sudo cp /lib/modules/$(uname -r)/kernel/drivers/net/wireless$ sudo depmod现在应该⾃动加载驱动程序模块。DKMS⾃动重建和安装内核更新。DKMS 是 的官⽅来源,⽤于安装:$ sudo -get install build-essential dkms必须将驱动程序源复制到 /usr/src/8812au-4.2.2然后将其添加到 DKMS:$ sudo dkms add -m 8812au -v 4.2.2$ sudo dkms build -m 8812au -v 4.2.2$ sudo dkms install -m 8812au -v 4.2.2检查:$ sudo dkms status在启动时⾃动加载:$ echo 8812au | sudo tee -a /etc/modules最终从 DKMS 中删除:$ sudo dkms remove -m 8812au -v 4.2.2 --all重启后⽆法接收 WiFi参考

发布者:admin,转转请注明出处:http://www.yc00.com/web/1687751971a39301.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信