Hi all,
I am using Beaglebone Rev A6 with TI_Android_Gingerbread_2_3_4_devkit_2_1_1. I am trying to enable 3G connection using Huawei E1750 usb dongle.
By following the TI porting guide i have configured kernel and added usb_modeswitch and usb_modeswitch.conf.
When the dongle is inserted, on the console i am getting error message-
[ 268.599735] usb 2-1: new full speed USB device number 2 using musb-hdrc
[ 268.740470] usb 2-1: device v12d1 p1446 is not supported
[ 268.755941] scsi0 : usb-storage 2-1:1.0
[ 269.762195] scsi 0:0:0:0: CD-ROM WCDMA MMC Storage 2.31 PQ: 0 ANSI: 2
[ 269.778031] sr0: scsi-1 drive
[ 269.781177] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 269.787724] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 274.922162] sr0: CDROM (ioctl) error, command: cdb[0]=0x51 51 00 00 00 00 00 00 00 02 00
[ 274.930682] sr: Sense Key : 0x4 [current]
[ 274.934961] sr: ASC=0x0 ASCQ=0x0
[ 275.012141] sr0: CDROM (ioctl) error, command: cdb[0]=0x46 46 00 00 00 00 00 00 00 20 00
[ 275.020639] sr: Sense Key : 0x4 [current]
[ 275.024914] sr: ASC=0x0 ASCQ=0x0
[ 275.092154] sr0: CDROM (ioctl) error, command: cdb[0]=0x46 46 00 00 28 00 00 00 00 10 00
[ 275.100657] sr: Sense Key : 0x4 [current]
[ 275.104933] sr: ASC=0x0 ASCQ=0x0
[ 275.172155] sr0: CDROM (ioctl) error, command: cdb[0]=0x46 46 00 00 20 00 00 00 00 18 00
[ 275.180650] sr: Sense Key : 0x4 [current]
[ 275.184926] sr: ASC=0x0 ASCQ=0x0
[ 275.262160] sr0: CDROM (ioctl) error, command: cdb[0]=0x46 46 00 00 00 00 00 00 00 20 00
[ 275.270665] sr: Sense Key : 0x4 [current]
[ 275.274941] sr: ASC=0x0 ASCQ=0x0
# mount -t usbfs usbfs /proc/bus/usb
mount: No such file or directory
Could anyone pls guide me to solve this problem?
Thanks