Difference between revisions of "Install/Kernel/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "Funtoo Linux stage3 включает в себя заранее собранное {{c|debian-sources-lts}} ядро для быстрой и простой установки...")
(Created page with "{{Important|1= На данный момент целесообразно, установить последнюю версию пакета {{c|sys-kernel/linux-firmware}},...")
Line 24: Line 24:


{{Important|1=
{{Important|1=
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 not present.}}
На данный момент целесообразно, установить последнюю версию пакета {{c|sys-kernel/linux-firmware}}, потому что различные драйверы зависят от прошивок и инструкций. Аппаратное обеспечение, такое как карты Wi-Fi, графические карты, сетевые карты и другие, не будет работать должным образом или вообще не будет работать, если отсутствует прошивка для данного устройства.}}


{{Note|NVIDIA card users: the <code>binary</code> USE flag installs the Nouveau drivers which cannot be loaded at the same time as the proprietary drivers, and cannot be unloaded at runtime because of KMS. You need to blacklist it under <code>/etc/modprobe.d/</code>. If you're planning to use NVIDIA's drivers, see [[Package:NVIDIA_Linux_Display_Drivers|the NVIDIA Linux Display Drivers page]] for blacklisting information.}}
{{Note|NVIDIA card users: the <code>binary</code> USE flag installs the Nouveau drivers which cannot be loaded at the same time as the proprietary drivers, and cannot be unloaded at runtime because of KMS. You need to blacklist it under <code>/etc/modprobe.d/</code>. If you're planning to use NVIDIA's drivers, see [[Package:NVIDIA_Linux_Display_Drivers|the NVIDIA Linux Display Drivers page]] for blacklisting information.}}

Revision as of 00:00, April 14, 2019

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

Руководство по установке: Установка ядра.

Install Guide, Chapter 13 < Prev Next >

Funtoo Linux stage3 включает в себя заранее собранное debian-sources-lts ядро для быстрой и простой установки. Чтобы увидеть, какая версия ядра предустановлена, введите:

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

*  sys-kernel/debian-sources
      Latest version available: 4.9.130
      Latest version installed: 4.9.130
      Size of files: 95,022 kB
      Homepage:      https://packages.debian.org/stable/kernel/linux-image-4.9.0-6-amd64
      Description:   Debian Sources (and optional binary kernel)
      License:       GPL-2
   Important

На данный момент целесообразно, установить последнюю версию пакета sys-kernel/linux-firmware, потому что различные драйверы зависят от прошивок и инструкций. Аппаратное обеспечение, такое как карты Wi-Fi, графические карты, сетевые карты и другие, не будет работать должным образом или вообще не будет работать, если отсутствует прошивка для данного устройства.

   Note

NVIDIA card users: the binary USE flag installs the Nouveau drivers which cannot be loaded at the same time as the proprietary drivers, and cannot be unloaded at runtime because of KMS. You need to blacklist it under /etc/modprobe.d/. If you're planning to use NVIDIA's drivers, see the NVIDIA Linux Display Drivers page for blacklisting information.