Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58160 - Udev: rules file doesn't define ttyACM
Summary: Udev: rules file doesn't define ttyACM
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 04:37 UTC by Colin Leroy
Modified: 2007-06-30 21:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Leroy 2004-07-24 04:37:42 UTC
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"
Comment 1 Colin Leroy 2004-08-11 02:11:23 UTC
ping... Any news on this ?
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-10 14:08:52 UTC
Will be fixed in next release of udev.
Comment 3 Taylor Braun-Jones 2007-06-30 21:39:06 UTC
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.