pcmcia problem (IBM EtherJet 10/100)

pcmcia problem (IBM EtherJet 10/100)

Post by J?rgen Ru » Wed, 15 Dec 1999 04:00:00



I have a problem with my pcmcia card.

System:
        - Redhat 6.1, 2.2.12 og pcmcia-cs-3.0.14
        - digital hinote Ultra 2000
        - card Ibm EtherJet 10/100

During bootup i get two *beeps* when pcmcia card services are started
(wich is a good thing, right ;)) (i have only one card in this maschine)
In /etc/pcmcia/config.opts have I added this:

------ snip -------

card "10/100 EtherJet Cardbus"
 version "IBM", "10/100 EtherJet Cardbus", "*", "*"
 bind "tulip_cb"

------- snip -----

When i take a; cardinfo, it tells me that all sockets are empty. But if I
take a dump_cis i get all the right info about the card.

I made a ifcfg-networkcard file just for fun, where device = eth0 (i made
it via netcfg). If i do a ifup ifcfg-networkcard i get:

Delaying eth0 initalization

What does this mean?

Does anyone know what might be wrong, take a shot :)) (even if you think
the idea is vague :), I'm a bit stuck and frustrated here now :).
litt for mye en litt for mye.

less /proc/interrupts gives no ioport to the pcmcia card :(. it looks like
the card isn't propably set up.

J?rgen Ruud

 
 
 

pcmcia problem (IBM EtherJet 10/100)

Post by Hamid Misn » Thu, 16 Dec 1999 04:00:00



>I have a problem with my pcmcia card.

>System:
>    - Redhat 6.1, 2.2.12 og pcmcia-cs-3.0.14
>    - digital hinote Ultra 2000
>    - card Ibm EtherJet 10/100

Try upgrading to a newer pcmcia package, the latest is pcmcia-cs-3.1.6.

--


- Ifyoucanreadthisyouspendtoomuchtimefiguringouttaglines.

 
 
 

pcmcia problem (IBM EtherJet 10/100)

Post by J?rgen Ru » Thu, 16 Dec 1999 04:00:00


Quote:

>Try upgrading to a newer pcmcia package, the latest is pcmcia-cs-3.1.6.

Just did, here a more brief problem description. I think it is a IO
problem, but just don't se how to solve it

--- /var/log/messages pcmcia delen ------------

pcmcia: Starting PCMCIA services:
pcmcia:  modules
kernel: Linux PCMCIA Card Services 3.1.6
kernel:   kernel build: 2.2.13 #3 ons des 15 20:01:53 UTC 1999
kernel:   options:  [pci] [cardbus] [pnp]
kernel: PnP: PNP BIOS installation structure at 0xc00ff020
kernel: PnP: PNP BIOS version 1.0, entry at ec800:2cb5, dseg at ec800
kernel: PCI routing table version 1.0 at 0xf2450
kernel:   unknown PCI interrupt router 1066:0002
kernel:   00:07.0 -> irq 9
kernel:   00:07.1 -> irq 10
kernel: Intel PCIC probe:  
kernel:   TI 1131 PCI-to-CardBus at bus 0 slot 7, mem 0x68000000, 2 sockets
kernel:     host opts [0]: [pci + serial irq] [pci irq 9]
[lat 168/176] [bus 32/34]
kernel:     host opts [1]: [pci + serial irq] [pci irq 10]
[lat 168/176] [bus 35/37]
kernel:     ISA irqs (scanned) = 11,15 polling interval = 1000 ms
kernel:   Cirrus PD672x ISA-to-PCMCIA at port 0x3e0 ofs 0x00, 2 sockets
kernel:     host opts [2]: [ring] [65/6/3] [1/15/3]
kernel:     host opts [3]: [ring] [65/6/3] [1/15/3]
kernel:     ISA irqs (default) = 11 polling interval = 1000 ms
pcmcia:  cardmgr.
rc: Starting pcmcia succeeded
cardmgr[327]: starting, version is 3.1.6
kernel: cs: cb_alloc(bus 32): vendor 0x115d, device 0x0003
cardmgr[327]: watching 4 sockets
kernel: cs: IO port probe 0x1000-0x17ff: clean.
kernel: cs: IO port probe 0x0100-0x04ff: clean.
kernel: cs: IO port probe 0x0a00-0x0aff: clean.
cardmgr[327]: initializing socket 0
cardmgr[327]: socket 0: IBM 10/100 EtherJet CardBus
inet: inetd startup succeeded
cardmgr[327]: executing: 'insmod /lib/modules/2.2.13/pcmcia/cb_enabler.o'
cardmgr[327]: executing: 'insmod /lib/modules/2.2.13/pcmcia/tulip_cb.o'
kernel: cs: cb_config(bus 32)
kernel: cs: could not allocate 128 IO ports for CardBus socket 0
kernel: tulip_cb: RequestIO: Out of resource

------------------ /var/log/messages

-------- /usr/src/pcmcia-cs-3.1.6/debug-tools ---
Socket 0:
  vers_1 5.0, "IBM", "10/100 EtherJet CardBus", "IBMC-10/100", "1.04"
  manfid 0x00a4, 0x0113
  funcid network_adapter
  BAR 7 size 4095mb [io] [prefetch] [cacheable] [<1mb]
  BAR 7 size 4095mb [io] [prefetch] [cacheable] [<1mb]
  BAR 7 size 4095mb [io] [prefetch] [cacheable] [<1mb]
  BAR 7 size 4095mb [io] [prefetch] [cacheable] [<1mb]
  parse error: Ugyldig argument (note: norwegian; means illegal argument)
  parse error: Ugyldig argument
  parse error: Ugyldig argument

----------- /etc/pcmcia/config.opts ----
#
# Local PCMCIA Configuration File
#
# System resources available for PCMCIA devices
#
include port 0x100-0x4ff, port 0x1000-0x17ff

#
include memory 0xc0000-0xfffff ,memory 0xa0000000-0xa0ffffff
#

include port 0xa00-0xaff

exclude irq 4
exclude irq 3
exclude irq 7
exclude irq 5

#card "10/100 EtherJet Cardbus"
# version "IBM", "10/100 EtherJet Cardbus", "*", "*"
#  bind "tulip_cb"