Meelis Roos wrote: > > I tried it with pnpbios (acpi=off) and it started to work after auto and > activate (but not with auto alone): > > nartsiss:/# modprobe smsc-ircc2 > found SMC SuperIO Chip (devid=0x5a rev=00 base=0x002e): LPC47N227 > smsc_superio_flat(): IrDA not enabled > smsc_superio_flat(): fir: 0x00, sir: 0x00, dma: 15, irq: 0, mode: 0x02 > FATAL: Error inserting smsc_ircc2 > (/lib/modules/2.6.10-rc2/kernel/drivers/net/irda/smsc-ircc2.ko): No such > device > nartsiss:/# echo activate > resources > pnp: Device 00:0f activated. > nartsiss:/# modprobe smsc-ircc2 > found SMC SuperIO Chip (devid=0x5a rev=00 base=0x002e): LPC47N227 > smsc_superio_flat(): fir: 0x2e8, sir: 0x100, dma: 03, irq: 5, mode: 0x0e > SMsC IrDA Controller found > IrCC version 2.0, firport 0x2e8, sirport 0x100 dma=3, irq=5 > No transceiver found. Defaulting to Fast pin select > IrDA: Registered device irda0 > >>>> Could you send me the result of : "for i in /sys/bus/pnp/devices/*; >>>> do cat $i/id $i/options; done" in order to see if other devices have >>>> missing resources ? > > > The output with pnpbios is below for comparision. > [..] Ok, I have catch the problem : the pnpacpi parser supposed that are no resource after EndDependentFn. Could you try this patch with pnpacpi? Signed-Off-By: Matthieu Castet