"Stan Koper" <skoper@mediaone.net> writes:
I'm having a problem installing SuSE 7.3. It seems that I can't get SuSE to recognize a 3c509 card. This is the card that connects my network to the internet.
I couldn't get SuSE to recognize it when I installed 7.3, and modprobe can't find it. Something about an "io" error. The card is using IRQ 10, io is 0x210.
Can't you just lower the card's io address or use PnP? If you don't use PnP then 3c509.c contains the following test: if (id_port >= 0x200) { /* Rare -- do we really need a warning? */ printk(" WARNING: No I/O port available for 3c509 activation.\n" return -ENODEV; } It other words, io addresses above and including 0x200 are ignored. -- Alexandr.Malusek@imv.liu.se