LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-22-2006, 06:12 AM   #1
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Rep: Reputation: 30
kernel panic : atkbd.c : Spurios ACK on Isa0060, After installing 2.6.19.1


Hello!
Last week I've tried to install kernel 2.6.19.1 from 2.6.18.2 (from source), here are the steps I've done, and I'm not sure what went wrong that I got this message repeating in a loop + kernel panic :
Quote:
atkbd.c : Spurios ACK on isa0060/serio 0

Some program might be trying to access hardware directly
I'm actually now on my Windows (after a very long time which I havn't used it! jesus, I want to shut it off!)

here are the steps I've done after downloading kernel 2.6.19.1 .tar.gz

as root:
Code:
mv /home/user/Desktop /usr/src
cd /usr/src
tar xzfv kernel2.6.19.1.tar.gz
mv kernel .kernel_old
mv kernel2.6.19.1 kernel
cd .kernel_old
cp -rf .config ../kernel && cp -rf config ../kernel
cd ../kernel
make oldconfig (it asked me lots of upgrade question, most of them I chose default by pressing ENTER,  I chose 1 option which was which CPU i'm using and chose option 13 for Athlon, cause default was for 486) 
make && make modules && make modules_install && make install

I restarted and got the above message.
I got no clue how to save it, .old_kernel got fucked in a patch I've tried to do before.


Thanks for the coming help.
 
Old 12-22-2006, 12:16 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Boot of your distros rescue-CD, find a working kernel and put
it in place.


Cheers,
Tink
 
Old 12-30-2006, 04:38 PM   #3
pnenov
LQ Newbie
 
Registered: Dec 2006
Posts: 1

Rep: Reputation: 0
do not compile new kernel with xtables support
 
Old 01-05-2007, 12:55 PM   #4
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by pnenov
do not compile new kernel with xtables support
I took old kernel .config file with all the information on drivers etc, and recompiled the new kernel without xtables support, and still got the same result.

It's weird you say not to compile it since it was on a [M] (module) and not * anyway!

Path was :
Networking --> Networking Support (NET [=y])
Networking options --> Network packet filtering framework (Netfilter) (NETFILTER) --> Core Netfilter Configuration
 
Old 01-06-2007, 07:02 AM   #5
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Original Poster
Rep: Reputation: 30
my solution was :

took new kernel dir and opened both old .config(2.6.18.2) on make xconfig
and new kernel with make xconfig

hand changed the xconfig to be fitting the old .config,
didn't use sata deprecated modules, and didn't compile with xtables.

after I copied 99% of old.config file via the xconfig gui, I compiled with make && make modules_install install

and it worked great.
 
Old 03-07-2007, 07:58 PM   #6
amonlee
LQ Newbie
 
Registered: Jul 2004
Posts: 1

Rep: Reputation: 0
Yes, I had the same problem which I think it was caused by my SATA hard drive.

I tried to compile the kernel (2.6.20). Initially, the Intel ATA_PIIX module (mine one is intel sata controller) was not selected. After that I had another try, even though Intel ATA_PIIX module was selected as the built-in one (selected with * not M), it didn't work. And the "make install" still complained "No module ata_piix found for kernel".

After search around, I followed a gentleman's sugesstion, unclicked the audit support (which is in the general setup), and did the same thing as itz2000 did. But select all the modules under "Serial ATA ..." option as modules(marked with M). then make && make modules_install && make install. All fine.

No "No module ata_piix found for kernel" anymore, and kernel boot up fine.
 
Old 03-17-2007, 08:36 PM   #7
jtmoon
LQ Newbie
 
Registered: Jun 2006
Location: WA, USA
Distribution: Fedora Core 10
Posts: 16

Rep: Reputation: 5
Unhappy atkbd.c : Spurios ACK on Isa0060, After installing 2.6.19.1

Sorry, but here is my cross-post!
http://kerneltrap.org/node/5898

I'll repeat the information here:
Problem:
Here is the full text of the "Spurious ACK" error (for sake of googlers and devs).
Code:
atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly
This error repeats forever at an approximate rate of twice a second.

I tried fraujansen suggestion:
if you add i8042.panicblink=0 as a kernel option this problem does not come.
my grub menu.list
kernel /boot/bzlinux i8042.panicblink=0 root=/dev/sda1 ro
After adding that I got past the "Spurious ACK" error.

Now the boot problem I get is this:

Code:
ext3-fs: no option "nouser" or missing value.
mount: error mounting /dev/root on /sysroot as ext3: Invalid Argument
Setting up other filesystems
Setting up new dev fs
setuproot: moving /dev failed: No such file or directory
...more stuff...
Kernel Panic
So I think the first step here is to find where an ext3 filesystem is getting mounted with the option "nouser" during the boot process.

More Information:
The 2.6.16-1.2122_FC5 kernel boots okay for me.
These kernels have had the same problems as above:
  • 2.6.20-1.2300.fc5-i686
  • 2.6.19-1.2288.2.4.fc5
  • 2.6.19.3_TEST1 <-- my own compiled kernel

short list of SW and HW:
  • Fedora Core 5
  • WD PATA hardrive
  • ASUS P2L97 mainboard
  • AMD Athlon
  • mouse and keyboard via PS2

-J Tom Moon 79
 
Old 05-04-2007, 08:56 AM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
for the atkb issue try compiling in serial and ps2 mouse as per
http://wiki.linuxquestions.org/wiki/...ring_keyboards
 
Old 03-16-2010, 10:49 AM   #9
ixuexi
LQ Newbie
 
Registered: Mar 2010
Posts: 1

Rep: Reputation: 0
RE : kernel panic : atkbd.c : Spurios ACK on Isa0060, After installing 2.6.19.1

I have fixed this problem by modifying the /boot/grub/menu.lst
title SUSE Linux Enterprise Desktop 10 with kernel 2.6.32.9
root(hd0,1)
kernel /boot/vmlinuz-2.6.32.9-default root=/dev/sda2 vga=0x332 resume=/dev/sda1 splash=silent showopts
initrd /boot/initrd-2.6.32.9-default
adding the red line option and it works fine.
通过添加上面的启动选项后问题消失了,出来共享一下,希望对大家有帮助。
 
  


Reply

Tags
boot, build, kernel, panic



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
Kernel panic:atkbd.c Spurious ACK on isa0060/serio0 JAKK Linux - General 13 05-09-2007 08:20 AM
Kernel panic problem with all of my kernels after installing new kernel nosebleed Linux - Software 2 04-14-2006 09:48 PM
vt: kernel panic during shutdown from atkbd.c -Wireless keyboard-mouse teddymills Linux - Hardware 0 11-28-2005 12:51 PM
[NLD] kernel: atkbd.c: Unknown key pressed sjacobs SUSE / openSUSE 0 06-24-2005 03:14 AM
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0). atkbd. satanic_linux Slackware 1 06-08-2004 02:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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