Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Digitizer Screen Lenovo X61T how to install?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Mon Jan 28, 2013 5:58 am    Post subject: Digitizer Screen Lenovo X61T how to install? Reply with quote

lspci
lsmod
lsusb
grep 8250 /usr/src/linux/.config

The gentoo wiki on the Wacom Tablet

Lenovo Thinkpad X61 Tablet, I am trying to get the screen digitizer to accept input from the digitizer pen.

It seems like it is in the kernel, and I have the xf86-input-wacom installed but lsmod doesn't show any evidence of 8250.

I made an attempt at installing the linuxwacom-module but it would not compile stating that I needed to:

Code:

# cd /usr/src/linux
# make .oldconfig
# make modules_prepare


This seems like something that would bork my kernel.

I am looking for advice on how to proceed.
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Mon Feb 11, 2013 7:20 am    Post subject: Reply with quote

Bump?
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Mon Feb 11, 2013 7:48 am    Post subject: Reply with quote

<shot in the dark> Try modules. Firmware likes modules. Also, you may want to check http://www.kernel-seeds.org to see if you missed something.</shot in the dark>

Also stay away from the old linuxwacom-module. It is just that: old. It doesn't seem to play well with newer systems.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Fri Feb 15, 2013 10:38 pm    Post subject: Reply with quote

How can I find out if a specific module is supported by a kernel? I can't find the 8250_pnp module anywhere.


It is supposed to be in Device Drivers > Character Devices > Serial Devices but I can't find it. I think the problem is that it isn't compile in correctly. I have the wrong serial wacom drivers compiled....I hope.
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Fri Feb 15, 2013 10:44 pm    Post subject: Reply with quote

bogamol,

CONFIG_SERIAL_8250 for 8250_core
CONFIG_SERIAL_8250_PNP for 8250_pnp
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Fri Feb 15, 2013 11:35 pm    Post subject: Reply with quote

BillWho wrote:
bogamol,

CONFIG_SERIAL_8250 for 8250_core
CONFIG_SERIAL_8250_PNP for 8250_pnp


I mean in the configurator when running genkernel --menuconfig all

I can't find anything that has module options 8250_pnp or 8250_core.

I see that I have them configured as built in...must've been default.
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Sat Feb 16, 2013 12:04 am    Post subject: Reply with quote

bogamol wrote:
I mean in the configurator when running genkernel --menuconfig all


I'm not sure I'm following what you're trying to explain, but for that selection to be selectable you have to set

[*] Configure standard kernel features (expert users) ---> in general setup, then it will show.

<*> 8250/16550 and compatible serial support │ │
│ │ [*] Console on 8250/16550 and compatible serial port │ │
│ │ <*> 8250/16550 PCI device support (NEW) │ │
│ │ <*> 8250/16550 PNP device support (NEW) │ │
│ │ < > 8250/16550 PCMCIA device support │ │
│ │

If this isn't what you're trying to convey, can you be a little more specific :?:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Sat Feb 16, 2013 5:05 am    Post subject: Reply with quote

BillWho wrote:
bogamol wrote:
I mean in the configurator when running genkernel --menuconfig all


I'm not sure I'm following what you're trying to explain, but for that selection to be selectable you have to set

[*] Configure standard kernel features (expert users) ---> in general setup, then it will show.

<*> 8250/16550 and compatible serial support │ │
│ │ [*] Console on 8250/16550 and compatible serial port │ │
│ │ <*> 8250/16550 PCI device support (NEW) │ │
│ │ <*> 8250/16550 PNP device support (NEW) │ │
│ │ < > 8250/16550 PCMCIA device support │ │
│ │

If this isn't what you're trying to convey, can you be a little more specific :?:

That's what I was trying to get to in order to modularize them per TheDoctor. Thanks.


Hmm. No luck.

Is it possible that this is related to another Error that I got when I ran Xorg -configure?

Code:
Number of created screens does not match number of detected devices. Configuration failed.
Maybe something else is missing? I don't know where else to look though. :/
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Sun Feb 17, 2013 12:07 am    Post subject: Reply with quote

bogamol,

Did you try entering your lspci -n info here

http://www.kernel-seeds.org/working.html
or
http://kmuto.jp/debian/hcl/ :?:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Tue Feb 19, 2013 1:32 am    Post subject: Reply with quote

BillWho wrote:
bogamol,

Did you try entering your lspci -n info here

http://www.kernel-seeds.org/working.html
or
http://kmuto.jp/debian/hcl/ :?:


No I did not. I will do that soon. Thanks. i remember doing that before on a previous iteration of my attempt to get Gentoo linux running.

So far, I've gotten everything else going except the digitizer, so I am excited about my progress.

Thanks for all the help. I'll post back soon and let you know if it was solved or not. :D
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
o'bogamol
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2009
Posts: 91
Location: Detroit, Michigan - The Home of Rock and Roll

PostPosted: Fri Mar 01, 2013 9:52 am    Post subject: Reply with quote

I found some information on why I am having the problem I am having... I think. Since my Wacom is a serial Wacom and since the serial wacom was removed from the xf86-input-wacom. It doesn't work.

Here is the solution that I am going to try, but I'm going to try it using my Debian install and then if it works I try to fixify my Gentoo install the same way. Updates to follow.
_________________
"History began on July 4,1776. Everything before that was a mistake." -Ron Swanson
Back to top
View user's profile Send private message
sven_s
n00b
n00b


Joined: 18 Sep 2011
Posts: 3

PostPosted: Wed May 22, 2013 5:24 pm    Post subject: Reply with quote

And how it works? Can you compile the x86-input-wacom also for gentoo?

I have a X41t. My only solution to use the Tablet is a xorg.conf.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum