Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-07-2006, 02:33 PM
|
#1
|
Member
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61
Rep:
|
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 !
|
|
|
06-07-2006, 03:14 PM
|
#2
|
Member
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211
Rep:
|
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 03:15 PM.
|
|
|
06-07-2006, 03:34 PM
|
#3
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274
Rep:
|
Is your kernel configured with ACPI submodules for things like fan and button? Check the ACPI section of your kernel's .config.
|
|
|
06-07-2006, 04:11 PM
|
#4
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
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 Let us know how this goes, more maybe needed.
|
|
|
06-09-2006, 06:47 AM
|
#5
|
Member
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61
Original Poster
Rep:
|
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)
|
|
|
06-09-2006, 08:21 AM
|
#6
|
Member
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498
Rep:
|
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.
|
|
|
06-09-2006, 08:23 AM
|
#7
|
Member
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61
Original Poster
Rep:
|
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
|
|
|
06-09-2006, 09:49 AM
|
#8
|
Member
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498
Rep:
|
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.
|
|
|
06-09-2006, 09:55 AM
|
#9
|
Member
Registered: Sep 2005
Distribution: Slackware 11
Posts: 61
Original Poster
Rep:
|
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
|
|
|
06-10-2006, 03:54 AM
|
#10
|
Member
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 05:35 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|