Date: Mon, 3 Sep 2001 14:55:37 +0000 From: Marco Wertejuk <wertejuk@mwcis.com> To: Seth Hettich <sjh@ucf.ics.uci.edu> Cc: freebsd-mobile@freebsd.org Subject: Re: Cisco Aironet 350 in -current Message-ID: <20010903145537.B6914@localhost.com> In-Reply-To: <20010903060128.CF4EC37B401@hub.freebsd.org>; from sjh@ucf.ics.uci.edu on Sun, Sep 02, 2001 at 11:01:26PM -0700 References: <20010903075344.A99575@localhost.com> <20010903060128.CF4EC37B401@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Seth, sorry I was not detailed enough because I was in hurry. On Sun, Sep 02, 2001 at 11:01:26PM -0700, Seth Hettich wrote: | > hello, | > | > | On insert I get: | > | awi0: awi_pccard_probe: bad banner: 00 00 00 00 00 00 00 00 00 00 00 00 | > | | > | Why is it trying to load the awi driver? | > | > do you checked your pccardd.conf ? | > Please take a look if you see a | > 'config auto "awi"' line and if so | > try setting it to "an" instead of awi. | | There were several lines like that, and a "an" line also. | | I commented out the awi's, but no help. The pccardd uses the pccard.conf (notice, I had a typo stating the file "pccardd.conf") to determine how to enable the device. After inserting the card you should get a message from pccardd like this: Sep 3 14:48:06 desire pccardd[136]: Card "Cisco Systems"("340 Series Wireless LAN Adapter") [(null)] [(null)] matched "Cisco Systems" ("340 Series Wireless LAN Adapter") [(null)] [(null)] In your case it should be identical except of 340 replaced by 350, if not, please tell me. After this message the pccardd uses the configuration from pccard.conf that matched the card ID string. i.e. for my card I have these lines in pccard.conf: card "Cisco Systems" "340 Series Wireless LAN Adapter" config auto "an" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop Please tell me if the part with your card ID I think it's "Cisco Systems" "350 Series Wireless LAN Adapter" uses config auto "an" or "awi", the latter would be wrong. Also be sure to edit the right pccard.conf (you might have multiple ones and my pccardd uses /etc/defaults/pccard.conf set by a commandline parameter. | Isn't that file for the userland stuff to config the card after the | right driver is loaded? No, in my oppinion, the pccardd decides which driver to use according to his config file and the settings stated there. -- Mit freundlichen Gruessen, Marco Wertejuk - mwcis.com Computer/Internet/Security-Services 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?20010903145537.B6914>