@gokcen: I guess that broadcom hasn't updated their driver yet for 4.1. But it's a problem for the broadcom-wl-dkms package, not this one.
Search Criteria
Package Details: linux-mainline-headers 6.13rc4-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: | 280 |
Popularity: | 2.95 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2024-12-23 04:14 (UTC) |
Dependencies (16)
- 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, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 77 Next › Last »
miffe commented on 2015-04-27 15:11 (UTC)
gokcen commented on 2015-04-27 14:12 (UTC)
4.1rc compiles fine but broadcom-wl dkms gives the following error:
$ sudo dkms install broadcom-wl/6.30.223.248
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=4.1.0-1-mainline -C /usr/lib/modules/4.1.0-1-mainline/build M=/var/lib/dkms/broadcom-wl/6.30.223.248/build....(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.1.0-1-mainline (x86_64)
Consult /var/lib/dkms/broadcom-wl/6.30.223.248/build/make.log for more information.
$ cat /var/lib/dkms/broadcom-wl/6.30.223.248/build/make.log
DKMS make.log for broadcom-wl-6.30.223.248 for kernel 4.1.0-1-mainline (x86_64)
Mon Apr 27 15:57:23 CEST 2015
make: Entering directory '/usr/lib/modules/4.1.0-1-mainline/build'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
LD /var/lib/dkms/broadcom-wl/6.30.223.248/build/built-in.o
CC [M] /var/lib/dkms/broadcom-wl/6.30.223.248/build/src/shared/linux_osl.o
CC [M] /var/lib/dkms/broadcom-wl/6.30.223.248/build/src/wl/sys/wl_linux.o
CC [M] /var/lib/dkms/broadcom-wl/6.30.223.248/build/src/wl/sys/wl_iw.o
CC [M] /var/lib/dkms/broadcom-wl/6.30.223.248/build/src/wl/sys/wl_cfg80211_hybrid.o
LD [M] /var/lib/dkms/broadcom-wl/6.30.223.248/build/wl.o
Building modules, stage 2.
CFG80211 API is prefered for this kernel version
Using CFG80211 API
MODPOST 1 modules
FATAL: modpost: GPL-incompatible module wl.ko uses GPL-only symbol 'cpu_tss'
scripts/Makefile.modpost:90: recipe for target '__modpost' failed
make[1]: *** [__modpost] Error 1
Makefile:1386: recipe for target 'modules' failed
make: *** [modules] Error 2
make: Leaving directory '/usr/lib/modules/4.1.0-1-mainline/build'
miffe commented on 2015-04-13 16:50 (UTC)
@FadeMind: I'll update it for RC1, same as I always do. There is very little change. And if you really need the changes, you can use the kernel in testing.
FadeMind commented on 2015-04-13 16:29 (UTC)
miffe
Please using file config and file config.x86_64 for 4.0 series.
You using 3.19 configs - they are obsolete. TY
https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/linux
miffe commented on 2015-03-22 23:21 (UTC)
@silentmoose: It does. It's only one patch and all it does is change the default log level.
silentmoose commented on 2015-03-22 22:10 (UTC)
Does this come with the patches arch deploys on the kernel as well?
miffe commented on 2015-03-06 15:11 (UTC)
@emolitor: This package uses the config from the core/linux package, so once it's enabled there it will be here too.
emolitor commented on 2015-03-06 12:04 (UTC)
Relatively new to arch but it would be good to enable baytrail/broadwell+ support by adding a few more defaults.
CONFIG_X86_INTEL_LPSS=y
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
FadeMind commented on 2015-03-03 18:31 (UTC)
Linux 4.0-rc2 http://lkml.iu.edu/hypermail/linux/kernel/1503.0/01963.html
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here