LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-07-2006, 01:33 PM   #1
JKoder
Member
 
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61
Blog Entries: 1

Rep: Reputation: 15
Question Laptop FAN PLEASE HELP!!!


Hello.
I have a Fujitsu Siemens Amilo L7300 Laptop.
Can anyone tell me how to make the CPU Fan stop after it cooles down?
I have tryed stuff from other forums bit in /proc/acpi/fan/FN1/state and FN2/state i always get OFF!!!
And my fan is running like crazy !
Please tell me what to do !


And second thing.
have anyone any ideea how to make my wireless card RaLink 2500 to work under Slackware 10.2 ?
Thanx in advance !
 
Old 06-07-2006, 02:14 PM   #2
theoffset
Member
 
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211

Rep: Reputation: 31
Quote:
Originally Posted by JKoder
And second thing.
have anyone any ideea how to make my wireless card RaLink 2500 to work under Slackware 10.2 ?
Thanx in advance !

Sure, Eric (Alien Bob) has some packages in his slackware software repository for the rt2500 (http://www.slackware.com/~alien/slackbuilds/rt2500)

But compiling from source is not hard at all and will work even if you use a different kernel from the Slackware stock one:

http://rt2x00.serialmonkey.com/wiki/index.php/Downloads

Try the CVS daily snapshot and see if that works (it's working fine with me, and is better than the official RaLink driver, but things could change pretty suddenly in CVS), if it doesn't want to go, try the BETA -although is quite outdated.

Note that with this driver the interface is called ra+ rather than eth+ or wlan+ (where '+' is an nonegative integer)

Sorry, I don't have a clue with the first issue.

Last edited by theoffset; 06-07-2006 at 02:15 PM.
 
Old 06-07-2006, 02:34 PM   #3
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
Is your kernel configured with ACPI submodules for things like fan and button? Check the ACPI section of your kernel's .config.
 
Old 06-07-2006, 03:11 PM   #4
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
For issue #1:
Look at my homepage (Link in my sig). As long as you have ACPI enabled (And by your post, it is) the script in there for the fan will shut it down.

For issue #2:
Use either Eric's build, or get the latest source from here
Extract it, go into Modules, and type
Code:
make -C /usr/src/linux SUBDIRS=$PWD modules
make install
then
Code:
modprobe rt2500
Let us know how this goes, more maybe needed.
 
Old 06-09-2006, 05:47 AM   #5
JKoder
Member
 
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Thanx i have tryed your script for the FAN BUT !!!!
after i run the script my fan state will be on OR off but the fan is still speaning !
I am using kernel bareacpi.i ( from boot disc)
 
Old 06-09-2006, 07:21 AM   #6
dunric
Member
 
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498

Rep: Reputation: 100Reputation: 100
Don't have any experience with your hw, but did really get temperature of your NB down ? If CPU runs on higher or max frequencies, it should ignore all attempts to disable fans in sw way due to possible overheating. If not, look for cpufreq support.
 
Old 06-09-2006, 07:23 AM   #7
JKoder
Member
 
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by dunric
Don't have any experience with your hw, but did really get temperature of your NB down ? If CPU runs on higher or max frequencies, it should ignore all attempts to disable fans in sw way due to possible overheating. If not, look for cpufreq support.
Can you be a little more explicit because i have no ideea what you are saying there. I am kind of a newbie in Slackware and Linux to

Thank you
 
Old 06-09-2006, 08:49 AM   #8
dunric
Member
 
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498

Rep: Reputation: 100Reputation: 100
Linux supports with kernels 2.6 (or patched 2.4) procesors with frequency scaling ability. When running at lower frequencies it partly saves batery consumption and at the same lowers release of heat.
You need in kernel enabled support for your CPU type and also CPU frequency scaling with required governors(scaling policies). The least complicated way would be to install 2.6 kernel-generic and kernel-modules packages from testing/, reboot into new kernel and load CPUFreq procesor driver and governor modules with modprobe.
My case:
Code:
modprobe speedstep-centrino
modprobe cpufreq-conservative (or cpufreq-powersave)
That's all folks.
 
Old 06-09-2006, 08:55 AM   #9
JKoder
Member
 
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by dunric
Linux supports with kernels 2.6 (or patched 2.4) procesors with frequency scaling ability. When running at lower frequencies it partly saves batery consumption and at the same lowers release of heat.
You need in kernel enabled support for your CPU type and also CPU frequency scaling with required governors(scaling policies). The least complicated way would be to install 2.6 kernel-generic and kernel-modules packages from testing/, reboot into new kernel and load CPUFreq procesor driver and governor modules with modprobe.
My case:
Code:
modprobe speedstep-centrino
modprobe cpufreq-conservative (or cpufreq-powersave)
That's all folks.
OK so you are saying that probably my CPU is extremly hot and that's why it ignore the fan commend to stop or run ?

when i check the /proc/acpi/thermal_zone/THRM/temperature it say 33 or 35 but NEVER above 40 degrees
 
Old 06-10-2006, 02:54 AM   #10
dunric
Member
 
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498

Rep: Reputation: 100Reputation: 100
Yes, but it was just a suggestion what could be the source of the problem and it was the most frequent one I've experienced so far.
I would also recommend to look at TuxMobil.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Laptop Fan Never Stops Feinom Slackware 14 05-23-2006 05:36 PM
Linux and Laptop fan jeopardyracing Linux - Newbie 7 11-05-2004 06:42 PM
Laptop fan karan101 Linux - Laptop and Netbook 3 10-26-2004 04:41 PM
Suse 9.1 and Laptop fan aznluvsmc Linux - Laptop and Netbook 2 08-28-2004 10:45 AM
Quietening the Laptop Fan Ken Ju-On Linux - Newbie 1 12-12-2003 01:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration