"Felix E. Klee" wrote: > today, I compiled a kernel with xdsg's kernel config (the only option > that I removed was the /dev file system support). Now, when I insert my > FA510c network card I still hear a high low beep sequence but the card > is correctly identified by cardctl ident. The error message that I get > is > failed to allocate resource 0 for PCI device 1011:0019 > got res[10800000:108003ff] for resource 1 of PCI device 1011:0019 > got res[10400000:1043ffff] for resource 6 of PCI device 1011:0019 > PCI: Enabling device 01:00.0 (0000->0003) > PCI: No IRQ known for interrupt pin A of device 01:00.0. Please try > using pci=biosirq. > > What does that mean? What should I do?
Good news: the card is finally working! Today, I downloaded a new version of the PCMCIA package (pcmcia-cs-3.1.24), removed the PCMCIA support in the Kernel (2.4.2) and compiled the PCMCIA modules seperately. All this should also be accomplished by upgrading to the new version of the Bunk-distro (Jacob Meuser recommended that before) which includes kernel version 2.4.2 and pcmcia-cs-3.1.24. It can be retrieved from http://www.fs.tum.de/~bunk/kernel-24.html. One more thing: I did not have to change any configuration files, everything seems to work out of the box. Felix