ImmortAlexGM

Results 9 comments of ImmortAlexGM

https://www.phoronix.com/news/Linux-6.5-HWMON Newest HWMON patches to kernel 6.5 bring support for NCT6687D.

Looks like it is false alert. I dug into the kernel sources https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/tree/drivers/hwmon/nct6683.c and found that driver already has support for NCT6687D but with different ID. Kernel driver sources: #define...

It was not a false alert... Kernel 6.5.2, MSI MAG B560M BAZOOKA, in-kernel driver: ``` nct6687-isa-0a20 Adapter: ISA adapter VIN0: 1.02 V (min = +0.00 V, max = +0.00 V)...

What’s interesting is that your fans are named, mine is not, it's just fan1-fan10, both connected and not.

It is installed with DKMS, so rebuilded regularly. And it is Arch, so there's nothing to upgrade more than it is.

If you talk about 'module tainting kernel', it's not definitely a reason. Those times when module was loaded at boot time, this message appeared too, and gurus at Arch message...

Same for me, Arch Linux, kernel 6.4.8, RX 5700 XT. Everything worked great, but once my card became card1 and not card0 (don't know why), and powerupp became all-grayed even...

In my case the reason is simpledrm driver in kernel, which is loading as card0 before amdgpu driver. The workaround is to add kernel parameter `initcall_blacklist=simpledrm_platform_driver_init`. The only one drawback...

> This is not going to go away. An actual solution rather than a workaround has to be found I think: > > https://bbs.archlinux.org/viewtopic.php?id=287936 This is actually the thread I...