I am trying toi use my ShuttleXpress "jog shuttle" in kdenlive.
The only way I can get kdenlive to "see" the device is to start kdenlive in root mode.
I have tried this in mageia 2 and 3 with the same results.
There are some posts in the kdenlive forum suggesting that a new udev rule would fix it. I have tried this but it did not help.
[SOLUTION] Re: jog shuttle only works when run as root . . .
Managed to figure out a solution.
I found this issue in a Google search (in fact, found the same query, made by . . . me . . . in 2005 while using Kino on Mepis, with helpful answer from Mads Bondo Dydensborg, who I believe was a developer for Kino at the time - http://osdir.com/ml/video.kino.devel/20 ... 00027.html). I tried doing what I did then, with some help from the instructions at: http://sourceforge.net/apps/mediawiki/g ... O_-_Set....
1. Create a new file /etc/udev/rules.d/99-input.rules as follows:
brodi@KITCHEN:~$ gksudo gedit /etc/udev/rules.d/99-input.rules
with the following text:
KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="users"
KERNEL=="js*", NAME="input/%k", MODE="664", GROUP="users"
This creates a new udev rule.
2. Reboot, or reload the udev rules with the following;
sudo /etc/init.d/udev restart
3. Start Kdenlive as usual.
The JogShuttle should now work as a regular user.
-- BV
Please can someone advise me how to get this peripheral runnin with kdenlive and Mageia
many thanks
Patrick