Seen after moving the modem onto the new powered UGreen hub: the port sometimes never signals a connect during boot (no descriptor-read attempt at all in dmesg), so the hub never rescans it. Unbind/rebinding the inner hub chip reproduces the same connect edge a physical unplug/replug does. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
313 B
Desktop File
12 lines
313 B
Desktop File
[Unit]
|
|
Description=EC25 modem boot-recovery backstop (kicks its USB hub if the modem never enumerated)
|
|
After=systemd-udev-settle.service
|
|
Wants=systemd-udev-settle.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/sbin/van-modem-usb-kick @MODEM_USB_VENDOR@ @STARLINK_IFACE@
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|