All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Kwan <joshk@triplehelix.org>
To: linux-kernel@vger.kernel.org
Cc: Thomas Molina <tmolina@cablespeed.com>, rmk@arm.linux.org.uk
Subject: Re: presario laptop pcmcia loading problems
Date: Sat, 13 Sep 2003 13:56:15 -0700	[thread overview]
Message-ID: <20030913205615.GK27104@triplehelix.org> (raw)
In-Reply-To: <20030913212719.A23169@flint.arm.linux.org.uk>

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

On Sat, Sep 13, 2003 at 09:27:19PM +0100, Russell King wrote:
> > # CONFIG_ISA is not set
> 
> Turn this on.

How about requiring CONFIG_ISA for CONFIG_PCMCIA_HERMES? This problem is
happening quite often...

--- linux/drivers/net//wireless/Kconfig~	2003-09-13 13:54:54.000000000 -0700
+++ linux/drivers/net//wireless/Kconfig	2003-09-13 13:55:21.000000000 -0700
@@ -241,7 +241,7 @@
 
 config PCMCIA_HERMES
 	tristate "Hermes PCMCIA card support"
-	depends on NET_RADIO && PCMCIA && HERMES
+	depends on NET_RADIO && PCMCIA && HERMES && ISA
 	---help---
 	  A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
 	  as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/

-- 
Joshua Kwan

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

  reply	other threads:[~2003-09-13 20:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-12 20:20 presario laptop pcmcia loading problems Thomas Molina
2003-09-13 20:27 ` Russell King
2003-09-13 20:56   ` Joshua Kwan [this message]
2003-09-13 22:04     ` Russell King
2003-09-13 20:35 ` Joshua Kwan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030913205615.GK27104@triplehelix.org \
    --to=joshk@triplehelix.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=tmolina@cablespeed.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.