nough with plumb(6).
Does anyone have a hint or idea on how I might accomplish my goal? Reading man
plumb pages as I await a reply.
Thanks in advance,
Chris Gorman
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/Tce7385fe5
Thank you Umbraticus!
On Thu, Oct 20, 2022 at 4:56 AM wrote:
>
> Here's my rule for manpages:
>
> data matches (.+)\(([0-9])\)
> arg isfile /sys/man/$2/$1
> plumb start rc -c 'man -t '$2' '$1' | plumb -id image'
>
> which replumbs the cmd output to the image port; then:
>
> dst is image
> plumb t
A small improvement on the last solution to my problem.
> data matches '([a-zA-Z¡-�0-9_\-.,/]+)\.(dvi|DVI)'
> arg isfile $0
> plumb start window kertex/dvips $wdir/$0 '|' page
>
This solution opens a default sized window and I need to resize it to
see the .dvi. Instead of a pipe to page, I now us
Hello again Umbraticus,
Thanks for your email.
On Thu, Oct 20, 2022 at 1:01 PM wrote:
>
> I think you probably want:
>
> plumb start rc -c 'kertex/divps '$wdir'/'$0' | page -w'
This solution has acme load up the dvi file to edit. I want to
display the image rendered by page, but after it has b
Hi again Umbraticus,
Sorry for spamming you today. But I wanted to let you know your
command works and I had made a typo implementing it.
>
> This solution has acme load up the dvi file to edit. I want to
> display the image rendered by page, but after it has been passed
> through dvips. So eit
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.
Now that I have my car
On Fri, Nov 25, 2022 at 9:47 AM wrote:
>
> Quoth Chris Gorman :
> > 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 thi
HI jimerickso,
To get the patch to apply on my system, I used
cd /sys/src/9/pc
cat $home/etheriwl.c.diff | ape/patch -p5
Then you need to copy iwm-7265-17 from the openbsd firmware blobs and
put it into /lib/firmware, then build your kernel.
This will configure the iwm-7265-17 firmware blob to
key proto=wpapsk essid=MYESSID !password=WPAPASSWORD' >> /mnt/factotum/ctl
aux/wpa -2p -s MYESSID /net/ether1
ip/ipconfig ether /net/ether1
At any rate we should probably move this to the 9front email list if
we need to discuss it further.
Best regards,
Chris
On Wed, Feb 1, 2023 at 1:55