【Raspberry Pi】——Huawei E261 3G Modem
本帖最後由 角色 於 2013-10-28 01:11 編輯
This modem could be powered by the Raspberry Pi when it was inserted into the top USB port.- root@raspberrypi:~# lsusb
- Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
- Bus 001 Device 004: ID 12d1:1436 Huawei Technologies Co., Ltd.
- root@raspberrypi:~# ls /dev/ttyU*
- /dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2
複製代碼 There are three /dev/ttyUSBX ports given.
Don't forget to install the package by "apt-get install usb-modeswitch". |