Thomas Trepl wrote: > Nov 1 11:29:47 oxygene kernel: cs: IO port probe 0x100-0x3af: excluding > 0x378-0x37f
> Which module does that "cs: IO port probe" in the old log create? Does that > has something > to do with the PCMCIA stuff? What do I have to check next? I have no idea... > :-( [EMAIL PROTECTED]:~/linux-2.6.23.1$ grep -r "IO port probe" drivers/pcmcia/ drivers/pcmcia/rsrc_nonstatic.c:INT_MODULE_PARM(probe_io, 1); /* IO port probe? */ drivers/pcmcia/rsrc_nonstatic.c: printk(KERN_INFO "cs: IO port probe %#lx-%#lx:", [EMAIL PROTECTED]:~/linux-2.6.23.1$ grep rsrc_nonstatic drivers/pcmcia/Makefile obj-$(CONFIG_PCCARD_NONSTATIC) += rsrc_nonstatic.o However, you have already set this. > CONFIG_PCMCIA_PROBE=y > CONFIG_PCCARD_NONSTATIC=y Maybe you just need to install pcmciautils? -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
