USB_Modeswitch [OK]
Posted: 12. Aug 2011, 11:24
Hello!
Tell me, please, how to make when connecting a UMTS modem, the program "usb_modeswitch" start automatically and switch it?
At the present time, to configure the program (usb_modeswitch 1.1.2), I manually created the file /etc/usb_modeswitch.setup with the content:
These parameters are in the file of "usb_modeswitch" /etc/usb_modeswitch.d/12d1:1446. Why the program doesn't use them yourself?
To automatically run the "usb_modeswitch" during the boot OS with the connected modem, I added a line "usb_modeswitch" to the file /etc/rc.d/rc.local.
Tell me, please, how to make when connecting a UMTS modem, the program "usb_modeswitch" start automatically and switch it?
At the present time, to configure the program (usb_modeswitch 1.1.2), I manually created the file /etc/usb_modeswitch.setup with the content:
Code: Select all
#
# Huawei E1550
#
DefaultVendor= 0x12d1
DefaultProduct= 0x1446
MessageContent="55534243123456780000000000000011060000000000000000000000000000"
To automatically run the "usb_modeswitch" during the boot OS with the connected modem, I added a line "usb_modeswitch" to the file /etc/rc.d/rc.local.