Package Details: mediatek-mt7927-dkms 2.13-1

Git Clone URL: https://aur.archlinux.org/mediatek-mt7927-dkms.git (read-only, click to copy)
Package Base: mediatek-mt7927-dkms
Description: DKMS Bluetooth (MT6639) and WiFi (MT7925e/MT7902) modules for MediaTek MT7927 Filogic 380
Upstream URL: https://github.com/jetm/mediatek-mt7927-dkms
Keywords: asus bluetooth driver kernel linux mediatek mt76 mt7925e mt7927 wifi
Licenses: GPL-2.0-only
Conflicts: btusb-mt7925-dkms, btusb-mt7927-dkms
Provides: mediatek-mt6639-bt-dkms, mediatek-mt7925-wifi-dkms
Submitter: jetm
Maintainer: jetm
Last Packager: jetm
Votes: 8
Popularity: 2.03
First Submitted: 2026-02-20 20:53 (UTC)
Last Updated: 2026-07-05 15:35 (UTC)

Pinned Comments

jetm commented on 2026-03-20 20:54 (UTC)

Please, report a problem by opening an issue at mediatek-mt7927-dkms repo

Latest Comments

1 2 Next › Last »

dafta commented on 2026-07-05 15:35 (UTC)

I checked last night from several different devices and IPs from two different ISPs, with curl too. https://cdn.kernel.org/pub/linux/kernel/v7.x/ gave a 403 and the tar gave a 404. It also persisted for at least an hour. Given that it was from several different connections, I don't think it was a network issue.

Regardless, whatever it was, today it's available and the build worked. Thanks for this package!

jetm commented on 2026-07-05 14:58 (UTC)

@dafta The tarball is still on the CDN. linux-7.1.1.tar.xz returns HTTP 200 right now, and kernel.org keeps every point release (7.0.x and 7.1 through 7.1.3 are all present), so it wasn't removed upstream.

A 404 on that exact URL is almost always network-side: a firewall, proxy, DNS filter, or ISP/corporate block between you and cdn.kernel.org, or a transient CDN edge blip. Worth trying:

  • Just retry the build. Transient edge 404s clear on their own.
  • Run curl -IL https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.1.tar.xz and check for 200. A 404 or a redirect to a login/captive-portal page means the block is on your side.
  • If you're on a VPN, proxy, or corporate/school network, test from a different connection.

One process note: please open bug reports on the GitHub tracker (https://github.com/jetm/mediatek-mt7927-dkms/issues) rather than here. AUR comments are easy to miss, and I triage everything on GitHub. Thanks.

dafta commented on 2026-07-04 18:40 (UTC)

The build seems to fail because the kernel source is no longer available at the CDN.

==> Making package: mediatek-mt7927-dkms 2.12-2 (Sat 04 Jul 2026 20:36:24 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading linux-7.1.1.tar.xz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.1.tar.xz
    Aborting...
 -> error making: mediatek-mt7927-dkms-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
mediatek-mt7927-dkms - exit status 1

jetm commented on 2026-04-03 00:09 (UTC)

@BujuArena. I am unable to reproduce the failure, but I have updated the package where I believe the problem could be. Please, try again. Thank you for reporting.

BujuArena commented on 2026-04-02 20:53 (UTC)

When I tried to update, dkms.conf was invalid. This is because the sed -i in prepare() modifies dkms.conf in $startdir, which dirties the git working tree and causes stale files on the next git pull. Please change it to operate on a copy in $srcdir instead to prevent update issues.

jetm commented on 2026-04-01 23:03 (UTC)

@hlechner Please try again, as it has been fixed. Thank you for reporting it.

hlechner commented on 2026-04-01 22:28 (UTC)

In this version still fail to pass the sha256 but now instead of both files (dkms.conf and extract_firmware.py) now just failed on dkms.conf

The last commit that compile without any error is: git checkout 8a7600a

Thanks

jetm commented on 2026-04-01 14:23 (UTC)

@eris.illustrious Reverted to 2.9 as 2.10 is not ready. Thank you for reporting the problem.

eris.illustrious commented on 2026-04-01 02:22 (UTC)

Both dkms.conf and extract_firmware.py fail to pass their sha256 checks for version 2.10-1

jetm commented on 2026-03-20 20:54 (UTC)

Please, report a problem by opening an issue at mediatek-mt7927-dkms repo