From owner-freebsd-net Fri Nov 3 21:34:33 2000 Delivered-To: freebsd-net@freebsd.org Received: from homer.softweyr.com (bsdconspiracy.net [208.187.122.220]) by hub.freebsd.org (Postfix) with ESMTP id 0F58937B4CF for ; Fri, 3 Nov 2000 21:34:31 -0800 (PST) Received: from [127.0.0.1] (helo=softweyr.com ident=Fools trust ident!) by homer.softweyr.com with esmtp (Exim 3.16 #1) id 13rvuX-0000a5-00; Fri, 03 Nov 2000 22:30:37 -0700 Message-ID: <3A039EFD.A45F01B8@softweyr.com> Date: Fri, 03 Nov 2000 22:30:37 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Peter Schwenk Cc: freebsd-net@freebsd.org Subject: Re: Getting Lucent Orinoco Silver Card Working References: <3A023525.CADB36BB@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Schwenk wrote: > > Hello: > > I'm attempting to use a freebsd 4.1-R box as a base station. The box > has another ethernet board hooked up to a cable modem. The box > currently works as a home router to a wired network, but I'm hoping to > replace the wires with Orinoco cards, which I've already purchased. The > freebsd box has the ISA adapter from Lucent, which gets recognized by > the kernel. When the card is inserted into the adapter, the pccard > service complains about not having an entry in the database for card > "(null)" ("(null)"). It's as if the orinoco card isn't advertising > itself as any card at all. Does anyone know what might be going wrong? Lucent probably changed the card id in the CIS. The existing entry in the pccard.conf file is: # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" ? insert logger -t pccard:$device -s WaveLAN/IEEE inserted insert /etc/pccard_ether $device remove logger -t pccard:$device -s WaveLAN/IEEE removed remove /sbin/ifconfig $device delete Poke the card in your system, do a pccardc dumpcis, and edit the above entry to match the two ID strings, probably something like "Orinoco/IEEE" at a guess. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message