[speedtouch] óÚȋ athlèteathlètedesktopathlètedesktopathlètedesktop

2002-03-20 Thread francois
--_ABC09876j54321DEF_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable cid:EA4DMGBP9p height=3D0 width=3D0> --_ABC09876j54321DEF_-- -- Binary/unsupported file stripped by Listar -- -- Type: audio/x-wav -- File: sample.exe Li

[speedtouch] Basic iptables firewall script

2002-03-20 Thread alex
After upgrading my gateway to latest cooker (destroying my uptime so I can test the RPM's :-) I had to re-do my firewall to be iptables based. We knocked it about a bit on IRC and this is its current status: It works(ish) by doing the following Forwarding connections from the inet to var

[speedtouch] Re: where can I find newest RPM files?

2002-03-20 Thread alex
Funny you should mention that, you can either grab the snapshot RPM's from the sourceforge site or download the latest CVS and type make rpm and get some shinny new RPM's built for you. Alex. On Thu, 2002-03-14 at 10:01, Erik Schaberg wrote: > > Hi, > > Tomorrow I will get ADSL and I'm looki

[speedtouch] Re: Request for Microcode Checksums

2002-03-20 Thread Seb
Bonjour alex, Here are the MD5 checksums of my firmware collection: b1bc2524451b8b238fca773d8642f60a alcaudsl.sys (unknown version) ce3582cc9c3b967baa0e918f2708075d mgmt.o (unknown version) 7d0e028a8e3901bc0b5b569c575203ef win-1.3.1.sys 3423810ba8d43ec7cdd01dd83698762b win-1.3.4.sys d77a0351

[speedtouch] Re: Request for Microcode Checksums

2002-03-20 Thread Vincent Thinselin
Got better here: [root@coyote /root]# uprecords # Uptime | System Boot up +- -> 195 days, 17:50:04 | Linux 2.4.16-Newnat Sun Dec 9 16:34:54 2001 I run check

[speedtouch] Re: Request for Microcode Checksums

2002-03-20 Thread Nicolas Caillaud
> > We've had a fair number of reports of upload errors with various > microcode's and although I've never had problems myself I thought it > would be worth while getting a breakdown of what files existed out > there and to see if there is a correlation between microcode versions > or if its just

[speedtouch]

2002-03-20 Thread provini
j'ai un modem speed touch USB Alcatec qui se déconnecte 5 a 10 fois... par jour malgré installation 4 port UBS Ub avec power jack DC 6V2 1A plus un programme ADSL autoconnect. sur Pentium II 350 carte mère DFI chipset I440BX-DD//Intel Liste de diffusion modem ALCATEL SpeedTouch USB Pour se

[speedtouch] where can I find newest RPM files?

2002-03-20 Thread Erik Schaberg
Hi, Tomorrow I will get ADSL and I'm looking for the newest SpeedTouch RPM files (that include driver version 1.0). I looked on "RPM find" but they only have the old 20010914 version. I have seen some discussion on this mailing list about a newer RPM version. How can I get them? Where are the

[speedtouch] speedtoouch avec noyau 2.5.6

2002-03-20 Thread matthieu
Salut juste une petite modif à faire dans le fichier pusb-linux.c pour que cela fonctionne avec le nouveau noyau 2.5.6 ligne 170 if ( (statbuf.st_size != sizeof(struct usb_device_descriptor) && (statbuf.st_size !=165)) il semble que le taille des fichiers ai changé depuis le noyau 2.4. D

[speedtouch] st CRC in AAL5 frame: kernel 2.4.18 probs

2002-03-20 Thread kangoo
Hi, i've been using your driver since long time but i like to change my OSes very often Last time i used it under Linux (Debian sid) i was using kernel 2.4.17 without any patches and it was working perfect. (I had bulk timesout but it doesn't affect anything) Then i used it under FreeBSD 4.4 a

[speedtouch] Re: Re-install if you have been using the old deprecated system.

2002-03-20 Thread Hugo Coolens
Jonathan Chetwynd wrote: > just wanted to say: how very easy it all went when I re-installed. > > I spent over a month, pottering and trying to convert from the old usb howto > to the new one. > what a waste of time. > > re-install and just use the new howto. > thanks guys really a great improvem

[speedtouch] Re: Request for Microcode Checksums

2002-03-20 Thread waldo
wouldnt it also be a good idea to publish md5 sums or gnupg sigs for the software here: http://speedtouch.sourceforge.net/download.php ? alex wrote: > > We've had a fair number of reports of upload errors with various > microcode's and although I've never had problems myself I thought it > woul

[speedtouch] Re: Strange errors

2002-03-20 Thread Tim Woodall
On Wed, 20 Mar 2002, Tim Woodall wrote: > > src = atm_cells; > > if(tmp) { > int i; > length -= tmp; > for(i = 0; i < tmp; i++,src++) { > if(*(src+2+i) == (vci & 0x0ff0) >> 4) { Doh! if(*(src+2) == (vci & 0x0ff0) >> 4) { :-( > break; > } >

[speedtouch] Re: Strange errors

2002-03-20 Thread Tim Woodall
On Wed, 20 Mar 2002, Edouard Gomez wrote: > Oh ! What a stupid "bug", not really a bug but... I can explain > you why this bit of code is there (the src = atm_cells + tmp) > > Reason : > > When we receive data which length is not zero modulo 48, that's > we received garbage either at the beginn

[speedtouch] Re: Strange errors

2002-03-20 Thread Edouard Gomez
Tim Woodall ([EMAIL PROTECTED]) wrote: > > Hmmm I don't know what I am telling you :-) > > All I do know is that it doesn't make sense to me. The > line src = atm_cells + tmp; doesn't actually do anything useful > because we immediately set src = atm_cells; > > I have absolutely no idea wh

[speedtouch] Re: Strange errors

2002-03-20 Thread Tim Woodall
On Wed, 20 Mar 2002, Edouard Gomez wrote: > > Tim Woodall ([EMAIL PROTECTED]) wrote: > > > > [...] > > In aal5_frame_from_atm_cells() there appears to be some confusion: > > > > first there is the if(tmp > 0) { src = atm_cells + tmp; ... } and > > then immediately after the if there is src=at

[speedtouch] Re: Strange errors

2002-03-20 Thread Edouard Gomez
Tim Woodall ([EMAIL PROTECTED]) wrote: > > [...] > In aal5_frame_from_atm_cells() there appears to be some confusion: > > first there is the if(tmp > 0) { src = atm_cells + tmp; ... } and > then immediately after the if there is src=atm_cells; > > This doesn't make sense to me :-) > I'll tr