| Summary: | udev rules conflict between uucp dialout device and user spcified | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | John (EBo) David <ebo> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2008.0_beta2 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 245039 *** ok... I have no idea how I posted this twice. Both of them have been marked duplicates to each other... So what is the solution? |
I have a series of tools to interface with embedded devices. One of them uses an AT91SAM7 CPU. When the device is running in normal mode it is recognized by the cdc_acm kernel device driver. The udev rule matches the following line in /etc/udev/rules.d/65-permissions.rules: KERNEL=="ippp*|isdn*|dcbri*|capi*|rfcomm*|ttyACM[0-9]*", GROUP="uucp" I need to modify the permissions to be MODE="666", adn would prefer to set this as a GROUP="plugdev". Simply adding the MODE to the following line works, but I would rather NOT modify 65-permissions.rules but make a new rule 99-at91.rules. I have been unable to override the 65-permissions.rules line above. Any pointers or suggestions would be appreciated. As a note, I posted this question a couple of times to #gentoo without response. That is why I am posting here (which I do not feel is the most appropriate location). Sorry for bothering you with this. EBo --