Comment 5 for bug 1045385

Revision history for this message
a (tuomasjjrasanen) wrote :

Hmm.. then it might be that you don't have the necessary uinput kernel module in your system.

Could you please run following commands, in this order:

1. grep uinput /proc/modules

What does it print?

2. su -c 'modprobe -i uinput' && grep uinput /proc/modules

What does it print?

Thanks in advance!