Saw this article ( http://www.raphnet.net/electronique/adlib/adlib_en.php ) about connecting an old eight (isa) bit sound card to the parallel port. Then I thought after looking at the connections that maybe the Arduino, RPi, Beagleboard, or the like could also be used. Just a matter of developing the software. Try this at your own risk. Then I thought there are lots of other old legacy eight bit cards that might be used (i.e serial, parallel, floppy, network, or etc). Adlib information: http://www.o-bizz.de/qbtuts/mallard/sbfaq.htm http://www.shipbrook.net/jeff/sb.html Embedded server with ISA network card This embedded server was built with NE2000 compatible ISA network card (popular Realtek RTL8019, probably Davicom DM9008F also) and ATmega32 microcontroller. I've bought RTL8019 card branded as "Planet" for $1.50. You can find souce code and basic schematic at http://www.ulrichradig.de/ . There may be some changes to pin assignment so please r...