pcmcia problem

Chad Cunningham linux-thinkpad@www.bm-soft.com
Wed, 30 Jun 1999 12:44:40 -0400 (EDT)


Thanks,

I thought this problem sounded familiar, but it was a year ago when I
installed it the first time. I searched through my mailbox and found
reference to some help I got the first time about. I guess the
installation overwrote the /etc/pcmcia/config.opts file. After exluding
0x2f8-0x2ff it works fine.


On Wed, 30 Jun 1999, Rob Mayoff wrote:

> | 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.
> 
>