HI

Thanks for your reply.
I had tried to use it from the omapzoom, but it is failing.

if i start the service mux gsm0710mux ..........
           command in the init.rc file then my gsm is also not
working(scribbing of EOF reached)
The actual procedure i did was
     i had git cloned the gsm0710muxd from the TI's omapzoom git.
     builded the binary along with the source code
     I verified the omapzoom2 init.rc file and i modified my init.rc for
enabling the gsmmux
I am suspecting on the device node creation(/dev/pts/0  for gsm and
/dev/pts/1 for pppd_gprs), in my root file system its not being created, is
there any way to   to create them or am i missing something either in kernel
or  in source code? Please explain.
I am using OMAP34xx based board.

Thanks in advance



On Sun, Feb 8, 2009 at 11:59 AM, Kiku <[email protected]> wrote:

>
> Hi,
>
> the mux is already integrated in the latest OmapZoom code
>
> https://omapzoom.org/gf/project/omapandroid/wiki/
>
> Regards,
> Francesc
>
>
> On Feb 6, 6:55 am, Venkam Bala krishna <[email protected]> wrote:
> > HI
> >
> >  i'm also trying to use the gsmmux
> > will u be able to share the procedure u did to integrate the gsmmuxd
> >
> > Thanks in advance
> >
> >
> >
> > On Wed, Feb 4, 2009 at 1:12 AM, Kiku <[email protected]>
> wrote:
> >
> > > Hi all,
> >
> > > I'm trying to use the 07.10 multiplexer to talk to the baseband
> > > modem.  According to the log, the serial device is not ready for
> > > reading (file gsm0710muxd.c, function chat() ):
> >
> > >        (...)
> > >        SYSCHECK(sel = select(serial_device_fd + 1, &rfds, NULL, NULL,
> > > &timeout));
> > >        LOGMUXD( "Selected %d", sel);
> > >        if (FD_ISSET(serial_device_fd, &rfds))
> > >        (...)
> >
> > > The return value of FD_ISSET is 0, meaning that the device is not
> > > ready for reading.  Has anybody encountered the same problem, and do
> > > you have any suggestions or comments on why the device would not be
> > > ready?  Thanks in advance.
> >
> > > Kind regards,
> > > Francesc
> >
> > --
> > Regards
> > Venkam Balakrishna
> >
>


-- 
Regards
Venkam Balakrishna

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to