Dear Alex, Could it be the same reasons which don't allow me to surf on certain sites (like zdnet.com or nvidia.com) with mozilla or netscape? When I try to surf to these sites, netscape or mozilla plain to me that the server of these sites don't answer or there's a timeout problem? NB : I can surf to these sites without problems under window... Bye!
-----Message d'origine----- De�: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] De la part de alex Envoy�: jeudi 23 mai 2002 22:11 ��: Speedtouch List Objet�: [speedtouch] [PATCH] Test for CRC/Dropouts. Call for help Hi all, I'm looking for people who have download problems where they can't download certain files or from certain sites. I've never been able to reproduce the problem and it does seem apparent that different people running the same code can get different results. My theory/hunch/wild guess is based on the observation that some people have noted CRC errors whilst these downloads are happening. We really shouldn't see CRC errors that often (especially at the rates most people are running at) so if your having problems could you try applying this patch: alex@trent speedtouch]$ cvs diff -u src/atm.c Index: src/atm.c =================================================================== RCS file: /cvsroot/speedtouch/speedtouch/src/atm.c,v retrieving revision 1.6 diff -u -r1.6 atm.c --- src/atm.c 21 Mar 2002 23:35:43 -0000 1.6 +++ src/atm.c 23 May 2002 18:04:46 -0000 @@ -390,9 +390,10 @@ frame_crc = data[length-4]<<24|data[length-3]<<16|data[length-2]<<8|data[length-1]; /* If not equal the aal5 frame is corrupted */ - if(computed_crc != frame_crc) + /* if(computed_crc != frame_crc) return(-1); - + */ + /* Find the real len */ real_length = (((int)frame[length - 6])<<8)|((int)frame[length - 5]); Which disables the CRC check. Recompile, re-install pppoa3 and shutdown and re-connect to your ISP. I'm interested in feedback so please indicate: 1. Version of driver (I assume everyone is on 1.1rc2 by now :-) 2. md5sum of your microcode file 3. URL of file you where having a problem with 4. How far along the download would the file get (to the byte please) 5. Did the patch make a difference? 6. If so the md5sum of the downloaded file (so I can compare and check) For bonus point anyone willing to grab a tcpdump or ethereal dump would be great (but don't post it to the list, I'll contact you). -- [EMAIL PROTECTED] http://www.bennee.com/~alex/ 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
