[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-02-02 Thread giorgio
It worked for me too! ;) [I also found the new firmare in my ISP (Tele2 Italy) driver's CD, in the HFS (mac) side inside the OS9 drivers folder] Thank you guys! Giorgio Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-30 Thread Remigio Di Muzio
I tried to understand what happens, putting some print lines in the handle_endpoint_int function (tha function that forks the child subprocess that eventually should notify the main program about ADSL line being up) and I find out that it never gets after this instruction: ret =

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-30 Thread Duncan Sands
ret = pusb_endpoint_read(ep_int, lbuf, sizeof(lbuf), 0); Yeah, that is basically what the people from Thomson told us. Duncan. Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-29 Thread Edward Ponting
Of Danilo Berardi Sent: Tuesday, January 27, 2004 8:56 PM To: [EMAIL PROTECTED] Subject: [speedtouch] Re: 330/Rev 400 (silver modem) - Got it working! Edward Ponting wrote: I'm sure that the link is connected correctly. Is it worth me extending the timeout to 60 seconds?? The problem

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-29 Thread Martin Galpin
This didn't do it for me. Could you maybe run a diff against your source, or archive yours? Could you also confirm to me you're using the ZZZLP2.eni firmware? Martin On Wednesday 28 January 2004 11:39 am, Remigio Di Muzio wrote: I've got a Speetouch 330/Rev 400 (silver modem) too and I've

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-29 Thread Remigio Di Muzio
I'm using ZZZLP2.eni and it runs ok. This is the result of diff my modem_run.c and the original one from speedtouch-1.2-beta3: ###BEGIN DIFF modem_run.c my_modem_run.c ### --- modem_run.c 2004-01-29 16:16:37.0 +0100 +++ my_modem_run.c 2004-01-29 16:16:53.0 +0100 @@ -195,156

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-29 Thread Danilo Berardi
Remigio Di Muzio wrote: However, I think that the right instruction to add to modem_run.c is this one: timed_out=0; /// - Add this istruction and not the one suggested by Danilo timed_out=1; /// - Add this istruction Yes, it's correct... In my

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-28 Thread Remigio Di Muzio
I've got a Speetouch 330/Rev 400 (silver modem) too and I've been successful in running it, just following the instructions by Lewis Jardine (thanks very much to him). I had the same trouble with modem synchronization as Edward and Danilo had, I applied the workaround suggested by Danilo and

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-27 Thread Edward Ponting
I have tried the patch that Lewis sent in that uses the newer microcode and firmware. The download appears to complete OK now (thanks Lewis!). When the download completes the log displays Synchronization Failed. Can anyone provide any clues as to why I might get synchronisation failure? I'm

[speedtouch] Re: 330/Rev 400 (silver modem) - Got it working!

2004-01-27 Thread Danilo Berardi
Edward Ponting wrote: I'm sure that the link is connected correctly. Is it worth me extending the timeout to 60 seconds?? The problem is not alignement but child modem_run process. It do not send a signal to his parent that modem is now sincronized. A workaround, before developers patch,