From owner-freebsd-questions Wed May 3 3:29:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gandalf.axion.bt.co.uk (gandalf.axion.bt.co.uk [132.146.17.29]) by hub.freebsd.org (Postfix) with ESMTP id C607037B8DE for ; Wed, 3 May 2000 03:29:35 -0700 (PDT) (envelope-from arnaud.gibier@bt.com) Received: from cbtlipnt02.btlabs.bt.co.uk by gandalf (local) with ESMTP; Wed, 3 May 2000 11:22:00 +0100 Received: by cbtlipnt02.btlabs.bt.co.uk with Internet Mail Service (5.5.2651.88) id ; Wed, 3 May 2000 11:21:58 +0100 Message-ID: From: arnaud.gibier@bt.com To: freebsd-questions@freebsd.org Subject: IEEE 802.11 WaveLAN PC Card Date: Wed, 3 May 2000 11:21:37 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.88) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I have been trying to get an IEEE 802.11 WaveLAN PC Card working under FreeBSD-3.4 I have enable PCMCIA support and the wi0 driver in the kernel with the following entries # PCCARD (PCMCIA) support controller card0 device pcic0 at card? device pcic1 at card? device wi0 at isa? port? net irq 10 options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output #device wl0 at isa? port 0x300 net irq ? I have also specify a IRQ in /etc/pccard.conf # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" 10 insert echo WaveLAN/IEEE inserted insert /etc/pccard_ether wi0 remove echo WaveLAN/IEEE removed remove /sbin/ifconfig wi0 delete When the machine boots it appears to detect the adapter properly and detect that a card is inserted. Nevertheless the wi0 device on the ISA bus is not found. Could you help me? Thanks, Arnaud. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message