On Fri, 2009-07-24 at 20:00 +0200, Marcel Holtmann wrote: > Hi Oliver, > > > > > No, I was thinking of having two full devices, a data channel and a > > > > control channel for devices that really talk AT commands natively. > > > > > > If the hardware does it great, however for things like a 3G modem you > > > have the problem that the PPP is over the AT command channel which may > > > itself be multiplexed. And the muxing in question is *ugly* - sort of > > > HDLC and LAP-B done wrong. > > > > Well, yes, but we would really like a separate control channel, so we > > can query parameters like signal strength, while we do PPP over the data > > channel. > > we don't want PPP at all. It is just plain stupid and a total braindead > idea. Non of the GSM/UMTS networks talk PPP over the air interface or > actually anywhere in their stack. The PPP is just between the host OS > and the card. It is a pointless encapsulation of IP packets that comes > from the POTS stuff where PPP over a telephone line made sense. Feel free to convince all the hardware vendors to move over to that model. Many of them are, but there are still *boatloads* of devices that do PPP. It'll be at least 3 or 4 years before you can even think about ignoring PPP entirely. This is totally a firmware thing and not something under our control at all. Either the vendor implements a non-PPP data channel, or they don't. We have to live with that, or ignore devices that use PPP. Most of the devices out there use PPP. Maybe 80 or 90%. The only reason vendors ditched PPP was that it was too much overhead to achieve full speed on HSDPA 7.2 networks. Guess how many operators have actually deployed HSDPA 7.2? Count them on your hands. Yes, over the next year or two we'll see a lot more HSDPA 7.2-capable networks, and that means more devices will show up that ditch PPP. But at the moment, PPP can't be ignored. The next problem is that not all vendors implement the non-PPP data channel using cdc-ether, or provide specs/drivers for that channel. So just because a vendor ditches PPP doesn't automatically mean it's better for Linux and a driver is available. Dan > And on top of that we have these magic *99# phone numbers to establish a > PDP context, because the OS still sees them as POTS modem. All stupid > and braindead. I am so happy that Ericsson and Option moved to proper > high speed network devices and that Nokia Phonet had this all along. > > So besides the GPRS data access, the other problem with AT command > control channels is that they are by no means async. Every single > command is essentially blocking and so you need the TTY mux anyway so > you can do scanning, text messaging and network monitoring at the same > time without having your application look like a total dork. > > Regards > > Marcel > > -- 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