Hi, I thought it may be useful to post as well the relevant log lines. The error returned is "invalid argument":
D/MUXD ( 682): hardware/ti/omap3/gsm0710muxd/src/gsm0710muxd.c: 1126:chat(): Wrote 4 bytes D/MUXD ( 682): hardware/ti/omap3/gsm0710muxd/src/gsm0710muxd.c: 1148:chat(): Selected 0 E/MUXD ( 682): hardware/ti/omap3/gsm0710muxd/src/gsm0710muxd.c: 1591:start_muxer(): system-error: 'Invalid argument' (code: 22) Regards, Francesc On Feb 3, 11:42 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 --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
