Huawei社E3372h usb_modeswitch

Huawei社E3372h usb_modeswitch

Huawei E3372h-153をHiLink/ルーターモードからスティック/モデムモードに切り替えたいです。私はRaspberry Pi(Raspbian)とusb_modeswitchツールを使用しています。

デバイスを切り替えるコマンド:

usb_modeswitch -V 12d1 -v 12d1 -P 1f01 -p14dc

これは私の結果です。

Look for target devices ...
 No devices in target mode or class found
Look for default devices ...
   product ID matched
 Found devices in default mode (1)
Access device 010 on bus 001
Current configuration number is 1
Use interface number 0

USB description data (for identification)
-------------------------
Manufacturer: HUAWEI_MOBILE
     Product: HUAWEI_MOBILE
  Serial No.: not provided
-------------------------
Warning: no switching method given. See documentation
-> Run lsusb to note any changes. Bye!

lsusb 出力は以前と同じです。

Bus 001 Device 010: ID 12d1:14dc Huawei Technologies Co., Ltd.

だから問題が何であるかを調べる必要があります。 「変換方法なし」を検索しましたが、どうすればいいかわかりません。 usb_modeswtich --helpはこの行を返します。たぶん私のコマンドに追加する必要がありますか?

 -H, --huawei-mode             apply a special procedure

だから私の新しいコマンドは次のようになります。

usb_modeswitch -V 12d1 -v 12d1 -P 1f01 -p14dc -H -W

私の結果:

Take all parameters from the command line


 * usb_modeswitch: handle USB devices with multiple modes
 * Version 2.2.0 (C) Josua Dietze 2014
 * Based on libusb1/libusbx

 ! PLEASE REPORT NEW CONFIGURATIONS !

DefaultVendor=  0x12d1
DefaultProduct= 0x14dc
TargetVendor=   0x12d1
TargetProduct=  0x1f01
HuaweiMode=1
NeedResponse=0

Look for target devices ...
  found USB ID 12d1:14dc
   vendor ID matched
  found USB ID 050d:705a
  found USB ID 0424:ec00
  found USB ID 0424:9514
  found USB ID 1d6b:0002
 No devices in target mode or class found
Look for default devices ...
  found USB ID 12d1:14dc
   vendor ID matched
   product ID matched
  found USB ID 050d:705a
  found USB ID 0424:ec00
  found USB ID 0424:9514
  found USB ID 1d6b:0002
 Found devices in default mode (1)
Access device 012 on bus 001
Current configuration number is 1
Use interface number 0

USB description data (for identification)
-------------------------
Manufacturer: HUAWEI_MOBILE
     Product: HUAWEI_MOBILE
  Serial No.: not provided
-------------------------
Send old Huawei control message ...
-> Run lsusb to note any changes. Bye!

残念ながら、lsusbは同じ結果を返します。

Bus 001 Device 012: ID 12d1:14dc Huawei Technologies Co., Ltd.

Huaweiモードに切り替えるためのヒントはありますか?

ベストアンサー1

おすすめ記事