Search Criteria
Package Details: alx-wol-dkms 6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/alx-wol-dkms.git (read-only, click to copy) |
---|---|
Package Base: | alx-wol-dkms |
Description: | The alx kernel module with a patch enabling WoL applied |
Upstream URL: | https://bugzilla.kernel.org/show_bug.cgi?id=61651 |
Keywords: | alx dkms wake-on-lan wol |
Licenses: | GPL |
Submitter: | angelsl |
Maintainer: | None |
Last Packager: | None |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-26 05:17 (UTC) |
Last Updated: | 2023-03-19 00:54 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- linux-headers (optional) – Needed for build the module for Arch kernel
- linux-lts-headers (optional) – Needed for build the module for LTS Arch kernel
- linux-zen-headers (optional) – Needed for build the module for ZEN Arch kernel
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
jhwshin commented on 2021-05-22 10:55 (UTC) (edited on 2021-05-22 11:02 (UTC) by jhwshin)
Was getting a
HUNK
error during failed patch for000-enable-alx-wol.patch
I think I found a fix with patch below.
Tested and currently working on
5.12.5-arch1
angelsl commented on 2021-04-04 09:09 (UTC)
@Arkas:
Manjaro is technically off-topic on the AUR.
But, yes, using _kernel_tag=5.10.15-arch1 will probably work, because the alx driver code doesn't change that much, but just be aware that it will not give you the exact source that Manjaro uses. (Manjaro's kernel PKGBUILDs download the kernel.org tarballs and apply patch files, instead of using a Git repository like Arch.)
Arkas commented on 2021-04-04 08:31 (UTC)
Is it also possible to apply this patch for Manjaro? My kernel version is at the moment 5.10.15-1-MANJARO. So can I just use 5.10.15-arch1 as _kernel_tag? Or do I need to change more, since using my kernel version als _kernel_tag results in download errors for the used source files?
johanbcn commented on 2020-08-18 16:03 (UTC) (edited on 2020-08-18 16:03 (UTC) by johanbcn)
It does work as stated by @Friz64, but you have to use the kernel tag matching the one from your kernel headers.
Assuming you are using the default kernel provided on arch, follow these steps:
Find out your kernel version by running
pacman -Qi linux-headers
. At the moment of writing this, it's5.8.1.arch1-1
Edit the PKGBUILD file and change the _kernel_tag variable accordingly. In this case:
_kernel_tag=5.8.1-arch1
You may skip updating the checksum of the files by running
makepkg --skipchecksums
. Up to you.miguelangellv commented on 2020-07-02 22:02 (UTC) (edited on 2020-07-02 22:03 (UTC) by miguelangellv)
I get error, I try the change of @Friz64 and get the same error
cat /var/lib/dkms/alx-wol/5.6/build/make.log DKMS make.log for alx-wol-5.6 for kernel 5.6.16-1-MANJARO (x86_64) jue 02 jul 2020 23:57:55 CEST make: se entra en el directorio '/usr/lib/modules/5.6.16-1-MANJARO/build' AR /var/lib/dkms/alx-wol/5.6/build/built-in.a CC [M] /var/lib/dkms/alx-wol/5.6/build/ethtool.o CC [M] /var/lib/dkms/alx-wol/5.6/build/main.o CC [M] /var/lib/dkms/alx-wol/5.6/build/hw.o /var/lib/dkms/alx-wol/5.6/build/main.c:1744:28: error: inicialización de ‘void ()(struct net_device , unsigned int)’ desde un tipo de puntero ‘void ()(struct net_device )’ incompatible [-Werror=incompatible-pointer-types] 1744 | .ndo_tx_timeout = alx_tx_timeout, | ^~~~~~~~~~~~~~ /var/lib/dkms/alx-wol/5.6/build/main.c:1744:28: nota: (cerca de la inicialización de ‘alx_netdev_ops.ndo_tx_timeout’) cc1: algunos avisos se tratan como errores make[1]: [scripts/Makefile.build:267: /var/lib/dkms/alx-wol/5.6/build/main.o] Error 1 make: [Makefile:1695: /var/lib/dkms/alx-wol/5.6/build] Error 2 make: se sale del directorio '/usr/lib/modules/5.6.16-1-MANJARO/build'
Friz64 commented on 2020-04-12 16:31 (UTC) (edited on 2020-04-12 16:31 (UTC) by Friz64)
I had success manually changing
PKGBUILD
's line 5 to_kernel_tag=5.6.3-arch1
and line 30 to'514eef113fa12f51ecb8cb6651866aa55a5d40b247ae1225d6159f681b5edcd1'
.DocMAX commented on 2020-04-10 15:11 (UTC)
Needs an update once again for 5.6.x...
edward-p commented on 2019-12-09 07:26 (UTC)
@Luk_3D I don't use Manjaro. But I think you need install
linux-headers
.« First ‹ Previous 1 2 3 4 Next › Last »