|
If your computer has a PCI slot, why don't you just spring for the $10 ethernet card and be done with it? It sounds like the software simply wants to register against a single static unique ID, which the MAC ROM on the ethernet card provides. If this is correct, you might not even need a fully functional ethernet card.
The only other alternative I can think of, might be to modify an existing ethernet driver, so that it doesn't bail on startup if it doesn't see any hardware, and to provide all services to the kernel, even in the absense of real hardware. This sounds like a fair bit of work, but could be the nucleus of an interesting project.
--- rod.
|