[speedtouch] What is Clp bit is ON?

2004-04-25 Thread Danilo Berardi

Hi all,
I have a modem Rev 4.00 type.
From some time (one month? i do not remember) i get in my /var/log/message 
many error as AAL5 CRC error from modem_run ( 1.2-beta3 ).
Well see that mantainers have reased new relese and install it (1.2).

Now in my /var/log/messages a CLP bit is on are flooded.
I have read on this list that is a bad line. What is bad line

I download and upload at 80-90% of max speed an in Italy (with Tele2) is not 
bad connection type. Or bad type is an hight latency time?

Flood in /var/log/message is only problem: modem work very fine, not 
disconnections, not memory leaks. 

What is a good work around? I can modify modem_run code in last chance...  


I post my ping to www.tele2.it, there are some other way to check if my line 
work fine?

Thanks in advance
Danilo Berardi
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: What is Clp bit is ON?

2004-04-25 Thread Danilo Berardi

Alle 15:41, domenica 25 aprile 2004, Danilo Berardi ha scritto:
 I post my ping to www.tele2.it, there are some other way to check if my
 line work fine?

Opps: my ping:
ping www.tele2.it
PING www.tele2.it (212.107.32.196) 56(84) bytes of data.
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=1 ttl=246 time=176 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=2 ttl=246 time=136 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=3 ttl=246 time=227 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=4 ttl=246 time=306 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=5 ttl=246 time=250 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=6 ttl=246 time=176 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=7 ttl=246 time=250 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=8 ttl=246 time=134 ms
 64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=9 ttl=246 time=186 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=10 ttl=246 time=153 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=11 ttl=246 time=249 ms
64 bytes from eday.tele2.ee (212.107.32.196): icmp_seq=12 ttl=246 time=146 ms

Hi all,
Danilo Berardi

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 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 code i have:

timed_out=1;   

Sorry. :-(

Bye. But why signal is not send ?
I would replace this workaround with corrent patch...
Bye,
Danilo



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-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, can be set timed_out = true after 
reset alarm and before check into modem_run.c.
Modem work fine so ...

/*   Begin extract modem_run.c  */
alarm(0);

timed_out=1;   /// - Add this istruction

if (timed_out) {
 
/*   End extract modem_run.c  */

In my system (but i use pppoa) 30 seconds enought for all.

Thanks Lewis,
Danilo Berardi




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Someone has installed with success a speedtouch 330?

2004-01-23 Thread Danilo Berardi
Gilles Espinasse wrote:

I do not know if my modem is a  REV 4.00 ...  or 2.00

Where is write this information?


Try 
cat /proc/bus/usb/devices | grep Vendor=06b9
and the information you need is in REV=

  

It' s so ... REV is 4.00 ...  :-(
Thank you Gilles.

Last question: work for fix it has initiated?
I have take this modem because on www.speedtouch.com was writed : linux 
compatible...
Will send a message at support but do not  believe in a reply...

Gilles i would try some, i am senior developer, but nothing experience 
in usb or firmware jobs.
Give me some idea to begin please...

Danilo Berardi

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

   

  




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Someone has installed with success a speedtouch 330?

2004-01-22 Thread Danilo Berardi
Hi,
big problem : modem_run fail to  initialize my modem.
Return a -1 on  ioctl(...).

Driver version is 3.00 (yes the last present on vendor site).

I do not know if my modem is a  REV 4.00 ...  or 2.00

Where is write this information?
(Mine modem is a silver speeedtouch 330...)

Tnx,
Danilo


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]