码迷,mamicode.com
首页 > 其他好文 > 详细

gentoo AR9285 BCM57780 安装驱动

时间:2018-11-27 22:54:37      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:dev   ice   光盘启动   --   device   and   lspci   boot   无线   

首先使用启动光盘启动, 然后
mount /dev/sda4 /mnt/gentoo 挂载硬盘
lspci -v 1>/mnt/gentoo/root/lspci_v.txt 输出信息到文件。
reboot 重启

然后进入系统之后查看, ar9285 对应的是 ath9k, bcm57780 对应的是 tg3,在内核中 使用 / 来查看对应的内核选项,
ath9k 可以直接搜索到。
bcm57780
Device Drivers --->
[*] Network device support --->
-- PHY Device support and infrastructure --->
<
> Broadcom PHYs
[*] Ethernet driver support --->
<*> Broadcom Tigon3 support

然后重新编译内核,并安装内核,重启,就可以驱动网卡了。
注意: 直接 ifconfig 的时候只能看到 无线网卡 wlp5s0, 看不到有限网卡, 可以 ifconfig -a 就能看到有限网卡 enp9s0

gentoo AR9285 BCM57780 安装驱动

标签:dev   ice   光盘启动   --   device   and   lspci   boot   无线   

原文地址:https://www.cnblogs.com/ramlife/p/10029464.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!