PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 25, 2012, 10:59:58 PM


Login with username, password and session length


Pages: 1 2 3 4 5 [6] 7 8 9 10   Go Down
  Print  
Author Topic: OK, I need help with a Wacom Bamboo (Solved for one person)  (Read 17134 times)
AndrzejL
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11990


Registered Linux User #490933


WWW
« Reply #75 on: February 01, 2010, 04:29:33 PM »

It would be better to suggest the package...

Andy

Edit:

My probe of compilation:

Quote
[andrzejl@WISHMACER ~]$ cd /home/andrzejl/Desktop/Documents/Download/xstroke/
[andrzejl@WISHMACER xstroke]$ ls                                             
Makefile  xstroke.1  xstroke.c  xstroke.h  xstroke.man*                     
[andrzejl@WISHMACER xstroke]$ make                                           
cc  -I/usr/X11R6/include xstroke.c -L/usr/X11R6/lib -lX11 -o xstroke         
rm -f xstroke.1                                                             
cat xstroke.man | bold xstroke\(1\) | bold xstroke | bold NAME | bold SYNOPSIS | bold DESCRIPTION | bold FORMAT | bold STRINGS | bold OPTIONS | bold CAVEATS | bold EXAMPLES | bold WARNINGS | bold BUGS | bold THANKS | bold COPYRIGHT | bold AUTHOR | bold SEE | bold ALSO > xstroke.1
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
/bin/sh: bold: command not found
make: *** [xstroke.1] Error 127
[andrzejl@WISHMACER xstroke]$

Ask Joble... he is always into some crazy projects Cheesy!
Logged

Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #76 on: February 01, 2010, 04:37:20 PM »

Thanks anyway.

 Cheesy
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
Joble
Global Moderator
Hero Member
*****
Offline Offline

Posts: 6848


USA - Mountain Time


« Reply #77 on: February 01, 2010, 06:19:14 PM »

x86_64  If I'm not mistaken, that is a 64 bit rpm.  We would need to find the eqivalent 32 bit rpm.  I'll check it out.
Logged

Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System
Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #78 on: February 01, 2010, 06:42:27 PM »

There is one that says

xstroke-0.6.cvs20040921-5mdv2010.0.i586.rpm

rather than x86_64..... is that the one?

Thanks!!!
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
coyoteawooo
Jr. Member
**
Offline Offline

Posts: 19


« Reply #79 on: February 05, 2010, 05:49:42 PM »

OK, I've been over here all day and while everything is where it is supposed to be (I've checked a couple of times), it still doesn't work. The xorg.conf is edited and the tablet is recognized, the wacom_drv.so is in the appropriate place.... the rules file is correct.... the Xorg.0.log has no errors and even has the device as below (I attached a file.)

What I think the problem is........ when I did the make and make install, the src/2.6.26 folder has NO wacom.ko to copy, so the one that's there is the old one I backed up..... is it possible it won't work with the older driver?

I can send her the newer driver, and help her get it put in the right place...... you think that will do it?

Thanks again!        Cry


[attachment deleted by admin]
Logged
Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #80 on: February 05, 2010, 08:29:31 PM »

OK, I've been over here all day and while everything is where it is supposed to be (I've checked a couple of times), it still doesn't work. The xorg.conf is edited and the tablet is recognized, the wacom_drv.so is in the appropriate place.... the rules file is correct.... the Xorg.0.log has no errors and even has the device as below (I attached a file.)

What I think the problem is........ when I did the make and make install, the src/2.6.26 folder has NO wacom.ko to copy, so the one that's there is the old one I backed up..... is it possible it won't work with the older driver?

I can send her the newer driver, and help her get it put in the right place...... you think that will do it?

Thanks again!        Cry

That was actually me posting from her laptop......
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
Toolfox
Full Member
***
Offline Offline

Posts: 237


« Reply #81 on: February 06, 2010, 10:39:03 PM »

What I think the problem is........ when I did the make and make install, the src/2.6.26 folder has NO wacom.ko to copy, so the one that's there is the old one I backed up..... is it possible it won't work with the older driver?

Not only possible, but a proven fact over the life of this thread. Keep in mind what I've said about how the layers work: the kernel module is the foundation that passes data to and from the hardware in a form that the hardware understands; the XWindows driver translates the data between what the hardware "speaks" and what XWindows needs to hear. You need the newer kernel module and the pre-compiled XWindows binaries.

Check the date/time stamp on the kernel module in question; that should indicate whether a new file was copied over it. The file size should also be a giveaway.

I can send her the newer driver, and help her get it put in the right place...... you think that will do it?

Only if both machines are running the EXACT same kernel! I thought you said that your and her machines were running different kernels. If so, the kernel modules must be compiled against the EXACT kernel source code (or headers) for everything to match up.

You've got to go back to just getting the kernel module to load, recognize the hardware, and show the right information with xxd and/or wacdump...like we did before. The XWindows driver won't work if the kernel module isn't in place and functioning properly.

Don't forget to remove the xorg.conf entries before testing the kernel module so XWindows won't get in the way of wacdump and xxd. And you WILL need the udev rules and HAL entries for the /dev/input/wacom symbolic links to be created when the tablet is plugged in and recognized.



Toolfox
Logged
Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #82 on: February 06, 2010, 11:19:59 PM »

I can send her the newer driver, and help her get it put in the right place...... you think that will do it?

Only if both machines are running the EXACT same kernel! I thought you said that your and her machines were running different kernels. If so, the kernel modules must be compiled against the EXACT kernel source code (or headers) for everything to match up.

She has 2.6.26 and I happen to have two kernels on this desktop.... 2.6.26 and 2.6.27. It's installed to the 2.6.27 kernel. What I'm thinking is to boot to the 2.6.26 kernel and do the ./configure and make in a separate folder in my /home, and when I get that driver, send it to her with instructions on where to copy it.....  and everything else is still in place. Do you think that will work?
 Undecided
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
Toolfox
Full Member
***
Offline Offline

Posts: 237


« Reply #83 on: February 07, 2010, 10:38:31 PM »

Yup, that sounds like it should work! Naturally, it would be nice to verify on a test system before deployment, but...oh well...

I also wonder why the compile failed on her system. Were there any complaints of missing development dependencies? Do the systems have full kernel source development packages or just the header files that are included with a base LiveCD install?

These are the questions the engineer in me is asking. The practical end-user side is screaming, "Oh, just compile the damn file and copy it in place! Stop asking all those durn fool questions and just git 'er done already! Sheeesh!"

I think its time for me to listen to the end-user voice for a change... Grin


Toolfox
Logged
Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #84 on: February 07, 2010, 11:30:38 PM »

Yup, that sounds like it should work! Naturally, it would be nice to verify on a test system before deployment, but...oh well...

Yes, it would.....

Quote
I also wonder why the compile failed on her system. Were there any complaints of missing development dependencies? Do the systems have full kernel source development packages or just the header files that are included with a base LiveCD install?

I have no idea..... I didn't see any errors, but I will admit that I'm not the best at reading some of the lines that appear when those commands are issued. Being the practical end-user, I just wanted it to work as well..... but I wasn't so lucky....

I'll let you know....
Thanks!
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #85 on: February 13, 2010, 03:00:22 PM »

Update:
For some reason when I tried to ./configure and make in my older kernel to send to her, I got the same errors.
However, yesterday the 0.8.5-10 package was posted and I tried it with that. ./configure and make were successful. I sent her the 2 drivers (I reasoned that both of the newer ones would work better together) plus detailed instructions on where to put them and what else she needed to do.......and after a couple of phone calls she said, "Cool... I touched the stylus to the tablet and my mouse cursor moved!"

Wahoo!!!!
(I was actually doing a "happy dance" in the middle of WalMart....   Roll Eyes  )

We got it working!!!  (and by long distance, even.... she lives 60 miles away)
She's happily playing with Gimp and Cell Writer...... and she'll let me know how it goes.

THANK YOU SO MUCH for all your help!!!! (don't mean to yell, but I am so happy!!!)
 Grin Grin Grin Grin Grin

ps - The rules file in the new package isn't complete - it didn't have any of the lines for 00d1, 00d2, 00d3 (ours) or 00d4, but it's easily remedied.   Cheesy
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
kamicota
Full Member
***
Offline Offline

Posts: 157


« Reply #86 on: March 14, 2010, 08:11:55 PM »

Hi there all

Just saw this forum and read the last entry about the Wacom 0.8.5-10 package - can NOT find it in the PCLinuxOS 2010 install and have the previous 0.8.4 installed and it did NOT recognize my Wacom Bamboo Pen (CTL-460) Yet after reading on Linux-Wacom site that the Bamboo Pen would NOT be recognized until the next drivers were out -0 namely the 0.8.5

I know this install will HAVE to be superseeded with a new install when the 2010 final is out but would LOVE to get it running before then

Any IDEAS please

Cheers for years
Colin
Logged
Meemaw
Hero Member
*****
Offline Offline

Posts: 2447


Never stop learning!


« Reply #87 on: March 14, 2010, 08:26:32 PM »

0.8.5-10 is the development package on the Linux Wacom Project site, so we don't have it. the driver on the 2010 beta is version 8.4......

http://linuxwacom.sourceforge.net/

You might check the .rules file in the /etc/udev/rules.d folder and make sure your product id is in one of the lines.

Toolfox is great help, so post back if you have problems.

 Grin
Logged

Meemaw
PCLinuxOS Magazine Asst. Editor



We miss you, Joble!!!
kamicota
Full Member
***
Offline Offline

Posts: 157


« Reply #88 on: March 14, 2010, 08:45:40 PM »

Thank MeeMaw

I SEE there is a development package in the 2010 repositories and may just download it and see what happens

Yet as for this --->>>You might check the .rules file in the /etc/udev/rules.d folder and make sure your product id is in one of the lines.   Toolfox is great help, so post back if you have problems.

I am totally lost as the command line etc is definitely NOT my Forte

MOI just a Newbie/EXPLORER even after so many years far too many distros Embarrassed Embarrassed Embarrassed

Cheers for years
Colin
Logged
kamicota
Full Member
***
Offline Offline

Posts: 157


« Reply #89 on: March 14, 2010, 08:52:33 PM »

Shoot  Embarrassed Embarrassed Embarrassed just could NOT stop clicking even though the dev package was only the 0.8.04

So we will just see what happens from here and where to go because Linux-Wacom site STILL does not list the Bamboo Pen as being recognized

Maybe we will have to try our TWO Genius Tablets - the Pensketch 9x12 and the G-Pen F610  Grin Grin Grin

Cheers for Years
Colin
Logged
Pages: 1 2 3 4 5 [6] 7 8 9 10   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM