Gentoo:内核驱动配置
驱动配置
以下是我在配置内核时,选择的驱动:
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
这样选择了驱动,其他的网卡驱动都可以去掉了。