Hi, xirc2ps_cs.c is broken by recent Dominik patch. "buf" in xirc2ps_config becomes NULL , so set_card_type does not work. xirc2ps_config(struct pcmcia_device * link) ....... if (!set_card_type(link, buf)) { <<<< Here! printk(KNOT_XIRC "this card is not supported\n"); goto failure; } Best Regards Komuro