[РЕШЕНО] Debian 9 xfce4 нерегулируемая max яркость подсветки экрана ноутбука.

Автор green, 08 августа 2018, 03:21:49

« назад - далее »

0 Пользователи и 2 гостей просматривают эту тему.

amlasitsa

alexander@AMLASITSAdeb:~$ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3ec4] (rev 07)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:01.0 PCI bridge [0604]: Intel Corporation Skylake PCIe Controller (x16) [8086:1901] (rev 07)
   Kernel driver in use: pcieport
   Kernel modules: shpchp
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e9b]
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:08.0 System peripheral [0880]: Intel Corporation Skylake Gaussian Mixture Model [8086:1911]
   Subsystem: Acer Incorporated [ALI] Skylake Gaussian Mixture Model [1025:125e]
00:12.0 Signal processing controller [1180]: Intel Corporation Device [8086:a379] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a36d] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
   Kernel driver in use: xhci_hcd
   Kernel modules: xhci_pci
00:14.2 RAM memory [0500]: Intel Corporation Device [8086:a36f] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:15.0 Serial bus controller [0c80]: Intel Corporation Device [8086:a368] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:15.1 Serial bus controller [0c80]: Intel Corporation Device [8086:a369] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:a360] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:a353] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
   Kernel driver in use: ahci
   Kernel modules: ahci
00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a335] (rev f0)
   Kernel driver in use: pcieport
   Kernel modules: shpchp
00:1d.6 PCI bridge [0604]: Intel Corporation Device [8086:a336] (rev f0)
   Kernel driver in use: pcieport
   Kernel modules: shpchp
00:1e.0 Communication controller [0780]: Intel Corporation Device [8086:a328] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a30d] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:a348] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
   Kernel driver in use: snd_hda_intel
   Kernel modules: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:a323] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device [8086:a324] (rev 10)
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1c8d] (rev ff)
   Kernel modules: nvidia
06:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader [10ec:5287] (rev 01)
   Subsystem: Acer Incorporated [ALI] RTL8411B PCI Express Card Reader [1025:125e]
   Kernel driver in use: rtsx_pci
   Kernel modules: rtsx_pci
06:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
   Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1025:125e]
   Kernel driver in use: r8169
   Kernel modules: r8169
07:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
   Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0807]
   Kernel driver in use: ath10k_pci
   Kernel modules: ath10k_pci

amlasitsa

00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e9b]
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]

Если я правильно понимаю то на видеокарту Intel  не загружен драйвер.Как это можно сделать?

Olej

Цитата: amlasitsa от 21 января 2019, 08:52:3200:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e9b]
   Subsystem: Acer Incorporated [ALI] Device [1025:125e]

Если я правильно понимаю то на видеокарту Intel  не загружен драйвер.Как это можно сделать?
Вообще то, если вы знаете имя драйвера, это делается командой modprobe (можно и insmod).
Но это если драйвер (бинарный, .ko) присутствует у вас в каталоге modules. Если вы его там не найдёте, то вам, возможно придётся его собрать из исходников (скачав эти исходники), это несложно.