Quote:
Originally Posted by zux
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
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.