> -----Original Message----- > From: Oliver Neukum [mailto:oneukum@xxxxxxx] > Sent: Friday, June 03, 2011 12:50 PM > > Well, but cdc-ether usually means that you can start up dhcp and use > the > interface as a network card. Can the same be done with cdc-ncm or do > you always > need to establish a connection through a secondary interface? > Some solutions (also based on cdc_ether driver) present IP address assigned by 3G network. Initially device carrier is OFF. As soon as 3G network PDP context is established, device send notification USB_CDC_NOTIFY_NETWORK_CONNECTION and host driver set carrier ON. In such a case the problem is the lack of control channel definition in both CDC ECM and CDC NCM. In order for mobile device to setup 3G connection some application from PC must setup PDP context. The usual way to do it via modem by using AT commands. So, it might be CDC ACM or some proprietary solution. As a result you have to have vendor specific solution to find "real" control channel (/dev/ttyACMx or other) and setup connection. The need to know interface name is needed if you want to set default route to that interface. Do you want to do it while you have pc broadband connection at hand? Probably not. I've tried to run 3g modem with cdc_ncm on Ubuntu 8 and later without any need to specify interface names, same for Fedora. So connection manager has to know: control interface, vendor- specific (or ever product specific) AT command sequence and optionally network interface name. To sort this out, someone need either to track VID/PID or get information by other means, for example via AT channel by guessing the right tty device name. Anyway, all this discussion is user space application problems. Solution would be different from vendor to vendor. /alexey -- 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