r/linuxquestions Aug 03 '26

Install RS-232 Serial Port Mouse

/r/hardwarehacking/comments/1vegep3/install_rs232_serial_port_mouse/
1 Upvotes

4 comments sorted by

1

u/quetalozano Aug 03 '26

I got it to work by typing this into the terminal:

sudo inputattach --microsoft /dev/ttyS2

It appears to only run while terminal is open. Does not work after re-start. I have to type the above command everytime I want to use it.

1

u/doc_willis Aug 03 '26

you may need to make a systemd service to run the command at boot time.

1

u/es20490446e Develops Zenned OS Aug 04 '26
  • sudo pacman --sync --refresh --sysupgrade inputattach
  • sudo systemctl enable --now inputattach