The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Kernel/ru"
(Created page with "{{Important|1= На данный момент целесообразно, установить последнюю версию пакета {{c|sys-kernel/linux-firmware}},...") |
|||
Line 24: | Line 24: | ||
{{Important|1= | {{Important|1= | ||
На | На данном этапе целесообразно, установить последнюю версию пакета {{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
Руководство по установке: Установка ядра.
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
На данном этапе целесообразно, установить последнюю версию пакета sys-kernel/linux-firmware
, потому что различные драйверы зависят от прошивок и инструкций. Аппаратное обеспечение, такое как карты Wi-Fi, графические карты, сетевые карты и другие, не будет работать должным образом или вообще не будет работать, если отсутствует прошивка для данного устройства.
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.