Advertisement
Guest User

Untitled

a guest
Nov 28th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. KERNELS=="1-2.2*",SUBSYSTEMS=="usb", DRIVERS=="option", ATTRS{bInterfaceNumber}=="02",SYMLINK+="modem"
  2. ACTION=="add", SUBSYSTEM=="usb", TAG+="systemd", ENV{SYSTEMD_WANTS}="dev-modem.service"
  3.  
  4. When save it in /dev/udev/rules.d and then run sudo udevadm control --reload and reboot
  5. I see modem in /dev/ but my service is still failing
  6.  
  7. I did check "systemctl list-units --no-pager | grep modem" and nothing is showing up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement