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 3 of 5 12 3 45
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 22-Sep-2008, 13:37
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

lsusb lists my Wacom:
Quote:
Bus 002 Device 003: ID 056a:00b2 Wacom Co., Ltd
Bus 002 Device 002: ID 045e:00f9 Microsoft Corp.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 13b1:0026 Linksys
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Chmod errors...

Quote:
chmod: can not get access to '/proc/bus/usb/002/003': file or directory does not exist
will try Gimp in root
Reply With Quote
  #22 (permalink)  
Old 22-Sep-2008, 13:41
Puzzled Penguin
 
Join Date: Sep 2008
Posts: 30
Selage hasn't been rated much yet
Default Re: Wacom Intuos 3 install

In root, Gimp has access to the Tablet, but functions as pressure does not work...
Reply With Quote
  #23 (permalink)  
Old 22-Sep-2008, 13:49
Parent Penguin
 
Join Date: Jun 2008
Posts: 701
pdc_2 hasn't been rated much yet
Default Re: Wacom Intuos 3 install

sorry: either /proc/bus or /dev/bus may be used, depending on system:

I pasted the wrong command from sane for SUSE ...

it should have read
Quote:
chmod a+rw /dev/bus/usb/00?/00?
so go
Quote:
# lsusb
to check the device bus numbers

and then issue the above command
Quote:
chmod a+rw /dev/bus/usb/00?/00?
so where you quote before
Quote:
Bus 002 Device 003: ID 056a:00b2 Wacom Co., Ltd
this should surely then become
Quote:
chmod a+rw /dev/bus/usb/002/003
let us know how you get along
Reply With Quote
  #24 (permalink)  
Old 22-Sep-2008, 16:47
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,701
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 pdc 2
sorry: either /proc/bus or /dev/bus may be used, depending on system:

I pasted the wrong command from sane for SUSE ...

it should have read > chmod a+rw /-dev-/bus/usb/00?/00?

so go > # lsusb to check the device bus numbers

and then issue the above command > chmod a+rw /dev/bus/usb/00?/00? so
where you quote before > Bus 002 Device 003: ID 056a:00b2 Wacom Co.,
Ltd this should surely then become > chmod a+rw /dev/bus/usb/002/003

let us know how you get along
Hi
As another thought, I sometimes have a touchscreen connected, the setup
for this uses the event* rather than a defined event. Maybe you could
try this as well?

--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 2 days 1:41, 1 user, load average: 0.02, 0.13, 0.20
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12

Reply With Quote
  #25 (permalink)  
Old 22-Sep-2008, 19:43
Parent Penguin
 
Join Date: Jun 2008
Posts: 701
pdc_2 hasn't been rated much yet
Default Re: Wacom Intuos 3 install

Quote:
.. the setup
for this uses the event* rather than a defined event.
could you detail a howto Malcolm? I was quoting the earlier possibility as it comes from scanner suggestions; we are still trying to get the permissions changed for our CanoScan scanner! I have tried to edit the plustek file, and udev permissions, but without success so far; another project to return to; our scanner runs as user after the #chmod command is issued for that login
Reply With Quote
  #26 (permalink)  
Old 22-Sep-2008, 21:20
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,701
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 pdc 2

> .. the setup
> for this uses the event* rather than a defined event.


could you detail a howto Malcolm? I was quoting the earlier possibility
as it comes from scanner suggestions; we are still trying to get the
permissions changed for our CanoScan scanner! I have tried to edit the
plustek file, and udev permissions, but without success so far; another
project to return to; our scanner runs as user after the #chmod command
is issued for that login
Hi
In the xorg file, you should have an entry;
Code:
Option "Device" "/dev/input/event(n)"
Which "(n)" is determined by
Code:
cat /proc/bus/usb/devices
In the case of my touchscreen as I only have one, it changes to;
Code:
Option "Device" "event*"
or
Option "Device" "events"
I use event* so if it changes, it will select the correct one.

--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 2 days 5:55, 1 user, load average: 0.07, 0.06, 0.01
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12

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

I havent tried anything because the "lsusb" has changed completely

Now lsusb reads :

Code:
Bus 002 Device 003: ID 13b1:0026 Linksys 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 056a:00b2 Wacom Co., Ltd 
Bus 001 Device 002: ID 045e:00f9 Microsoft Corp. 
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
How do we stabilize this?

This does not work?!?
Code:
cat /proc/bus/usb/devices
"File or directory does not exist"

Could something be seriously be wrong with my install?
Reply With Quote
  #28 (permalink)  
Old 23-Sep-2008, 21:50
Parent Penguin
 
Join Date: Jun 2008
Posts: 701
pdc_2 hasn't been rated much yet
Default Re: Wacom Intuos 3 install

I doubt there is anything seriously wrong with your install;

if we try to recap;

in post #13, you summarised

Quote:
Install of prebuild was succesfull.

Made the changes in Xorg.conf

Restarted ( no crash) all seems to work fine...

Only gimp wont recognize the wacom.
File - Preferences - input devices

Available Controllers

"Linux Input"

And if i hit Configure Input Controller,; set the device to Wacom Intuos 9x12

Gimp says " Device not available: Acces denied..


Whats that about?
Reply With Quote
it was suggested that the problem was a permissions issue:

I suggested a workaround from the sane scanner group:

firstly, ... as root in a terminal you go:

Quote:
# lsusb
and identify the Bus and Device number of the Wacom;
and I think it is a virtue of the USB setup that it may well be DIFFERENT each time you log in; to allow plugin and plugout of devices ..

having identified the above you go:

Quote:
# chmod a+rw /dev/bus/usb/00?/00?
for example, where below you say Wacom is Bus 001 Device 003:

you would go: "chmod a+rw /dev/bus/usb/001/003"

Now this is really intended as a diagnostic: if you then open GIMP and see if you can then configure the device;file/preferences/input devices as you mention in #post 13;

so this is trying to be diagnostic; when you say

Quote:
Gimp says " Device not available: Acces denied..
by changing permissions for the device for this one login, we are trying to see if we can get you access;

if it works, then a long-term solution;

is 1) do the above each time or
2) follow the path malcolmlewis describes in #post 26;

however he mentions /proc/bus/usb/devices and I understood Suse did not have such; we must get him to clarify for us: I understood Suse used /dev/bus/usb/devices

so Selage is the above any help? Let us know how you fare ...
Reply With Quote
  #29 (permalink)  
Old 24-Sep-2008, 01:12
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,701
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 pdc 2
I doubt there is anything seriously wrong with your install;

if we try to recap;

in post #13, you summarised

> Install of prebuild was succesfull.
>
> Made the changes in Xorg.conf
>
> Restarted ( no crash) all seems to work fine...
>
> Only gimp wont recognize the wacom.
> File - Preferences - input devices
>
> Available Controllers
>
> "Linux Input"
>
> And if i hit Configure Input Controller,; set the device to Wacom
> Intuos 9x12
>
> Gimp says " Device not available: Acces denied..
>
>
> Whats that about?
> Reply With Quote


it was suggested that the problem was a permissions issue:

I suggested a workaround from the sane scanner group:

firstly, ... as root in a terminal you go:

> # lsusb


and identify the Bus and Device number of the Wacom;
and I think it is a virtue of the USB setup that it may well be
DIFFERENT each time you log in; to allow plugin and plugout of devices
..

having identified the above you go:

> # chmod a+rw /dev/bus/usb/00?/00?


for example, where below you say Wacom is Bus 001 Device 003:

you would go: "chmod a+rw /dev/bus/usb/001/003"

Now this is really intended as a diagnostic: if you then open GIMP and
see if you can then configure the device;file/preferences/input devices
as you mention in #post 13;

so this is trying to be diagnostic; when you say

>
> Gimp says " Device not available: Acces denied..


by changing permissions for the device for this one login, we are
trying to see if we can get you access;

if it works, then a long-term solution;

is 1) do the above each time or
2) follow the path malcolmlewis describes in #post 26;

however he mentions /proc/bus/usb/devices and I understood Suse did not
have such; we must get him to clarify for us: I understood Suse used
/dev/bus/usb/devices

so Selage is the above any help? Let us know how you fare ...

Hi
Ahh it's cat /proc/bus/input/devices although /proc/bus/usb/devices
also exists on my opensuse installs?

Here is my output from the touchscreen.
Code:
I: Bus=0003 Vendor=0eef Product=0001 Version=0100
N: Name="eGalax Inc. USB TouchController"
P: Phys=usb-0000:00:1d.7-4.3/input0
S:
Sysfs=/devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4.3/2-4.3:1.0/input/input9
U: Uniq= H: Handlers=mouse3 event9
B: EV=b
B: KEY=400 0 0 0 0 0 0 0 0 0 0
B: ABS=3
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 18:42, 2 users, load average: 0.16, 0.19, 0.27
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12

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

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
Reply With Quote
Reply
Page 3 of 5 12 3 45

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