UbuntuでINTEX 3.5G(別名Putron E003)ワイヤレスUSBモデムを接続するには?

UbuntuでINTEX 3.5G(別名Putron E003)ワイヤレスUSBモデムを接続するには?

UbuntuでINTEX 3.5G 7.2Mbps(別名Putron E003)ワイヤレスUSBモデムを接続するのに役立つ人はいますか?最初はストレージデバイスとして認識され、このmodprobeコマンドは何の影響もありません。私が従ったステップは次のとおりです。

tech@tech-Inspiron-N5010:~$ sudo usb_modeswitch -H -v 20a6 -p f00e.

Looking for default devices ….
found matching product ID.
adding device
Found device in default mode, class or configuration (1).
Accessing device 007 on bus 002 ….
Getting the current device configuration ….
OK, got current device configuration (1).
Using first interface: 0×00.
Using endpoints 0×01 (out) and 0×81 (in).
Inquiring device details; driver will be detached ….
Looking for active driver ….
No driver found. Either detached before or never attached.

SCSI inquiry data (for identification).
————————-
Vendor String: Modem.
Model String: Disk.
Revision String: 2.31.
————————-

USB description data (for identification).
————————-
Manufacturer: Modem
Product: Modem Device.
Serial No.: 000000000002.
————————-
Sending Huawei control message ….
OK, Huawei control message sent.
-> Run lsusb to note any changes. Bye.

tech@tech-Inspiron-N5010:~$ sudo modprobe usbserial vendor=0x20a6 product=0xf00e.

usb-devices:

T: Bus=02 Lev=02 Prnt=02 Port=01 Cnt=01 Dev#= 7 Spd=480 MxCh= 0.
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1.
P: Vendor=20a6 ProdID=f00e Rev=00.00.
S: Manufacturer=Modem
S: Product=Modem Device.
S: SerialNumber=000000000002
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=500mA.
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none).

私はすべてを試しました。私はINTEX 3.5G 7.2Mbps(別名Putron E003)ワイヤレスUSBデータカードモデムを使用しており、udevルールとカーネルモジュールを設定しようとしましたが、どちらも機能しません。
本当の問題が何なのか教えてくれる人はいますか?

ベストアンサー1

問題は、モデムがUSBストレージデバイスからUSBモデムに自動的に切り替えられないことです。これは簡単な解決策です。

このファイルをダウンロードしてくださいモデム

それでは、解凍してIntexModemプログラムを実行してください。これにより、Ubuntu、Linux Mint、Debian、Crunchbang、またはその他のDebianベースのオペレーティングシステムで使用できるようにモデムが設定されます。

このプログラムはモデムが接続されるたびに実行する必要があります。作業を簡単にするには、これを/usr/local/binディレクトリに配置し、端末にIntexModemと入力して実行します。

注: - ネットワーク管理者がモデムを認識するには、1〜2分待つ必要があります。

おすすめ記事