After I got it back, I could not get Linux rebooted because it was
hanging at

Starting PCMCIA services: modules

With the kind help of several people on this mailing list, I was able
to get my ethernet card working by adding the line
PCIC_OPTS="irq_mask=0x8300" to /etc/sysconfig/pcmcia.

The remaining problem is with my other PCMCIA modem card which, like
the ethernet card, worked fine before the system board got replaced.
The card is not recognized.  (As a check I used a different working
PCMCIA modem card from a colleague with an Inspiron and there, too,
the card was not recognized.)

The message I see in the /var/log/messages is attached below.  Do I
need to play around some more with the IRQs?  [SEE SOLUTION BELOW.]

    Thanks!
    Doug Cowen

kernel: Linux PCMCIA Card Services 2.9.11
kernel:   Kernel build: 2.0.31 #1 Sat Nov 8 01:03:25 EST 1997
kernel: Intel PCIC probe:
kernel:   TI 1131 CardBus at 0x3e0 ofs 0x00, mem 0x68000000, 2 sockets
kernel:     host opts:  [serial irq]
kernel:     irq list (scanned) = 9,15 polled status, interval = 1000 ms
cardmgr[191]: starting, version is 2.9.11
inetd[202]: zftp/tcp: unknown service
cardmgr[191]: watching 2 sockets
kernel: cs: IO port probe 0x0100-0x03ff: excluding 0x170-0x177 0x220-0x22f 
0x370-0x37f 0x388-0x38f
kernel: cs: IO port probe 0x0a20-0x0a27: clean.
kernel: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xc0fff 
0xc2000-0xcbfff 0xe0000-0xfffff
cardmgr[191]: initializing socket 0
cardmgr[191]: unsupported card in socket 0
cardmgr[191]: version info: "/F.^DX^EFkh ^Rhs2XC.kv ^HDh^C^Cq0h Dth", 
"RV39", "", "^N:^C(u88@^KbY^GCS.^F"
cardmgr[191]: manfid: 0x86f6, 0x04d0
cardmgr[191]: initializing socket 1
cardmgr[191]: socket 1: 3Com 3c589D LAN Adapter
kernel: loading device 'eth0'...
kernel: eth0: 3Com 3c589, port 0x300, irq 9, Auto port, hw_addr 
00:60:08:83:35:8D
cardmgr[191]: executing: 'insmod /lib/modules/2.0.31/pcmcia/3c589_cs.o'
cardmgr[191]: executing: './network start eth0'
kernel: eth0: autodetected 10baseT


   I got my PCMCIA modem card working by changing the memory window to
0xc8000-0xcffff in /etc/pcmcia/config.opts.  See
http://hyper.stanford.edu/HyperNews/get/pcmcia/serial.html for
details.
********************************************************
I saw this, and solved it by setting
 PCIC_OPTS="irq_list=9,11"
in /etc/sysconfig/pcmcia

It seems that IRQ10 (at least on the 3200 as shipped) causes problems.


These are two e-mails that have come across the list.  Unfortunately, I do 
not have the names of the people who posted these messages..but KUDOS to 
both of them.  Try one fix, then the other to see which will work for you.

-----Original Message-----
From:   Shayne Flint [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, October 06, 1998 9:26 AM
To:     [EMAIL PROTECTED]
Subject:        Unresolved symbols when starting PCMCIA

I'm in the process of installing Redhat 5.1 on an Inpiron 3000, 266MMX,
80MB.

When I attempt to start PCMCIA with "/etc/rc.d/init.d/pcmcia start", the
system hangs after
displaying "Starting PCMCIA services: modules"

After some investigation, I modified the "insmod" commands in
"/etc/rc.d/init.d/pcmcia" to add the
"-pv" switches which are said to check modules before they are loaded.
Now when I run
"/etc/rc.d/init.d/pcmcia start" the system reports a number of
unresolved externals as shown below.

/lib/modules/preferred/pcmcia/i82365.o: unresolved symbol
unregister_ss_entry
/lib/modules/preferred/pcmcia/i82365.o: unresolved symbol
register_ss_entry
/lib/modules/preferred/pcmcia/i82365.o: unresolved symbol CardServices
/lib/modules/preferred/pcmcia/cs.o: unresolved symbol CardServices

I then tried again with the latest kernel (2.1.124) and the latest
PCMCIA softeware (3.0.6) - same problem!

Has anyone had similar problems and, if so, what was your solution.

------------------------------------------------------------------
-- Shayne Flint, MIEAust, CPEng        [EMAIL PROTECTED]
-- Ainslie Software Pty Limited    http://www.ainslie-software.com
--
--     AdaJNI - Using Java APIs with Native Ada Compilers
------------------------------------------------------------------



---
  http://nts.ml.org
  FAQ:                               http://www.ps.uci.edu/~tomba/inspiron/
                                     http://nts.ml.org/inspiron/
  List Archives: 
                    http://nts.ml.org/inspiron/maillist.html
  To unsubscribe send a message to:  [EMAIL PROTECTED]
  List administrator:                [EMAIL PROTECTED]


---
  http://nts.ml.org                                  
  FAQ:                               http://www.ps.uci.edu/~tomba/inspiron/
                                     http://nts.ml.org/inspiron/
  List Archives:                     http://nts.ml.org/inspiron/maillist.html
  To unsubscribe send a message to:  [EMAIL PROTECTED]
  List administrator:                [EMAIL PROTECTED]

Reply via email to