Re: [Cooker] PCMCIA card (un)plugging hangs 8.2rc1

2002-03-16 Thread Juan Quintela

 mikko == Mikko Huhtala [EMAIL PROTECTED] writes:

mikko Installed 8.2rc1 on an old Toshiba Tecra 750CDT laptop (5 years or so,
mikko Pentium 233 MMX). The machine has 2 PC Card slots, whose controller,
mikko Toshiba ToPIC97, is dectected correctly during install. When the
mikko machine is booted after install, cardmgr comes up and seems to be
mikko running, but no cards are detected. I have a network card in one slot
mikko and a modem in the other. If I eject one or the other card, the system
mikko hangs immediately.

mikko I have been happily using a kernel and a pcmcia-cs package
mikko (distributed separately, not the in-kernel thing) compiled from source
mikko since 8.0 installation hanged on PCMCIA detection (I installed with
mikko 'nopcmcia' passed to kernel). Seems like the pcmcia support must be
mikko recompiled for 8.2 as well.

Should be fixed in 2.4.18-6mdk kernel.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy




[Cooker] PCMCIA card (un)plugging hangs 8.2rc1

2002-03-13 Thread Mikko Huhtala


Installed 8.2rc1 on an old Toshiba Tecra 750CDT laptop (5 years or so,
Pentium 233 MMX). The machine has 2 PC Card slots, whose controller,
Toshiba ToPIC97, is dectected correctly during install. When the
machine is booted after install, cardmgr comes up and seems to be
running, but no cards are detected. I have a network card in one slot
and a modem in the other. If I eject one or the other card, the system
hangs immediately.

I have been happily using a kernel and a pcmcia-cs package
(distributed separately, not the in-kernel thing) compiled from source
since 8.0 installation hanged on PCMCIA detection (I installed with
'nopcmcia' passed to kernel). Seems like the pcmcia support must be
recompiled for 8.2 as well.

Mikko Huhtala




Re: [Cooker] PCMCIA card (un)plugging hangs 8.2rc1

2002-03-13 Thread Warly

Mikko Huhtala [EMAIL PROTECTED] writes:

 Installed 8.2rc1 on an old Toshiba Tecra 750CDT laptop (5 years or so,
 Pentium 233 MMX). The machine has 2 PC Card slots, whose controller,
 Toshiba ToPIC97, is dectected correctly during install. When the
 machine is booted after install, cardmgr comes up and seems to be
 running, but no cards are detected. I have a network card in one slot
 and a modem in the other. If I eject one or the other card, the system
 hangs immediately.

 I have been happily using a kernel and a pcmcia-cs package
 (distributed separately, not the in-kernel thing) compiled from source
 since 8.0 installation hanged on PCMCIA detection (I installed with
 'nopcmcia' passed to kernel). Seems like the pcmcia support must be
 recompiled for 8.2 as well.

try to boot with devfs=nomount and test if that works 

-- 
Warly




Re: [Cooker] PCMCIA card (un)plugging hangs 8.2rc1

2002-03-13 Thread Vincent Meyer, MD

I can confirm this on a Gateway Solo 9100 with a Zoom Telephonics
pcmcia modem card.  Also, trying to use this modem if plugged in 
at boot time will almost always come up with modem busy with 
kppp.  Ejecting the card will crash the kernel, it starts displaying 
numbers on the console terminal.  Unfortunately, they go by much
too fast to catch the message before them.

Starting the machine WITHOUT the cards in, and inserting them
after the machine is fully up seems to work OK

V.


On Wednesday 13 March 2002 07:23 am, you wrote:
 Installed 8.2rc1 on an old Toshiba Tecra 750CDT laptop (5 years or so,
 Pentium 233 MMX). The machine has 2 PC Card slots, whose controller,
 Toshiba ToPIC97, is dectected correctly during install. When the
 machine is booted after install, cardmgr comes up and seems to be
 running, but no cards are detected. I have a network card in one slot
 and a modem in the other. If I eject one or the other card, the system
 hangs immediately.

 I have been happily using a kernel and a pcmcia-cs package
 (distributed separately, not the in-kernel thing) compiled from source
 since 8.0 installation hanged on PCMCIA detection (I installed with
 'nopcmcia' passed to kernel). Seems like the pcmcia support must be
 recompiled for 8.2 as well.

 Mikko Huhtala




Re: [Cooker] PCMCIA card (un)plugging hangs 8.2rc1

2002-03-13 Thread Mikko Huhtala

Warly writes:
  Mikko Huhtala [EMAIL PROTECTED] writes:

   machine is booted after install, cardmgr comes up and seems to be
   running, but no cards are detected. I have a network card in one slot
   and a modem in the other. If I eject one or the other card, the system
   hangs immediately.

  
  try to boot with devfs=nomount and test if that works 
  -- 
  Warly


In dmesg kernel card services say

PCI: No IRQ known for interrupt pin A of device 00:02.0.
PCI: No IRQ known for interrupt pin B of device 00:02.1.
Yenta IRQ list 06b8, PCI irq0
Socket status: 3011
Yenta IRQ list 06b8, PCI irq0
Socket status: 3011

So it seems that IRQs do not get assigned correctly, but I suspect
this is only a symptom of actual problem.

I tried with 'devfs=nomount' as well as 'pci=biosirq' (recommended by
cardmgr) both separately and together. The problem presists. My case
seems to be a bit different from the one reported elsewhere in this
thread in that if I boot without the cards and then plug one (does not
matter which one) in when the system is up and cardmgr is running, the
system does hang.

Mikko