Fedora Linux Support Community & Resources Center
  #1  
Old 5th December 2008, 11:13 AM
tipp98 Offline
Registered User
 
Join Date: Dec 2008
Posts: 7
HP tx2000z Wacom on FC10

Hello all, I've just purchased a new laptop, and hate windows. I've got some experience with Gentoo & *buntu but was looking for something different. My new lappy arrived the same day FC10 was released. Coincidence, I think not. I've had some difficulties, but so far I've got the wifi and sound working. Now, I'm having troubles getting the touch screen to work. Here are my stat's:

Kernel: Linux 2.6.27.5-117.fc10.x86_64
Wacom Driver: linuxwacom-0.8.0.3-4.fc10.src.rpm

lspci
Code:
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]
08:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
lsusb
Code:
Bus 007 Device 003: ID 056a:0093 Wacom Co., Ltd 
Bus 007 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 064e:a104 Suyin Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
less /proc/bus/usb/devices /056a
Code:
T:  Bus=07 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=056a ProdID=0093 Rev= 4.03
S:  Manufacturer=Tablet
S:  Product=ISD-V4
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=(none)    <======
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=7ms
I:* If#= 1 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=(none)    <======
E:  Ad=82(I) Atr=03(Int.) MxPS=   8 Ivl=8ms
By the looks of /proc/bus/usb/devices, my wacom device is not being picked up by the driver. Also to note, /dev/input/wacom does not exist.

Any help would be greatly appreciated.

Thanks,
Kyle
Reply With Quote
  #2  
Old 5th December 2008, 10:03 PM
JoshuaWhite Offline
Registered User
 
Join Date: Nov 2006
Location: Herkimer NY
Posts: 59
I'm right there with you, I've had that tablet for 6 months, I had to do a lot of work to get working in fedora 8 before wacom officially had USB support... but non of that works now in F10 ...

After I fun modprobe wacom && lsmod | grep wacom I get the following:

Code:
lsmod | grep wacom
wacom                  25984  0
I see that the new wacom software supports USB from the dmesg output

Code:
usbcore: registered new interface driver wacom
wacom: v1.48:USB Wacom Graphire and Wacom Intuos tablet driver
however when I add my old entries to my xorg.conf ... specifically

Code:
    *

      Section "InputDevice"
          Identifier	"TabletPCStylus"
          Driver	"wacom"
          Option	"ForceDevice" "ISDV4"
          Option	"Type" "stylus"
          Option	"SendCoreEvents" "true"
          Option	"Device" "/dev/input/event8"
          Option	"TopX" "0"
          Option	"TopY" "0"
          Option	"BottomX" "26365"
          Option	"BottomY" "16488"
      EndSection

      Section "InputDevice"
          Identifier	"TabletPCStylus3"
          Driver	"wacom"
          Option	"ForceDevice" "ISDV4"
          Option	"Type" "eraser"
          Option	"SendCoreEvents" "true"
          Option	"Device" "/dev/input/event8"
          Option	"TopX" "0"
          Option	"TopY" "0"
          Option	"BottomX" "26365"
          Option	"BottomY" "16488"
      EndSection

Section "InputDevice"
    Identifier "TabletPCStylus2"
    Driver     "wacom"
    Option     "ForceDevice" "ISDV4"
    Option     "Type" "stylus"
    Option     "SendCoreEvents" "true"
    Option     "Device" "/dev/input/wacom"
EndSection

    * Additionally add the following to the ServerLayout section:

	InputDevice     "TabletPCStylus"
	InputDevice     "TabletPCStylus2"
	InputDevice     "TabletPCStylus3"
Any insight into what might be wrong would be greate
__________________
-------------------------------------------
HP Pavilion tx2000z Tablet - Dual Core 2.2GHz
Compaq 2596US - Laptop - 2.6GHz
Compaq C300 - Laptop - 1.6 GHz
Compaq 1220 - Laptop - 266 MHz
Compaq LTE/75 - Laptop - 35 MHz
-------------------------------------------
Securemind.Org
Reply With Quote
  #3  
Old 7th December 2008, 09:34 AM
tipp98 Offline
Registered User
 
Join Date: Dec 2008
Posts: 7
It looks like maybe we need an rpm update to get the new driver. Quoted from below "Support: USB Tablet PC with and without touch; kernels up to 2.6.27; Bamboo1 and Monarch; new wacomcpl features."

http://linuxwacom.sourceforge.net/index.php/dl

I tried downloading the kernel source and building the 0.8.2 module but it failed. Appears I need much more that the kernel source...
Reply With Quote
  #4  
Old 8th December 2008, 02:17 AM
JoshuaWhite Offline
Registered User
 
Join Date: Nov 2006
Location: Herkimer NY
Posts: 59
Got it to compile but no luck working

Ok, So I downloaded the above linuxwacom-0.8.2, extracted it and ran a ./configure

then a make which was successful and a make install...

Code:
----------------------------------------
  BUILD ENVIRONMENT:                    
       architecture - x86_64-redhat-linux
       linux kernel - yes 2.6.27         
  module versioning - no                 
      kernel source - yes /lib/modules/2.6.27.5-117.fc10.x86_64/source
     XFree86 source - no                                              
           Xorg SDK - no                                              
          XSERVER64 - yes                                             
           dlloader - yes                                             
               XLib - yes /usr/lib64                                  
         xf86config - no                                              
                TCL - yes /usr/include                                
                 TK - yes /usr/include                                
            ncurses - yes                                             

  BUILD OPTIONS:
            wacom.o - no
            wacdump - yes 
             xidump - yes 
        libwacomcfg - yes 
         libwacomxi - yes 
          xsetwacom - yes 
              hid.o - no  
         usbmouse.o - no  
            evdev.o - no  
         mousedev.o - no  
            input.o - no  
       wacom_drv.so - no /usr/lib64/xorg/modules/input 
        wacom_drv.o - no                               
  wacom*_drv quirks -                                  
----------------------------------------
however I still havn't gotten a /dev/input/wacom to show up ... so I'll keep hunting

Interesting though was this

wacdump -c usb /dev/input/event6

the output actually had coordinates
__________________
-------------------------------------------
HP Pavilion tx2000z Tablet - Dual Core 2.2GHz
Compaq 2596US - Laptop - 2.6GHz
Compaq C300 - Laptop - 1.6 GHz
Compaq 1220 - Laptop - 266 MHz
Compaq LTE/75 - Laptop - 35 MHz
-------------------------------------------
Securemind.Org
Reply With Quote
  #5  
Old 8th December 2008, 02:24 AM
JoshuaWhite Offline
Registered User
 
Join Date: Nov 2006
Location: Herkimer NY
Posts: 59
Udev explains why we're not seeing wacom show up under dev

Code:
[root@localhost prebuilt]# cat /etc/udev/rules.d/61-uinput-wacom.rules                                          
# udev rules for uinput wacom devices                                                                           
# will create:                                                                                                  
#       /dev/input/uinput-<model>-tabletX                                                                       
#                                                                                                               
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0000", SYMLINK+="input/uinput-devices/uinput-wacom-penpartner-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0010", SYMLINK+="input/uinput-devices/uinput-wacom-graphire-tablet"  
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0011", SYMLINK+="input/uinput-devices/uinput-wacom-graphire2-4x5-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0012", SYMLINK+="input/uinput-devices/uinput-wacom-graphire2-5x7-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0013", SYMLINK+="input/uinput-devices/uinput-wacom-graphire3-tablet"    
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0014", SYMLINK+="input/uinput-devices/uinput-wacom-graphire3-6x8-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0015", SYMLINK+="input/uinput-devices/uinput-wacom-graphire4-4x5-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0016", SYMLINK+="input/uinput-devices/uinput-wacom-graphire4-6x8-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0060", SYMLINK+="input/uinput-devices/uinput-wacom-volito-tablet"       
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0061", SYMLINK+="input/uinput-devices/uinput-wacom-penstation2-tablet"  
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0062", SYMLINK+="input/uinput-devices/uinput-wacom-volito2-4x5-tablet"  
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0063", SYMLINK+="input/uinput-devices/uinput-wacom-volito2-2x3-tablet"  
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0064", SYMLINK+="input/uinput-devices/uinput-wacom-penpartner2-tablet"  
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0020", SYMLINK+="input/uinput-devices/uinput-wacom-intuos-4x5-tablet"   
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0021", SYMLINK+="input/uinput-devices/uinput-wacom-intuos-6x8-tablet"   
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0022", SYMLINK+="input/uinput-devices/uinput-wacom-intuos-9x12-tablet"  
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0023", SYMLINK+="input/uinput-devices/uinput-wacom-intuos-12x12-tablet" 
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0024", SYMLINK+="input/uinput-devices/uinput-wacom-intuos-12x18-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0030", SYMLINK+="input/uinput-devices/uinput-wacom-pl400-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0031", SYMLINK+="input/uinput-devices/uinput-wacom-pl500-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0032", SYMLINK+="input/uinput-devices/uinput-wacom-pl600-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0033", SYMLINK+="input/uinput-devices/uinput-wacom-pl600sx-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0034", SYMLINK+="input/uinput-devices/uinput-wacom-pl550-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0035", SYMLINK+="input/uinput-devices/uinput-wacom-pl800-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0037", SYMLINK+="input/uinput-devices/uinput-wacom-pl700-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0038", SYMLINK+="input/uinput-devices/uinput-wacom-pl510-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0039", SYMLINK+="input/uinput-devices/uinput-wacom-dtu710-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00c0", SYMLINK+="input/uinput-devices/uinput-wacom-dtf521-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00c4", SYMLINK+="input/uinput-devices/uinput-wacom-dtf720-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0003", SYMLINK+="input/uinput-devices/uinput-wacom-cintiq_partner-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0041", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-4x5-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0042", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-6x8-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0043", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-9x12-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0044", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-12x12-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0045", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-12x18-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b0", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-4x5-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b1", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-6x8-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b2", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-9x12-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b3", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-12x12-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b4", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-12x19-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b5", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-6x11-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-003f", SYMLINK+="input/uinput-devices/uinput-wacom-cintiq21ux-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0047", SYMLINK+="input/uinput-devices/uinput-wacom-intuos2-6x8-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00b7", SYMLINK+="input/uinput-devices/uinput-wacom-intuos3-4x6-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0065", SYMLINK+="input/uinput-devices/uinput-wacom-bamboo-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00c5", SYMLINK+="input/uinput-devices/uinput-wacom-cintiq20wsx-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-00c6", SYMLINK+="input/uinput-devices/uinput-wacom-cintiq12wx-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0017", SYMLINK+="input/uinput-devices/uinput-wacom-bamboofun-4x5-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0018", SYMLINK+="input/uinput-devices/uinput-wacom-bamboofun-6x8-tablet"
KERNEL=="event*", PROGRAM=="/etc/udev/scripts/is_uinput.sh", RESULT=="056a-0069", SYMLINK+="input/uinput-devices/uinput-wacom-bamboo1-tablet"

[root@localhost prebuilt]#
__________________
-------------------------------------------
HP Pavilion tx2000z Tablet - Dual Core 2.2GHz
Compaq 2596US - Laptop - 2.6GHz
Compaq C300 - Laptop - 1.6 GHz
Compaq 1220 - Laptop - 266 MHz
Compaq LTE/75 - Laptop - 35 MHz
-------------------------------------------
Securemind.Org
Reply With Quote
  #6  
Old 8th December 2008, 02:49 AM
JoshuaWhite Offline
Registered User
 
Join Date: Nov 2006
Location: Herkimer NY
Posts: 59
Ok, I took another stab at this....

First ...

Code:
./configure && make
this compiled the base wacom 0.8.2

then I moved into the linuxwacom-0.8.2/src/2.6.27/ directory

then I ran

Code:
make
I then had a wacom.ko file listed. ...

Next I

Code:
rmmod wacom
insmod wacom.ko
This gives me the following output in dmesg

Code:
input: Wacom ISDv4 93 as /devices/pci0000:00/0000:00:0b.1/usb1/1-2/1-2.3/1-2.3:1.0/input/input11
input: Wacom ISDv4 93 as /devices/pci0000:00/0000:00:0b.1/usb1/1-2/1-2.3/1-2.3:1.1/input/input12
usbcore: registered new interface driver wacom
wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver
now I also see that in /proc/bus/usb/devices It now registers the tablet with wacom

Code:
T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=03 Dev#=  5 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=056a ProdID=0093 Rev= 2.44
S:  Manufacturer=Tablet
S:  Product=ISD-V4
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=wacom
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=7ms
I:* If#= 1 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=wacom
E:  Ad=82(I) Atr=03(Int.) MxPS=   8 Ivl=8ms

[code]
__________________
-------------------------------------------
HP Pavilion tx2000z Tablet - Dual Core 2.2GHz
Compaq 2596US - Laptop - 2.6GHz
Compaq C300 - Laptop - 1.6 GHz
Compaq 1220 - Laptop - 266 MHz
Compaq LTE/75 - Laptop - 35 MHz
-------------------------------------------
Securemind.Org
Reply With Quote
  #7  
Old 8th December 2008, 08:46 PM
tipp98 Offline
Registered User
 
Join Date: Dec 2008
Posts: 7
Excellent news, but does it work yet?

I do not have the uinput rules file that you list, must be a result of fresh install vs. upgrade. I do however have a wacom.rules file which contains the following line, which should be all that is needed.

Code:
ACTION=="add", SUBSYSTEM=="input", KERNEL=="event*", GOTO="wacom_rules"

GOTO="wacom_rules_end"

LABEL="wacom_rules"

ATTRS{idVendor}=="056a", SYMLINK+="input/wacom"
#...  'bunch more lines that are only relevant for multiple devices

LABEL="wacom_rules_end"
If your device is still not showing up in /dev/input you could try adding the above to 10-wacom.rules so that it is applied before any conflicting rules.

A bug report has been submitted to update the linuxwacom rpm. https://bugzilla.redhat.com/show_bug.cgi?id=475944

Last edited by tipp98; 11th December 2008 at 04:28 PM.
Reply With Quote
  #8  
Old 11th December 2008, 11:35 PM
Lukast Offline
Registered User
 
Join Date: Jul 2007
Location: Slovak Republic
Posts: 99
Hi,

I got Wacom Intuos 3 and I downloaded linuxwacom-0.8.2.tar.bz2, extract that
and there is prebuild directory

from Readme:
download the package then
$ bunzip2 linuxwacom.tar.bz2
$ tar xvf linuxwacom.tar
$ cd linuxwacom/prebuilt
$ su
# ./uninstall
# ./install
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
# gedit /etc/X11/xorg.conf
# reboot

I tried that.

wacdump /dev/input/wacom
shows info now, but stylus tablet does not move with mouse

Everytime I touch the tablet with styles there is message in /var/log/messages

Code:
tail -f /var/log/messages
Dec 12 00:23:17 sempron kernel: usb 2-10: Product: PTZ-630
Dec 12 00:23:17 sempron kernel: usb 2-10: Manufacturer: Tablet
Dec 12 00:31:25 sempron kernel: usb 2-10: USB disconnect, address 37
Dec 12 00:31:25 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 38                                                               
Dec 12 00:31:26 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice 
Dec 12 00:31:26 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input41                                   
Dec 12 00:31:26 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1                                                                   
Dec 12 00:31:26 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0                                                              
Dec 12 00:31:26 sempron kernel: usb 2-10: Product: PTZ-630                      
Dec 12 00:31:26 sempron kernel: usb 2-10: Manufacturer: Tablet                  
Dec 12 00:31:55 sempron kernel: usb 2-10: USB disconnect, address 38            
Dec 12 00:31:55 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 39                                                               
Dec 12 00:31:56 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice 
Dec 12 00:31:56 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input42                                   
Dec 12 00:31:56 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1                                                                   
Dec 12 00:31:56 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0                                                              
Dec 12 00:31:56 sempron kernel: usb 2-10: Product: PTZ-630                      
Dec 12 00:31:56 sempron kernel: usb 2-10: Manufacturer: Tablet                  
Dec 12 00:31:57 sempron kernel: usb 2-10: USB disconnect, address 39            
Dec 12 00:31:57 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 40                                                               
Dec 12 00:31:58 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice 
Dec 12 00:31:58 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input43                                   
Dec 12 00:31:58 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1                                                                   
Dec 12 00:31:58 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0                                                              
Dec 12 00:31:58 sempron kernel: usb 2-10: Product: PTZ-630                      
Dec 12 00:31:58 sempron kernel: usb 2-10: Manufacturer: Tablet                  
Dec 12 00:31:59 sempron kernel: usb 2-10: USB disconnect, address 40            
Dec 12 00:31:59 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 41                                                               
Dec 12 00:31:59 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice 
Dec 12 00:31:59 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input44                                   
Dec 12 00:31:59 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1                                                                   
Dec 12 00:31:59 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0                                                              
Dec 12 00:31:59 sempron kernel: usb 2-10: Product: PTZ-630                      
Dec 12 00:31:59 sempron kernel: usb 2-10: Manufacturer: Tablet                  
Dec 12 00:32:00 sempron kernel: usb 2-10: USB disconnect, address 41            
Dec 12 00:32:01 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 42                                                               
Dec 12 00:32:01 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice 
Dec 12 00:32:01 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input45                                   
Dec 12 00:32:01 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1                                                                   
Dec 12 00:32:01 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0                                                              
Dec 12 00:32:01 sempron kernel: usb 2-10: Product: PTZ-630                      
Dec 12 00:32:01 sempron kernel: usb 2-10: Manufacturer: Tablet                  
Dec 12 00:32:02 sempron kernel: usb 2-10: USB disconnect, address 42            
Dec 12 00:32:03 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 43
Dec 12 00:32:03 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice
Dec 12 00:32:03 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input46
Dec 12 00:32:03 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1
Dec 12 00:32:03 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 12 00:32:03 sempron kernel: usb 2-10: Product: PTZ-630
Dec 12 00:32:03 sempron kernel: usb 2-10: Manufacturer: Tablet
Dec 12 00:32:04 sempron kernel: usb 2-10: USB disconnect, address 43
Dec 12 00:32:05 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 44
Dec 12 00:32:05 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice
Dec 12 00:32:05 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input47
Dec 12 00:32:05 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1
Dec 12 00:32:05 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 12 00:32:05 sempron kernel: usb 2-10: Product: PTZ-630
Dec 12 00:32:05 sempron kernel: usb 2-10: Manufacturer: Tablet
Dec 12 00:32:06 sempron kernel: usb 2-10: USB disconnect, address 44
Dec 12 00:32:07 sempron kernel: usb 2-10: new full speed USB device using ohci_hcd and address 45
Dec 12 00:32:07 sempron kernel: usb 2-10: configuration #1 chosen from 1 choice
Dec 12 00:32:07 sempron kernel: input: Wacom Intuos3 6x8 as /devices/pci0000:00/0000:00:02.0/usb2/2-10/2-10:1.0/input/input48
Dec 12 00:32:07 sempron kernel: usb 2-10: New USB device found, idVendor=056a, idProduct=00b1
Dec 12 00:32:07 sempron kernel: usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 12 00:32:07 sempron kernel: usb 2-10: Product: PTZ-630
Dec 12 00:32:07 sempron kernel: usb 2-10: Manufacturer: Tablet
My related lines in /etc/X11/xorg.conf

Code:
...
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "pad"
EndSection

Section "InputDevice"
	Identifier  "stylus"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "stylus"
	Option	    "Mode" "Absolute"
	Option	    "USB" "On"
	Option	    "Keepshape" "On"
	Option	    "Twinview" "horizontal"
EndSection

Section "InputDevice"
	Identifier  "eraser"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "eraser"
	Option	    "Mode" "Absolute"
	Option	    "USB" "On"
	Option	    "Keepshape" "On"
	Option	    "Twinview" "horizontal"
EndSection

Section "InputDevice"
	Identifier  "cursor"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "cursor"
	Option	    "Mode" "Relative"
	Option	    "USB" "On"
	Option	    "Keepshape" "On"
	Option	    "Twinview" "horizontal"
EndSection

Section "InputDevice"
	Identifier  "pad"
	Driver      "wacom"
	Option	    "Device" "/dev/input/wacom"
	Option	    "Type" "pad"
	Option	    "USB" "On"
EndSection

.
..
...
Do you have any idea how to fix it?

I also confirmed this bug
https://bugzilla.redhat.com/show_bug.cgi?id=475944
__________________
Krita developer
http://www.krita.org | http://lukast.mediablog.sk/log
Reply With Quote
  #9  
Old 28th December 2008, 04:49 AM
JoshuaWhite Offline
Registered User
 
Join Date: Nov 2006
Location: Herkimer NY
Posts: 59
has anybody had any more progress on this issue?
__________________
-------------------------------------------
HP Pavilion tx2000z Tablet - Dual Core 2.2GHz
Compaq 2596US - Laptop - 2.6GHz
Compaq C300 - Laptop - 1.6 GHz
Compaq 1220 - Laptop - 266 MHz
Compaq LTE/75 - Laptop - 35 MHz
-------------------------------------------
Securemind.Org
Reply With Quote
  #10  
Old 28th December 2008, 12:16 PM
Lukast Offline
Registered User
 
Join Date: Jul 2007
Location: Slovak Republic
Posts: 99
Status of the bug: assigned.
You can CC your email or wait til update Or add comment to bug to ping maintainer.
__________________
Krita developer
http://www.krita.org | http://lukast.mediablog.sk/log
Reply With Quote
  #11  
Old 3rd January 2009, 05:54 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
I am trying to get my Bamboo Fun working with F10 on a Dell desktop box.
I did "yum remove linuxwacom".
Then I downloaded, built and installed (make install) linuxwacom-0.8.2.
I added the suggested entries to /etc/xorg.conf.
I do get
Code:
# ls -l /dev/input/wacom*
lrwxrwxrwx 1 root root  6 Jan  3 01:31 /dev/input/wacom -> event5

/dev/input/wacom-tablets:
total 0
lrwxrwxrwx 1 root root 9 Jan  3 01:31 bamboofun-4x5 -> ../event5
lrwxrwxrwx 1 root root 9 Jan  3 01:31 bamboofun-4x5-3-5 -> ../event5
But the wacom mouse isn't working. I plugged in my Dell mouse and it works OK.
Anyone have hints?

Attached is xorg_conf.txt and Xorg_0_log.txt

edit: uploading doesn't seem to work anymore ...

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "stylus" "SendCoreEvents"
	InputDevice    "cursor" "SendCoreEvents"
	InputDevice    "eraser" "SendCoreEvents"
	InputDevice    "pad"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules/drivers"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "Module"
	#Load "type1"	# to enable: yum install xorg-x11-fonts-Type1 ???
	#Load "record"
	Load "fbdevhw"
EndSection
Section "ServerFlags"
	Option "AIGLX" "on"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105+inet"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1920x1200"
	HorizSync    31.5 - 74.5
	VertRefresh  56.0 - 65.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Group 0
	Mode 0666
EndSection

#Section "Extensions"
#	Option "Composite" "false"
#EndSection
Section "InputDevice"
	Identifier     "Mouse0"
	Driver         "mouse"
EndSection

Section "InputDevice"
	Driver      "wacom"
	Identifier  "stylus"
	Option      "Device"     "/dev/input/wacom"
	Option      "Type"       "stylus"
	Option      "USB"        "on"
EndSection

Section "InputDevice"
	Driver      "wacom"
	Identifier  "eraser"
	Option      "Device"     "/dev/input/wacom"
	Option      "Type"       "eraser"
	Option      "USB"        "on"
EndSection
Section "InputDevice"
	Driver      "wacom"
	Identifier  "cursor"
	Option      "Device"     "/dev/input/wacom"
	Option      "Type"       "cursor"
	Option      "USB"        "on"
EndSection

Section "InputDevice"
	Driver      "wacom"
	Identifier  "pad"
	Option      "Device"     "/dev/input/wacom"
	Option      "Type"       "pad"
	Option      "USB"        "on"
EndSection
Could p[roblem be the Mouse "InputDevice" section?

Last edited by mwette; 3rd January 2009 at 05:58 PM.
Reply With Quote
  #12  
Old 3rd January 2009, 07:09 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
I got the mouse working (sort of)!

I commented out the Mouse "InputDevice" section in xorg.conf, unplugged the Dell mouse and the wacom mouse (on my BambooFun) now works.

One problem: I use left-handed mouse, and the gnome setting for LH mouse isn't working. My wacom is currently right-handed. Will work it.

Matt

[EDIT: I also commented-out the "pad" InputDevice option in the "ServerLayout" section.
I did this because I don't know what pad means. Need to read more doc's...

Last edited by mwette; 3rd January 2009 at 07:11 PM.
Reply With Quote
Reply

Tags
056a:0093, tx2000z, wacom

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wacom wacom wacom :D unknownmosquito Hardware & Laptops 1 7th September 2009 01:22 PM
Wacom Cintiq pgunn01 Hardware & Laptops 2 28th January 2009 09:40 PM
Wacom Bamboo Fun tablet doesn't act like a wacom pen chuong Using Fedora 8 7th July 2008 05:15 AM
Wacom Tablet ikr1sse Using Fedora 12 10th January 2008 07:03 PM


Current GMT-time: 15:48 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat