From mboxrd@z Thu Jan 1 00:00:00 1970 From: lamikr Subject: Re: [PATCH 5/5] Add gsm phone support for the mixer in tsc2101 alsa driver. Date: Mon, 25 Sep 2006 19:12:36 +0300 Message-ID: <4517FFF4.8060501@cc.jyu.fi> References: <44E51565.6020505@cc.jyu.fi> <20060905151808.GC18073@atomide.com> <44FF2A6D.3000500@cc.jyu.fi> Reply-To: lamikr@cc.jyu.fi Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Vladimir Cc: tony@atomide.com, OMAP-Linux , linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org Vladimir wrote: >> 1) As we do not yet have any kind of multiplexing support to gsm module >> (currently directly accesing dev/ttyS1 for at commands) >> our phone app is not able to run simultaneously with the ppp. I am not >> sure should I resolve this in the kernel space or user space. >> > > I work on getting linux running on Siemens SX1 mobile phone. > and I use GSM multiplexer daemon from here - > http://developer.berlios.de/projects/gsmmux/ > it works fine for me. Have you tried to use pppd over that? Currently the userspace apps are not in handy enought shape and we need for example to close the phone app (http://xanadux.cvs.sourceforge.net/xanadux/gomunicator/) before establishing gprs connection with pppd. (http://www.handhelds.org/moin/moin.cgi/hpipaqh6300gprs) Mika