[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2015-03-20 Thread vitorafsr
postadelmaga (postadelmaga), it is going to be very clarifying if you can post the results of the command "./probe_i8k_calls_time" here. It seems that changing fan speed in some models is a slow call under the very basic call in i8k kernel module. If so in your system, nothing can avoid the lag:

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2015-03-18 Thread postadelmaga
this bug looks more generic and it is basically the same issue https://bugs.launchpad.net/i8kutils/+bug/1179282 ( I have posted some info/workaround there so we can have duplicate stuff ) please reopen the main bug and follow up that one -- You received this bug notification because you are a

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2015-03-18 Thread postadelmaga
Ok I found another workaround for the fan speed: - watch echo 255 > /sys/class/hwmon/hwmon2/pwm2 If you set the speed directly using sysfs you don't have the lag, this point out that the lag occurs only when you read the speed of the fan, indeed if try to read the speed with sysfs you still hav

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2015-03-18 Thread solazs
Update: The fix and the workaround together is a definite improvement, but the lag is still present upon changing fan speed, but feels shorter, and sometimes absent. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2015-03-18 Thread solazs
This workaround worked for me too. Note that the error is still present, only sensors does not use the erroneous function. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176 Title: i8kmon won't

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2015-03-18 Thread postadelmaga
fix is not working on 14.10: I just tested the last version `i8kutils-1.42-45` unfortunately I still face same lag issue However I think there are some possibility to improvement since the issue looks to be related only to the fan functionality. Some info that maybe useful: on my system dell ins

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-22 Thread vitorafsr
I reopened this problem on Bug #1405003. This bug number #1349176 was closed on released 1.42 as I considered that some models would benefit from the improvements I made in the code of i8kmon. But as some models still have the lag, the problem is not solved. -- You received this bug notification

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-17 Thread vitorafsr
If the meaning of better is that the lag is sparser than before, I say that it's the best where the software can reach, to the most of my knowledge. It is impossible to avoid the lag completely in some models as even change fan speed is a slow call. -- You received this bug notification because

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-16 Thread Marcel Henrique Bertonzzin
I've also tried the updated version and it's definitely better, but since the lag is still present I would not consider the bug fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176 Title: i8

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-12 Thread vitorafsr
** Changed in: i8kutils Status: Fix Committed => Fix Released ** Changed in: i8kutils (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-07 Thread vitorafsr
i8kmon does not call, unnecessarily, i8k_set_fan() anymore. For sure, it was one of the sources of the lag. But now it avoids that! Perhaps, to somebody this bug is solved. We need some more tests here from others models. What is still present is querying temperature speed regularly but it seems

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-05 Thread solazs
I've tried the updated i8kmon, I understand the changes made, but the lag is present at sensors query and fan speed change, so from my perspective this bug is still present. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-05 Thread vitorafsr
To test without installation is this way: vitor:/tmp$ bzr branch lp:i8kutils Branched 39 revisions. vitor:/tmp$ cd i8kutils/ vitor:/tmp/i8kutils$ sudo service i8kmon stop * Stopping Dell

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-05 Thread vitorafsr
As the freeze exist for setting fan speed, it is impossible to remove it. But at least now (with the last commit) i8kmon will only call i8k_set_fan() when it needs change fan speed. This way, freeze will be sparser. Please try it as a preparation for release. -- You received this bug notificati

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-05 Thread vitorafsr
** Changed in: i8kutils Status: Confirmed => Fix Committed ** Changed in: i8kutils (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176 Titl

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-03 Thread solazs
Thanks for your swift reply :) i8k_set_fan does take long to run. $ ./probe_i8k_calls_time functions time i8k_get_bios_version() = 0.508801 i8k_get_machine_id() = 0.09 i8k_get_cpu_temp() = 0.002492 i8k_get_fan_status() = 0.000427 i8k_get_fan_status() = 0.002275 i8k_get_fan_speed() = 0.000402

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-03 Thread vitorafsr
solazs, I've updated the functions that are probed as it seems another function, i8k_set_fan, also causes lag/freeze. Could you please update your local repo, and call "./probe_i8k_calls_time" again? vitorafsr -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-03 Thread vitorafsr
Oh, nice, the lag is caused because on Dell Insiron N7110 it took half a second to get BIOS version and to get fan speed. functions time i8k_get_bios_version() = 0.509215 i8k_get_machine_id() = 0.09 i8k_get_cpu_temp() = 0.002506 i8k_get_fan_status() = 0.000421 i8k_get_fan_status() = 0.002539 i

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-03 Thread solazs
I've attached my output. ** Attachment added: "./probe_i8k_calls_time > output.txt" https://bugs.launchpad.net/ubuntu/+source/i8kutils/+bug/1349176/+attachment/4273623/+files/output.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-12-03 Thread vitorafsr
In the last commit at "lp:i8kutils" I included a tool to measure the time took by each function of i8kctl. As the calls are the same as i8kmon's, we can identify which one is slow, to properly correct this bug. To compile and run, just checkout the last version, do a 'make', and execute "./probe_

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-11-30 Thread solazs
In reply to comment #8 The command "i8kfan 0 2" returns "-1 2" causes a lag for me. Running i8kfan with any combinations of -1,0 and 0,1,2 causes the lag for me, but simply running i8kfan does not. This leads me to believe, that lag happens when i8kfan writes the fan speed control file. -- You

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-11-30 Thread solazs
Same here on a Dell Insiron N7110. issuing the sensors command also causes a lag, so I had to kill my temperature monitor, because it caused a half-sec lag every 2 seconds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-11-23 Thread Peter van der Meer
I have the same start-stop sequence lag on a Dell Vostro 1720 with i8kutils 1.41 on Debian. By shutting down i8kmon (/etc/init.d/i8kmon stop) and switching to manual i8kfan commands I can reproduce the lag/freeze for some commands, and not for others; cat /proc/i8k does not cause lag/freeze. The

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-11-10 Thread Dmitry Tuykov
The same problem on Dell 7720. After reaching threshold temperature, fan turns on for a second and stop after. At start-stop sequence lag is occured. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-11-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: i8kutils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176 Title: i

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-10-22 Thread vitorafsr
A freeze problem was solved at version 1.39. It was to be right at version 1.41 for @marcelhb. But there might be another problem as just a "cat /proc/i8k" causes a freeze. The solution for 1.39 was at i8kmon and not in the kernel module. To isolate the problem, please see if the system freezes w

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-09-26 Thread 0cs935kb51-mail-wz6bkyhu4u
Same laptop, same problem. cat /proc/i8k does indeed cause a freeze -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176 Title: i8kmon won't work on Dell Inspiron 7720 (causes lag) To manage notif

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-09-17 Thread vitorafsr
If the freeze is caused by the i8k kernel module, it is reproducible issuing $ cat /proc/i8k This information helps to find the cause of the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-08-19 Thread Malevaniy Dmitry
I can confirm this. I also have a Dell Inspiron 17R SE 7720 notebook. Andmy fan after installing i8k is switched on and off every two seconds, and the system at this time freezes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-08-19 Thread Malevaniy Dmitry
** Also affects: i8kutils Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1349176 Title: i8kmon won't work on Dell Inspiron 7720 (causes lag) To manage not

[Bug 1349176] Re: i8kmon won't work on Dell Inspiron 7720 (causes lag)

2014-07-27 Thread Marcel Henrique Bertonzzin
** Description changed: lsb_release -rd Description: Ubuntu 14.04.1 LTS Release: 14.04 - apt-cache policy i8kutils + apt-cache policy i8kutils i8kutils: - Installed: 1.41 - Candidate: 1.41 - Version table: - *** 1.41 0 - 500 http://us.archive.ubuntu.com/ubuntu/ tru