Fedora This forum is for the discussion of the Fedora Project. |
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.
|
|
01-24-2007, 07:07 PM
|
#1
|
LQ Newbie
Registered: Jan 2007
Posts: 18
Rep:
|
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.
|
|
|
01-24-2007, 07:31 PM
|
#2
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
It shouldn't have anything to do with linux. Does it work in bios? Does it run in windows?
|
|
|
01-24-2007, 07:49 PM
|
#3
|
LQ Newbie
Registered: Jan 2007
Posts: 18
Original Poster
Rep:
|
It runs in bios and windows, just stops suddenly when linux begins booting.
|
|
|
01-24-2007, 08:04 PM
|
#4
|
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:
|
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
|
|
|
01-24-2007, 08:07 PM
|
#5
|
LQ Newbie
Registered: Jan 2007
Posts: 18
Original Poster
Rep:
|
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 08:11 PM.
|
|
|
01-24-2007, 08:13 PM
|
#6
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
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
|
|
|
01-24-2007, 08:31 PM
|
#7
|
LQ Newbie
Registered: Jan 2007
Posts: 18
Original Poster
Rep:
|
Added that line but it still gives me the error and the fan doesn't run
|
|
|
01-24-2007, 08:58 PM
|
#8
|
Senior Member
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Rep:
|
If i may interrupt, try updating the kernel first. Its a long shot but its possible you get rid of that fatal message.
|
|
|
01-24-2007, 09:00 PM
|
#9
|
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:
|
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
|
|
|
01-24-2007, 09:09 PM
|
#10
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
|
|
|
01-24-2007, 09:55 PM
|
#11
|
Member
Registered: Jun 2003
Location: UK
Distribution: Devuan Beowulf
Posts: 514
Rep:
|
Is it possible to switch acpi off in bios or change something there so that the fan always run regardless of operating system?
|
|
|
01-25-2007, 06:07 PM
|
#12
|
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:
|
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
|
|
|
01-28-2007, 12:05 PM
|
#13
|
LQ Newbie
Registered: Jan 2007
Posts: 18
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 09:15 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
|
|