LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-24-2007, 06:07 PM   #1
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Rep: Reputation: 0
Processor Fan doesn't move in Fedora Core 6.


My CPU fan doesn't move in FC6, I have an Emachines T2792. The motherboard is still defaulted to factory. I am very new to linux and I really want to switch over, particularly to my new laptop, but I don't want to have to worry about the fans. I had this problem as well with ubuntu which I tried on this desktop. Can someone please help me fix this? Thanks.
 
Old 01-24-2007, 06:31 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
It shouldn't have anything to do with linux. Does it work in bios? Does it run in windows?
 
Old 01-24-2007, 06:49 PM   #3
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
It runs in bios and windows, just stops suddenly when linux begins booting.
 
Old 01-24-2007, 07:04 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Lets see if acpi sees it.
Is there a file under /proc/acpi/fan?
If so what is it?
My notebook does not see the fan but I believe it is called state.
Is it /proc/acpi/fan/state?
If so as root run the command ' echo 1 > /proc/acpi/fan/state '. Does the fan come on?
Then ' echo 0 > /proc/acpi/fan/state ' to turn off.

If nothing in state then not sure where to go from here.

Brian
 
Old 01-24-2007, 07:07 PM   #5
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
I see an error when Fedora Starts about the fan, but I can't seem to see it long enough to write it down. I'll see if I can get it. Also, proc doesn't bring anything up.

Here's the error:

FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.18-1.2798.fc6/kernel/arch/i386/cpu/cpufreq/acpi-cpufreq.ko): No such device

Last edited by branmuffin; 01-24-2007 at 07:11 PM.
 
Old 01-24-2007, 07:13 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
That is a celeron 2.7 with a imperial motherboard, I think.
You could try and add this to the end of the kernel line in /boot/grub/menu.lst or /boot/grub/grub.conf
(not sure about fedora)
pci=noacpi acpi=off
 
Old 01-24-2007, 07:31 PM   #7
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Added that line but it still gives me the error and the fan doesn't run
 
Old 01-24-2007, 07:58 PM   #8
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
If i may interrupt, try updating the kernel first. Its a long shot but its possible you get rid of that fatal message.
 
Old 01-24-2007, 08:00 PM   #9
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
If not seen by proc then my only conclusion is get an adapter to connect the fan directly to power supply so as to run all the time. Maybe there are other fan plugs on the board that the fan can plug into that allows the fan to run all the time. Also there are devices that can detect tempeture and turn fans speed them up or slow them down as needed.

I am assuming the fan is the one on the cpu?
Or this some other fan you are talking about. Like one that moves air through the case or power supply. If the later then they may be properitory controlled by the motherboard from properitory software.

Brian
 
Old 01-24-2007, 08:09 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Something like this;
http://cgi.ebay.com/Fan-Power-Adapto...QQcmdZViewItem
 
Old 01-24-2007, 08:55 PM   #11
v00d00101
Member
 
Registered: Jun 2003
Location: UK
Distribution: Devuan Beowulf
Posts: 514
Blog Entries: 1

Rep: Reputation: 37
Is it possible to switch acpi off in bios or change something there so that the fan always run regardless of operating system?
 
Old 01-25-2007, 05:07 PM   #12
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Use of noacpi as described in post #6 will disable the kernel acpi on that boot. Then it should use APM. Usually both APM and ACPI are compiled in the kernel in most distros I have seen.

Brian
 
Old 01-28-2007, 11:05 AM   #13
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks for the help, my friend just told me that I had put the acpi=off line into the comments, I changed it and now it runs fine. Sorry for that.
 
  


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
mouse can't move smoothly in Fedora Core 6 under VMWare adrianmak Linux - Software 2 01-28-2007 06:54 AM
Not able to install fedora on core 2 duo processor amudalgi Linux - Hardware 2 01-03-2007 08:28 AM
System fan control -- Fedora Core 6. Madone_SL_5.5 Linux - Hardware 1 11-13-2006 10:23 PM
Processor Fan Question. pete1234 Linux - Hardware 1 06-07-2005 11:50 AM
Via CLE266, C3 Processor, Fedora Core 2. clb Linux - Laptop and Netbook 5 09-26-2004 06:00 AM

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

All times are GMT -5. The time now is 05:01 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