You are not logged in.

#1 2008-11-21 18:35:51

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

[SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

im running arch64 on my hp pavilion tx2000 tablet pc.  the wacom is configured as a usb wacom in ubuntu and works perfectly
(i used this thread and that is how i got it work in ubuntu http://ubuntuforums.org/showthread.php? … st5469447)

i installed linuxwacom using yaourt without any problems, however when i type

cat /proc/bus/input/devices

the wacom doesnt appear.  i tried both the wiki guides from arch (tablet pc and wacom tablet) as well as the troubleshooting, but i cant detect my wacom  i also tried copying over my xorg.conf from ubuntu (i am dual booting ubuntu and arch) but that isnt working either.

wacdump -f tpc /dev/ttys0
12:16:16.936 ERROR: Failed to open /dev/ttys0: No such file or directory
WacomOpenTablet: No such file or directory
xidump -l
Virtual core keyboard          keyboard
Virtual core pointer           disabled
Generic Keyboard               extension
Configured Mouse               extension
xidump -u stylus
Unknown ui option stylus; was it configured?

here is the output of some suggestions from the "wacom tablet" arch linux wiki - the tablet does appear under lsusb

lsusb
Bus 002 Device 006: ID 056a:0093 Wacom Co., Ltd
Bus 002 Device 005: ID 08ff:1600 AuthenTec, Inc.
Bus 002 Device 004: ID 064e:a110 Suyin Corp.
Bus 002 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
Bus 002 Device 001: ID 1d6b:0002
Bus 001 Device 003: ID 03f0:171d Hewlett-Packard
Bus 001 Device 001: ID 1d6b:0001

so next i created 10-local.rules in /etc/udev/rules.d (as suggested) and put this into the file

KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"

but then when i do /dev/input and then ls...the wacom doesn't appear (even after restarting udev and restarting the computer)

wacomcpl does work, however there are no buttons for stylus, eraser etc.

i feel like ive tried eeeeverything (im starting to get confused now) - but i know it has to work because it works in ubuntu, and we all know arch is superior to ubuntu riiiiight???

what can i try next?? are there any arch users with the tx2000 pavilion?

thank you

Last edited by originalsurfmex (2008-11-29 23:51:45)

Offline

#2 2008-11-21 18:47:51

Cheesebaron
Member
From: Denmark
Registered: 2008-10-31
Posts: 65
Website

Re: [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

are you sure the device isnt called /dev/ttyUSB0?

What version of linuxwacom are you using?

Offline

#3 2008-11-21 19:10:31

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

Re: [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

here is everything in my /dev file

$ cd /dev
$ ls
XOR      cpu_dma_latency  mem                 rtc0        sound   tty16  tty29  tty41  tty54  ttyS0           usbdev1.3_ep82  usbdev2.5_ep02
adsp     disk             misc                sda         stderr  tty17  tty3   tty42  tty55  ttyS1           usbdev1.3_ep83  usbdev2.5_ep81
audio    dsp              mixer               sda1        stdin   tty18  tty30  tty43  tty56  ttyS2           usbdev1.3_ep84  usbdev2.6
block    dvd              network_latency     sda2        stdout  tty19  tty31  tty44  tty57  ttyS3           usbdev2.1       usbdev2.6_ep00
bsg      dvd0             network_throughput  sda3        tts     tty2   tty32  tty45  tty58  urandom         usbdev2.1_ep00  usbdev2.6_ep81
bus      fd               null                sda4        tty     tty20  tty33  tty46  tty59  usbdev1.1       usbdev2.1_ep81  usbdev2.6_ep82
cd       full             nvidia0             sda5        tty0    tty21  tty34  tty47  tty6   usbdev1.1_ep00  usbdev2.2       v4l
cdrom    hda              nvidiactl           sda6        tty1    tty22  tty35  tty48  tty60  usbdev1.1_ep81  usbdev2.2_ep00  vc
cdrom0   initctl          port                sequencer   tty10   tty23  tty36  tty49  tty61  usbdev1.3       usbdev2.2_ep81  vcc
cdrw     input            psaux               sequencer2  tty11   tty24  tty37  tty5   tty62  usbdev1.3_ep00  usbdev2.4       video
cdrw0    kmem             ptmx                sg0         tty12   tty25  tty38  tty50  tty63  usbdev1.3_ep02  usbdev2.4_ep00  video0
char     kmsg             pts                 shm         tty13   tty26  tty39  tty51  tty7   usbdev1.3_ep03  usbdev2.4_ep83  zero
console  log              random              snapshot    tty14   tty27  tty4   tty52  tty8   usbdev1.3_ep04  usbdev2.5
core     mcelog           rtc                 snd         tty15   tty28  tty40  tty53  tty9   usbdev1.3_ep81  usbdev2.5_ep00

i am using the current linuxwacom in the AUR linuxwacom 0.8.1-1

Offline

#4 2008-11-23 18:30:15

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

Re: [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

soooo, uhhh...am i stuck then?  there's gotta be something i havent tried yet, im just too much of a noob to know...

Offline

#5 2008-11-24 16:09:34

Cheesebaron
Member
From: Denmark
Registered: 2008-10-31
Posts: 65
Website

Re: [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

Try an older version of the driver and see if that works. If not, I would try linuxwacom's mailinglist.

Offline

#6 2008-11-29 22:57:11

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

Re: [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

okay i ran through the whole linuxwacom guide and it works!

i uninstalled the AUR files and now im using the latest beta driver.

the only problem is that i can't load wacomcpl...it just comes up blank...thats pretty dissapointing.
http://linuxwacom.sourceforge.net/index … o/wacomcpl

anyone fix this?

Offline

#7 2008-11-29 23:50:42

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

Re: [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

okay, i fixed it! i returned to the original ubuntu forum i had used...apparently the pci settings must appear in the xorg file, if you dont know how to do this just go here:
http://ubuntuforums.org/showthread.php? … ost5469447
you can download his sample xorg to see it.

now here's the thing, the archlinux wiki says to add a line that says:

   Option         "Device" "/dev/ttyS0"

and

   Option         "ForceDevice" "ISDV4"

i had to remove those for each stylus, eraser and touch.  i also removed the cursor and made it into touch.  here are my xorg settings:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
#    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "touch" "SendCoreEvents"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
#    Option         "Device" "/dev/ttyS0" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    Option         "Type" "stylus"
#    Option         "ForceDevice" "ISDV4"
    Option         "Button2" "3"
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
#    Option         "Device" "/dev/ttyS0" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    Option         "Type" "eraser"
#    Option         "ForceDevice" "ISDV4"
    Option         "Button2" "3"
EndSection

#Section "InputDevice"
#    Identifier     "cursor"
#    Driver         "wacom"
#    Option         "Device" "/dev/ttyS0"
#    Option         "Type" "cursor"
#   Option         "ForceDevice" "ISDV4"
#EndSection

Section "InputDevice"
    Identifier "touch"
    Driver "wacom"
    Option "Type" "touch"
    Option        "USB"           "on" 
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.1-event-"
EndSection


Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
#    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "RenderAccel" "true"
    Option         "NoLogo" "true"
    Option         "AGPFastWrite" "true"
    Option         "EnablePageFlip" "true"

EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "RandRRotation" "on"
    SubSection     "Display"
    Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

now, im no hacker, so this was a tad tedious, but welllll worth it! im beginning to understand the educational value of arch, and the power/speed you get in regurn.  my wacom has never been so responsive!

next i have to configure my synaptictouchpad (so the scroll function works), my fingerprint scanner, my webcam and all my extra little buttons (also the screenrotate thing)  if anywone has quickfixes id be happy to know otherwise its back to google.

nothing like arch!

Offline

Board footer

Powered by FluxBB