Search Criteria
Package Details: i2c-nct6775-dkms 5.6.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/i2c-nct6775-dkms.git (read-only, click to copy) |
---|---|
Package Base: | i2c-nct6775-dkms |
Description: | The i2c-nct6775 kernel driver |
Upstream URL: | https://gitlab.com/CalcProgrammer1/OpenRGB |
Licenses: | GPL2 |
Conflicts: | i2c-piix4-aura-dkms |
Submitter: | sandsmark |
Maintainer: | sandsmark |
Last Packager: | sandsmark |
Votes: | 2 |
Popularity: | 0.009254 |
First Submitted: | 2020-04-26 09:29 (UTC) |
Last Updated: | 2020-09-27 12:15 (UTC) |
Latest Comments
Tortillas-IT commented on 2024-07-23 23:03 (UTC) (edited on 2024-07-24 10:14 (UTC) by Tortillas-IT)
Doesn't build anymore on kernel 6.10, to fix this issue make this change at line 378:
adap->class = I2C_CLASS_HWMON;
tam1m commented on 2024-02-25 12:43 (UTC) (edited on 2024-02-25 12:44 (UTC) by tam1m)
@davpal Seems like you didn't build for your running kernel.
What kernel are you on currently?
uname -a
Also, what's the output of
sudo find /lib/modules/ /var/lib/ -type f -iname "*nct6775*"
Also
dkms status
davpal commented on 2024-02-25 11:12 (UTC) (edited on 2024-02-25 11:13 (UTC) by davpal)
@tam1m You're right. After I executed that command, I received:
I thought that my previously comment was clearly.
tam1m commented on 2024-02-25 08:22 (UTC) (edited on 2024-02-25 08:23 (UTC) by tam1m)
@davpal This is not out of date.
modprobe
adds the module to the kernel perfectly fine on kernels >5.6. You really shouldn't flag packages out of date just because something isn't working on your specific install.Also, you wrote a comment with no useful information in it whatsoever. "This doesn't work" isn't anything to work with for anybody that might be willing to help you find the cause for your problem, aswell as it doesn't help a maintainer find potential problems with specific configurations.
davpal commented on 2024-02-17 18:13 (UTC)
This doesn't work for kernel greater than 5.6, when I use
sudo modprobe i2c-nct6775
Tortillas-IT commented on 2023-04-11 21:38 (UTC)
thank you for this package, you saved me!!
sandsmark commented on 2020-09-27 12:13 (UTC)
the reason for the conflict was that it was supposed to get upstreamed, but I'll just remove it for now (and hope for the best, I guess)
hcsch commented on 2020-09-06 13:53 (UTC)
Hey, thanks for creating this package! I just cloned and tested it with the 5.8.7-arch1-1 kernel (current
linux
package at the time of writing) and it worked just fine. Could you perhaps bump the version number of the Linux conflict entry to something likelinux>=5.9
, or perhaps remove this conflict entry altogether? This seems appropriate to me as it works with 5.8.7 (and would probably also work for future versions, at least for a while AFAICT), but do correct me if this is somehow inappropriate. (note: I have practically no experience with dkms or kernel modules in general)