--- Derreal Patrick <[EMAIL PROTECTED]> wrote: > I've got the same kind of problem and I don't succeed in c getting the new > source code with CVS. How can I get the latest source code?
This is a little script I use to update my spedtouch CVS tree. ---cut--- #!/bin/sh cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/speedtch \ login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/speedtch \ co speedtouch ---cut--- When prompted for a password, just leave it empty. This will create a directory called speedtouch in the directory from which you run the script. Adam. > > Patrick > ----- Original Message ----- > From: Fran�ois Rogler <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Sunday, September 30, 2001 10:01 PM > Subject: [speedtouch] Re: freebsd 4.4 release & alcatel speedtouch modem > > > > > I'm trying to make the alcatel speedtouch modem work > > > with freebsd 4.4 release but I have some problems > > > this is the warning message I get when I start ppp : > > > > > > Warning: ip_Input: ICPC not open - packet dropped > > I never saw this one ... > > > > > > > < pid=271 > [Sun Sep 30 18:10:34 2001] Error reading from usb > > > Reason: Operation timed out > > Anyway this line is bad and shouldn't apper . It was corrected since a > long > > time but we didn't make any new version including this change. The best > > would be that you grab latest files from the cvs > > see there : > > http://sourceforge.net/cvs/?group_id=23818 > > > > You have to type that to get the latest one. > > > > > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/speedtch > > co speedtouch > > > > > can anybody explain me what's happening ? > > for ICPC i don't know, but for the other one it's a reading problem. We > read > > on the modem with no timeout but sometimes a timeout raise up. So now it's > > in a loop and if the error is a timeout, we ignore it and loop. > > > > -- Fran�ois Rogler > > > > > > Liste de diffusion modem ALCATEL SpeedTouch USB > > Pour se d�sinscrire : > mailto:[EMAIL PROTECTED]?subject=unsubscribe > > > > > > > Liste de diffusion modem ALCATEL SpeedTouch USB > Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe > > ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe
