Installation problem of LinuxWacom

Discussion in 'Linux' started by DreamsCreator, Sep 6, 2008.

  1. DreamsCreator

    DreamsCreator

    Joined:
    Aug 26, 2008
    Messages:
    13
    Likes Received:
    0
    I try to install the LinuxWacom for my Wacom Graphic2 in my AAO
    I follow the detailed HOWTO reference of the LinuxWacom project
    however the following messages appear when I type ./install....
    Code:
    [root@localhost prebuilt]# ./install
    Installing Wacom man page......
    Installed under /usr/share/man/man4
    Installing wacom_drv....
    WARNING: Can not install Wacom X driver (wacom_drv)
    since the proper directory has not been found
    You need to compile and install wacom.(k)o manually if your kernel is out of date.
    After adding your Wacom tools into /etc/X11/xorg.conf, please restart X server or simply reboot your system to run the new Wacom X driver
    I search for the similiar problem but I still can't find the solution...
    I can't do any configure as the wacom_drv is not installed....Any idea can fix it?
     
    DreamsCreator, Sep 6, 2008
    #1
  2. DreamsCreator

    DreamsCreator

    Joined:
    Aug 26, 2008
    Messages:
    13
    Likes Received:
    0
    Today I manually copy and paste the wacom_drv.so(which located in prebuilt/32/) to usr/lib/xorg/modules/input/
    and run the ./install
    It seems workable! :eek:
    But after I add the wacom tools(the following codes) into /etc/X11/xorg.conf, I reboot my AAO and it shows many errors...
    Code:
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "stylus"
      Option        "Device"        "/dev/input/event0"   # USB ONLY
      Option        "Type"          "stylus"
      Option        "USB"           "on"                  # USB ONLY
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "eraser"
      Option        "Device"        "/dev/input/event0"   # USB ONLY
      Option        "Type"          "eraser"
      Option        "USB"           "on"                  # USB ONLY
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "cursor"
      Option        "Device"        "/dev/input/event0"   # USB ONLY
      Option        "Type"          "cursor"
      Option        "USB"           "on"                  # USB ONLY
    EndSection
    
    # This section is for Intuos3, CintiqV5, Graphire4, or Bamboo
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "pad"
      Option        "Device"        "/dev/input/event0"   # USB ONLY
      Option        "Type"          "pad"
      Option        "USB"           "on"                  # USB ONLY
    EndSection
    
    # This section is for the TabletPC that supports touch
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "touch"
      Option        "Device"        "/dev/input/event0"   # USB ONLY
      Option        "Type"          "touch"
      Option        "USB"           "on"                  # USB ONLY
    EndSection
    I can't go to the normal interface....
    Now I use the recovery disk to reinstall my AAO.... :cry:
     
    DreamsCreator, Sep 7, 2008
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.