Loeading eepro100 module problems not covered by faq and documentation
Fabrice LAUSSY <[email protected]> Wed, 28 Jan 2004 16:27:01 +0100
| Newsgroups | gmane.linux.drivers.eepro100.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have the following problem when trying to load eepro100.o with insmod (or modprobe) from debian woody to use an Intel Pro/100 VE: - At first I had complains that: Unresolved symbol pci_drv_register Unresolved symbol pci_drv_unregister Unresolved symbol acpci_set_pcwr_state which I eventually gathered from googling around that it could be fixed by first insmod'ing pci-scan.o. But then I get stuck on some 'No card found, driver not installed, init_module: device or ressource busy' when insmod'ing eepro100 afterward. I find no trace of eth0 in dmesg, and do not see any evidence that the card is in any way recognized. Though, it is working under Windows, from which I got its IRQ (20) and its I/O (0xDF40). I passed those parameters to lilo at boot. I tried to force mode 0x100 with options in insmod, and virtually everything I could find on the web. I do not seem to make any progress, and in despair, I eventually recourse to you who I think are the experts on the subject, whence my daring disturbing you with such end-user troubles. Your help will be greatly appreciated. Yours, F.P.L.