首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ASUS P8Z77-V主板系列内核配置

ASUS P8Z77-V主板系列内核配置
EN

Unix & Linux用户
提问于 2013-01-31 18:18:27
回答 1查看 1.5K关注 0票数 3

我想为带有ASUSP8Z77-V主板的系统构建一个内核(3.6系列)。哪些设置适合内置组件?

(理想的答案应该包含这个板的.config示例。)

代码语言:javascript
复制
# lspci 

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 09)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
06:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9120 SATA 6Gb/s Controller (rev 12)
07:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
EN

回答 1

Unix & Linux用户

发布于 2013-01-31 18:33:34

你很幸运。我有一个定制的3.6.2内核的P8Z77-V和一切工作(wifi,以太网,acpi,集成视频,声音)。这可能是我有过的最没有麻烦的linux系统了。

我抛出了巴斯泰宾上的.config,因为它是3K+行。大多数与主板相关的东西都是内置的,除了atheros的wifi驱动程序,它们是模块。处理器是一个i5 --在任何情况下,您都可以将其直接复制到src/.config中,然后进行任何您想要的更改。

您也不应该完全使用3.6.2;当我升级内核时,我通常只是在我的旧.config中复制,然后快速查看make menuconfig。最基本的东西不会经常改变。您可以使用make oldconfig (menuconfig隐式地这样做)。

更新存在无线驱动程序的问题,尽管它似乎不影响正常的操作。见我在这里的报告

票数 3
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/63262

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档