On Mon Feb 17 20:05:50 EST 2014, [email protected] wrote:
> >
> > if it was a snake, it would have bit you.
> >
> > http://code.google.com/p/plan9front/wiki/KnownWorkingHardware#Lucent_WaveLAN_PC24E-H-FC
> >
>
> Thanks, but I already have the card configured to connect an access
> point, as established by both the output of sysinfo and the log of the
> access point.
>
> What I need to know is how to get the IP stack to use the wavelan card
> instead of the built-in wired nic.
i think that plan9.ini(8) should be of some help. usually the incantation
is
ether0=type=<type>
where type is in /sys/src/9/pc/ether<>.c's call to addethercard().
9atom will automaticly assign ether0 if you pxe boot. but i think that's
a unique feature.
- erik