"Intel 드라이버"의 두 판 사이의 차이

wwiki
이동: 둘러보기, 검색
(펨웨어 설치)
(펨웨어 설치)
21번째 줄: 21번째 줄:
  
 
=== 펨웨어 설치 ===
 
=== 펨웨어 설치 ===
64비트 PC용 리눅스 (메타 패키지) 설치
 
  
Buster의 경우 설치되어 있다.
 
 
$ apt-get install linux-image-amd64
 
 
Binary firmware for Intel Wireless cards ['''non-free''']
 
 
$ apt-get install firmware-iwlwifi
 
 
X.Org X server -- Intel i8xx, i9xx display driver
 
 
$ apt-get remove xserver-xorg-video-intel
 
 
내장 그래픽 드라이버는 firmware-misc-nonfree에 포함되어 있다.
 
내장 그래픽 드라이버는 firmware-misc-nonfree에 포함되어 있다.
  
소스 리스트에 non-free추가
+
[[apt]] 소스 리스트에 non-free추가
  
/etc/apt/sources.list<syntaxhighlight lang="text">
 
deb http://deb.debian.org/debian buster main non-free
 
deb-src http://deb.debian.org/debian buster main non-free
 
  
deb http://deb.debian.org/debian-security/ buster/updates main non-free
 
deb-src http://deb.debian.org/debian-security/ buster/updates main non-free
 
  
deb http://deb.debian.org/debian buster-updates main non-free
+
firmware-misc-nonfree 패키지 설치
deb-src http://deb.debian.org/debian buster-updates main non-free
 
</syntaxhighlight>firmware-misc-nonfree 패키지 설치
 
 
  $ apt-get  install firmware-misc-nonfree
 
  $ apt-get  install firmware-misc-nonfree
 
rtl8168드라이버는 firmware-realtek에 포함되어 있다.
 
rtl8168드라이버는 firmware-realtek에 포함되어 있다.
 
  $ apt install firmware-realtek
 
  $ apt install firmware-realtek

2019년 12월 2일 (월) 23:58 판

리눅스에서(데비안) 펌웨어

인텔 내장 그래픽

화면이 출력되는 것으로 보아 전원관리기능등이 비활성화되는 듯 하다.

커널 메시지:

i915 0000:00:02.0: firmware: failed to load i915/glk_dmc_ver1_04.bin (-2)
i915 0000:00:02.0: Direct firmware load for i915/glk_dmc_ver1_04.bin failed with error -2
i915 0000:00:02.0: Failed to load DMC firmware i915/glk_dmc_ver1_04.bin. Disabling runtime power management.
i915 0000:00:02.0: DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915

내장 랜카드

네트워크가 작동하는 것으로 보아 펌웨어 패치 로딩이 실패한 듯. 커널 메시지:

r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168h-2.fw (-2)
r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)

펨웨어 설치

내장 그래픽 드라이버는 firmware-misc-nonfree에 포함되어 있다.

apt 소스 리스트에 non-free추가


firmware-misc-nonfree 패키지 설치

$ apt-get  install firmware-misc-nonfree

rtl8168드라이버는 firmware-realtek에 포함되어 있다.

$ apt install firmware-realtek