You are not logged in.
The linux package in [core] supplies /lib/modules/3.17.2-1-ARCH/kernel/drivers/hwmon/nct6775.ko.gz BUT there is development ongoing to support additional chipsets which is currently not merged upstream. For my new Z97 motherboard for example. How can I supply a package in the AUR that provides the very same file but based on the github repo from the kernel developer? Obviously, the two files will conflict and pacman will error out.
Last edited by graysky (2014-11-14 22:17:19)
Offline
Use a patch?
Useless shit wot I do | "A very witty and relatable quote." -- A wise man
Offline
mabye --force option.
Offline
No, --force is a bad idea. A package should require a user to provide extra flags to install, and a patch makes it easy to revert the changes out.
Useless shit wot I do | "A very witty and relatable quote." -- A wise man
Offline
A package should require a user to provide extra flags to install, and a patch makes it easy to revert the changes out.
Yeah, but re-compiling kernels...
So I think we're looking for away of doing this neatly without recompiling kernels.
Last edited by clfarron4 (2014-11-14 20:41:13)
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
Could one not use kmod? (I confess I've not used or looked into kmod much so excuse my ignorance)
So I think we're looking for away of doing this neatly without recompiling kernels.
Outside of the obvious patch or use a different kernel setup, I'm out of ideas ![]()
Last edited by elken (2014-11-14 20:43:43)
Useless shit wot I do | "A very witty and relatable quote." -- A wise man
Offline
Right, my package flie will conflicts with the [core]/linux package file. Not sure that there is a clean way to do this one...
Offline
No idea if it actually works, but I think putting the module into the /usr/lib/modules/`uname -r`/updates directory should do the trick.
Offline
@Gusar - Excellent suggestion and it does work!
https://aur.archlinux.org/packages/nct677x-git/
Last edited by graysky (2014-11-14 22:18:13)
Offline
And the reason it works is the 'search' directive in /usr/lib/depmod.d/search.conf - see depmod.d(5) for full details.
Offline