openSUSE Forums > Hardware » Wacom Intuos 3 install

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
Page 4 of 5 « First 23 4 5
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 25-Sep-2008, 10:28
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,673
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Wacom Intuos 3 install

Quote:
Originally Posted by Selage
I've did as you told me, but gimp still does not have access to the
device.

Must we run Gimp as Root user, to bypass this?

I dont think its the user that doesn't have access, more Gimp itself.
or is that a misunderstanding?

Mustn't i make the wacom's input(event3) named as wacom it self?
instead of event3, wacom?

Cant this make the device switching to stabilize? and make gimp to
listen to it? and even activate the pressure sensitive?

Greets Selage
Hi
Have a read of the thread called "SuSe 11 Wacom Graphire4 absolute
mode" and the last few posts from user niels olson, it would appear he
has come up with the solution

--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 3:59, 0 users, load average: 0.05, 0.07, 0.07
GPU GeForce 6600 TE/6200 TE - Driver Version:

Reply With Quote
  #32 (permalink)  
Old 26-Sep-2008, 05:23
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

will do this right away Thanks
Reply With Quote
  #33 (permalink)  
Old 26-Sep-2008, 11:53
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

Been redoing the Linux wacom project way and i stumbled upon this:

"As shown above, the kernel directory was detected and the wacom.o module will be built. If the kernel option shows "no", you will need to specify the --with-kernel option and the correct directory."

Mine answers no, so not so good...

according to the site this means the wacom driver is not installed...

Tried ./configure --enable-wacom, but nothing changes

Can somebody provide my with a set of code line to enable this...


Thank you


It is kinda strange, it acts good, follows the tablet, but has no driver installed.
Reply With Quote
  #34 (permalink)  
Old 26-Sep-2008, 12:10
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,673
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Wacom Intuos 3 install

Quote:
Originally Posted by Selage
Been redoing the Linux wacom project way and i stumbled upon this:

'\"As shown above, the kernel directory was detected and the wacom.o
module will be built. If the kernel option shows \"no\", you will need
to specify the --with-kernel option and the correct directory.\"'
(http://linuxwacom.sourceforge.net/in...to/buildwacom6)

Mine answers no, so not so good...

according to the site this means the wacom driver is not installed...

Tried ./configure --enable-wacom, but nothing changes

Can somebody provide my with a set of code line to enable this...


Thank you


It is kinda strange, it acts good, follows the tablet, but has no
driver installed.
Hi
The lsmod command will show the modules running, maybe it's using one
of the usb modules?

Do you have the kernel-source installed? It comes up ok here..

Code:
malcolml@kermit-opensuse:~/build/linuxwacom-0.8.0-3$ ./configure
--enable-wacom

----------------------------------------
BUILD ENVIRONMENT:
architecture - i586-suse-linux
linux kernel - yes 2.6.24
module versioning - no
kernel source - yes /lib/modules/2.6.25.16-0.1-default/source
XFree86 source - no
Xorg SDK - yes /usr/include/xorg
XSERVER64 - no
dlloader - yes
XLib - yes /usr/lib
TCL - yes /usr/include
TK - yes /usr/include
ncurses - yes

BUILD OPTIONS:
wacom.o - yes
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 - yes /usr/lib/xorg/modules/input
wacom_drv.o - no
wacom*_drv quirks - IsXExtensionPointer key-events
----------------------------------------
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 5:33, 1 user, load average: 0.00, 0.00, 0.00
GPU GeForce 6600 TE/6200 TE - Driver Version:

Reply With Quote
  #35 (permalink)  
Old 28-Sep-2008, 10:33
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

This is what ./configure gives me(sorry for the list, i dont want anything the be overloocked)

Quote:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking for gawk... (cached) gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for arch type... i586-suse-linux
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/2.6.25.16-0.1-pae/source
checking kernel version... grep: /lib/modules/2.6.25.16-0.1-pae/source/include/linux/version.h: No such file or directory
grep: /lib/modules/2.6.25.16-0.1-pae/source/include/linux/utsrelease.h: No such file or directory
configure: WARNING: unable to identify kernel version
checking for kernel module support... no
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... yes
checking if scaling tablet to screen size is needed... yes
checking if Xorg SDK defines IsXExtensionPointer... yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... >= 2.0
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for tclsh... /usr/bin/tclsh
checking for tcl version... 8.5
checking for tcl header files... configure: WARNING: not found; tried /usr/include, tcl, and tcl8.5;
***
*** The tcl development environment can not be found.
*** The header file tcl.h does not appear at the normal
*** (or provided) include path. Some build features
*** will be unavailable.
***
checking for tk header files... configure: WARNING: not found; tried /tk.h and /usr/include/tk.h
***
*** The tk development environment can not be found.
*** The header file tk.h does not appear at the normal
*** (or provided) include path. Some build features
*** will be unavailable.
***
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking if libwacomcfg should/can be built... yes
checking if libwacomxi should/can be built... configure: WARNING: tcl environment missing, libwacomxi not built
checking if wacdump should/can be built... yes
checking if xidump should/can be built... yes
checking if xsetwacom should be built... yes
checking for Wacom X driver module path... /usr/lib/xorg/modules/input
checking for dynamic driver loading support... yes
checking if wacom_drv.{o,so} should be compiled... yes
checking if gcc accepts -fno-merge-constants... yes
checking if gcc accepts -fno-stack-protector... yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkxincludes
config.status: creating src/Makefile
config.status: creating src/util/Makefile
config.status: creating src/xdrv/Makefile
config.status: creating src/2.4/Makefile
config.status: creating src/2.4.22/Makefile
config.status: creating src/2.6.8/Makefile
config.status: creating src/2.6.9/Makefile
config.status: creating src/2.6.10/Makefile
config.status: creating src/2.6.11/Makefile
config.status: creating src/2.6.13/Makefile
config.status: creating src/2.6.14/Makefile
config.status: creating src/2.6.15/Makefile
config.status: creating src/2.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.19/Makefile
config.status: creating src/2.6.22/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: src/include/xdrv-config.h is unchanged
config.status: creating src/include/kernel-config.h
config.status: src/include/kernel-config.h is unchanged
config.status: creating src/include/util-config.h
config.status: src/include/util-config.h is unchanged
config.status: executing depfiles commands

----------------------------------------
BUILD ENVIRONMENT:
architecture - i586-suse-linux
linux kernel - yes
module versioning - no
kernel source - yes /lib/modules/2.6.25.16-0.1-pae/source
XFree86 source - no
Xorg SDK - yes /usr/include/xorg
XSERVER64 - no
dlloader - yes
XLib - yes /usr/lib
TCL - no
TK - no
ncurses - yes

BUILD OPTIONS:
wacom.o - no
wacdump - yes
xidump - yes
libwacomcfg - yes
libwacomxi - no
xsetwacom - yes
hid.o - no
usbmouse.o - no
evdev.o - no
mousedev.o - no
input.o - no
wacom_drv.so - yes /usr/lib/xorg/modules/input
wacom_drv.o - no
wacom*_drv quirks - libc-wrapper tablet-screen-scaling IsXExtensionPointer key-events dixScreenOrigins
----------------------------------------
I always think that wacom drivers were already in kernel...

I had to install GCC to be able to run ./configure, meaning that i dont have all the things installed for kernel configuration.


Hoping somebody can help me...
Reply With Quote
  #36 (permalink)  
Old 28-Sep-2008, 10:59
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,673
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Wacom Intuos 3 install

Quote:
Originally Posted by Selage
This is what ./configure gives me(sorry for the list, i dont want
anything the be overloocked)

<snip>
> checking for linux-based kernel... yes
> checking for kernel source/headers...
> /lib/modules/2.6.25.16-0.1-pae/source
> checking kernel version... grep:
> /lib/modules/2.6.25.16-0.1-pae/source/include/linux/version.h: No such
> file or directory
> grep: /lib/modules/2.6.25.16-0.1-pae/source/include/linux/utsrelease.h:
> No such file or directory
> configure: WARNING: unable to identify kernel version

<snip>
> checking for tcl version... 8.5
> checking for tcl header files... configure: WARNING: not found; tried
> /usr/include, tcl, and tcl8.5;
> ***
> *** The tcl development environment can not be found.
> *** The header file tcl.h does not appear at the normal
> *** (or provided) include path. Some build features
> *** will be unavailable.
> ***
> checking for tk header files... configure: WARNING: not found; tried
> /tk.h and /usr/include/tk.h
> ***
> *** The tk development environment can not be found.
> *** The header file tk.h does not appear at the normal
> *** (or provided) include path. Some build features
> *** will be unavailable.
> ***

<snip>
> TCL - no
> TK - no

<snip>

I always think that wacom drivers were already in kernel...

I had to install GCC to be able to run ./configure, meaning that i dont
have all the things installed for kernel configuration.


Hoping somebody can help me...
Hi
Are you sure you have the kernel-source for your current kernel
installed? Else you need to install tcl, tk and the development files.

Now another thing I noticed on my machine here is I changed back to the
default kernel as I only have 1GB of ram in this notebook as I had
issues getting my bluetooth module to compile after I patched it. This
is only a comment, not suggesting you do it But I wonder if it's the
reason it gets the can't find kernel version error?

--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 3:09, 1 user, load average: 0.32, 0.12, 0.17
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12

Reply With Quote
  #37 (permalink)  
Old 28-Sep-2008, 11:06
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

This is from the section testing the tablet (here)

Quote:
I: Bus=0003 Vendor=056a Product=00b2 Version=0102
N: Name="Wacom Intuos3 9x12"
P: Phys=
S: Sysfs=/devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input1
U: Uniq=
H: Handlers=mouse0 event1
B: EV=1f
B: KEY=1cff 0 1f00ff 0 0 0 0 0 0 0 0
B: REL=100
B: ABS=100 f00017f
B: MSC=1
Tail command gives this:

Quote:
tail -f /var/log/messages
Sep 28 17:54:26 linux-4xuy kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:02.0/usb1/1-1/1-1:1.1/input/input7
Sep 28 17:54:26 linux-4xuy kernel: input,hidraw1: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:00:02.0-1
Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: New USB device found, idVendor=045e, idProduct=00f9
Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: Product: Microsoft Wireless Desktop Receiver 3.1
Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: Manufacturer: Microsft
Sep 28 17:54:26 linux-4xuy kernel: usb 1-4: USB disconnect, address 3
Sep 28 17:54:26 linux-4xuy smartd[2984]: Device: /dev/sda, SMART Prefailure Attribute: 8 Seek_Time_Performance changed from 249 to 250
Sep 28 17:54:26 linux-4xuy smartd[2984]: Device: /dev/sda, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 79 to 62
Sep 28 17:54:26 linux-4xuy smartd[2984]: Device: /dev/sdb, SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 80 to 63
Sep 28 17:55:10 linux-4xuy kernel: hub 2-0:1.0: unable to enumerate USB device on port 4
Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: new full speed USB device using ohci_hcd and address 5
Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: configuration #1 chosen from 1 choice
Sep 28 17:55:11 linux-4xuy kernel: input: Wacom Intuos3 9x12 as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input8
Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: New USB device found, idVendor=056a, idProduct=00b2
Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: Product: PTZ-930
Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: Manufacturer: Tablet

wich according to the site means the Wacom driver has control.

1. If wacom driver is installed and used, will ./configure say Yes next to wacom.o?

2. for 2.6 is wacom.ko, y does configure say .o?

3. cant i recompile the kernel with al Wacom related option enabled? howto?

Get paranoiac here...
Reply With Quote
  #38 (permalink)  
Old 28-Sep-2008, 11:13
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

Quote:
Are you sure you have the kernel-source for your current kernel
installed? Else you need to install tcl, tk and the development files.

Well, i tried to install Xen and he did something to the kernel on an update, added pae in its name.


./configure found the kernel i think

Quote:
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
...
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for arch type... i586-suse-linux
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/2.6.25.16-0.1-pae/source
checking kernel version... grep: /lib/modules/2.6.25.16-0.1-pae/source/include/linux/version.h: No such file or directory
grep: /lib/modules/2.6.25.16-0.1-pae/source/include/linux/utsrelease.h: No such file or directory
configure: WARNING: unable to identify kernel version
checking for kernel module support... no

checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... yes
checking if scaling tablet to screen size is needed... yes
checking if Xorg SDK defines IsXExtensionPointer... yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... >= 2.0
checking for X... libraries , headers
...
checking for tclsh... /usr/bin/tclsh
checking for tcl version... 8.5
checking for tcl header files... found, /usr/include
checking for tk header files... found, /usr/include
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
...
config.status: creating src/2.6.24/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: src/include/xdrv-config.h is unchanged
config.status: creating src/include/kernel-config.h
config.status: src/include/kernel-config.h is unchanged
config.status: creating src/include/util-config.h
config.status: src/include/util-config.h is unchanged
config.status: executing depfiles commands

----------------------------------------
BUILD ENVIRONMENT:
architecture - i586-suse-linux
linux kernel - yes
module versioning - no
kernel source - yes /lib/modules/2.6.25.16-0.1-pae/source
XFree86 source - no
Xorg SDK - yes /usr/include/xorg
XSERVER64 - no
dlloader - yes
XLib - yes /usr/lib
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 - yes /usr/lib/xorg/modules/input
wacom_drv.o - no
wacom*_drv quirks - libc-wrapper tablet-screen-scaling IsXExtensionPointer key-events dixScreenOrigins
----------------------------------------

Seems to be a warning.
can it be fixed?
Reply With Quote
  #39 (permalink)  
Old 28-Sep-2008, 11:15
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

I never used Xen later, using VirtualBox now...


So that may be reseted... but how? just uninstall? and the names will be default again?
Reply With Quote
  #40 (permalink)  
Old 28-Sep-2008, 11:41
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,673
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Wacom Intuos 3 install

Quote:
Originally Posted by Selage
This is from the section testing the tablet ('here'
(http://linuxwacom.sourceforge.net/in...wto/testtablet))

> I: Bus=0003 Vendor=056a Product=00b2 Version=0102
> N: Name="Wacom Intuos3 9x12"
> P: Phys=
> S:
> Sysfs=/devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input1
> U: Uniq=
> H: Handlers=mouse0 event1
> B: EV=1f
> B: KEY=1cff 0 1f00ff 0 0 0 0 0 0 0 0
> B: REL=100
> B: ABS=100 f00017f
> B: MSC=1
>


Tail command gives this:

> tail -f /var/log/messages
> Sep 28 17:54:26 linux-4xuy kernel: input: Microsft Microsoft Wireless
> Desktop Receiver 3.1 as
> /devices/pci0000:00/0000:00:02.0/usb1/1-1/1-1:1.1/input/input7
> Sep 28 17:54:26 linux-4xuy kernel: input,hidraw1: USB HID v1.11 Mouse
> [Microsft Microsoft Wireless Desktop Receiver 3.1] on
> usb-0000:00:02.0-1
> Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: New USB device found,
> idVendor=045e, idProduct=00f9
> Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: New USB device strings:
> Mfr=1, Product=2, SerialNumber=0
> Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: Product: Microsoft
> Wireless Desktop Receiver 3.1
> Sep 28 17:54:26 linux-4xuy kernel: usb 1-1: Manufacturer: Microsft
> Sep 28 17:54:26 linux-4xuy kernel: usb 1-4: USB disconnect, address 3
> Sep 28 17:54:26 linux-4xuy smartd[2984]: Device: /dev/sda, SMART
> Prefailure Attribute: 8 Seek_Time_Performance changed from 249 to 250
> Sep 28 17:54:26 linux-4xuy smartd[2984]: Device: /dev/sda, SMART Usage
> Attribute: 190 Airflow_Temperature_Cel changed from 79 to 62
> Sep 28 17:54:26 linux-4xuy smartd[2984]: Device: /dev/sdb, SMART Usage
> Attribute: 190 Airflow_Temperature_Cel changed from 80 to 63
> Sep 28 17:55:10 linux-4xuy kernel: hub 2-0:1.0: unable to enumerate
> USB device on port 4
> Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: new full speed USB device
> using ohci_hcd and address 5
> Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: configuration #1 chosen
> from 1 choice
> Sep 28 17:55:11 linux-4xuy kernel: input: Wacom Intuos3 9x12 as
> /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input8
> Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: New USB device found,
> idVendor=056a, idProduct=00b2
> Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: New USB device strings:
> Mfr=1, Product=2, SerialNumber=0
> Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: Product: PTZ-930
> Sep 28 17:55:11 linux-4xuy kernel: usb 1-4: Manufacturer: Tablet
>



wich according to the site means the Wacom driver has control.

1. If wacom driver is installed and used, will ./configure say Yes next
to wacom.o?

2. for 2.6 is wacom.ko, y does configure say .o?

3. cant i recompile the kernel with al Wacom related option enabled?
howto?

Get paranoiac here...

Hi
Strange it says input1 in the devices, then in messages it says input8?

Ok, I think you may not have the kernel source, can you check in YaST
and search on kernel, then just check that the kernel-source version
installed is the same as your running kernel or using zypper and
uname, the versions should match;
Code:
zypper if kernel-source
uname -a
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 3:56, 1 user, load average: 0.00, 0.02, 0.05
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12

Reply With Quote
Reply
Page 4 of 5 « First 23 4 5

Bookmarks


Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2