|
Hi,
I have come across an ISDN Terminal Adapter card manufactured by a company called "G.Diehl ISDN GmbH", in about 1996. I would like to know how to find out if one of the existing drivers would function (serial_cs doesn't), without going through them one-by-one. I am using a Toshiba Tecra8000 with a RedHat 2.2.9 kernel, and version 3.1.12 of the pcmcia card services. For reference, the /var/log/messages file has the following relevent contents when I insert the card:
Aug 15 14:31:51 localhost cardmgr[391]: re-loading config file Aug 15 14:31:51 localhost kernel: cs: IO port probe 0x1000-0x17ff: clean. Aug 15 14:31:51 localhost kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x220-0x22f 0x330-0x337 0x378-0x37f 0x388-0x38f 0x4d0-0x4d7 Aug 15 14:31:51 localhost kernel: cs: IO port probe 0x0a00-0x0aff: clean. Aug 15 14:32:10 localhost cardmgr[391]: initializing socket 1 Aug 15 14:32:10 localhost cardmgr[391]: socket 1: Anonymous Memory Aug 15 14:32:10 localhost cardmgr[391]: executing: 'insmod /lib/modules/2.2.9-17/pcmcia/sram_mtd.o' Aug 15 14:32:10 localhost cardmgr[391]: Common memory region at 0x0: Generic or SRAM Aug 15 14:32:10 localhost kernel: sram_mtd: common at 0x0, 2 mb, 250 ns Aug 15 14:32:10 localhost kernel: memory_cs: mem0: common 2 mb Aug 15 14:32:10 localhost cardmgr[391]: executing: 'insmod /lib/modules/2.2.9-17/pcmcia/memory_cs.o' Aug 15 14:32:10 localhost cardmgr[391]: executing: './memory start mem0' Aug 15 14:32:28 localhost cardmgr[391]: executing: './memory check mem0' Aug 15 14:32:28 localhost cardmgr[391]: shutting down socket 1 Aug 15 14:32:28 localhost cardmgr[391]: executing: './memory stop mem0' Aug 15 14:32:29 localhost cardmgr[391]: executing: 'rmmod memory_cs' Aug 15 14:32:29 localhost cardmgr[391]: executing: 'rmmod sram_mtd' And the /etc/pcmcia/config file entry looks like (as copied from the "cardctl ident" output):
card "Diehl ISDN" version "ISDN-DIVA/PCM", "14.03.94", "1-1" bind "serial_cs" Thank you, Rhys Morgan
|