Fan speed support in Helena removed?

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
hoppel
Level 3
Level 3
Posts: 174
Joined: Wed Oct 10, 2007 1:38 pm

Fan speed support in Helena removed?

Post by hoppel »

Hi,


when I tried to recover the fan speed settings that I made in Gloria using this tutorial(http://wiki.ubuntuusers.de/L%C3%BCftersteuerung), I used the mentioned script "sudo pwmconfig". But instead of getting a list of detected sensors I got the error message "/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed". Is there anything I forgot to install? Or is there hardware support missing in Helena, which was present in Gloria?

Hardware: ASUS M3N78 pro mainboard with AMD X25050e CPU.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: Fan speed support in Helena removed?

Post by richyrich »

Not sure if this will help . . . but have you installed, and run lm-sensors?

http://forums.linuxmint.com/viewtopic.p ... ct#p202839
hoppel
Level 3
Level 3
Posts: 174
Joined: Wed Oct 10, 2007 1:38 pm

Re: Fan speed support in Helena removed?

Post by hoppel »

It's true, I forgot to enter "sensor-detect" - but after that I'm stuck again: sudo pwmconfig gives me the following error:

Code: Select all

/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
Is there anything elso I might have forgot? This is really hard to configure, I wish there would be a tool for it...
richyrich

Re: Fan speed support in Helena removed?

Post by richyrich »

Did you forget to reboot? . . . :)

Sorry, I cannot reproduce the error, it has worked on every laptop that I have installed it on . . . don't know where to go from here . . anyone else?
hoppel
Level 3
Level 3
Posts: 174
Joined: Wed Oct 10, 2007 1:38 pm

Re: Fan speed support in Helena removed?

Post by hoppel »

No, I rebooted... I have no laptop, but since all this stuff worked in Gloria, I'm a bit confused. i probably made some unseen mistakes...
richyrich

Re: Fan speed support in Helena removed?

Post by richyrich »

One last thing that comes to mind, is the Power Management/ Fan Speed settings in your BIOS . . . have you checked the settings there? Make sure they are turned on. Have you updated or reset the BIOS recently?
hoppel
Level 3
Level 3
Posts: 174
Joined: Wed Oct 10, 2007 1:38 pm

Re: Fan speed support in Helena removed?

Post by hoppel »

No, it's the same as before. It set to manual, so that those tools can take effect. I installed Helena just a few days ago, until then it worked with Gloria, and it still does with Windows and Speedfan. Just to be sure: Which commands do I have to enter?

This is pretty weird. But all tutorials I have found are verified only for older versions of Ubuntu or Mint. Until now there seems to be nothing verified for Karmic/Helena. Does anyone have a newer manual?
hoppel
Level 3
Level 3
Posts: 174
Joined: Wed Oct 10, 2007 1:38 pm

Re: Fan speed support in Helena removed?

Post by hoppel »

I found something that might be an explanation:
http://ubuntuforums.org/showthread.php?t=1320309
Quote:
Originally Posted by ScottHW
Are there major changes in Karmic related to sensors, ACPI, or the like?
...
http://ubuntuforums.org/showthread.php?t=1321293
Yes, doing some reading in that thread and links, I see that the the new kernel does strict resource enforcement that it didn't do before. ASUS motherboards seem to commonly have some resource conflicts.

These can be fixed by using new drivers such as asus_atk0110 but this requires lm-sensors 3.1 which isn't in karmic yet. You can build it yourself or use someone else's build of lm-sensors (see https://bugs.launchpad.net/ubuntu/+s...-3/+bug/336418)

It's not the "proper" fix but in the interim you can add "acpi_enforce_resources=lax" to the boot command line and this will revert the ACPI behavior back to the old (wrong) way.

See also:
http://www.lm-sensors.org/wiki/FAQ/C...inkernel2.6.31
Remember: I have an ASUS mainbord. But although this explanation might help, I'm not expert enough to understand it completely. Would those changes help me? And if so, how do I apply them to my system?
hoppel
Level 3
Level 3
Posts: 174
Joined: Wed Oct 10, 2007 1:38 pm

Re: Fan speed support in Helena removed?

Post by hoppel »

Meanwhile I installed a new version of lm-sensors, like mentioned in thread I've posted. Now I get sensor readings again (hurray!), but pwmconfig still refuses to work. This is strange...

Code: Select all

sensors
gives me:

Code: Select all

acpitz-virtual-0
Adapter: Virtual device
temp1:       +40.0°C  (crit = +75.0°C)                  

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  +20.0°C                                    
Core0 Temp:  +30.0°C                                    
Core1 Temp:  +31.0°C                                    
Core1 Temp:  +22.0°C                                    

atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage:      +0.98 V  (min =  +0.85 V, max =  +1.60 V)
+12V Voltage:      +12.22 V  (min = +10.20 V, max = +13.80 V)
+5V Voltage:        +4.92 V  (min =  +4.50 V, max =  +5.50 V)
+3.3V Voltage:      +3.39 V  (min =  +2.97 V, max =  +3.63 V)
CPU_FAN FAN Speed: 2385 RPM  (min =  800 RPM)
CHA_FAN1 FAN Speed:   0 RPM  (min =  800 RPM)
PWR_FAN FAN Speed:    0 RPM  (min =  800 RPM)
CPU Temperature:    +32.0°C  (high = +60.0°C, crit = +95.0°C)  
MB Temperature:     +34.0°C  (high = +45.0°C, crit = +95.0°C)  
Locked

Return to “Hardware Support”