2

I would like to play with IOIO on my Fedora 19, so I installed the udev rule as the documentation tells, in /etc/udev/rules.d/50-ioio.rules:

ACTION=="add", SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="0008", SYMLINK+="IOIO%n", MODE="666" 

This should create some /dev/IOIO** devices after restarting the service. But it does not work for me.

Since Fedora 18, udev has been replaced by systemd-udevd, could it be related ? Is this rule correctly written for Fedora 19 ?

1 Answer 1

1

The solution was to set only one subsystem

ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="0008", SYMLINK+="IOIO%n", MODE="666" 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.