Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IG3: Transmit timed out / pci=noacpi
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Seoushi
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2003
Posts: 117
Location: Salt Lake City

PostPosted: Thu May 29, 2003 5:01 pm    Post subject: IG3: Transmit timed out / pci=noacpi Reply with quote

Navigation: [Installing Gentoo] [Table of Contents]

APIC Problems
APIC(Advanced Programable Interrupt Controller) allows your system to double the number of allowed IRQ's and can sometimes lead to errors. APIC seems to cause failures in devices such as network cards and some ata (raid) controllers and possibley in other pci expansion cards.
Common errors are:
Code:
hda: lost interrupt

and
Code:
NETDEV WATCHDOG: eth0: transmit timed out

These errors can easily fixed by adding
Code:
pci=noacpi

To your kernel boot options

Examples
From the live cd
Code:
> Gentoo pci=noapci

In Grub
Code:
timeout 0
default 0
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo
root=(hd0,0)
kernel=(hd0,0)/bzImage root=/dev/md0 hda=ide-scsi pci=noapic

In Lilo
Code:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
lba32
default=linux

image=/boot/bzImage
   label=linux
   read-only
   root=/dev/hda3
   pci=noapic

Or by disabling it from within yout kernel and recompiling it. APIC is under
Code:
Processor type and features->
     Local APIC support on uniprocessors

in the 2.4.x kernel.


Feedback to [FAQF] IG3: Transmit timed out / pci=noacpi.
_________________
-Seoushi
Back to top
View user's profile Send private message
deurk
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 190
Location: Earth 1.3

PostPosted: Fri Aug 08, 2003 2:03 pm    Post subject: Re: IG3: Transmit timed out / pci=noacpi Reply with quote

AAARGH!

I don't understand a thing... Any correction to make?

Seoushi wrote:
These errors can easily fixed by adding
Code:
pci=noacpi

To your kernel boot options

Code:
> Gentoo pci=noapci


Code:
kernel=(hd0,0)/bzImage root=/dev/md0 hda=ide-scsi pci=noapic



Which option should I put into grub or command line to boot correctly??
nocpi, noapci or noapic?
:?: :?: :?: :?: :?:
Back to top
View user's profile Send private message
deurk
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 190
Location: Earth 1.3

PostPosted: Fri Aug 08, 2003 2:03 pm    Post subject: Re: IG3: Transmit timed out / pci=noacpi Reply with quote

AAARGH!

I don't understand a thing... Any correction to make?

Seoushi wrote:
These errors can easily fixed by adding
Code:
pci=noacpi

To your kernel boot options

Code:
> Gentoo pci=noapci


Code:
kernel=(hd0,0)/bzImage root=/dev/md0 hda=ide-scsi pci=noapic



Which option should I put into grub or command line to boot correctly??
nocpi, noapci or noapic?
:?: :?: :?: :?: :?:
Back to top
View user's profile Send private message
deurk
Apprentice
Apprentice


Joined: 11 Mar 2003
Posts: 190
Location: Earth 1.3

PostPosted: Fri Aug 08, 2003 2:04 pm    Post subject: Re: IG3: Transmit timed out / pci=noacpi Reply with quote

AAARGH!

I don't understand a thing... Any correction to make?

Seoushi wrote:
These errors can easily fixed by adding
Code:
pci=noacpi

To your kernel boot options

Code:
> Gentoo pci=noapci


Code:
kernel=(hd0,0)/bzImage root=/dev/md0 hda=ide-scsi pci=noapic



Which option should I put into grub or command line to boot correctly??
nocpi, noapci or noapic?
:?: :?: :?: :?: :?:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum