9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: 9fans@9fans.net
Subject: Re: [9fans] Modification of etheriwl.c for AC 7265 ethernet card
Date: Fri, 25 Nov 2022 09:45:43 -0500	[thread overview]
Message-ID: <E0AA7B05CA011CE20596927573E0CFBC@eigenstate.org> (raw)
In-Reply-To: <CAHVeOW_U8wvb29u54RgRojR1ShyJAcW=mGkrQ_eNBWOnaqGEvA@mail.gmail.com>

Quoth Chris Gorman <chrisjohgorman@gmail.com>:
> Hello All,
> 
> I needed to add a pci vid/did to etheriwl.c to get my wifi card
> working.  I'm sending the patch to the mailing list, but if folks know
> of a better place for this info, let me know and I will re post it.
> The card I have is an Intel AC-7265 and I am running 9front.

typically, the 9front list is where the 9front
patches go: 9front@9front.org; applied this one,

 
> Now that I have my card working, I would like to have it connect at
> boot. I have the following commands to run.
> 
> bind -a '#l1' /net
> echo 'key proto=wpapsk essid=ESSID !password=PASSWORD' >> /mnt/factotum/ctl
> aux/wpa -2p -s ESSID /net/ether1
> ip/ipconfig ether /net/ether1
> 
> I was wondering where to put these commands.  Should they go into
> /bin/termrc or is there a more suitable place?
> 
> Thanks in advance,
> 

you can put it in plan9.ini, something like:

        ether1=type=iwl
        essid=ESSID
        wpapsk=PASSWORD


------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T75cc68ba157fecd6-M0d1c0a6fbaf28e8d782c9be4
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

  reply	other threads:[~2022-11-25 14:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 14:14 Chris Gorman
2022-11-25 14:45 ` ori [this message]
2022-11-25 15:02   ` Chris Gorman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E0AA7B05CA011CE20596927573E0CFBC@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).