Re: PLEASE! Input Attach Service

2019-07-03 Thread Raghav Gururajan
> As for any service these values are already documented [1]. > Make sure that you are reading an up to date version of the manual. Ah I see. Sure, I can check. > The wacom device type is already the default. As inputattach can be > used > for many device types I would not want to change the de

Re: PLEASE! Input Attach Service

2019-07-03 Thread Tim Gesthuizen
Raghav Gururajan writes: > Sure ☺. Btw, could you expand/update the "inputattach-service-type" of > the Guix Manual, to include "inputattach-configuration" scheme > parameters/procedures and it's possible cum default values? Thanks! As for any service these values are already documented [1]. Ma

Re: PLEASE! Input Attach Service

2019-07-01 Thread Raghav Gururajan
On Mon, 2019-07-01 at 14:17 -0400, Raghav Gururajan wrote: > > On my thinkpad every serial port except the one for the touchscreen > > is > > completely dead AFAIK. So yes that would be a good sign. > > Just try whether serial port 4 works. While thinkpads can be wired > > differently it is very un

Re: PLEASE! Input Attach Service

2019-07-01 Thread Raghav Gururajan
> On my thinkpad every serial port except the one for the touchscreen > is > completely dead AFAIK. So yes that would be a good sign. > Just try whether serial port 4 works. While thinkpads can be wired > differently it is very unlikely that your thinkpad has the > touchscreen > attached on a dif

Re: PLEASE! Input Attach Service

2019-07-01 Thread Raghav Gururajan
> It's not what I'd naively expect, but sure. Maybe the protocol > expects some kind of ACK and keeps retransmitting otherwise. > Maybe the protocol's weird. Ah I see! The output was just tiny black circles with embedded question mark. > > Is this a good sign that my touch screen is > > atta

Re: PLEASE! Input Attach Service

2019-07-01 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: So I did "sudo cat /dev/ttyS4" in the terminal. After 10 seconds, the cursor blinking stopped, This is probably just your terminal emulator helpfully stopping the cursor blink after 10 ‘idle’ seconds to save a tiny bit of power, not related to the serial port

Re: PLEASE! Input Attach Service

2019-06-30 Thread Raghav Gururajan
> Just ‘cat /dev/ttySn’ will work, or something silly like ‘LANG=C > sed s/./blah/g to run ‘reset’ afterwards. > > Then use your pen and wait for output. Thanks! So I did "sudo cat /dev/ttyS4" in the terminal. After 10 seconds, the cursor blinking stopped, then I touched the screen with the

Re: PLEASE! Input Attach Service

2019-06-30 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: Sorry, I am not aware of what tools you are reffering to. Are you suggesting hardware tools or software tools? If it is the latter, can you please mention an easiest tool name and the syntax for checking for serial ports? Just ‘cat /dev/ttySn’ will work, or

Re: PLEASE! Input Attach Service

2019-06-30 Thread Tim Gesthuizen
Hi Raghav, Raghav Gururajan writes: > Hello Tim! > > Hope you are doing good and sorry if I am disturbing you. I have been > told that "inputattach" service was added by you. Could you please help > me with the issue? No, you're not disturbing me. Feel free to ask. It just happens to be, that I a

Re: PLEASE! Input Attach Service

2019-06-30 Thread Raghav Gururajan
> No, you're not disturbing me. Feel free to ask. Thanks! > It just happens to be, that I added inputattach to Guix because I > also > needed it for the touchscreen on my x200-t to work. I see. > My current configuration has > > === > (service inputattach-service-type > (inputattach-c

Re: PLEASE! Input Attach Service

2019-06-26 Thread Raghav Gururajan
On Wed, 2019-06-26 at 19:22 -0400, Raghav Gururajan wrote: > On Wed, 2019-06-26 at 19:15 -0400, Raghav Gururajan wrote: > > On Tue, 2019-06-11 at 19:21 -0400, Raghav Gururajan wrote: > > > Hello Guix! > > > > > > I have been trying to make "inputattach-service-type" work on my > > > x200-t, but it

Re: PLEASE! Input Attach Service

2019-06-26 Thread Raghav Gururajan
On Wed, 2019-06-26 at 19:15 -0400, Raghav Gururajan wrote: > On Tue, 2019-06-11 at 19:21 -0400, Raghav Gururajan wrote: > > Hello Guix! > > > > I have been trying to make "inputattach-service-type" work on my > > x200-t, but it > > never works. During boot I see a warning/error message > > "inputa

Re: PLEASE! Input Attach Service

2019-06-26 Thread Raghav Gururajan
On Tue, 2019-06-11 at 19:21 -0400, Raghav Gururajan wrote: > Hello Guix! > > I have been trying to make "inputattach-service-type" work on my > x200-t, but it > never works. During boot I see a warning/error message "inputattach: > can't set > device type". Can someone please help with this? > >

PLEASE! Input Attach Service

2019-06-11 Thread Raghav Gururajan
Hello Guix! I have been trying to make "inputattach-service-type" work on my x200-t, but it never works. During boot I see a warning/error message "inputattach: can't set device type". Can someone please help with this? Regards, RG.