종류별로 드라이버를 설치했어요make test

종류별로 드라이버를 설치했어요make test

종류별로 드라이버를 설치했어요make test

https://github.com/cb22/macbook12-spi-driver

DSDT를 수정해 보세요

  • https://bugzilla.kernel.org/attachment.cgi?id=206671
  • https://wiki.archlinux.org/index.php/DSDT#Using_a_CPIO_archive

명령 정보

[root@tux ~]# dmesg | grep -i dsdt
[    0.000000] ACPI: DSDT ACPI table found in initrd [kernel/firmware/acpi/dsdt.aml][0x883d]
[    0.000000] ACPI: DSDT 0x000000008AFEB000 008875 (v03 APPLE  MacBook  00080001 INTL 20140424)
[    0.639233] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.839455] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events

[root@tux ~]# dmesg | grep -i override
[    0.000000] Command line: initrd=\acpi_override initrd=\initramfs-linux.img root=PARTUUID=e6323f91-bb51-4563-aa54-15d7f490dbb1 rw noapic intremap=nosid
[    0.000000] Kernel command line: initrd=\acpi_override initrd=\initramfs-linux.img root=PARTUUID=e6323f91-bb51-4563-aa54-15d7f490dbb1 rw noapic intremap=nosid

아직도 MacBook 키보드를 사용할 수 없습니다

  • Arch Linux는 여전히 DSDT 오버레이를 지원합니까?
  • 키보드를 작동시키기 위한 전체 가이드가 있나요?
  • 나는 두 패치가 이미 병합되었다고 생각했기 때문에 커널 패치에 대해 아무것도 하지 않았습니다.
  • 깃허브 문제https://github.com/cb22/macbook12-spi-driver/issues/11

답변1

noapic이는 Intel-lpss 오류를 발생시키는 커널 매개변수가 있기 때문입니다 .

관련 정보