pcmcia problem
Rob Mayoff
linux-thinkpad@www.bm-soft.com
Wed, 30 Jun 1999 09:56:43 -0500 (CDT)
| Thanks for the reply. Yes, I forgot to check the log, here's what I get
| for the process of inserting and removing the card:
|
| localhost kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
| localhost cardmgr[309]: initializing socket 1
| localhost cardmgr[309]: socket 1: Serial or Modem
| localhost cardmgr[309]: executing: 'insmod /lib/modules/2.2.5-15/pcmcia/serial_cs.o'
| localhost kernel: tty01 at 0x02f8 (irg 3) is a 16550A
| localhost cardmgr[309]: executing: './serial start ttyS1'
| localhost kernel: tty01 unloaded
| localhost cardmgr[309]: shutting down socket 1
| localhost cardmgr[309]: executing: './serial stop ttyS1'
| localhost cardmgr[309]: executing: 'rmmod serial_cs'
Try adding "-x" to the first line of /etc/pcmcia/serial (it should be a
/bin/sh script). Then an execution trace will appear in syslog.
Perhaps that will help you diagnose it.