On Sat, Feb 16, 2008 at 10:50:22AM -0800, Marvin Stodolsky wrote: > > The precompiled slmodemd in the SLMODEMD.gcc4.1.tar.gz and/or > SLMODEMD.gcc4.2.tar.gz packages should have the playback (64) patch > and should work on your System. Would you please check? > > Also after the modem is activated by your slmodemd command, test if > the modem is detected in a 2nd console by: > $ wvdialconf /etc/wvdial.conf > > We prefer wvdial for testing. Minitel preceded the current era of softmodems. The precompiled SLMODEMD.gcc4.2.tar.gz does not work - it produces the same period length error as the (unpatched) most recent package of january 2008. I really need to use the enclosed patch. However wvdial still does not work. Fax seems to work, Minitel almost works (connexion established, data sent by remote host is OK, but echo of my keys is garbled, so I cannot input anything useful, especially as RETURN is not understood...). JP Demailly
diff -rud slmodem-2.9.11-20060727-orig/modem/modem_main.c slmodem-2.9.11-20060727/modem/modem_main.c --- slmodem-2.9.11-20060727-orig/modem/modem_main.c 2005-09-22 10:05:27.000000000 -0300 +++ slmodem-2.9.11-20060727/modem/modem_main.c 2007-07-10 14:37:33.000000000 -0300 @@ -379,7 +379,7 @@ ERR("cannot set periods for %s: %s\n", stream_name, snd_strerror(err)); return err; } - if ( rsize != size ) { + if ( rsize < size ) { ERR("period size %ld is not supported by %s (%ld).\n", size, stream_name, rsize); return -1;