[Armadillo:08354] Re: Armadillo-420でbモバイル
Satoshi Hirahara
email@hidden
2012年 10月 8日 (月) 01:05:21 JST
平原です。
Armadillo-420で、b-moble 3G(ZTE MF626)と、b-mobile Doccica(ZTE MF636)を使用できました。
残念ですが、端末は販売終了しています。
他のLinuxでの動作報告を参考に、 usb_modeswitch を使用しました。
microSDにインストールしたDebianから起動する場合には、 usb_modeswitch は不要でした。
http://www.draisberghof.de/usb_modeswitch/
【手順1】カーネルに usbserial を追加。
Device Drivers --->
[*] USB support --->
<M> USB Serial Converter support --->
[*] USB Generic Serial driver
<M> USB driver for GSM and CDMA modems
【手順2】USBモデムのモードを変更。
$ lsusb
Bus 002 Device 003: ID 19d2:0053 ONDA Communication S.p.A.
$ cat bmobile3g.conf
DefaultVendor= 0x19d2
DefaultProduct= 0x0053
TargetVendor= 0x19d2
TargetProduct= 0x0031
MessageContent="5553424312345678000000000000061e000000000000000000000000000000"
MessageContent2="5553424312345679000000000000061b000000020000000000000000000000"
NeedResponse=1
# usb_modeswitch -c bmobile3g.conf
$ lsusb
Bus 002 Device 003: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636
【手順3】USBモデムを認識。
# modprobe usbserial vendor=0x19d2 product=0x0031
$ ls /dev/ttyUSB*
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2
【手順4】/dev/ttyUSB2 でPPP接続。
参考になれば幸いです。
--
平原 聡
armadillo メーリングリストの案内