種類別にドライバをインストールしました。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オーバーレイをサポートしていますか?
  • キーボードを操作するための完全なガイドはありますか?
  • 私は2つのパッチがすでにマージされていると思ったので、カーネルパッチについて何もしませんでした。
  • フラッグハブの問題https://github.com/cb22/macbook12-spi-driver/issues/11

ベストアンサー1

noapicこれは、Intel-lpssエラーを発生させるカーネルパラメータがあるためです。

おすすめ記事