Hi All,
i'm struggling a bit with the connection of a 3G dongle to the arduino Yun,
i followed every tutorial i could find on the net, but the problem is that i can 't set
the Huawei E303 dongle to modem mode, it sticks in CD rom or mass storage device.
I know that usb-modeswitch should deal with this, but according to this page :
"As of r36812, OpenWrt made significant changes with usb-modeswitch as part of procd system init daemon. The new usb-modeswitch package includes binary usbmode with json-based configuration instead of classic usb_modeswitch binary. Supported modems should switch automatically as long as usbmode service is active. The /etc/usb-mode.json configuration file looks partially like below."
I've been adding this to /etc/modules.d/60-usb-serial
usbserial vendor=0x058f product=0x6366 maxSize=4096
Normally, the USB modeswitch shoudl go automaticly, but it doesn't. The modem sticks into mass storage device.
Anyone any thoughts ? Any help will be higly appreciated !