Re: [M100] M100 Linux keyboard via inputattach?

2022-09-20 Thread B 9
On Mon, Sep 19, 2022 at 9:04 AM Hiraghm wrote: > 1) I would like to use it as a keyboard with my PinePhone, which runs > Mobian Linux. > Sounds like fun! So, have you tried inputattach --ps2serkbd ? Did it work? 2) I'd also like to still be able to telnet onto the phone from the > keyboard and

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-19 Thread Hiraghm
Date: Sun, 11 Sep 2022 17:07:38 -0700 From: B 9 To:m...@bitchin100.com Subject: Re: [M100] M100 Linux keyboard via inputattach? Message-ID: Content-Type: text/plain; charset="utf-8" On Wed, Sep 7, 2022 at 5:43 AM Hiraghm wrote: This is probably a dumb question, mayb

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-12 Thread Brian Brindle
I was trying to do this myself and ended up going a different way. I have done this with xdotool and a perl wrapper that allows me to re-map some keys and use the xdotool commands to do special key combinations and even mouse basic movements. I had all kinds of plans to do stuff with this but when

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-11 Thread B 9
On Wed, Sep 7, 2022 at 5:43 AM Hiraghm wrote: > This is probably a dumb question, maybe even one that was asked/answered > long ago, but... > > would it be possible to use a model 100/102/200 as a keyboard for a > Linux workstation via "inputattach"? > Yes, inputattach would work fine, but this

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-11 Thread MikeS
Thanks very much; I'll check it out. m - Original Message - From: B 9 To: m...@bitchin100.com Sent: Sunday, September 11, 2022 1:17 PM Subject: Re: [M100] M100 Linux keyboard via inputattach? On Thu, Sep 8, 2022 at 9:14 AM Joshua O'Keefe wrote: On Sep 8, 2022

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-11 Thread B 9
On Thu, Sep 8, 2022 at 9:14 AM Joshua O'Keefe wrote: > On Sep 8, 2022, at 9:09 AM, MikeS wrote: > Where can I find a good termcaps file? > > > I don't have a file in termcap format but the terminfo I use is in my > bucket. It's by far the most comprehensive of those I've come across: > >

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-08 Thread Joshua O'Keefe
> On Sep 8, 2022, at 9:09 AM, MikeS wrote: > Where can I find a good termcaps file? I don't have a file in termcap format but the terminfo I use is in my bucket. It's by far the most comprehensive of those I've come across: http://public.nachomountain.com/files/m100/

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-08 Thread MikeS
Where can I find a good termcaps file? m - Original Message - From: John R. Hogerhuis To: m...@bitchin100.com Sent: Wednesday, September 07, 2022 4:43 PM Subject: Re: [M100] M100 Linux keyboard via inputattach? It's an interesting idea, should work. When I hook

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-07 Thread John R. Hogerhuis
It's an interesting idea, should work. When I hook to linux I set a termcap / getty. Either wired or a wimodem. And HTERM to do flow control and let me see some UTF-8 output including line drawing characters. But if you want to use the host's display only inputattach seems like a better way.

Re: [M100] M100 Linux keyboard via inputattach?

2022-09-07 Thread Allan Zieser
The WP-2 also has telnet so as long as you are using a serial to usb null cable it should be able to send and recieve text. I wouldl have to try and see if it works. Allan Zieser

[M100] M100 Linux keyboard via inputattach?

2022-09-07 Thread Hiraghm
This is probably a dumb question, maybe even one that was asked/answered long ago, but... would it be possible to use a model 100/102/200 as a keyboard for a Linux workstation via "inputattach"? As I understand it, inputattach connects a serial device to the input stream of a Linux system.