From owner-freebsd-mobile Sat May 10 10:36:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA13158 for mobile-outgoing; Sat, 10 May 1997 10:36:16 -0700 (PDT) Received: from seine.cs.umd.edu (seine.cs.umd.edu [128.8.128.59]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA13153 for ; Sat, 10 May 1997 10:36:12 -0700 (PDT) Received: by seine.cs.umd.edu (8.8.5/UMIACS-0.9/04-05-88) id NAA17563; Sat, 10 May 1997 13:36:10 -0400 (EDT) From: georgeap@cs.umd.edu (Geo. Apostolopoulos) Message-Id: <199705101736.NAA17563@seine.cs.umd.edu> Subject: Problem with 3com 3c589d and WaveLan 915 To: freebsd-mobile@freebsd.org Date: Sat, 10 May 1997 13:36:09 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have an interesting problem with the AT&T Wanelan Cards. My configuration is a Dell Latitute XPi CD with 2.2.1 and PAO 970331, a 3com 3c589d-combo and a WaveLan 915 Mhz. I use both cards and the machine boots, recognizes and configs boths cards fine. The 3com works without problem (if in slot 0, see below) but the Wavelans do not. Using tcpdump on one of the two machines I have I do not see any activity in the Wavelan network. Of course I have configured the WaveLans from Dos to have the same Net id etc. The only thing that seems to be wrong is that the 3com has to be in slot 0. If I put the WaveLan in slot 0 then the 3com does not work, its conf info is printed but I get a message "ep0: Failed to come ready" This makes me suspect some kind of conflict but with the 3com in slot 0 I do not get any error during boot. The cards do not work even if they are the only ones in the machines (with no 3com cards inserted) Thanks for any help, George My pccard.conf is #pool defs io 0x280 - 0x2F0 0x300 - 0x360 irq 5 8 9 10 11 memory 0xd4000 96K memory 0xc4000 32k #cards card "3Com Corporation" "3C589D" config 0x1 "ep0" 11 insert echo "3com 3c589d inserted" insert /etc/pccard_ether $device remove echo "3com 3c589d removed" remove /etc/pccard_ether_remove $device card "AT&T" "WaveLAN/PCMCIA" config default "wlp0" 5 ether wavelan insert echo "WaveLAN inserted" insert /etc/pccard_ether $device remove echo "WaveLAN removed" remove /etc/pccard_ether_remove $device