Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208578 - sys-fs/udev - udev rule for ttyACM0 (usb modems)
Summary: sys-fs/udev - udev rule for ttyACM0 (usb modems)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-02 13:23 UTC by Daniel Rozsnyo
Modified: 2008-06-09 19:43 UTC (History)
0 users

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 Daniel Rozsnyo 2008-02-02 13:23:39 UTC
When using USB GSM modems (like siemens ES75), the device node which is created is:

crw-rw---- 1 root root 166, 0 Feb  2 13:08 /dev/ttyACM0

but other serial ports and modems (like isdn and so on) are made
with group of 'uucp'. Can somebody update the 

/etc/udev/rules.d/50-udev.rules

file, where I request the addition of the following line into 'tty devices' section:

KERNEL=="ttyACM[0-9]*", NAME="%k", GROUP="uucp", MODE="0660"

Thank you.

Reproducible: Always
Comment 1 Matthias Schwarzott gentoo-dev 2008-06-09 19:43:42 UTC
udev-122-r1 does now contain a similar rule.