From owner-freebsd-mobile Mon Jun 24 1:57:30 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.heatspeed.net (adsl-67-117-156-242.dsl.snfc21.pacbell.net [67.117.156.242]) by hub.freebsd.org (Postfix) with ESMTP id EC01837B404 for ; Mon, 24 Jun 2002 01:57:21 -0700 (PDT) Received: from [192.168.4.2] (helo=neo.heatspeed.net) by mail.heatspeed.net with esmtp (Exim 3.36 #1) id 17MOTA-000Aap-00 for freebsd-mobile@freebsd.org; Mon, 24 Jun 2002 00:41:04 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Aaron Voisine To: freebsd-mobile@freebsd.org Subject: Re: multiple pccard adapters Date: Mon, 24 Jun 2002 00:41:04 -0700 User-Agent: KMail/1.4.1 References: <200206240645.g5O6j7m90654@zibbi.icomtek.csir.co.za> In-Reply-To: <200206240645.g5O6j7m90654@zibbi.icomtek.csir.co.za> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206240041.04832.voisine@heatspeed.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks John and Greg. That fixed it. Didn't realize I could put a number after the interface name in pccard.conf. Wonder why pccard doesn't figure that one out itself. I wonder how hard it would be to find the place where that particular error is generated and have it look for a free device number and try again. l8r Aaron > Which part is giving that message? The kernel or pccardd? If it is > pccardd, then it is easy to solve, just add another entry in > /etc/pccard.conf. Here is what I have to use two Lucent cards: > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi0" ? > config auto "wi1" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > It seems that pccardd do some static allocation of everything in > pccard.conf on startup and can't handle more than one of the same > device without this kind of help. > > John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message