Package Details: linux-mainline 6.13rc3-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: The Linux Mainline kernel and modules
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 280
Popularity: 3.14
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-12-16 05:13 (UTC)

Required by (6)

Sources (2)

Pinned Comments

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

Latest Comments

1 2 3 4 5 6 .. 77 Next › Last »

xx777 commented on 2024-12-07 22:56 (UTC)

@muziknavi That's good! Only few 8821AU/8812AU devices are supported by kernel 6.13 and your wifi adapter is one of them.

muziknavi commented on 2024-12-07 16:28 (UTC)

I built locally this PKGBUILD with enabled modules, it works great.

Dec 05 13:06:07 kernel: rtw_8812au 3-1.5:1.0: Firmware version 52.14.0, H2C version 0

xx777 commented on 2024-12-07 14:53 (UTC) (edited on 2024-12-07 15:12 (UTC) by xx777)

@muziknavi I have a bad news for you.

The patches that contain device ids for 8812AU/8821AU [1][2] are not merged into linux mainline, so currently only the devices whose id is "2604:0012" or "2357:011e" are supported [3]. Your wifi adapter may still not work even if these two options are enabled.

[1] https://github.com/pkshih/rtw/commit/7b5ce65d90187f0944e70dc5741aa0edfac926f4

[2] https://github.com/pkshih/rtw/commit/1ee6ff9ae3c1a9eda9081f9db04f85d3a7352d38

[3] https://github.com/torvalds/linux/commit/8f82bb2cfaf7b8992e0e8493cb765138254f87c9

muziknavi commented on 2024-12-05 11:31 (UTC) (edited on 2024-12-05 11:31 (UTC) by muziknavi)

Could you add these wifi drivers to config? I have this wifi for which the kernel started support since 6.13

CONFIG_RTW88_8821AU=m
CONFIG_RTW88_8812AU=m

muziknavi commented on 2024-12-02 04:36 (UTC) (edited on 2024-12-02 04:37 (UTC) by muziknavi)

In 6.13rc1 at least rtw8821/12 is not set:

# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8812AU is not set

emilot commented on 2024-11-23 00:00 (UTC)

So, how do we enable the new preemp-RT "mode"? In the config file there is no such option. Thanx.

gromit commented on 2024-11-22 07:40 (UTC)

@alpha_gu yes this is a known problem, see https://bbs.archlinux.org/viewtopic.php?id=301155

alpha_gu commented on 2024-11-21 23:41 (UTC)

Virtualbox can't run with this kernel, a error message says VMX ROOT MODE ...

xx777 commented on 2024-10-04 08:06 (UTC)

The modules are not compressed.

And the binary packages in miffe repo didn't work on my pc, the packages built on my pc didn't work neither, I will try to find the cause this weekend.

InoriHeart commented on 2024-07-29 01:28 (UTC)

The upstream Linux 6.11 kernel is making it easier to build a Pacman package of the kernel for use on Arch Linux and other Arch derived distributions relying on Pacman.

Merged to the mainline Linux Git codebase is support for the "make pacman-pkg" target for generating a Pacman package of the kernel for use on Arch Linux and its derivatives.