Thanks for all of that info, I had searched for this, but guess I wasn't searching well.
Search Criteria
Package Details: linux-mainline-headers 6.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 292 |
Popularity: | 0.50 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-09-29 02:00 (UTC) |
Dependencies (19)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rust-src-gitAUR, rustup-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-fullAUR, texlive-installerAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 94 Next › Last »
jonstelly commented on 2025-02-04 18:27 (UTC)
gromit commented on 2025-02-04 17:43 (UTC)
@jonstelly you can globally set the makepkg
parallelization value in makepkg.conf
as described here: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation
Alternatively you can use the precompiled kernel from miffes repo: https://wiki.archlinux.org/title/Unofficial_user_repositories#miffe
Alternatively you can also grab the package from me builds:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-6.14rc1-1-x86_64.pkg.tar.zst
jonstelly commented on 2025-02-04 17:22 (UTC)
I'm trying to speed up the build, I can do this manually with git clone, edit PKGBUILD and add a -j16
... but guessing there's no way for me to do this with a simple yay -S linux-mainline
? I'm remembering gentoo's global compiler variables/args where you could set -jX
for all builds.
Assuming that's not possible, would it make sense to add a -j2
to the build step here, given how many cores most computers have these days? I can see an argument against that for lower-end computers, but figured I'd ask.
sigxcpu commented on 2025-02-04 07:24 (UTC)
I've updated to linux-mainline
6.14-rc1
and it works out of the box without patches, but a regression was introduced in the WiFi driver.
I've never had the unbind/bind patch on suspend/resume. It always worked flawlessly. With 6.14, things changed. It fails to reconnect to the network after sleep. It failed even after reboot once. The error is always "authentication timed out". After force unbind/bind, it works but it annoys me that the network card has a different name (wlan0, wlan1, ...).
So I guess that I'll keep 6.13 for a while :)
podulator commented on 2025-01-18 14:06 (UTC)
Yeah, huge thanks all involved for bridging the gap till now !
emfol commented on 2025-01-18 00:36 (UTC)
Thank you very much, @That1Calculator! ❤️🐧
That1Calculator commented on 2025-01-17 19:37 (UTC) (edited on 2025-02-23 21:34 (UTC) by That1Calculator)
!!! IMPORTANT NOTICE REGARDING linux-mainline-um5606
!!!
I will be deprecating this package upon the release of Linux 6.14rc1, as the only remaining patch for this series of laptops has been merged into Linux and is slated for release in 6.14rc1!
https://lore.kernel.org/lkml/CAPM=9tw+ySbm80B=zHVhodMFoS_fqNw_v4yVURCv3cc9ukvYYg@mail.gmail.com/
Thank you all for using this package for the last few months!! ❤️🐧
sigxcpu commented on 2025-01-17 17:50 (UTC)
@alluro2 maybe the Ubuntu system is stuck in Quiet profile? I play with them all the times depending on what I'm doing. Video playback/web browsing? Quiet
is enough. IDE usage? Balanced
. Sometimes, compile on Performance
.
I'm using this: https://gitlab.com/asus-linux/asusctl
alluro2 commented on 2025-01-17 08:11 (UTC)
@VanKurt - agreed, it's quite frustrating...As soon as any website or any other process is using the GPU - AT ALL - fans kick in, laptop is hot, drama... My colleague is using the same laptop on Ubuntu, with 6.12 and has no issues whatsoever, neither with freezing, nor fans/temperature, which I don't get how it's possible.
That1Calculator commented on 2025-01-17 02:14 (UTC)
@sigxcpu thank you for pointing that out! Updated to rc7, and removed the temp patch.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here