[9fans] USB serial + raspberry PI

2015-07-22 Thread Steve Simon
Hi, Todays problem is getting a USB serial device to work with plan9 on a raspberry PI. I have several dongles which seem to reprisent two chipsets. One is recognised by the USB driver and it starts usb/serial for me, sadly It just seems to receive a single character constantly. The other is

Re: [9fans] Plumbing - Files with spaces

2015-07-22 Thread Friedrich Psiorz
You can change your lib/plumbing file. If you add a space to the regular expressions in the 'matches' rules it should work. Maybe you will need to have two rules, one for making simple right clicking without selection work in acme (no spaces in the regexp) and the other (with spaces) to be able to

Re: [9fans] usb disk - no partitions?

2015-07-22 Thread erik quanstrom
On Tue Jul 21 02:03:39 PDT 2015, cinap_len...@felloff.net wrote: you have to use disk/partfs with the original usb/disk driver. nusb/disk in 9front supports partitions. in 9atom, there is a loopback sd driver, should performance matter. - erik

[9fans] Plumbing - Files with spaces

2015-07-22 Thread Eduardo Alvarez
Hello, all, I've recently been introduced to plan9port, and have been fiddling about with the plumber. As a test, I tried using the plumber to open several different files wherever I specified. I noticed, however, that I was unable to plumb files whose names had spaces in them. A search on google

Re: [9fans] Plumbing - Files with spaces

2015-07-22 Thread dexen deVries
there is trfs(4), not sure if applicable to plan9port. trfs - translate spaces and other runes in file names file system http://9p.io/magic/webls?dir=/sources/contrib/nemo

Re: [9fans] Plumbing - Files with spaces

2015-07-22 Thread erik quanstrom
do you mean frogs not runes? the normal rules are ok with most runes. - erik On Jul 22, 2015 6:29 AM, dexen deVries dexen.devr...@gmail.com wrote:there is trfs(4), not sure if applicable to plan9port.trfs -  translate spaces and other runes in file names file