Gentoo:内核驱动配置:修订间差异
imported>Soleverlee |
imported>Soleverlee |
||
第13行: | 第13行: | ||
杀手网卡对应的其实是 atheros的芯片,linux中有glx的驱动模块。 | 杀手网卡对应的其实是 atheros的芯片,linux中有glx的驱动模块。 | ||
<pre> | <pre> | ||
Device drivers -> Network device support -> Ethernet driver support -> Atheros devices -> Qualcomm Atheros AR816x/AR817x support | Device drivers -> Network device support -> Ethernet driver support -> | ||
Atheros devices -> Qualcomm Atheros AR816x/AR817x support | |||
Device drivers -> Network device support -> Wileless LAN -> | Device drivers -> Network device support -> Wileless LAN -> | ||
Realtek rtlwifi family of devices -> Realtek RTL8723AE PCIe Wireless Network Adapter | Realtek rtlwifi family of devices -> Realtek RTL8723AE PCIe Wireless Network Adapter |
2016年3月28日 (一) 14:34的版本
驱动配置
以下是我在配置内核时,选择的驱动:
CPU
我的CPU为Intel CORE I7 4700 ,因此选择:
Processor type and features -> Processor family -> Core 2/newer Xeon
网卡
我的网卡有两个,从windows设备管理器可以看到型号:
- Killer E2200 Gigabit Ethernet Controller
- Realtek RTL8723AE 无线 LAN 802.11n PCI-E NIC
杀手网卡对应的其实是 atheros的芯片,linux中有glx的驱动模块。
Device drivers -> Network device support -> Ethernet driver support -> Atheros devices -> Qualcomm Atheros AR816x/AR817x support Device drivers -> Network device support -> Wileless LAN -> Realtek rtlwifi family of devices -> Realtek RTL8723AE PCIe Wireless Network Adapter
这样选择了驱动,其他的网卡驱动都可以去掉了。