techwiki:wacom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
techwiki:wacom [2022/12/05 06:41] yingtechwiki:wacom [2022/12/05 06:47] (current) – [Common issue of Wacom tablet not detected] ying
Line 20: Line 20:
   * if you also use old non-pro lines wacoms, like my old bamboo fun medium (last available driver is 5.xx), so there may be big gap in drop support, as pro lines generally got longer support time range to fit multiple gen support.   * if you also use old non-pro lines wacoms, like my old bamboo fun medium (last available driver is 5.xx), so there may be big gap in drop support, as pro lines generally got longer support time range to fit multiple gen support.
  
 +
 +===== Common issue of Wacom tablet not detected =====
 +
 +  * it happens sometimes, from ancient wacom time till modern times
 +  * you can go services window and stop and restart wacom service, or just run my batch script for windows, click and save fixWacom.bat, (make sure its name download correct, ending with bat with gear icon) and right click on it to run with admin rights
 +
 +<code dos fixWacom.bat>
 +@echo off
 +net stop WTabletServicePro
 +timeout /t 5 /nobreak > NUL
 +net start WTabletServicePro
 +timeout /t 2 /nobreak > NUL
 +</code>
  
  
  • techwiki/wacom.1670222462.txt.gz
  • Last modified: 2022/12/05 06:41
  • by ying