저는 "LENOVO Ideapad 300-14IBR 80M2"를 가지고 있습니다. 기본 데비안 설치에 실패했습니다. (많은 문제: Wi-Fi, 정지, GPU, 다양한 충돌...) 일부 Linux 커널을 무작위로 사용 jessie-backport
하고 non-free
컴파일하고 설치했습니다.
#dpkg --list | grep linux-image
ii linux-image-3.16.0-4-amd64 3.16.36-1+deb8u1 amd64 Linux 3.16 for 64-bit PCs
ii linux-image-4.2.1-040201-generic 4.2.1-040201.201509211431 amd64 Linux kernel image for version 4.2.1 on 64 bit x86 SMP
ii linux-image-4.4.13 1.0.NAS amd64 Linux kernel binary image for version 4.4.13
ii linux-image-4.5.0-0.bpo.2-amd64 4.5.4-1~bpo8+1 amd64 Linux 4.5 for 64-bit PCs
ii linux-image-4.6.0 1.0.NAS amd64 Linux kernel binary image for version 4.6.0
ii linux-image-4.6.0-0.bpo.1-amd64 4.6.3-1~bpo8+1 amd64 Linux 4.6 for 64-bit PCs
ii linux-image-amd64 3.16+63 amd64 Linux for 64-bit PCs (meta-package)
GPU가 linux-image-4.2.1-040201-generic
조금씩 작동하고 있습니다. (동영상 재생 중에는 CPU 소비가 적습니다. 하지만 일시 중지 및 최대 절전 모드는 컴퓨터 충돌만 발생시킵니다.)
물론 제가 무엇을 하고 있는지 전혀 몰랐지만 배울 수 있는 좋은 시간이었습니다. 내 주요 문제는 내 GPU입니다.
#lspci -vnn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller [8086:22b1] (rev 21) (prog-if 00 [VGA controller])
특정 하드웨어를 기반으로 내 시스템에 가장 적합한 커널을 어떻게 찾나요? 직접 컴파일해야 합니까? 아니면 GPU/드라이버가 포함된 신뢰할 수 있는 커널 소스가 있습니까?
이제 내 /etc/apt/sources.list
:
deb ftp://ftp.debian.org/debian stable main contrib non-free
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb http://ftp.debian.org/debian jessie-backports main contrib non-free
감사해요.