Skip to Content.
Sympa Menu

baslinux - Re: [BL] ISA NICs

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "David Moberg" <davidjmoberg AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] ISA NICs
  • Date: Wed, 30 Aug 2006 16:22:45 -0700

Karolis Lyvens wrote:

-----------
/proc/bus/pci/devices not found, so PCI resource conflict not checked
Board 1 has Identity 9d 3a fd 52 05 01 22 05 07: AXE2201 Serial No 989680133
[checksum 9d]
/etc/isapnp.conf:44 -- Fatal - resource conflict allocating 32 bytes of IO at
240 (see /etc/isapnp.conf)
/etc/isapnp.conf:44 -- Fatal - Error occurred executing request '<IORESCHECK>
' --- further action aborted
-----------
-snip-
Maybe isapnp.conf could give some hints:
-snip-
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
-snip-
Is there anything that could be altered in this isapnp.conf file?

Change this line:

(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

To this:

(CONFLICT (IO WARNING)(IRQ WARNING)(DMA WARNING)(MEM WARNING)) # or WARNING

That is, replace all of the "FATAL"s with "WARNING"s. This works on my
machine when I get a resource conflict. After changing the above line,
you should be able to successfully run isapnp and insmod. YMMV.

David




Archive powered by MHonArc 2.6.24.

Top of Page