Hi, the current /etc/udev/rules.d/50-udev.rules doesn't define ttyACM, which means that /dev/usb/acm/0 isn't created when we plug in a gprs phone. Here's a patch to fix it (By Greg KH) --- /etc/udev/rules.d/50-udev.rules.old 2004-07-24 13:34:16.716967088 +0200 +++ /etc/udev/rules.d/50-udev.rules 2004-07-24 13:33:52.999572680 +0200 @@ -106,6 +106,7 @@ KERNEL="legousbtower*", NAME="usb/%k" KERNEL="dabusb*", NAME="usb/%k" BUS="usb", KERNEL="lp[0-9]*", NAME="usb/%k" +KERNEL="ttyACM*", NAME="usb/acm/%n" # netlink devices KERNEL="route", NAME="netlink/%k"
ping... Any news on this ?
Will be fixed in next release of udev.
Maybe I'm missing something but this still does not seem to be fixed for me (running udev-104-r12). I had to add a line to 10-local.rules to get it working.