|
本帖最后由 chisenin 于 2020-7-8 09:35 编辑
realtek RTL8111DL网卡,在编译的时候找不到r8168驱动,make menuconfig只能找到r8169驱动,使用该驱动,安装正常,启动正常,就是无法连接,直连都不行。在github上找到BROBIRD的驱动适配方案,但该方案的makefile文件注释说明是英文的,我用google翻译来看,照着做,在make menuconfig时怎么都显示不出r8168网卡驱动,所以没法适配。makefile文件的注释如下:- #Download realtek r8168 linux driver from official site [https://www.realtek.com/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software]
- #Unpack source file
- #Replace orginal Makefile with this file
- #Put this source to 'package' folder of OpenWRT/LEDE SDK
- #Build(make menuconfig, make defconfig, make)
复制代码 google翻译如下
- 从官方网站#https://www.realtek.com/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software下载Realtek r8168 linux驱动程序
- #解压源文件
- #使用此文件替换原始的Makefile
- #将此来源放入OpenWRT / LEDE SDK的“ package”文件夹
- #Build(make menuconfig,make defconfig,make)
复制代码 我的理解是,用这个makefile代替官方驱动包里的makefile,然后把替换后的官方驱动包放到package目录下,请教各位高手,这样的理解对吗?我这样操作却makemenu显示不出r8168,请指点一二,感谢!
|
|