[Gnuk-users] udev rules for Ubuntu 14.04
Julio Lajara
ju2wheels at gmail.com
Sat Mar 5 22:32:10 UTC 2016
Hi all, I apologize if this isnt the right list for the question but I
couldnt find any other lists or forums for the FST-01.
I just got an FST-01 with device id 234b:0000 and have been trying to
follow the guide here:
http://www.gniibe.org/FST-01/q_and_a/neug-standalone-device.html
I have tried each of the following udev setups for
/etc/udev/rules.d/90-neug.rules (as well as uninstalling modemmanager)
but the FST-01 is always being detected as a character device under
/dev/char/*:
==============
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ACTION=="add",
ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
RUN+="/etc/udev/ctrl_rng.sh"
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ACTION=="remove",
ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
RUN+="/etc/udev/ctrl_rng.sh"
==============
==============
SUBSYSTEMS=="usb", ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
ENV{ID_MM_DEVICE_IGNORE}="1"
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ACTION=="add",
ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
RUN+="/etc/udev/ctrl_rng.sh"
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ACTION=="remove",
ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
RUN+="/etc/udev/ctrl_rng.sh"
==============
==============
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ACTION=="add",
ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
ENV{ID_MM_DEVICE_IGNORE}="1", RUN+="/etc/udev/ctrl_rng.sh"
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ACTION=="remove",
ATTRS{idVendor}=="234b", ATTRS{idProduct}=="0000",
ENV{ID_MM_DEVICE_IGNORE}="1", RUN+="/etc/udev/ctrl_rng.sh"
==============
Any thoughts on how to get this to properly register under udev on 14.04?
Thanks,
More information about the gnuk-users
mailing list