E1752 - ubuntu 9.10 remix - usb_modeswitch 1.0.2
Posted: 31 Jan 2010, 17:35
hello,
I try without success to make recognize automatically my key 3G (huawei e1752) under ubuntu 9.10 remix.
After various readings, I put in
/etc/usb_modeswitch
and in /etc/udev/rules.d/usb_modeswitch.rules
I have do one
Then I insert my key and lsusb gives me
And more nothing. On the other hand if I make then: sudo usb_modeswitch, I have
The modem is recognized and functional.
However line (SUBSYSTEM==” usb”, SYSFS {idVendor} ==” 12d1 ″, SYSFS {idProduct} ==” 1446 ″, RUN+=” /usr/sbin/usb_modeswitch - default-vendor 0×12d1 - default-product 0×1446 - detach-storage-only”) in usb_modeswitch.rules should normally launch usb_modeswitch automatically
Why, manually does that function, but not automatically (with udev)?
What do you think about it? Thank you.
I try without success to make recognize automatically my key 3G (huawei e1752) under ubuntu 9.10 remix.
After various readings, I put in
/etc/usb_modeswitch
Code: Select all
########################################################
# Huawei E1752
#
# Contributor:
DefaultVendor= 0x12d1
DefaultProduct= 0x1446
TargetVendor= 0x12d1
TargetProdct= 0x1001
MessageEndpoint= 0x01
MessageContent= "55534243000000000000000000000011060000000000000000000000000000"
Code: Select all
# Huawei E1752
#
# Contributor:
#
# Vendor:Product id = 0×12d1:0×1446
SUBSYSTEM==”usb”, SYSFS{idVendor}==”12d1″, SYSFS{idProduct}==”1446″, RUN+=”/usr/sbin/usb_modeswitch –default-vendor 0×12d1 –default-product 0×1446 –detach-storage-only ”
Code: Select all
- sudo service udev stop
- sudo service udev start
Code: Select all
Bus 007 Device 005: ID 12d1:1446 Huawei Technologies Co., Ltd.
Code: Select all
Bus 007 Device 005: ID 12d1:1446 Huawei Technologies Co., Ltd, E620 modem
However line (SUBSYSTEM==” usb”, SYSFS {idVendor} ==” 12d1 ″, SYSFS {idProduct} ==” 1446 ″, RUN+=” /usr/sbin/usb_modeswitch - default-vendor 0×12d1 - default-product 0×1446 - detach-storage-only”) in usb_modeswitch.rules should normally launch usb_modeswitch automatically
Why, manually does that function, but not automatically (with udev)?
What do you think about it? Thank you.