Jump to content

TC1000 Pen/Tablet drivers


fuego
 Share

Recommended Posts

Hi all.

 

I´ve got a TC1000 and just can seem to get my pen drivers working. Can someone give me a clue?

 

I have tried the groundstate tut but to no avail.

 

Please contact me if yu have a TC1000 with mandriva running. So far I have the wifi going sweet.

 

Cheers.

~fuego~

Link to comment
Share on other sites

The story so far..

I have been reading up on sites where people have got a running linux on their tc1000. This seems to be only a small handful of individuals. From what I have read all I need to do is add a few lines to my /etc/X11/xorg.conf file.

Here is the code I added:

 

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/ttyS4"

Option "Type" "cursor"

Option "Mode" "Absolute"

Option "Button2" "3"

Option "ForceDevice" "ISDV4"

EndSection

 

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/ttyS4"

Option "Type" "stylus"

Option "Mode" "Absolute"

Option "Button2" "3"

Option "ForceDevice" "ISDV4"

EndSection

in the server setup area I added the cursor and stylus lines below:

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "cursor" "SendCoreEvents"

InputDevice "stylus" "SendCoreEvents"

InputDevice "Mouse1" "CorePointer"

Screen "screen1"

EndSection

 

I think I read somewhere that these wacom drivers are part of mandriva 2006. Do they autoinstall at setup or do I need to add something somewhere else?

 

I know nothing! :unsure:

~fuego~

Link to comment
Share on other sites

It doesn't use the wacom drivers. Open a console, login as root and type: lsmod. Post the output here.

 

Hereś my lsmod output, cool command. Are you sure you that the tablet doesn use the wacom drivers. I thought I had read that these were put into the mandriva core specifically for TCXXXX users?? Anyway I guess I have been chasing a ghost. What drivers should I be after?

 

Module				  Size  Used by
atmel_pci			   1792  0
raw					 6592  0
md5					 3584  1
ipv6				  234048  8
snd_seq_dummy		   2532  0
snd_seq_oss			31136  0
snd_seq_midi_event	  5696  1 snd_seq_oss
snd_seq				46960  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss			48960  0
snd_mixer_oss		  16896  1 snd_pcm_oss
snd_via82xx			24288  1
gameport			   11112  1 snd_via82xx
snd_ac97_codec		 83900  1 snd_via82xx
snd_pcm				79720  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer			  20548  2 snd_seq,snd_pcm
snd_page_alloc		  8296  2 snd_via82xx,snd_pcm
snd_mpu401_uart		 5664  1 snd_via82xx
snd_rawmidi			19616  1 snd_mpu401_uart
snd_seq_device		  6828  4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd					46116  13 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm
,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore			   7008  1 snd
atmel				  34820  1 atmel_pci
firmware_class		  7456  1 atmel
e100				   32448  0
mii					 4704  1 e100  1
af_packet			  16360  2
pcmcia				 20648  4
yenta_socket		   20328  2
rsrc_nonstatic		 11200  1 yenta_socket
pcmcia_core			43300  3 pcmcia,yenta_socket,rsrc_nonstatic
video				  14052  0
thermal				10920  0
tc1100_wmi			  5092  0
processor			  17876  1 thermal
fan					 3172  0
container			   3008  0
button				  4848  0
battery				 7460  0
ac					  3268  0
ide_cd				 38020  0
loop				   14504  0
ntfs				  212600  1
nls_iso8859_15		  4224  3
nls_cp850			   4480  2
vfat				   10592  2
fat					45980  1 vfat  1
sr_mod				 15428  0
scsi_mod			  121064  1 sr_mod
ehci_hcd			   28904  0
usbmouse				4128  0
tsdev				   5984  0
usbhid				 44448  0
usbkbd				  5696  0
ohci_hcd			   18916  0
usbcore			   108188  6 ehci_hcd,usbmouse,usbhid,usbkbd,ohci_hcd
evdev				   7648  0
reiserfs			  266516  1

Link to comment
Share on other sites

  • 5 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...