Comment 13 for bug 576610

Revision history for this message
negora (negora) wrote : Re: Manhattan tablet (WP8060U) working weird on Ubuntu 10.04 (Lucid Lynx)

I'm happy that it has worked for you too!

I should have attached 70-wizardpen.conf as a file instead of copying and pasting its content directly. That way you wouldn't have had any problem to start X, I guess.

About the "MatchVendor" line, maybe you should check one useful command which IrishBandit gave us on the ticket which you opened:

sudo udevadm monitor --property

If you check the log file which you attached, the variable ID_VENDOR_ENC is equal to \x20\x20\x20 . That's why "MatchVendor" doesn't match yours. Although you can comment that line (as you did), I'd recommend you to append that weird vendor name to the rule:

MatchVendor "UC-LOGIC|KYE Systems|Ace Cad|\x20\x20\x20"

Otherwise, other devices which match all the rest of conditions would be affected by this rule too. I'm not sure if that vendor name is what the hardware reports about or it's a mistake from the wizardpen driver.

PS: Thanks to IrishBandit for spending its time to try to help us, of course :) .