[Bug 2100719] Re: Not able to change fan speed

2025-03-04 Thread Daniel Letzeisen
"But why is it not possible by default?" Probably because these Super I/O chips generally use the ISA bus and require probing. It's not like a PCI device where the dev can just alias the PCI ID. Then you have chips like the it87 family which often require force loading and could have side effect

Re: [Bug 2100719] Re: Not able to change fan speed

2025-03-04 Thread NoName
No, i am not sure. But why is it not possible by default? I mean how should one know to run the mentioned command in order to make pwmconfig work? Am Montag, 3. März 2025 schrieb Daniel Letzeisen <2100...@bugs.launchpad.net >: > I'm not aware that these Super I/O modules ever loaded automatical

[Bug 2100719] Re: Not able to change fan speed

2025-03-03 Thread Daniel Letzeisen
I'm not aware that these Super I/O modules ever loaded automatically. Are you sure you didn't run sensors-detect on Ubuntu 20.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100719 Title: Not abl

Re: [Bug 2100719] Re: Not able to change fan speed

2025-03-03 Thread NoName
Yes, but why didn't it work by default? Am Montag, 3. März 2025 schrieb Daniel Letzeisen <2100...@bugs.launchpad.net >: > You're welcome. Setting to Invalid since you just needed to setup the > module load. > > ** Changed in: ubuntu >Status: Incomplete => Invalid > > -- > You received thi

[Bug 2100719] Re: Not able to change fan speed

2025-03-03 Thread Daniel Letzeisen
You're welcome. Setting to Invalid since you just needed to setup the module load. ** Changed in: ubuntu Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100719 Tit

Re: [Bug 2100719] Re: Not able to change fan speed

2025-03-03 Thread NoName
Thanks, your first proposed solution worked. Am Sonntag, 2. März 2025 schrieb Daniel Letzeisen < 2100...@bugs.launchpad.net>: > You probably need to load the kernel module for your Super I/O chip before > running . Try this first: > sudo modprobe -v w83627ehf > > If pwmconfig then works, make the

[Bug 2100719] Re: Not able to change fan speed

2025-03-02 Thread Daniel Letzeisen
You probably need to load the kernel module for your Super I/O chip before running . Try this first: sudo modprobe -v w83627ehf If pwmconfig then works, make the module load automatically at boot: echo "w83627ehf" | sudo tee /etc/modules-load.d/w83627ehf.conf If pwmconfig still doesn't work, run