Gentoo:内核驱动配置:修订间差异
imported>Soleverlee |
imported>Soleverlee |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
=内核配置= | |||
参考资料: | |||
*http://www.jinbuguo.com/kernel/longterm-3_10-options.html | |||
=驱动配置= | =驱动配置= | ||
以下是我在配置内核时,选择的驱动: | 以下是我在配置内核时,选择的驱动: | ||
第15行: | 第18行: | ||
杀手网卡对应的其实是 atheros的芯片,linux中有glx的驱动模块。 | 杀手网卡对应的其实是 atheros的芯片,linux中有glx的驱动模块。 | ||
<pre> | <pre> | ||
Device drivers -> Network device support -> Ethernet driver support -> | Device drivers | ||
-> Network device support | |||
Device drivers -> Network device support -> Wileless LAN -> | -> 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 | |||
</pre> | </pre> | ||
这样选择了驱动,其他的网卡驱动都可以去掉了。 | 这样选择了驱动,其他的网卡驱动都可以去掉了。 | ||
第24行: | 第34行: | ||
==磁盘== | ==磁盘== | ||
==蓝牙== | ==蓝牙== | ||
我有一个 Realtek Bluetooth 4.0 | 我有一个 Realtek Bluetooth 4.0 Adapter的蓝牙设备。从设备管理器的信息来看,应该是HCI的USB蓝牙设备,因此: | ||
<pre> | <pre> | ||
Networking support | |||
-> Bluetooth subsystem support | |||
-> Buletooth device drivers | |||
-> HCI USB driver | |||
</pre> | </pre> | ||
第32行: | 第45行: | ||
显卡是Interl HD4600,另一个是GT750m | 显卡是Interl HD4600,另一个是GT750m | ||
<pre> | <pre> | ||
Device drivers -> Graphics support -> Intel 8xx/9xx/G3xx/G4xx/GD graphics | Device drivers | ||
Device drivers -> Graphics support -> Nouveau (nVidia) cards | -> Graphics support | ||
-> Intel 8xx/9xx/G3xx/G4xx/GD graphics | |||
Device drivers | |||
-> Graphics support | |||
-> Nouveau (nVidia) cards | |||
Device drivers -> Graphics support -> Laptop Hybrid Graphics -GPU switching support7 | Device drivers | ||
-> Graphics support | |||
-> Laptop Hybrid Graphics - GPU switching support7 | |||
</pre> | </pre> | ||
显卡可以安装开源的驱动,也有闭源的官方驱动可以自行安装。另一个是显卡切换的这里有个选项。 | 显卡可以安装开源的驱动,也有闭源的官方驱动可以自行安装。另一个是显卡切换的这里有个选项。 | ||
第42行: | 第62行: | ||
有一个SD卡读卡器:Realtek PCIE CardReader | 有一个SD卡读卡器:Realtek PCIE CardReader | ||
<pre> | <pre> | ||
Device drivers -> Multifunction device drivers -> Realtek PCI-E card reader | Device drivers | ||
-> Multifunction device drivers | |||
-> Realtek PCI-E card reader | |||
</pre> | </pre> | ||
2016年3月28日 (一) 15:03的最新版本
内核配置
参考资料:
驱动配置
以下是我在配置内核时,选择的驱动:
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
这样选择了驱动,其他的网卡驱动都可以去掉了。
磁盘
蓝牙
我有一个 Realtek Bluetooth 4.0 Adapter的蓝牙设备。从设备管理器的信息来看,应该是HCI的USB蓝牙设备,因此:
Networking support -> Bluetooth subsystem support -> Buletooth device drivers -> HCI USB driver
显卡
显卡是Interl HD4600,另一个是GT750m
Device drivers -> Graphics support -> Intel 8xx/9xx/G3xx/G4xx/GD graphics Device drivers -> Graphics support -> Nouveau (nVidia) cards Device drivers -> Graphics support -> Laptop Hybrid Graphics - GPU switching support7
显卡可以安装开源的驱动,也有闭源的官方驱动可以自行安装。另一个是显卡切换的这里有个选项。
读卡器
有一个SD卡读卡器:Realtek PCIE CardReader
Device drivers -> Multifunction device drivers -> Realtek PCI-E card reader