This applies to 2.1.xxx and later kernels. They now include a configuration option CONFIG_PNP. This is intended to enable the kernel to configure some PnP devices, but there is little or no support in the kernel (2.1.131).
If you're using isapnptools, it would probably be better to set this value to N, to prevent bad interactions when it does do something.
There are lots of possibilities for this, just remember:
dev/.
This means that the driver module has already been loaded or is built
into the kernel. Try typing "cat
proc/devices/" to see what devices
are already loaded before insmod
ding the driver.
This could also be due to not rebooting after rebuilding the kernel with module support for the required driver.
A bug has been discovered in isapnp for Version 1.11 of isapnptools, relating to the setting of interrupt edges. This is unlikely to be a problem for most hardware because the hardware doesn't allow anything other that +ve edge interrupts, however, as Kevin Bowman has pointed out, some hardware, such as that using the Fujitsu MB86701 does allow the interrupt line to be programmed. In this case, try upgrading to Version 1.13 or later.
/proc/interupts still lists the IRQ I am choosing as unused and the same for the IO ports. Does this mean the installation has failed ?
Not necessarily. Until you load a device driver that uses them, the
resources remain unused. You can use pnpdump -d to check the
programming if you have a version that supports the --dumpregs
option.
If the driver you want to use can only be built into the kernel, then you may want to consider using the DOS version of isapnptools, then booting Linux via loadlin. See README.DOS in the distribution for details.
You have SCSI disks on a PnP adapter card - right ? In this case you must be doing a full reset of the ISA PnP hardware, which is making the disks disappear. Alternatively, you may have a PnP network card and a built-in kernel driver.
Make sure your configuration file doesn't contain ( ISOLATE PRESERVE).
For the network card case, you can still do a full ISA PnP reset if you remove the network card driver from the kernel and use a module instead (and load it after running isapnp).
isapnp
and pnpdump
using certain addresses for the READPORT
.
Get isapnptools 1.16 or later, and put the port addresses you want
to avoid in the /etc/isapnp.gone
file. This assumes you want
to try lots of addresses, but skip certain ones. If you just want to
use a specific address, specify the address as the last argument.