You are not logged in.

#26 2010-11-26 02:18:43

jalu
Member
Registered: 2009-04-05
Posts: 140

Re: i8k gone crazy

Hey everybody.

I haven't been following this too closely. Does anybody know that the status of the kernel issue that is causing this? /proc/i8k is still reporting my CPU temperature as 127 C...

Offline

#27 2010-12-09 23:48:40

Celti
Member
From: Phoenix, AZ, USA
Registered: 2004-02-28
Posts: 43
Website

Re: i8k gone crazy

I just upgraded to 2.6.36.1 (been busy); it's still broken. Anyone know who I should pester to get this two-word fix applied?

Anyway, rebuilt it for 2.6.36-ARCH kernels; available here.

Last edited by Celti (2010-12-09 23:49:06)


“A stupid person can make only certain, limited types of errors; the mistakes open to a clever fellow are far broader. But to the one who knows how smart he is compared to everyone else, the possibilities for true idiocy are boundless.”  —S.K.Z. Brust

Offline

#28 2010-12-10 00:46:37

jalu
Member
Registered: 2009-04-05
Posts: 140

Re: i8k gone crazy

Celti: I don't know a ton about kernel development, but I do know they follow a "Dictator and Lieutenants" workflow.

What that basically boils down to is this: Anyone can git clone the Linux source tree and make changes. If one of the subsystem maintainers (Lieutenants) likes your changes, he will pull them into his source tree. If Linus likes the changes in that Lieutenant's source tree, he will pull it into his own.

Thus, the best thing to do might be to git clone Linux, make the necessary changes, publish your changes (GitHub, Gitorious, etc.) and then tell the proc maintainer (whoever that is) to consider your fix. If he likes it, it will be copied into his source tree, which will in turn be copied into Linus' source tree, which will in turn become a future version of the kernel.

Someone please correct me if I'm wrong on any of this. I've never done Linux development, but I have done some research into their development workflow.

edit: More on that workflow: http://whygitisbetterthanx.com/#any-workflow

Last edited by jalu (2010-12-10 00:49:34)

Offline

#29 2010-12-10 03:08:15

Celti
Member
From: Phoenix, AZ, USA
Registered: 2004-02-28
Posts: 43
Website

Re: i8k gone crazy

...yeah, I'm not going to figure out how to deal with the kernel git tree (and git in general, for that matter) on this lousy laptop to convince someone to add the word 'volatile' to two lines.


“A stupid person can make only certain, limited types of errors; the mistakes open to a clever fellow are far broader. But to the one who knows how smart he is compared to everyone else, the possibilities for true idiocy are boundless.”  —S.K.Z. Brust

Offline

#30 2010-12-10 03:59:12

jalu
Member
Registered: 2009-04-05
Posts: 140

Re: i8k gone crazy

Do you have a copy of the updated file? If you do, I can attempt the git magic that I described above and give you credit.

Offline

#31 2010-12-10 06:13:11

Celti
Member
From: Phoenix, AZ, USA
Registered: 2004-02-28
Posts: 43
Website

Re: i8k gone crazy

Sure, grab it here.
I don't particulary care about credit (especially for something as simple as `sed -i -e 's/asm/asm volatile/' i8k.c`). I just don't want to waste two hours downloading and extracting the kernel sources and then rebuilding the module on every majour kernel revision. Besides, if anyone should get the credit, it's dking earlier in the thread. He's the one who provided the solution, I just implemented it.


“A stupid person can make only certain, limited types of errors; the mistakes open to a clever fellow are far broader. But to the one who knows how smart he is compared to everyone else, the possibilities for true idiocy are boundless.”  —S.K.Z. Brust

Offline

#32 2010-12-11 18:26:03

tuhyk
Member
From: Czech Rep.
Registered: 2010-01-12
Posts: 49
Website

Re: i8k gone crazy

I just updated to 2.6.36.2-1 and it works out of the box. So I guess the implementation works. Celti thanks anyway for your help


All I really need to know I learned from watching Star Trek

Offline

#33 2010-12-14 03:49:34

jalu
Member
Registered: 2009-04-05
Posts: 140

Re: i8k gone crazy

Cool, thanks Celti. I'll try to look at this soon. I'll keep you posted.

Offline

#34 2010-12-14 04:47:54

jalu
Member
Registered: 2009-04-05
Posts: 140

Re: i8k gone crazy

Interesting development.

Today I tried using Celti's i8k.ko file. I ran into an error very similar to the one described in post #7. I didn't have a backup, so I upgraded the kernel to 2.6.36.2. Sure enough, i8k is now working again.

The only thing I'm not sure about is this---is my current copy of i8k.ko the one provided by kernel 2.6.36.2, or is it the copy from Celti I copied in earlier today? If it's the former, then our problem is fixed. If it's the latter, then we obviously still have to submit this patch.

Last edited by jalu (2010-12-14 04:49:30)

Offline

#35 2011-04-09 19:11:37

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: i8k gone crazy

As of 2.6.37 the issue is still here, after a weird brief time when the problem seemed to have gone away (maybe during 2.6.36?).

Using the solution in post #36 (sed -i -e 's/asm/asm volatile/' i8k.c) gives this error during kernel compilation:

drivers/char/i8k.c:27:34: fatal error: asm volatile/uaccess.h: No such file or directory
compilation terminated.
make[2]: *** [drivers/char/i8k.o] Error 1
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
==> ERROR: A failure occurred in build().

Last edited by el mariachi (2011-04-09 19:13:38)

Offline

#36 2011-04-09 20:25:06

Pyntux
Member
From: Serbia
Registered: 2008-12-21
Posts: 391

Re: i8k gone crazy

I have dell vostro a860, can I use i8k? When I try to modprobe module, laptop freeze...

Any solution?


I do not speak English, but I understand...

Offline

#37 2011-04-18 08:48:31

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: i8k gone crazy

http://cdiefer.proboards.com/index.cgi? … thread=707
Doing the procedure described above + dellfand works like charm.
Now I just need a way to make these changes permanent... redoing everything every boot is tiresome.

Offline

#38 2011-04-19 22:30:24

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: i8k gone crazy

this is 'the' most annoying and embarrassing (I have the loudest laptop in my uni) issue I've been struggling with the this laptop... now the Shift+Fn thing is not working, as soon as the temperature screen is on, the system freezes. Yey. This is so frustrating, because once I upgraded my BIOS to A16 the issue was gone, but surely I did something else and then reverted it, because the fan is back again...

Offline

#39 2011-04-24 17:37:02

RazZziel
Member
From: Spain
Registered: 2007-07-13
Posts: 36

Re: i8k gone crazy

Is i8k supposed to work with new XPS15s? I have a L502X (i5), and on Linux is loud as hell.

When I modprobe i8k and run i8kmon, with no configuration, it turns as quiet as on Windows, but then every 10 seconds everything stops for a fraction of a second, even the music if I'm playing something. I also have cpufreqd with the ondemand governor active. My system is totally up-to-date, and I'm using KDE4. Does anyone know why this may be happening?

Offline

#40 2012-04-11 17:39:07

firewalker
Member
From: Hellas (Greece).
Registered: 2006-06-05
Posts: 552

Re: i8k gone crazy

RazZziel wrote:

Is i8k supposed to work with new XPS15s? I have a L502X (i5), and on Linux is loud as hell.

When I modprobe i8k and run i8kmon, with no configuration, it turns as quiet as on Windows, but then every 10 seconds everything stops for a fraction of a second, even the music if I'm playing something. I also have cpufreqd with the ondemand governor active. My system is totally up-to-date, and I'm using KDE4. Does anyone know why this may be happening?

I have exactly the same issue on a Dell Inspiron N411Z. The problem occurs when accessing /proc/i8k file.

E.g. while [ 1 ]; do cat /proc/i8k; sleep 5; done will freeze the system for a fraction of a second every 5 seconds.

So the problem should be with i8k module. I will try to track down the process on the i8k.c file.


Γίνε ρεαλιστής, μείνε ονειροπόλος ...

Offline

#41 2013-01-15 09:52:56

post-factum
Member
From: /cz
Registered: 2008-09-12
Posts: 149
Website

Re: i8k gone crazy

firewalker wrote:

I have exactly the same issue on a Dell Inspiron N411Z. The problem occurs when accessing /proc/i8k file.

E.g. while [ 1 ]; do cat /proc/i8k; sleep 5; done will freeze the system for a fraction of a second every 5 seconds.

So the problem should be with i8k module. I will try to track down the process on the i8k.c file.

Any progress?


uname == latest pf-kernel

Offline

#42 2013-01-15 10:36:40

firewalker
Member
From: Hellas (Greece).
Registered: 2006-06-05
Posts: 552

Re: i8k gone crazy

No. I tried some things, but my knowledge is limited with kernel modules e.t.c.


Γίνε ρεαλιστής, μείνε ονειροπόλος ...

Offline

#43 2013-09-07 14:22:22

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: i8k gone crazy

kernel 3.10.10-1... any update?

I have a dell vostro 1710, at some point the fan started to NOT work atall... so I have 65c temperature doing regular stuff...

Never used i8kutils before... installed it, but I can not find a way to make it work...


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#44 2013-09-08 23:26:58

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: i8k gone crazy

It looks like fedora guys fixed it in two months (2010)? https://bugzilla.redhat.com/show_bug.cgi?id=647677
I wish that was made on linux kernel.org, not just fedora split one

Damn... I just downloaded linux kernel source files, chequed on drivers/char/i8k.c and it is already using "asm volatile"...
So, no idea why it is still showing unable to get SMM Dell signature...

Last edited by luuuciano (2013-09-09 00:08:13)


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#45 2013-09-13 15:44:14

Fedes
Member
From: Buenos Aires, Argentina
Registered: 2012-10-23
Posts: 36

Re: i8k gone crazy

My problem is a bit different. It's been happening since a while now, but I dind't bother until now. The problem is that when automatic fan is enabled, it will respect my temperature settings, but every 10 seconds or so, it will turn on the fan, full speed, and then shut it down after 5 seconds, and it stays in that loop as long as the i8k module is loaded and the i8kmon service is running. This started to happen some time ago after a kernel upgrade. I have a Dell Vostro 3400, and it seems to me it could be a fight between i8k and the BIOS thermal settings.

Offline

Board footer

Powered by FluxBB