From owner-freebsd-mobile Sun Nov 10 20:24:55 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20AE337B401 for ; Sun, 10 Nov 2002 20:24:54 -0800 (PST) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 820B843E3B for ; Sun, 10 Nov 2002 20:24:53 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id gAB4OnuF041344; Sun, 10 Nov 2002 21:24:49 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id gAB4OnPe041341; Sun, 10 Nov 2002 21:24:49 -0700 (MST)?g (envelope-from wblock@wonkity.com) Date: Sun, 10 Nov 2002 21:24:49 -0700 (MST) From: Warren Block To: Torfinn Ingolfsen Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Two identical network cards in a laptop? In-Reply-To: <3DCEED19.26168.F0CD87@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 10 Nov 2002, Torfinn Ingolfsen wrote: > The problem is that pccardd isn't able to configure the second card. > In /etc/rc.conf I have these lines for pccardd: > pccard_enable="YES" > pccard_mem="DEFAULT" > pccardd_flags=" -i 3 -i 15" Does specifying the interrupts like that work, or do you have to do something like: -i "3 15" Don't know, it just looks odd, and I could see it using only the one is parsed last. > (and the necessary _ifconfig lines) > The default pccard.conf file didn't make the second card configured, so I have made my > own /etc/pccard.conf: > # Billionton LNA-100B > card "Billionton" "LNA-100B" > config auto "ed1" ? > config auto "ed2" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop In a similar fashion, seems like that should be ed0 and ed1. IME, if they show up as ed1, it means the hints in the kernel config file are wrong. In other words, try "device ed" in the kernel config rather than a line that specifies all the settings for a single card. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message