From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 17 Feb 2014 21:22:20 -0500 To: 9fans@9fans.net Message-ID: <3ecaf7e3b0244405cda0902d152a0581@mikro.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Changing the active NIC on 9front Topicbox-Message-UUID: bc0152be-ead8-11e9-9d60-3106f5b1d025 On Mon Feb 17 20:05:50 EST 2014, mmhansen@gmail.com 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= 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