LinuxQuestions.org
Review your favorite Linux distribution.
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
 
LinkBack Search this Thread
Old 08-28-2008, 01:58 AM   #1
zux
Member
 
Registered: Jul 2006
Location: latvia
Distribution: slackware
Posts: 112

Rep: Reputation: 16
cpu errors on laptop


the laptop works normally but I keep getting these errors in /var/log/messages:
Code:
Aug 28 09:49:56 tofiks logger: ACPI group processor / action CPU0 is not defined
Aug 28 09:49:56 tofiks logger: ACPI group processor / action CPU1 is not defined
also I don't think that it's the same problem but i keep getting these errors in dmesg:
Code:
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success
 
Old 08-28-2008, 05:25 AM   #2
janhe
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: slackware64 13.1, slackware 13.1
Posts: 369

Rep: Reputation: 45
Quote:
Originally Posted by zux View Post
the laptop works normally but I keep getting these errors in /var/log/messages:
Code:
Aug 28 09:49:56 tofiks logger: ACPI group processor / action CPU0 is not defined
Aug 28 09:49:56 tofiks logger: ACPI group processor / action CPU1 is not defined
Your system sends ACPI events about your processors to the acpi handler. The handler doesn't know what to do with them, and gives that message in /var/log/messages. If you aren't missing any features you want to have, you can ignore them.
Quote:
Originally Posted by zux View Post
also I don't think that it's the same problem but i keep getting these errors in dmesg:
Code:
hda: status timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
hda: no DRQ after issuing MULTWRITE_EXT
ide0: reset: success
I've been googling a bit, and there seems quite a lot of info about it. (also on this forum!) Try searching for
Code:
no DRQ after issuing MULTWRITE_EXT
and look if there's something that might help you.

If you find something that you don't understand, you can always come back and ask another (more specific) question.
 
Old 08-31-2008, 12:30 PM   #3
zux
Member
 
Registered: Jul 2006
Location: latvia
Distribution: slackware
Posts: 112

Original Poster
Rep: Reputation: 16
hmm, just a moment ago my /var/log/messages was 1,3 GB
full with messages about CPU
maybe someone knows a good how to about ACPI.
I'm also interested in other stuff about acpi so a good howto would be great

first of all i want to get rid of those CPU messages filling my logs
 
Old 08-31-2008, 12:46 PM   #4
keefaz
Senior Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282

Rep: Reputation: 61
Maybe look in the /etc/acpi/acpi_handler.sh script
Code:
case "$1" in
  button)
    case "$2" in
      power) /sbin/init 0
         ;;
      *) logger "ACPI action $2 is not defined"
         ;;
    esac
    ;;
  *)
    logger "ACPI group $1 / action $2 is not defined"
    ;;
esac
You can do a quick hack to block errors filling the /var/log/messages, like
Code:
case "$1" in
  button)
    case "$2" in
      power) /sbin/init 0
         ;;
      *) logger "ACPI action $2 is not defined"
         ;;
    esac
    ;;
  processor) 
    case "$2" in
      CPU0) # do nothing
      ;;
      CPU1) # do nothing
      ;;
    esac
    ;;
  *)
    logger "ACPI group $1 / action $2 is not defined"
    ;;
esac
But it could be more interesting to investigate what process sends the CPU0 and CPU1 command to this script

Last edited by keefaz; 08-31-2008 at 12:52 PM. Reason: Edited errors in script!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seagate ST340016A on Slackware 12: Testing for errors/100% CPU load during access. ErV Linux - Hardware 2 08-06-2007 07:21 PM
CPU Error On Laptop carlosinfl Linux - Laptop and Netbook 5 09-23-2006 04:48 PM
Dell laptop - 2 different cpu speeds twantrd General 0 05-01-2005 07:19 PM
Slack 9.1 on laptop fires up my CPU ! C.Loko Slackware 1 11-21-2003 04:22 PM


All times are GMT -5. The time now is 05:57 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration