Comment 4 for bug 159980

Revision history for this message
fran cook (fmccook) wrote :

Reviewing kern.log I found a message:
Dec 9 09:49:54 ofm kernel: [ 3445.048000] irq 24: nobody cared (try booting with the "irqpoll" option)

I added 'irqpoll' to the 'kernel' line of menu.lst
-------
/boot/grub/menu.lst
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=fc31caf3-554d-4de2-a6ae-8a216da10640 ro quiet splash irqpoll
initrd /boot/initrd.img-2.6.22-14-generic
quiet
-------
The network adapter has been working normally ever since. Hope this helps...