Find the answer to your Linux question:
Results 1 to 2 of 2
Hello everyone, I have a technologic make TS7300 ARM9 board with Debian 3.1 installed in it.I need to interface a touchscreen to the USB port of this board.The driver for ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    9

    no hiddev0 on my board!!

    Hello everyone,
    I have a technologic make TS7300 ARM9 board with Debian 3.1 installed in it.I need to interface a touchscreen to the USB port of this board.The driver for this touch screen needs hiddev0 device driver installed on my board but unfortunately its not there in my board.
    I searched in /dev and /dev/usb but couldnt find any such file.
    Is there any way I can load this driver on my board?
    I am a bit new to Linux ......Please help

  2. #2
    Just Joined!
    Join Date
    Dec 2007
    Posts
    9

    problem solved

    I installed the hiddev0 module through

    mkdir /dev/usb
    mkdir /dev/usb/hid
    mknod /dev/usb/hid/hiddev0 c 180 96


    good luck

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •