You are not logged in.

#1 2010-07-17 23:48:23

hanlin
Member
Registered: 2010-05-14
Posts: 21

udev issues with X61 tablet

I'm running kernel 2.6.34 and udev (no hal). There are a couple of things that I still haven't been able to setup properly with udev:

1. While I have managed to get my tablet to work, there is a few seconds lag when X is starting up. Then, everything loads properly, and the computer runs smoothly. If I remove the udev rule, then the lag is gone, but no tablet functionality. Here's my 50-wacom.rules:

ACTION!="add|change", GOTO="wacom_end"
ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{ID_INPUT}="1",
ENV{ID_INPUT_TABLET}="1", SYMLINK+="input/wacom"
LABEL="wacom_end"

2. I can't get get my dock to trigger an udev event. Nothing happens. Here's my 10-docking.rules:

ENV{EVENT}=="undock", KERNEL=="dock.0", SUBSYSTEM=="platform", RUN+="docking undock"
ENV{EVENT}=="dock", KERNEL=="dock.0", SUBSYSTEM=="platform", RUN+="docking dock"

Offline

Board footer

Powered by FluxBB