03-06-2023, 08:26 AM
Believe it or not, this turned out to be a case of programmer's alzheimer. It was the /usr/lib/udev/rules.d/90-modem-eg25.rules
which I edited as described at couple of places, with
...except that I completely forgot that I did that on Mobian, not Manjaro Phosh. Now that I repeated it, it seems to work. Did only one quick test, though, and it passed. Will test some more, when I recharge it, and then, hopefully, mark this as solved.
which I edited as described at couple of places, with
Code:
ON ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0125", ATTR{power/control}="on"
...except that I completely forgot that I did that on Mobian, not Manjaro Phosh. Now that I repeated it, it seems to work. Did only one quick test, though, and it passed. Will test some more, when I recharge it, and then, hopefully, mark this as solved.