Re: sndio: more cleanup + multiple devices support

2011-11-09 Thread Remco
Alexandre Ratchov wrote: Initially aucat was designed to handle one device only so multiple audio devices used to be supported simply by starting multiple aucat processes (one per device), very simple. Then (~1.5 years ago) we added support for multiple audio devices (ie multiple -f options),

Re: sndio: more cleanup + multiple devices support

2011-11-09 Thread Alexandre Ratchov
On Wed, Nov 09, 2011 at 03:14:21PM +0100, Remco wrote: The highlighted code at the bottom of this mail contains comparisons like this: strncmp(snd, str, len) == 0 Yes, indeed this part of the code is wrong, grr... second time i do the very same mistake; thanks sun, sun: or sun:0 for the

Re: Dell 5540 HSDPA

2011-11-09 Thread Stuart Henderson
On 2011/10/20 10:25, rivo nurges wrote: cdce port must be enabled before use by sending following to one of the serial ports(should it be somehow documented in the manpage?): AT+CFUN=1 # enable radio AT+CGDCONT=1,IP,internet # configure apn AT*ENAP=1,1 # enable cdce port I've committed