LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-27-2005, 09:25 PM   #16
jhwhite
LQ Newbie
 
Registered: Aug 2005
Location: central North Carolina
Posts: 17

Rep: Reputation: 0

Entering "acpi=noirq noapic" at the prompt in Grub when booting Linux fixed the problem of the fast clock on my Compaq Presario V2312 (Turion) running SUSI 9.3. I'll have to figure out where to add it in to a grub configuration file since I don't see a /boot/grub/grub.conf file on my distribution but that should not be a biggie. What I did wonder is where it is documented what this command actually does, and why it solves this problem. I'd like to know more about it in case there are other side effects that might come up later.

Thanks for the help y'all.
 
Old 09-28-2005, 07:25 AM   #17
moosedaddy
Member
 
Registered: Feb 2003
Location: Oklahoma
Distribution: Debian Unstable
Posts: 244

Rep: Reputation: 30
I am running a Compaq R4000 and the only side effect I have found is the battery moniter is not working, of course it was not working before I added the commands.

You need to enter the comands in /boot/grub/menu.lst

I do not know exactly what the comands do, I read about them HERE
 
Old 09-29-2005, 02:20 AM   #18
cacadoo
LQ Newbie
 
Registered: Feb 2005
Location: Auckland, New Zealand
Distribution: PCLinuxOS
Posts: 16

Rep: Reputation: 0
Thanks a lot to MooseDaddy!

"acpi=noirq noapic" has finally fixed my problem. I cannot tell for sure whether it screwed anything else, but this annoying bug has now been fixed! Yahooooo!

I googled around a lot, but nothing worked.
 
Old 10-06-2005, 11:45 AM   #19
Screenchecker
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
thanks a lot moosedaddy! Worked great here (unbuntu 5.04 64)... Now i can finally use linux one my notebook (acer aspire 5022)...

btw: What excactly does the paramater "acpi=noirq noapic" do?

greet'z,
screen

Last edited by Screenchecker; 10-06-2005 at 11:46 AM.
 
Old 10-30-2005, 11:12 PM   #20
alma
LQ Newbie
 
Registered: Oct 2005
Location: USA
Distribution: suse 10
Posts: 29

Rep: Reputation: 15
I'm having the same problem on an AMD turion laptop: The clock is always messed up and the keystroke repetition is way too fast.
The "no_timer_check=0" addition didn't solve it but the "acpi=noirq noapic" seems to have done the trick. Also it looks like a former error message:
APIC error on CPU0: 00(40)
APIC error on CPU0: 40(40)
has disappeared from the boot sequence.
It's all good but I'm wondering what this all means? As far as I know APIC is some advanced interrupt control thing. Did this mean that with this parameter APIC is disabled? Have I lost some ACPI or APIC features?


Quote:
Originally posted by moosedaddy
Try adding "acpi=noirq noapic" to you kernel boot parameter without the quotes.

I am runnning debian unstable on a 64-bit semperon laptop. adding noapic will fix the clock but it messes up everything else adding acpi=noirq before the noapic fixes both.

I have tried adding no_timer_check to the boot parameter and it did not work, but I will try the no_timer_check=0 tonite and se what happens.
 
Old 10-31-2005, 11:54 AM   #21
gaspra
Member
 
Registered: Jul 2005
Posts: 51

Rep: Reputation: 15
Quote:
Originally posted by alma
I'm having the same problem on an AMD turion laptop: The clock is always messed up and the keystroke repetition is way too fast.
The "no_timer_check=0" addition didn't solve it but the "acpi=noirq noapic" seems to have done the trick. Also it looks like a former error message:
APIC error on CPU0: 00(40)
APIC error on CPU0: 40(40)
has disappeared from the boot sequence.
It's all good but I'm wondering what this all means? As far as I know APIC is some advanced interrupt control thing. Did this mean that with this parameter APIC is disabled? Have I lost some ACPI or APIC features?
APIC (advanced programmable interrupt controller) architecture, which supports the redirection of interrupts to multiple processors. Since you have only one processor, it won't hurt anything to turn off APIC. Also you don't need to use "acpi=noirq", "noapic" itself can solve the fast clock probelm.
 
Old 10-31-2005, 01:35 PM   #22
alma
LQ Newbie
 
Registered: Oct 2005
Location: USA
Distribution: suse 10
Posts: 29

Rep: Reputation: 15
Thanks a lot for the info, I will try the "noapic" alone.
 
Old 05-30-2006, 08:40 AM   #23
anonymousz
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by gaspra
But you will feel frustrated if you type "ls" but it gives you "lssssssss", if you are in year 2005 the clock shows 2006
Thats really so true. Now i know why it happens
 
Old 12-27-2006, 06:49 AM   #24
slack3r
LQ Newbie
 
Registered: Nov 2006
Location: Houston, TX
Distribution: Ubuntu, Centos, FreeBSD
Posts: 11

Rep: Reputation: 1
Thumbs up

First of all I would like to say that this is my first post. I installed and compiled kernel 2.6.19.1 on an AMD X2. Once I logged into to KDE, movies, sound, and clock were operating at a speed which seemed to be twice that of normal operation. After several recompiles, I resolved the issue by using the acpi=noirq noapic which worked quite well. I did not have luck with no_timer_check=0 however.

I have had this problem in 2 distributions after a kernel recompile, both Slack 11(moving from 2.4 to 2.6) and Suse 10.1 involving Athlon64s. If anyone has an answer as to why I would greatly appreciate it.
 
Old 12-28-2006, 01:07 AM   #25
cacadoo
LQ Newbie
 
Registered: Feb 2005
Location: Auckland, New Zealand
Distribution: PCLinuxOS
Posts: 16

Rep: Reputation: 0
I don't know really.
In the meantime i changed couple of distros.
I am now with PCLinuxOS and everything works.
P. S.
I have never recompiled the kernel myself.
Regards.
 
  


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
Clock continually running too fast Zoombie Linux - Software 2 07-09-2005 01:22 PM
System Clock Running Fast PeaceTank Linux - General 4 07-07-2005 12:03 PM
Why is Linux running really, really fast? Fluctifragus Linux - Software 9 06-23-2005 12:37 AM
fc2 running fast! _tomMmy_ Fedora 12 09-02-2004 09:57 AM
The clock is running too fast satimis Linux - Hardware 4 03-19-2004 09:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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