public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Solved ?] Re: pcmcia problems after upgrading from 2.4.3-ac7 to 2.4.4
  2001-05-03  9:38 Alan Cox
@ 2001-05-07  8:41 ` Martin.Knoblauch
  2001-05-07  8:58 ` David Woodhouse
  1 sibling, 0 replies; 4+ messages in thread
From: Martin.Knoblauch @ 2001-05-07  8:41 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

Alan Cox wrote:
> 
> >  my DE-620 pccard stopped working after upgrading the kernel from
> > 2.4.3-ac7 to 2.4.4. This is on a Toshiba 4080XCDT. I used the "good"
> > .config from the 2.4.3-ac7 build to do a make "oldconfig". The symptoms
> > at startup are:
> 
> 2.4.4 has older pcmcia than 2.4.3-ac7. It might be that. Does 2.4.4-ac work ?
Hi,

 after some experimenting, I found a solution that works for me. Looking
at the README-2.4 file for the pcmcia-cs package, I found that there is
a strong advice AGAINST using the i82365 module when runnung 2.4.x
kernels. Instead yenta_sockets should be specified. I changed that and
guess what - pcmcia is working again for me.

  I am not sure whether this should be closed alltogether. Maybe i82365
was not the proper choice for my hardware in the first place. Anyway,
the module seems to be retired as of 2.4.3-ac10/ac11. Maybe a hint
should go into the changes document.

Thanks for the patience
Martin
-- 
------------------------------------------------------------------
Martin Knoblauch         |    email:  Martin.Knoblauch@TeraPort.de
TeraPort GmbH            |    Phone:  +49-89-510857-309
IT Services              |    Fax:    +49-89-510857-111
http://www.teraport.de   |    Mobile: +49-170-4904759

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Card for Martin.Knoblauch --]
[-- Type: text/x-vcard; charset=us-ascii; name="Martin.Knoblauch.vcf", Size: 381 bytes --]

begin:vcard 
n:Knoblauch;Martin
tel;cell:+49-170-4904759
tel;fax:+49-89-510857-111
tel;work:+49-89-510857-309
x-mozilla-html:FALSE
url:http://www.teraport.de
org:TeraPort GmbH;IT-Services
adr:;;Garmischer Straße 4;München;Bayern;D-80339;Germany
version:2.1
email;internet:Martin.Knoblauch@TeraPort.de
title:Senior System Engineer
x-mozilla-cpt:;32160
fn:Martin Knoblauch
end:vcard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Solved ?] Re: pcmcia problems after upgrading from 2.4.3-ac7 to 2.4.4
  2001-05-03  9:38 Alan Cox
  2001-05-07  8:41 ` [Solved ?] " Martin.Knoblauch
@ 2001-05-07  8:58 ` David Woodhouse
  2001-05-07  9:14   ` Martin.Knoblauch
  1 sibling, 1 reply; 4+ messages in thread
From: David Woodhouse @ 2001-05-07  8:58 UTC (permalink / raw)
  To: Martin.Knoblauch; +Cc: Alan Cox, linux-kernel


Martin.Knoblauch@TeraPort.de said:
> 
>   I am not sure whether this should be closed alltogether. Maybe
> i82365 was not the proper choice for my hardware in the first place.
> Anyway, the module seems to be retired as of 2.4.3-ac10/ac11. Maybe a
> hint should go into the changes document. 

i82365 is for use only on PCMCIA bridges, not CardBus. It should not be 
'retired' but should probably have the config option renamed to prevent 
confusion.

--
dwmw2



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Solved ?] Re: pcmcia problems after upgrading from 2.4.3-ac7 to  2.4.4
  2001-05-07  8:58 ` David Woodhouse
@ 2001-05-07  9:14   ` Martin.Knoblauch
  0 siblings, 0 replies; 4+ messages in thread
From: Martin.Knoblauch @ 2001-05-07  9:14 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Alan Cox, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]

David Woodhouse wrote:
> 
> Martin.Knoblauch@TeraPort.de said:
> >
> >   I am not sure whether this should be closed alltogether. Maybe
> > i82365 was not the proper choice for my hardware in the first place.
> > Anyway, the module seems to be retired as of 2.4.3-ac10/ac11. Maybe a
> > hint should go into the changes document.
> 
> i82365 is for use only on PCMCIA bridges, not CardBus. It should not be
> 'retired' but should probably have the config option renamed to prevent
> confusion.
> 

 good idea. maybe the token "bridge" should appear in both the Cardbus
and PCMCIA case. It *may* have brought me on track a bit earlier :-)

 It was also confusing, that the i82365 module worked [for me]
until/including 2.4.3-ac9.

 Anyway, the story just shows that reading the docs helps from time to
time. :-)

Martin
-- 
------------------------------------------------------------------
Martin Knoblauch         |    email:  Martin.Knoblauch@TeraPort.de
TeraPort GmbH            |    Phone:  +49-89-510857-309
IT Services              |    Fax:    +49-89-510857-111
http://www.teraport.de   |    Mobile: +49-170-4904759

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Card for Martin.Knoblauch --]
[-- Type: text/x-vcard; charset=us-ascii; name="Martin.Knoblauch.vcf", Size: 381 bytes --]

begin:vcard 
n:Knoblauch;Martin
tel;cell:+49-170-4904759
tel;fax:+49-89-510857-111
tel;work:+49-89-510857-309
x-mozilla-html:FALSE
url:http://www.teraport.de
org:TeraPort GmbH;IT-Services
adr:;;Garmischer Straße 4;München;Bayern;D-80339;Germany
version:2.1
email;internet:Martin.Knoblauch@TeraPort.de
title:Senior System Engineer
x-mozilla-cpt:;32160
fn:Martin Knoblauch
end:vcard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Solved ?] Re: pcmcia problems after upgrading from 2.4.3-ac7 to 2.4.4
@ 2001-05-07 18:34 Wayne.Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Wayne.Brown @ 2001-05-07 18:34 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Martin.Knoblauch, Alan Cox, linux-kernel



The thing that confused me here was the help text in menuconfig.  The help for
CONFIG_I82365 says, "Say Y here to include support for PCMCIA and CardBus host
bridges that are register compatible with the Intel i82365 and/or the Yenta
specification: this includes virtually all modern PCMCIA bridges."  Also, the
help text for both this option and CONFIG_CARDBUS say, "If unsure, say Y," so I
selected both of them.  It wasn't until Jeff Garzik set me straight recently
that I began disabling CONFIG_I82365 and using CONFIG_CARDBUS alone.

Wayne




David Woodhouse <dwmw2@infradead.org> on 05/07/2001 03:58:00 AM

To:   "Martin.Knoblauch" <Martin.Knoblauch@TeraPort.de>
cc:   Alan Cox <alan@lxorguk.ukuu.org.uk>, linux-kernel@vger.kernel.org (bcc:
      Wayne Brown/Corporate/Altec)

Subject:  Re: [Solved ?] Re: pcmcia problems after upgrading from 2.4.3-ac7 to
      2.4.4




Martin.Knoblauch@TeraPort.de said:
>
>   I am not sure whether this should be closed alltogether. Maybe
> i82365 was not the proper choice for my hardware in the first place.
> Anyway, the module seems to be retired as of 2.4.3-ac10/ac11. Maybe a
> hint should go into the changes document.

i82365 is for use only on PCMCIA bridges, not CardBus. It should not be
'retired' but should probably have the config option renamed to prevent
confusion.

--
dwmw2


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-07 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-07 18:34 [Solved ?] Re: pcmcia problems after upgrading from 2.4.3-ac7 to 2.4.4 Wayne.Brown
  -- strict thread matches above, loose matches on Subject: below --
2001-05-03  9:38 Alan Cox
2001-05-07  8:41 ` [Solved ?] " Martin.Knoblauch
2001-05-07  8:58 ` David Woodhouse
2001-05-07  9:14   ` Martin.Knoblauch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox