Unable echo a device in /dev on Ubuntu 18.10












0














I am trying to echo an LCD screen attached to my system to confirm the device functions correctly. I am running Ubuntu 18.10.



This is the device as per the contents of /var/log/Xorg.0.log:



[    15.828] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/event4)
[ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "libinput tablet catchall"
[ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "Risintech HID touch device"
[ 15.828] (II) LoadModule: "risintech"
[ 15.829] (II) Loading /usr/lib/xorg/modules/input/risintech_drv.so
[ 15.832] (II) Module risintech: vendor="X.Org Foundation"
[ 15.832] compiled for 1.19.3, module version = 2.10.5
[ 15.832] Module class: X.Org XInput Driver
[ 15.832] ABI class: X.Org XInput driver, version 24.1
[ 15.832] (II) Using input driver 'risintech' for 'HID TOUCH HID Touch Panel'
[ 15.892] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[ 15.892] (**) HID TOUCH HID Touch Panel: always reports core events
[ 15.892] (**) risintech: HID TOUCH HID Touch Panel: Device: "/dev/input/event4"
[ 15.893] (II) Get Defalt Screen Config
[ 15.893] (**) Option "Screen_MaxX1" "4095"
[ 15.893] (**) Option "Screen_MinX1" "1204"
[ 15.893] (**) Option "Screen_MaxY1" "4095"
[ 15.893] (**) Option "Screen_MinY1" "0"
[ 15.893] (**) Option "Screen_MaxX2" "1204"
[ 15.893] (**) Option "Screen_MinX2" "0"
[ 15.893] (**) Option "Screen_MaxY2" "2275"
[ 15.893] (**) Option "Screen_MinY2" "0"
[ 15.899] (II) [1]1204 4095 0 4095
[ 15.899] (II) Init Screen configurtion pass
[ 15.899] (--) risintech: HID TOUCH HID Touch Panel: Vendor 0x1bfd Product 0x1688
[ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Configuring as tablet
[ 15.899] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:1BFD:1688.0002/input/input4/event4"
[ 15.899] (II) XINPUT: Adding extended input device "HID TOUCH HID Touch Panel" (type: TABLET, id 8)
[ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device Init
[ 15.899] (**) Option "Mode" "absolute"
[ 15.899] (II) risintech: HID TOUCH HID Touch Panel: initialized for absolute axes.
[ 15.899] (**) HID PANEL: Initialize
[ 15.899] (**) HID TOUCH HID Touch Panel: (accel) keeping acceleration scheme 1
[ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration profile 0
[ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration factor: 2.000
[ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration threshold: 4
[ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device ON
[ 15.900] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/mouse1)
[ 15.900] (II) No input driver specified, ignoring this device.
[ 15.900] (II) This device may have been added with another device file.


I am unsure from the last few lines whether the device is functioning correctly (even though it appears to be from using a stylus on it).



To confirm I have tried:



echo "TESTING TESTING TESTING" > /dev/input/event4


However nothing appears on the LCD when I do so. Am I using the correct method to print something to the screen? Does the log all look ok?



This is part of a larger issue I have of trying to get LCDPROC to render on said LCD.



Thanks










share|improve this question







New contributor




gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0














    I am trying to echo an LCD screen attached to my system to confirm the device functions correctly. I am running Ubuntu 18.10.



    This is the device as per the contents of /var/log/Xorg.0.log:



    [    15.828] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/event4)
    [ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "libinput tablet catchall"
    [ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "Risintech HID touch device"
    [ 15.828] (II) LoadModule: "risintech"
    [ 15.829] (II) Loading /usr/lib/xorg/modules/input/risintech_drv.so
    [ 15.832] (II) Module risintech: vendor="X.Org Foundation"
    [ 15.832] compiled for 1.19.3, module version = 2.10.5
    [ 15.832] Module class: X.Org XInput Driver
    [ 15.832] ABI class: X.Org XInput driver, version 24.1
    [ 15.832] (II) Using input driver 'risintech' for 'HID TOUCH HID Touch Panel'
    [ 15.892] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
    [ 15.892] (**) HID TOUCH HID Touch Panel: always reports core events
    [ 15.892] (**) risintech: HID TOUCH HID Touch Panel: Device: "/dev/input/event4"
    [ 15.893] (II) Get Defalt Screen Config
    [ 15.893] (**) Option "Screen_MaxX1" "4095"
    [ 15.893] (**) Option "Screen_MinX1" "1204"
    [ 15.893] (**) Option "Screen_MaxY1" "4095"
    [ 15.893] (**) Option "Screen_MinY1" "0"
    [ 15.893] (**) Option "Screen_MaxX2" "1204"
    [ 15.893] (**) Option "Screen_MinX2" "0"
    [ 15.893] (**) Option "Screen_MaxY2" "2275"
    [ 15.893] (**) Option "Screen_MinY2" "0"
    [ 15.899] (II) [1]1204 4095 0 4095
    [ 15.899] (II) Init Screen configurtion pass
    [ 15.899] (--) risintech: HID TOUCH HID Touch Panel: Vendor 0x1bfd Product 0x1688
    [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Configuring as tablet
    [ 15.899] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:1BFD:1688.0002/input/input4/event4"
    [ 15.899] (II) XINPUT: Adding extended input device "HID TOUCH HID Touch Panel" (type: TABLET, id 8)
    [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device Init
    [ 15.899] (**) Option "Mode" "absolute"
    [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: initialized for absolute axes.
    [ 15.899] (**) HID PANEL: Initialize
    [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) keeping acceleration scheme 1
    [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration profile 0
    [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration factor: 2.000
    [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration threshold: 4
    [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device ON
    [ 15.900] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/mouse1)
    [ 15.900] (II) No input driver specified, ignoring this device.
    [ 15.900] (II) This device may have been added with another device file.


    I am unsure from the last few lines whether the device is functioning correctly (even though it appears to be from using a stylus on it).



    To confirm I have tried:



    echo "TESTING TESTING TESTING" > /dev/input/event4


    However nothing appears on the LCD when I do so. Am I using the correct method to print something to the screen? Does the log all look ok?



    This is part of a larger issue I have of trying to get LCDPROC to render on said LCD.



    Thanks










    share|improve this question







    New contributor




    gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0







      I am trying to echo an LCD screen attached to my system to confirm the device functions correctly. I am running Ubuntu 18.10.



      This is the device as per the contents of /var/log/Xorg.0.log:



      [    15.828] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/event4)
      [ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "libinput tablet catchall"
      [ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "Risintech HID touch device"
      [ 15.828] (II) LoadModule: "risintech"
      [ 15.829] (II) Loading /usr/lib/xorg/modules/input/risintech_drv.so
      [ 15.832] (II) Module risintech: vendor="X.Org Foundation"
      [ 15.832] compiled for 1.19.3, module version = 2.10.5
      [ 15.832] Module class: X.Org XInput Driver
      [ 15.832] ABI class: X.Org XInput driver, version 24.1
      [ 15.832] (II) Using input driver 'risintech' for 'HID TOUCH HID Touch Panel'
      [ 15.892] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
      [ 15.892] (**) HID TOUCH HID Touch Panel: always reports core events
      [ 15.892] (**) risintech: HID TOUCH HID Touch Panel: Device: "/dev/input/event4"
      [ 15.893] (II) Get Defalt Screen Config
      [ 15.893] (**) Option "Screen_MaxX1" "4095"
      [ 15.893] (**) Option "Screen_MinX1" "1204"
      [ 15.893] (**) Option "Screen_MaxY1" "4095"
      [ 15.893] (**) Option "Screen_MinY1" "0"
      [ 15.893] (**) Option "Screen_MaxX2" "1204"
      [ 15.893] (**) Option "Screen_MinX2" "0"
      [ 15.893] (**) Option "Screen_MaxY2" "2275"
      [ 15.893] (**) Option "Screen_MinY2" "0"
      [ 15.899] (II) [1]1204 4095 0 4095
      [ 15.899] (II) Init Screen configurtion pass
      [ 15.899] (--) risintech: HID TOUCH HID Touch Panel: Vendor 0x1bfd Product 0x1688
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Configuring as tablet
      [ 15.899] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:1BFD:1688.0002/input/input4/event4"
      [ 15.899] (II) XINPUT: Adding extended input device "HID TOUCH HID Touch Panel" (type: TABLET, id 8)
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device Init
      [ 15.899] (**) Option "Mode" "absolute"
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: initialized for absolute axes.
      [ 15.899] (**) HID PANEL: Initialize
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) keeping acceleration scheme 1
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration profile 0
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration factor: 2.000
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration threshold: 4
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device ON
      [ 15.900] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/mouse1)
      [ 15.900] (II) No input driver specified, ignoring this device.
      [ 15.900] (II) This device may have been added with another device file.


      I am unsure from the last few lines whether the device is functioning correctly (even though it appears to be from using a stylus on it).



      To confirm I have tried:



      echo "TESTING TESTING TESTING" > /dev/input/event4


      However nothing appears on the LCD when I do so. Am I using the correct method to print something to the screen? Does the log all look ok?



      This is part of a larger issue I have of trying to get LCDPROC to render on said LCD.



      Thanks










      share|improve this question







      New contributor




      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am trying to echo an LCD screen attached to my system to confirm the device functions correctly. I am running Ubuntu 18.10.



      This is the device as per the contents of /var/log/Xorg.0.log:



      [    15.828] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/event4)
      [ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "libinput tablet catchall"
      [ 15.828] (**) HID TOUCH HID Touch Panel: Applying InputClass "Risintech HID touch device"
      [ 15.828] (II) LoadModule: "risintech"
      [ 15.829] (II) Loading /usr/lib/xorg/modules/input/risintech_drv.so
      [ 15.832] (II) Module risintech: vendor="X.Org Foundation"
      [ 15.832] compiled for 1.19.3, module version = 2.10.5
      [ 15.832] Module class: X.Org XInput Driver
      [ 15.832] ABI class: X.Org XInput driver, version 24.1
      [ 15.832] (II) Using input driver 'risintech' for 'HID TOUCH HID Touch Panel'
      [ 15.892] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
      [ 15.892] (**) HID TOUCH HID Touch Panel: always reports core events
      [ 15.892] (**) risintech: HID TOUCH HID Touch Panel: Device: "/dev/input/event4"
      [ 15.893] (II) Get Defalt Screen Config
      [ 15.893] (**) Option "Screen_MaxX1" "4095"
      [ 15.893] (**) Option "Screen_MinX1" "1204"
      [ 15.893] (**) Option "Screen_MaxY1" "4095"
      [ 15.893] (**) Option "Screen_MinY1" "0"
      [ 15.893] (**) Option "Screen_MaxX2" "1204"
      [ 15.893] (**) Option "Screen_MinX2" "0"
      [ 15.893] (**) Option "Screen_MaxY2" "2275"
      [ 15.893] (**) Option "Screen_MinY2" "0"
      [ 15.899] (II) [1]1204 4095 0 4095
      [ 15.899] (II) Init Screen configurtion pass
      [ 15.899] (--) risintech: HID TOUCH HID Touch Panel: Vendor 0x1bfd Product 0x1688
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Configuring as tablet
      [ 15.899] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:1BFD:1688.0002/input/input4/event4"
      [ 15.899] (II) XINPUT: Adding extended input device "HID TOUCH HID Touch Panel" (type: TABLET, id 8)
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device Init
      [ 15.899] (**) Option "Mode" "absolute"
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: initialized for absolute axes.
      [ 15.899] (**) HID PANEL: Initialize
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) keeping acceleration scheme 1
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration profile 0
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration factor: 2.000
      [ 15.899] (**) HID TOUCH HID Touch Panel: (accel) acceleration threshold: 4
      [ 15.899] (II) risintech: HID TOUCH HID Touch Panel: Device ON
      [ 15.900] (II) config/udev: Adding input device HID TOUCH HID Touch Panel (/dev/input/mouse1)
      [ 15.900] (II) No input driver specified, ignoring this device.
      [ 15.900] (II) This device may have been added with another device file.


      I am unsure from the last few lines whether the device is functioning correctly (even though it appears to be from using a stylus on it).



      To confirm I have tried:



      echo "TESTING TESTING TESTING" > /dev/input/event4


      However nothing appears on the LCD when I do so. Am I using the correct method to print something to the screen? Does the log all look ok?



      This is part of a larger issue I have of trying to get LCDPROC to render on said LCD.



      Thanks







      linux ubuntu






      share|improve this question







      New contributor




      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      gdogg371

      101




      101




      New contributor




      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      gdogg371 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          gdogg371 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f491371%2funable-echo-a-device-in-dev-on-ubuntu-18-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          gdogg371 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          gdogg371 is a new contributor. Be nice, and check out our Code of Conduct.













          gdogg371 is a new contributor. Be nice, and check out our Code of Conduct.












          gdogg371 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f491371%2funable-echo-a-device-in-dev-on-ubuntu-18-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          サソリ

          広島県道265号伴広島線

          Accessing regular linux commands in Huawei's Dopra Linux