From owner-freebsd-questions Thu Apr 19 9:45:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id E55CA37B630 for ; Thu, 19 Apr 2001 09:45:28 -0700 (PDT) (envelope-from dave_smith4@hp.com) Received: from amrelay1.boi.hp.com (amrelay1.boi.hp.com [15.56.8.24]) by palrel1.hp.com (Postfix) with ESMTP id 4D5B7129C; Thu, 19 Apr 2001 09:45:25 -0700 (PDT) Received: from xpabh4.corp.hp.com (xpabh4.corp.hp.com [15.58.136.1]) by amrelay1.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id KAA07043; Thu, 19 Apr 2001 10:45:23 -0600 (MDT) Received: by xpabh4.corp.hp.com with Internet Mail Service (5.5.2653.19) id ; Thu, 19 Apr 2001 09:45:22 -0700 Message-ID: <6BD67FFB937FD411A04F00D0B74FE8787EB5D2@xrose06.rose.hp.com> From: "SMITH,DAVE (HP-Roseville,ex1)" To: "'Artyom Taryanik'" , "'freebsd-questions@freebsd.org'" Subject: RE: WaveLAN IEEE driver over ISA to PCMCIA Adapter Card Date: Thu, 19 Apr 2001 09:45:14 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="koi8-r" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the reference. I did see www.freebsd.org/~wpaul It help marginally. It seemed to be more geared to FreeBSD releases earlier than 4.0. Most of the information was already set in the GENERIC configuration, however some information was a little different, namely controller card device pcic0 at card ? .... device pcic1 at card ? .... .... device wi at isa ? .... instead of the following in 4.2 FreeBSD GENERIC configuration device card device pcic0 at isa ? .... device pcic1 at isa ? .... ..... device wi The only thing I got from the above reference was that fact that pccard_enable="YES" and pccard_mem="DEFAULT" needed to be set in /etc/rc.conf (I think). Thanks again for the suggestion.... Dave Smith -----Original Message----- From: Artyom Taryanik [mailto:assa@bigline.kharkov.ua] Sent: Wednesday, April 18, 2001 10:39 PM To: SMITH,DAVE (HP-Roseville,ex1) Subject: Re: WaveLAN IEEE driver over ISA to PCMCIA Adapter Card see www.freebsd.org/~wpaul ----- Original Message ----- From: SMITH,DAVE (HP-Roseville,ex1) To: Sent: Thursday, April 19, 2001 1:06 AM Subject: WaveLAN IEEE driver over ISA to PCMCIA Adapter Card > Hello everyone, > > I am have a problem with 4.2 FreeBSD release installing a > WaveLAN/IEEE 802.11 Silver card (bought from Lucent) with a > ISA to PCMCIA Adapter (bought from Lucent). > > I believe that the problem is related to the ISA to PCMCIA > adapter card that I am using. > Here is my configuration.... > > HP Netserver E-40 > 200MHZ Pentium Pro > 64MB of RAM > 2.0GB Hard Disk > ISA to PCMCIA Adapter (bought from Lucent) > WaveLAN/IEEE 802.11 Silver card (bought from Lucent) > PC-100 Extender card (for diagnostics) > > The system starts up fine and runs great, I just don't get the > WaveLAN card to be identified. There are no system crashes or > anything like that. I do get the following errors as a result > of the pccard_enable="YES" which I added to enable Pccard services. > > pccardd: /dev/card0 Device not configured. > pccardd: /dev/card1 Device not configured. > > I believe that I have got to solve this problem first before moving > any further. As far as I can tell, using the PC-100 Extender Card, > power is never applied to the WaveLAN card. So I don't see how it > can be detected until I can get the power enabled. > > I am not sure what the following message means aside from the obvious. > > pccardd: /dev/card0 Device not configured. > > I believe that it means that the ISA to PCMCIA bridge has not been > configured properly and therefore the /dev/card0 cannot be configured > properly because the system cannot see the PCMCIA bridge setting on > the ISA bus. Any ideas? Perhaps the ISA to PCMCIA bridge is not > supported on FreeBSD! > > I have device isa in the GENERIC configuration file which I copied to > my own file for editing purposes and rebuilt the kernel based on my > copy. I also have device card, device pcic0, device pcic1 and device wi > in the configuration file. All of those things were part of the 4.2 > FreeBSD release GENERIC configuration. Only pccard was not enabled. > in /etc/rc.conf (I think) The system that I am working with is not > available to inspect to get the exact file name. > > Any ideas? > > Dave Smith > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message