Difference between revisions of "Install/Kernel/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "=== 固件 ===")
(Created page with "此时,安装最新的 {{c|sys-kernel/linux-firmware}} 包是明智之举,因为各种驱动都依赖于固件 blobs 和指令。如果没有固件,Wi-Fi 卡、图形卡...")
 
Line 25: Line 25:
=== 固件 ===
=== 固件 ===


At this point it is wise to emerge the latest {{c|sys-kernel/linux-firmware}} package, because various drivers rely on firmware blobs and instructions. Hardware like Wi-Fi cards, graphic cards, network cards, and others will not work properly or at all if firmware is not available. If using the ''{{c|stage3}}'' image, perform the following to install it. {{c|linux-firmware}} will be already installed if using the ''{{c|gnome}}'' image:
此时,安装最新的 {{c|sys-kernel/linux-firmware}} 包是明智之举,因为各种驱动都依赖于固件 blobs 和指令。如果没有固件,Wi-Fi 卡、图形卡、网卡等硬件将无法正常工作或根本无法工作。如果使用 ''{{c|stage3}}'' 镜像,请执行以下步骤进行安装。如果使用 ''{{c|linux-firmware}}'' 镜像,则 {{c|linux-firmware}} 已经安装完毕。


{{console|body=
{{console|body=

Latest revision as of 11:00, April 8, 2021

Other languages:
English • ‎español • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

安装指南:安装内核

Install Guide, Chapter 13 < Prev Next >

Funtoo Linux stage3 包含一个预建的 debian-sources 内核,使安装更快,更容易。要查看预装的内核版本,输入:

chroot # emerge -s debian-sources
Searching...    
[ Results for search key : debian-sources ]
[ Applications found : 1 ]

*  sys-kernel/debian-sources
      Latest version available: 5.9.6_p1
      Latest version installed: 5.9.6_p1
      Size of files: 118,723 kB
      Homepage:      https://packages.debian.org/unstable/kernel/
      Description:   Debian Sources (and optional binary kernel)
      License:       GPL-2

固件

此时,安装最新的 sys-kernel/linux-firmware 包是明智之举,因为各种驱动都依赖于固件 blobs 和指令。如果没有固件,Wi-Fi 卡、图形卡、网卡等硬件将无法正常工作或根本无法工作。如果使用 stage3 镜像,请执行以下步骤进行安装。如果使用 linux-firmware 镜像,则 linux-firmware 已经安装完毕。

chroot # emerge -av linux-firmware
Install Guide, Chapter 13 < Prev Next >