OpenSUSE Hardware :: Bamboo Pen CTL-460 & 60-wacom Rules?

Jan 7, 2010

The Linux Wacom Project It says that"December 15, 2009 - Updated serial Tablet PCs support. Added 5 new Bamboo tablets support. - kernel patch submitted by K Gingerich. - xorg by Enrico Ros <enrico.ros@gmail.com. Label 0.8.5-7½. So I install the newest driver(0.8.5-8.1.x86_64) in the opensuse 11.1 x64 from the opensuse.com,but my bamboo pen doesn't work.I run "wacomcpl",there is no device to choose. then I open the file " etcudev ules.d60-wacom.rules":

[Code]...

The idprodut of the Bamboo pen CTL-460 is 00d4, I can't find it in this file. Can this driver support the bamboo pen

View 5 Replies


ADVERTISEMENT

OpenSUSE Hardware :: Wacom Bamboo CTL-460 ?

Mar 24, 2010

I got a bamboo tablet, CTL-460. Supported under linux wacom project. The hardware ID from lsusb is below:
056a:00d4

I also added this line to the right file. (ATM i forget what that file is, but i'll edit it later.) This was found in other posts on forums.opensuse.org

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

My question is, now what? the other posts involved recompiling the drivers, kernel, and mixing files and stuff like that. I'd prefer to avoid compiling anything, and use you use X11 wacom packages, which I currently have installed.

I did try editing Xorg.conf to what the official how to says, and it just flat out failed, had to roll it back.

I Figured xorg or one of those similar files has to be edited, modprobe must be probed, and then something to start the tablet when plugged in?

I did try to compile the kernel and stuff, but it was very confusing and didn't work either, clearly.

Anyone here actually gotten the CTL-460 to work? If so, mind posting your xorg.conf and any other files?

View 2 Replies View Related

Hardware :: Wacom Bamboo Pen In OpenSUSE 11.2

Aug 31, 2010

I just got my first ever tablet yesterday and was very eager to set it up...but after spending all day yesterday and today reading various tutorials, I am still at a complete loss as to how to set this up. I have installed the drivers. Apparently, though, I also need to edit a config file to get it to work - a file that I do not have. It's supposed to be either /etc/x11/xorg.conf or /etc/X11/xf86-conf. But I do not have this file...and I don't know what I'm supposed to do.

I'm getting frustrated now because I've never really had hardware issues with Linux before, but getting a tablet was a huge deal for me as a digital artist who feels like an amateur just because I could never afford one...and to have it sitting on my desk for two days unable to use it is very depressing.

View 2 Replies View Related

OpenSUSE Hardware :: 11.4 64-bit And Wacom Bamboo Tablet?

Apr 9, 2011

as a kind of luxory item I am thinking of adding a bamboo to my PC. Before putting action behind this, I wonder how much of a hazzle this brings about. Has anybody of you experience with 11.4 in this field? If a hazzle: Can anybody be bothered to compile the driver and provide it as a 1-click on the build service - or even in the official repositories? Would there be full functionality actually after all? BTW, I am aware of the wacom SF-site.

View 9 Replies View Related

OpenSUSE Hardware :: Wacom Bamboo Tablet Users On 11.3?

Jul 17, 2010

I decided to write here because I was wondering if there are any Wacom Bamboo (MTE-450) tablet users who experience any resume problems with their tablets on 11.3. I experience this issue on 11.2 - tablet was not working after resume from suspending to RAM - I had to replug it in order to make it work. Now when I upgraded to 11.3, the issue was still there.

Finally, I was able to "workaround" the issue by doing the following (found on some Ubuntu groups):

Code:
echo 'SUSPEND_MODULES="wacom"' | sudo tee /etc/pm/config.d/50wacom

I am wondering if that happens to anyone else and if it still the case for a freshly installed 11.3.

View 1 Replies View Related

OpenSUSE Hardware :: Wacom Bamboo Ctl460: Gimp And Dual Monitors

Feb 26, 2010

I have a wacom bamboo pen and touch (cth460/056a:00d1). Completed is the driver compile and installation to support this device.It is working. Is there anything special I need to do to accommodate Gimp (ieressure sensitivity) and dual monitors (ie:width)? Any particular command or config app? I know about xinput, wacomcpl, and xsetwacom.

View 1 Replies View Related

Hardware :: Wacom Bamboo Pen Under Slack 13

Feb 24, 2010

I can't get tablet working under slack, the problem probably is just that no input device gets created. I compiled the driver myself (slack seems to come without wacom driver...).

Here are my settings:

xorg.conf:

Code:

Indeed, /dev/input/wacom does not exist. The control LED on the device is flashing and reacting to the pen.

View 10 Replies View Related

General :: Wacom Bamboo Pen On Ubuntu 10.04

Aug 27, 2010

I am trying to get my Wacom Bamboo Pen tablet to work on my Ubuntu 10.04 installation. Right now when I plug it in the light lights up and gets brighter when I touch the pen to the surface (as it should), but the mouse does not move. I have installed xserver-xorg-input-wacom package. In researching the problem, I found this thread:[url]

But when I downloaded the kernel driver mentioned in that post, it told me that it was only for xorg servers previous to 1.7, and that I was running too recent a version. From what I can tell, the "proper" version for my xorg server is the version I already have installed from Ubuntu. I am not sure what to do now... should I try to compile the newest driver in the 10.* series from linuxwacom, despite the fact that it seems to be only one minor version away from the current installation I have?

View 1 Replies View Related

Debian Configuration :: Wacom Bamboo CTH-460 Lost ?

Jan 15, 2010

I recently purchased a Wacom Bamboo CTH-460 and have had endless frustration trying to get it to work.

I started by getting the latest stable source from the Linux Wacom project and trying to compile the drivers and kernel modules from source and installing them, though nothing ever seemed to work. If I do lsmod it shows that the wacom kernel module is loaded but when I do more /proc/bus/usb/devices I end up with this:

And no matter what I try it always says Driver=(none). So that means none of the /dev/input events are getting any data from the tablet, which means there's no way for it to do anything with X. So that is the step I am stuck at.

After some time I came to suspect that perhaps the CTH-460 is too new to be supported, and am now trying to compile drivers from the lastest development source realeased on 12-30-09. It said there was support for 5 new Bamboo tablets. However when I try to make the driver I run into this error:

I'm not sure if that is just an error in the make script or not, and if it is, why no one else has said anything about it.

Maybe I'm going about this all wrong, do I even need a new kernel driver for my tablet model? Do I only need an Xorg driver? What modules and drivers need to be in place before I should at least get the tablet tied to an input event?

View 4 Replies View Related

Ubuntu :: Wacom Bamboo CTL-460 In Lucid Lynx ?

Apr 20, 2010

Quote:

The new Wacom Bamboo Pen (CTL-460) doesn�t work in Ubuntu Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It�s pretty easy to get it working though, you just need to know how.

First, install some compiling tools and header files:

Code:

Code:

Now unpack, configure compile and install it:

Code:

# I know this is the wrong version, but it's the highest available and it works

Code:

The tablet should work now. You can also add the module name to /etc/modules to automatically load it on boot.

He also says (and I can confirm) that the gray lines are the new borders of the tablet. A little annoying, but I imagine one could configure that, too.

View 9 Replies View Related

Ubuntu :: Wacom Bamboo Button Configuration?

Apr 3, 2011

I finished installing a Wacom Bamboo CTL-460 pen & tablet (USB) and it's working. THing is, I'd like to know where/how I can configure what the buttons do. According to my g/f, while browsing she could hold down the equivalent of the mouse's left-click button and use that to quickly scroll down (kind of like the middle button in the mouse but holding it down).

View 1 Replies View Related

Hardware :: Wacom Bamboo CTL-460 Fedora Core 14

Feb 5, 2011

One set of instructions for the Xf86-input-wacom-0.10.10 had me restart HAL by killing it, killing related processes, and then starting it...

So we're basically on Day 2, 3, i forgot.... while processes run like a snail in Terminal.

Last 4 lines of so many that my eyes are burning just trying to understand what is going on.

Why is HAL taking half a week so far to do this?!

My processor is 2GHz, RAM at 2 Gigs, HD at half a TB, and I have *no* clue if this will work.

Has anyone here been successful with Fedora Core 14 and Wacom? Wacom needs to build a driver similar to Brother's Linux install tool, which basically asks you for your model and then auto-installs the incredibly complex tool.

View 1 Replies View Related

Hardware :: Wacom Bamboo Tablet Not Working

Feb 16, 2011

It's a CTH-460. I downloaded the driver from the linuxwacom project and followed the instructions.

It doesn't work yet but lights turn on, and the pointer follow the displacement (no writing is possible). I have tested also in Windows Machine and it works perfectly well.

My machine is an ASUS VX2S and the distro is Ubuntu 10.04.

View 1 Replies View Related

Fedora Hardware :: Wacom Bamboo Tablet Not Recognized ?

Feb 10, 2010

I have recently bought a Wacom Bamboo Pen Tablet, and just as recently installed Fedora 12 KDE for its supposed "excellent tablet support".

Well, I have yet to see any of that. Unless the fact that I'm using KDE affects this (and I'm staying KDE, no more GNOME for me!), I see no reason why my tablet should not work. It was working fine in Windows Vista Home Premium 32-bit (though the last time I started up in Windows it said it didn't recognize the device).

None of the applications that I've heard implemented in Fedora to support tablets were installed, but then again they're all probably GNOME apps, am I right? Still, my tablet should at least act as a mouse? I checked KPackageManager, and it said that the latest linuxwacom driver was installed. So why isn't anything working?

It seems as if everything - all this talk about tablet support in F12 - is just for GNOME. About the only thing working with my tablet as I type this is the status light, which indicates it being recognized as a USB device, and it flashes like it should when I tap the surface with the pen, but it seems as if there's nothing to receive the input. I even installed the latest GIMP, and when I checked Input Devices, nothing relating to the tablet was even there! At least on Windows it showed the Pen and the non-existent eraser, though neither worked properly, but it seems as if Fedora 12 doesn't even know it's there!

I shouldn't have to change anything in xorg.conf, because I thought that linuxwacom did it for you?

View 6 Replies View Related

Ubuntu :: Wacom Bamboo Touch Not Supported To Rotation

Dec 24, 2010

I am running Kubuntu 10.10 x64, using a Wacom Bamboo (CTH-460), I installed it by compiling the driver and moving the file as in every tutorial I could find in the Internet. The pen works perfectly, except by the fact I use TwinView and the tablet uses all the width, too sensitive. but this is something I plan to fix later... (pressure is OK)

the problem is the touch.. It almost works, right click, zoom and scroll support is ok, I believe there is no support to rotation but I can live without it... The problem is the cursor movement, seems to be a sensitivity issue. If I move very slow there is no problem, but if i move a little faster the cursor stops as if I had removed the finger from the sensor. When I try to scroll or zoom I have a similar problem, it moves an inch before it start to scroll as if it wasn't sensing the second finger, but right click is perfect so I don't think this is the problem.

Would this be a bug? Is there a way to calibrate the touch sensor? I remember editing the xorg.conf to make the touch fit the screen size in a HP Tx2510us, and to make two finger scroll on to touch pad but it was in 8.10 I believe, I cant find something like it for this problem. wacomcpl cant see the device, xsetwacom list returns nothing... xinput list returns this:

[Code]....

View 9 Replies View Related

Ubuntu :: Krita Not Using Pressure Sensor With Wacom Bamboo

May 10, 2011

I've installed Krita in Kubuntu 11.04 and while GIMP works fine with the Wacom tablet (so Xorg is configured properly), Krita responds to the tablet pen as if it was a mouse (so on/off, no pressure sensitivity at all).

I've found old topics about bugs in Qt 4.6 but since we are now using 4.7, I assume those have been fixed?

View 1 Replies View Related

Hardware :: Cannot Install Wacom Bamboo Pen & Touch CTH 460 In Mint 10

Jul 16, 2011

I did not keep a record of everything I have tried. I used the package manager to apply anything with wacom in its name. I downloaded xf86-input-wacom-0.10.9 but perhaps I put it in the wrong directory.

I took screen shots of some of the things I did (but have no idea how to insert them). I tried ~ git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom and -after trying for some time to figure out if my system is 32 or 64 bit- typed cd xf86-input-wacom and from there typed~ ./autogen.sh --prefix=usr --libdir=/usr/lib64 the text that followed was long-- wish I could use a screenshot! The line autoreconfig: running: aclocal was followed by

The last 3 lines were:

Since then I downloaded the X.OrgX11 driver for wacom tablets and attempted to copy the wacom.fdi file into /etc/hal/fdi/policy but do not have permission. I am so new to Linux that I am reluctant to try to change permissions.

View 2 Replies View Related

Ubuntu Multimedia :: Data Stream From Wacom Bamboo Tablet?

Jun 6, 2010

I have recently purchased a Wacom Bamboo Pen & Touch tablet and have got it working with Ubuntu 9.10 (Karmic) by following this post: [URL].

I am now trying to trap the actual data coming from the bamboo as I write with the pen and found some threads suggesting that if I do an xxd one of /dev/ttyS[0-4] I should be able to see output. However when I do a "sudo xxd /dev/ttyS0" the xxd command finishes straight away.

If I run the command "xxd /dev/input/mouse1" I can the data coming from the mouse movement so I am expecting to be able to see the same sort of thing coming from the wacom bamboo pen. Both the bamboo and the mouse are USB connected.

Does anyone know if the stream of data coming form the wacom bamboo should go to /dev/ttyS[0-4] or should I be looking elsewhere?

View 3 Replies View Related

Ubuntu :: Unable To Configure Wacom/bamboo Tablets And Xorg

Jan 31, 2011

A few weeks ago, I was configuring my wacom tablet with the Wacom Control Panel by QB89Dragon, and suddenly xorg crashed. I remember specifically that I was modifying the pressure curve of the pen when it crashed. The screen went black, but the computer stayed on. Since then, every time I start up ubuntu normally, it would show the splash screen, but would then drop me to a black screen. But if I boot up under recovery mode, failsafeX, and generate a new x configuration, and restart X, it will work fine until I restart.

I've tried looking for an xorg.conf, but since I'm running 10.04, I guess it doesn't use an xorg.conf anymore. I tried uninstalling the program I used to configure it, but no go. I tried generating a new configuration with the tablet unplugged, with the tablet plugged in, even with a different tablet. And, since nothing is ever that simple when I do something wrong, nothing so far has worked.

View 3 Replies View Related

Fedora Hardware :: Scroll And Middle Click Via Wacom Bamboo Tablet

Jun 17, 2011

I recently purchased a Wacom Bamboo Pen Only (CTL-460). It's a great device and in Fedora 15 (x86_64) it worked out-of-the-box like a charm!

I don't miss the rubber or the extra keys on the tablet. But I'm having quite some trouble, using the pen as a mouse replacement in all day use. The following is with respect to usage outside GIMP and Inkscape (i.e. Firefox, Nautilus etc). What I would really like to have, is:

+ scrolling by pressing the "first button" and simply _moving_ the pen. Just like with my Thinkpad-Trackpoint: Here I press the middle key and can then scroll just by controlling the Trackpoint. Would already be cool, if I could scroll by pressing the "first button" and touching the tablet. A short tap while pressing the "first button" should still be a "middle click"!

Code:

Found a solution for "jamming at the edge of the screen". Just resized the "area" a bit (smaller) with xsetwacom...

View 1 Replies View Related

Fedora Hardware :: Wacom Bamboo Pen & Touch + Fedora 13

Sep 1, 2010

I have had a wonderful Wacom Bamboo Pen and Touch tablet, and so far it has only worked on my Windows partition.

This being a fairly new tablet model I'm not too surprised that it doesn't work out of the box on Fedora 13. Though several hours of Google last night tells me people have managed to force it into working using some xorg customization and fairy dust work on wacom.ko.

From here directions get vague (usually found amid bug reports -- this one specifically [url] at least one specific problem is the the tablet does not pick up wacom as its driver. In fact it doesn't see anything at all as its driver.

more /proc/bus/usb/devices produces:

Code:

I just don't want to kill my xorg.conf any more with edits it doesn't like.

View 14 Replies View Related

Ubuntu :: Can't Create File /etc/udev/rules.d/70-android.rules?

Jun 19, 2011

I need to create filename 70-android.rules in the directory /etc/udev/rules.d/I have Adm privileges in my user account properties, but when I use sudo to create this file the Ubuntu OS does not allow me the privilege... I am running Ubuntu 10.04 LTS and here's the Terminal output below:daddy@gatomon-laptop:/etc/udev/rules.d$ sudo cat > 70-android.rulesbash: 70-android.rules: Permission denieddaddy@gatomon-laptop:/etc/udev$ ls -ltotal 8drwxr-xr-x 2 root root 4096 2011-03-16 18:03 rules.d-rw-r--r-- 1 root root 218 2010-04-19 04:30 udev.conf

View 2 Replies View Related

OpenSUSE :: Thunderbird Filter Rules Disappear

Aug 23, 2010

I'm running Thunderbird 3.0.6 on openSUSE 11.2 (x86_64). When I add a message filter rule, it disappears upon restart. This behavior is reproducible at all times. I suspected a write permission issue, but I checked permissions for the file msgFilterRules.dat and it is rwx for the owner.

View 4 Replies View Related

OpenSUSE Network :: Firewall Rules For Specific OS?

Aug 26, 2010

can I deny the access to my server for a specific OS? I have one PC which I want to give it acces from winxp, but if it's boot into ubuntu I want to deny all access to my server, same IP, same ethernet card

View 8 Replies View Related

OpenSUSE Network :: Make The Iptables Rules Permanent?

Apr 23, 2010

I set up a squid transparent proxy and I have a problem with an iptable rules. I have a rule to redirect all request to port 80 to go on port 3128. To do so, I'm using this iptables command :

Code:

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128

This command is working like a charm. The only problem is, for some unknown reasons, this rule will be dropped at some point. I did not manage to identify what is causing this to happen. It occurs during night, but I have nothing about that in my log files. messages / firewall / ...) The only way I managed to reproduce this 'dropping' is this one: I type the command like as root. The command is effective and working fine. I open yast, I go to the firewall module, the I do a simple "save changes and restart firewall" (without changing anything). As soon as this process is finished, the iptables rule is gone.

-How can I make this rule permanent ?

-Is there a place where I can launch a script executing this rule, after the yast firewall module is 'touched' or something ?

View 3 Replies View Related

Ubuntu Security :: Snort Not Starting - ERROR: "/etc/snort/rules/exploit.rules(264) => 'fast_pattern' Does Not Take An Argument"

May 12, 2011

I need assistance with my Snort Installation. I used Bodhi Zazen's Network Intrusion Detection System post and found it easier than the previous time I had done it. I am currently running Ubuntu 10.04 server and Snort 2.8.6.1 with BASE 1.4.5. I followed Bodhi Zazen's instructions and when I tested snort it ended with a Fatal Error due to ERROR: /etc/snort/rules/exploit.rules(264) => 'fast_pattern' does not take an argument
Fatal Error, Quitting.. Here is the entire output once I ran the test command: snort -c /etc/snort/snort.con -T Running in Test mode

[Code]...

View 2 Replies View Related

OpenSUSE :: Udev Rules: Hide Arrays And Array Members From Nautilus?

Aug 18, 2010

In the not so distant past, I was able to hide arrays/encrypted arrays from nautilus with udev rules as follows:

Code:

## HIDE Encrypted "dm" partitions from nautilus
SUBSYSTEM=="block", KERNEL=="dm-*", ENV{ID_FS_USAGE}=="crypto", ENV{DKD_PRESENTATION_HIDE}="1"

[Code].....

This worked in OpenSUSE 11.2; it does not work in either FC13 or OS11.3

View 3 Replies View Related

Security :: Opensuse Susefirewall 2 And My Own Rules - Block Ougoing Traffic Except Some Apps

May 1, 2010

I have trouble with opensuse susefirewall 2 and my own rules. since i have installed a suspicious download manager, i detect outgoing traffic in the monitor and i want to block ougoing traffic except some apps like firefox, jinchess ...

1) I had to modify FW_CUSTOMRULES="" with FW_CUSTOMRULES="/etc/sysconfig/scripts/SuSEfirewall2-custom" in /etc/sysconfig/SuSefirewall2

2) I had to add my own rules in /etc/sysconfig/scripts/SuSEfirewall2-custom in the appropriate hook

3) I don't know if rules are good.. they seem to work because for example jinchess can't access his server with the DROP rule until i add the ACCEPT rule BUT in fact the download manager still access internet and amarok too when it searches for songs lyrics ! i have discovered it's because the others apps use port 80

I give here the file /etc/sysconfig/scripts/SuSEfirewall2-custom

How to to make firefox use another specified port ? i wanted to use privoxy with tor but it doesn't work .. is there input/output controler on linux (something like zonealarm on XP) ? the trouble is that all outgoing traffic is permitted by default!

View 4 Replies View Related

Fedora Hardware :: Power PC And Bamboo Touch

Jan 24, 2011

completely new to fedora but a long time ubuntu user. I never got my wacom bamboo touch to work correctly in ubuntu and I was wondering since I'm already installing Fedora 12 on my 15" PowerBook G4 why not give it a whirl.

View 3 Replies View Related

Ubuntu :: Get Bamboo Craft Tablet To Work?

Aug 7, 2010

So I just got a Bamboo Craft Graphics tablet and it doesn't work out of the box, how do I get it to work?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved