LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-18-2009, 12:28 PM   #1
rathin2j
LQ Newbie
 
Registered: Apr 2009
Location: india
Distribution: ubuntu 9.10
Posts: 11

Rep: Reputation: 1
Unhappy unable to turn cooling device 'ON'


hello,
i m a new user of FEDORA 10 previously i was using windows XP9as usual).i m having dual boot system,my problem is that, now every time when i boot my system in fedora after boot is complete the fedora shows error that "ACPI:unable to turn cooling device 'ON' " so what to do? my system info is as below.

Quote:
  • CPU Name AMD Athlon(tm) XP 2400+
  • Code Name Model 8, Stepping 1
  • Manufacturer AuthenticAMD
  • Current Clock Speed 1999Mhz
  • Max Clock Speed 1999Mhz
  • Voltage 3.3V
  • External Clock 133Mhz
  • Serial Number 0383FBFF00000681
  • CPU ID x86 Family 6 Model 8 Stepping 1
  • Socket Designation Socket A
  • Internal Cache 128KB
  • External Cache 256KB
  • Motherboard
  • Model Kelut
  • Manufacturer ASUSTek Computer INC.
  • Serial Number MB-1234567890
  • BIOS Name Phoenix - Award BIOS v6.00PG
  • BIOS Vendor Phoenix Technologies, LTD
  • SMBIOS Version 3.07
if u have any solution,it will b gr8 help to me bcoz i m new to linux,and now it is becoming HEAD ACHE to me.thank u very much.
 
Old 04-18-2009, 06:20 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by rathin2j View Post
hello,
i m a new user of FEDORA 10 previously i was using windows XP9as usual).i m having dual boot system,my problem is that, now every time when i boot my system in fedora after boot is complete the fedora shows error that "ACPI:unable to turn cooling device 'ON' " so what to do? my system info is as below.

if u have any solution,it will b gr8 help to me bcoz i m new to linux,and now it is becoming HEAD ACHE to me.thank u very much.
Spell out your words.

Also, are you actually having a problem with the system, or does the message just come up? And giving some details about your hardware, and the real text of the error message would help too...
 
Old 04-18-2009, 10:06 PM   #3
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
If you installed Fedora on a desktop computer, have a look at the back of the box where the power cord plugs into the box. If the fan on this "power supply" is spinning, the error means nothing as ACPI is related mostly to laptops. Fedora has been known to install laptop software and services on desktops also. If the fan is not spinning, reboot into Windows and check again, if it is spinning in Windows, then there is a problem, if it is not spinning in Windows also, chances are it will start when things get hot enough wether you are running Fedora or Windows.
Are you running Fedora on a laptop or a desktop computer?
 
Old 04-19-2009, 03:42 AM   #4
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I got that message on an old AMD motherboard with integrated Unichrome graphics chipset. It was annoying and appeared to be informative only. It ran for years with it pumping out every couple of seconds or so. It was one I setup for my mom and booted to a graphics mode where it was hidden/less annoying. That message didn't appear in earlier kernels (2.6.18?) on that machine. And might be related to not having certain options enabled in the kernel like lm_sensors or whatever it's currently called. I'm not really sure, I don't think it happened with distro specific kernels, but I almost always run a custom kernel to aid in network and video drivers / optimizations.

HTH
 
Old 04-19-2009, 03:59 AM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You might want to run the dmesg command and check your boot up messages pertaining to acpi and startup services. Does the fan turn on?

Intel chip
Code:
grep cooling /var/log/boot.msg
<6>processor ACPI_CPU:00: registered as cooling_device0
<6>processor ACPI_CPU:01: registered as cooling_device1
<6>acpi device:05: registered as cooling_device2
Amd Chip
Code:
<4>AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
...
<6>ACPI: ACPI0007:00 is registered as cooling_device0
<6>ACPI: ACPI0007:01 is registered as cooling_device1
<6>ACPI: PNP0C0B:00 is registered as cooling_device2
Check for these lines in the `lsmod' output:
Code:
cpufreq_userspace      23556  0                                                                                           
cpufreq_powersave      18816  0                                                                                           
powernow_k8            32772  1
Post the `kernel ...' line in /boot/grub/menu.lst. An option like noacpi will prevent many services from running.
 
Old 04-19-2009, 04:00 PM   #6
rathin2j
LQ Newbie
 
Registered: Apr 2009
Location: india
Distribution: ubuntu 9.10
Posts: 11

Original Poster
Rep: Reputation: 1
hello,
first of all i would like to say sorry to "tbone"sir.i m really sorry,I was in bit hurry so typed like that.

--yes i am running fedora in desktop COMPUTER not on laptop and ya my fan is running in fedora."shadow_7" is right mine is also a AND processor and that notice,in terminal it is popping every 2-3 seconds it is too annoying.
and in the matter of following
Quote:

You might want to run the dmesg command and check your boot up messages pertaining to acpi and startup services. Does the fan turn on?

Intel chip
Code:

grep cooling /var/log/boot.msg
<6>processor ACPI_CPU:00: registered as cooling_device0
<6>processor ACPI_CPU:01: registered as cooling_device1
<6>acpi device:05: registered as cooling_device2

Amd Chip
Code:

<4>AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
...
<6>ACPI: ACPI0007:00 is registered as cooling_device0
<6>ACPI: ACPI0007:01 is registered as cooling_device1
<6>ACPI: PNP0C0B:00 is registered as cooling_device2

Check for these lines in the `lsmod' output:
Code:

cpufreq_userspace 23556 0
cpufreq_powersave 18816 0
powernow_k8 32772 1

Post the `kernel ...' line in /boot/grub/menu.lst. An option like noacpi will prevent many services from running.
i am sorry sir but i am unable to get what you are trying to say as i m not having enough linux competency.sir can you explain it in a simplified manner(for beginners).thank you very much..
 
  


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
Unable to turn cooling device on?, FC6 Cereal765 Linux - Kernel 9 12-04-2008 06:47 PM
why message: Unable to turn cooling device "off"? bioalchemist Linux - General 2 10-17-2007 08:53 AM
aterm: possible to 'turn on' cut and past functionality? user1442 Slackware 3 10-22-2005 11:51 AM
mn720 (broadcom) - dim lights - won't turn 'on' slushiekeng Linux - Wireless Networking 0 03-09-2005 12:36 PM
How to turn on log for tty device yan Linux - General 0 12-08-2003 04:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:43 PM.

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