Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 13:51:11 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        "Philip M. Gollucci" <philip@p6m7g8.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Oronico Wireless ethernet card on FBSD4.6
Message-ID:  <20020729042111.GG55212@wantadilla.lemis.com>
In-Reply-To: <3CA3A47C.2050003@p6m7g8.com>
References:  <3CA3A47C.2050003@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 28 March 2002 at 23:17:16 +0000, Philip M. Gollucci wrote:
> I've installed FBSD4.6 from the RELEASE CD's.

Your date must be wrong.

> I'm using the GENERIC kernel until I can get this working which worked
> with FBSD4.5 also from CD.
> If/When I do use a custom kernel, I've kept the following from GENERIC
>
> device card
> device pcic0 at isa ? irq 0 port 0x3e0 iomem 0xd0000
> device wi

You don't need a custom kernel for Orinoco.  The system loads the
if_wi module automatically.

> I have a linksys DSL router setup and running DHCP working flawlessly.
> I also have a DLink Wireless access point plugged into it.
> I've allowed the MAC address of my wireless card on it.
>
> my rc.conf contains
> pccard_enable="YES"
> pccard_mem="DEFAULT"
> pccard_ifconfig="wi0"
>
> I've tried cheating and doing a manual setup instead of DHCP which
> worked with FBSD4.5 (I asked this on the list before, and some
> gracious sole gave me this solution.)

Unfortunately, it's not the best suggestion.

I installed 4.6 on a laptop a couple of days ago and selected enabling
PCMCIA devices during installation, using DHCP.  It worked out of the
box.  In /etc/rc.conf, there are the following relevant entries:

  ifconfig_wi0="DHCP"
  pccard_enable="YES"
  pccard_ifconfig="DHCP"
  pccard_mem="DEFAULT"
  pccardd_flags=""

> NOTE: DHCP and everything else work flawlessly on a win2k dual boot
> on the exact same computer.

Then the entries above should work too.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020729042111.GG55212>