Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4612 - [ltmodem-utils-8.31-25] udev rules don't work
|
DetailsAfter booting ltmodem and ltserial modules are loaded and /dev/ttyLTM0 has correct permission, but there is no /dev/modem symlink and no ppp module.
|
This task depends upon
change that to:
KERNEL=="ttyLTM[0-9]", NAME="%k", MODE=="0660", GROUP=="tty", SYMLINK+="modem"
in slmodem.rules
and report if it helps
When you release a new package don't forget about intel-53*-utils and slmodem-utils.
main: unable to open '/dev/ttyLTM0'
...with DRIVER= and DRIVER==
KERNEL=="ttyLTM[0-9]", NAME="%k", MODE="0660", GROUP="tty", SYMLINK+="modem"
No problem with this.
ACTION=="add", DRIVER=="ltserial", RUN+="/lib/udev/load-modules.sh ppp-generic"
Doesn't work, except with udev 091 and DRIVER=.
(wonder if this one reaches 18 comments as well...)
ACTION=="add", KERNEL=="ttyLTM[0-9]", MODE=="0660", GROUP=="tty", SYMLINK+="modem", RUN+="/lib/udev/load-modules.sh ppp-generic"
and remove the 2 others in ltmodem.rules