On Mon, 2013-09-30 at 08:37 +0000, Thomas TJ wrote: > I'm trying to connect Huawei wireless data modem in Freescale i.MX6 Board. > It's detected as a usb device and the result of lsusb is > "Bus 002 Device 007: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 > Wireless Data Modem HSD USB Card" > > But it's not mounted in /dev/disk/bu-id > > kindly help me to get it mounted and get the internet access in the > Freescale i.MX6 Board through the USB Modem What is the full lsusb output? Run "lsusb -v -d 12d1:140b". Many Huawei devices need to be "modeswitched" because by default their firmware presents itself not as a modem, but as a fake CD that contains the connection manager and driver. That is done by the usb_modeswitch program, and we need to first figure out whether that's necessary on your system and whether it's done. After that, you need a WWAN connection manager to make the actual data connection for your device. Dan -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html