From owner-freebsd-mobile Fri May 19 8:27:27 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id C72E837BF38 for ; Fri, 19 May 2000 08:27:15 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12sogC-00056L-00 for freebsd-mobile@FreeBSD.ORG; Fri, 19 May 2000 11:27:12 -0400 Date: Fri, 19 May 2000 11:27:11 -0400 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: Wavelan IEEE 802.11 card Message-ID: <20000519112711.B18176@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from arnaud.gibier@bt.com on Fri, May 19, 2000 at 02:58:06PM +0100 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org arnaud.gibier@bt.com probably said: > FreeBSD-3.4 with a Kame patch (kame-20000320-freebsd34-snap.tgz). > I have used the PAO3-20000130.tar.gz patch for FreeBSD 3.4-RELEASE to enable > my WaveLAN PC Card but it is not working. > When I enable the following options in my kernel > > # PCCARD (PCMCIA) support - do not remove > pseudo-device card1 Wrong syntax. You need; pseudo-device card 2 (assuming you have 2 pcmcia slots). > loading kernel > ioconf.o(.data+0x5dc): undefined reference to `pcicdriver' > ioconf.o(.data+0x620): undefined reference to `pcicdriver' > ioconf.o(.data+0x664): undefined reference to `pcicdriver' > ioconf.o(.data+0x6a8): undefined reference to `pcicdriver' > *** Error code 1 Errors like this usually mean theres something missing that is required for your config. > > wicontrol -i wi0 > wicontrol: SIOCGWAVELAN: Device not configure You didn't say anything about insert messages when you put the card in ... whats happening ? The pcmcia card has to be seen and recognised by the system before you can use it. My 3.4-PAO box I use for wavelan has, amonst the other things in it's kernel; # You may need to reset all pccards after resuming options PCIC_RESUME_RESET # reset after resume # PAO stuff pseudo-device card 2 device pcic0 at isa? port 0x3e0 irq 11 device wi0 at isa? disable port? net irq ? That should be all the kernel additions you need. Do you get an insert message ? Did you turn pccardd on in rc.conf ? rc.conf additions; pccard_ether="wi0" ifconfig_wi0="DHCP" pccardd_flags="-z" pccard_mem="DEFAULT" P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message