Package Base Details: linux-macbook

Git Clone URL: https://aur.archlinux.org/linux-macbook.git (read-only, click to copy)
Keywords: kernel macbook mbp suspend
Submitter: m3thodic
Maintainer: None
Last Packager: greg2010
Votes: 45
Popularity: 0.000000
First Submitted: 2016-07-05 23:22 (UTC)
Last Updated: 2020-11-19 06:48 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 23 Next › Last »

xristian commented on 2020-09-08 06:35 (UTC)

Errors when trying to install, any suggestions?

==> Verifying source file signatures with gpg...
    archlinux-linux git repo ... FAILED (unknown public key 3B94A80E50A477C7)
==> ERROR: One or more PGP signatures could not be verified!
error downloading sources: linux-macbook

greg2010 commented on 2020-09-04 18:07 (UTC)

@m.aesophor:

Assuming you are having the same issue (the last line in the log before freeze is fb0: switching to inteldrmfb from EFI VGA) this might help: https://bbs.archlinux.org/viewtopic.php?pid=1913977#p1913977

m.aesophor commented on 2020-09-04 11:14 (UTC)

Off-topic question here:

Has the i915 driver freezing issue been resolved? My a1398 still freezes upon boot. (linux-5.8.5)

greg2010 commented on 2020-08-26 04:40 (UTC)

5.8.x is now out. Note that Intel IOMMU is enabled by default (CONFIG_INTEL_IOMMU_DEFAULT_ON=y). This is a requirement for the kernel to boot with some (most?) older intel GPUs. Use kernel parameter if you need it disabled for any reason.

greg2010 commented on 2020-08-02 06:19 (UTC)

Can confirm the package build fails with gcc 10.1.0. There are reports that the video driver issue has been resolved in 5.7.7. I will investigate this some time next week, and if that's indeed the case will finally push 5.7.x. Stay tuned.

RollerGAME12 commented on 2020-08-01 12:16 (UTC)

Is anyone running into build errors? I think it is related to my GCC version being beyond what this was originally built on, based on quick research.


 CC [M]  arch/x86/kvm/../../../virt/kvm/kvm_main.o
arch/x86/kvm/../../../virt/kvm/kvm_main.c: In function ‘__kvm_gfn_to_hva_cache_init’:
arch/x86/kvm/../../../virt/kvm/kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2236 |  for ( ; start_gfn <= end_gfn; start_gfn += nr_pages_avail) {
      |                                ~~~~~~~~~~^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:268: arch/x86/kvm/../../../virt/kvm/kvm_main.o] Error 1
make[1]: *** [scripts/Makefile.build:505: arch/x86/kvm] Error 2
make: *** [Makefile:1683: arch/x86] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x55ab7dcd7bb0)

greg2010 commented on 2020-06-23 10:47 (UTC)

There is a bug in 5.7.x (5.7.4) i915 driver that causes freeze on boot with some intel integrated gpus (a1398 is affected). Not updating this package until the upstream issue is resolved.

TomCatT commented on 2020-06-08 18:12 (UTC)

Maybe my connection is bad but when I try to download the doc, the update fails because the conntion is too slow. Is there another way to download all the files?

ohell commented on 2020-04-14 21:24 (UTC) (edited on 2020-04-15 12:03 (UTC) by ohell)

another bug report: 5.6 kernel introduced incompatibility with bcwc_pcie package, so no webcam available, at least until the driver maintainer issues a new version.

In the meanwhile it is possible to update the driver manually after changing code, following the instructions at https://aur.archlinux.org/packages/bcwc-pcie-git/#comment-737146.

ohell commented on 2020-04-10 14:43 (UTC)

Found the problem! hid-apple-patched-git-dkms update to support Apple Magic keyboards does some funky auto detect of kb layout based on country code. Probably not your problem :)