Date: Fri, 19 May 2000 11:27:11 -0400 From: Peter Radcliffe <pir@pir.net> To: freebsd-mobile@FreeBSD.ORG Subject: Re: Wavelan IEEE 802.11 card Message-ID: <20000519112711.B18176@pir.net> In-Reply-To: <F66469FCE9C5D311B8FF0000F8FE9E0701453E74@mbtlipnt03.btlabs.bt.co.uk>; from arnaud.gibier@bt.com on Fri, May 19, 2000 at 02:58:06PM %2B0100 References: <F66469FCE9C5D311B8FF0000F8FE9E0701453E74@mbtlipnt03.btlabs.bt.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000519112711.B18176>