Re: [zd1211-devs] [zd1211rw] LED not configured?

2006-06-23 Thread Remco
  That's correct. The vendor driver simply blinks the LED at fixed
  intervals, it doesn't actually indicate how much traffic is flying
  around.

 Emn, it doesn't look like just periodic blinking. You definitely see when
 data is being transferred, in contrast to when it is idle. No idea, maybe
 it has to do with firmware, or maybe you meant the same thing. Anyway,
 I could definitely see when it was downloading emails:-)

This usually works like this: (and is probably what Daniel is trying to say)
- data transfer - start periodic blinking to indicate transfer
(LED blinks once every x milliseconds, so the blinking rate has nothing to do 
with the actual transfer rate)
- no data transfer - switch off periodic blinking (depending on what choice 
the developer made, the LED is either on or off)


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


[zd1211-devs] [zd1211rw] LED not configured?

2006-06-22 Thread Guennadi Liakhovetski
Hi

Is it known and just not implemented yet or is it just my dongle? With 
the old driver the LED on my dongle blinked cheerfully during transfers 
and just from time to time for fun:-) Now with rw it stays quiet:-(

(Fiberline WL410U:
zd1211 chip 0ace:1211 v4330 high 00-11-f6 RF2959_RF pa0)

Thanks
Guennadi
---
Guennadi Liakhovetski

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] [zd1211rw] LED not configured?

2006-06-22 Thread Daniel Drake
Guennadi Liakhovetski wrote:
 Is it known and just not implemented yet or is it just my dongle? With 
 the old driver the LED on my dongle blinked cheerfully during transfers 
 and just from time to time for fun:-) Now with rw it stays quiet:-(

That's correct. The vendor driver simply blinks the LED at fixed 
intervals, it doesn't actually indicate how much traffic is flying around.

To implement it, they have a routine which runs every few milliseconds, 
which blinks the LED amongst other things. This is the reason why people 
complain that the vendor driver results in a significant jump in CPU 
usage - the driver does too much in a routine which is called too often.

So, we need to be more careful when we implement these timer-based 
routines. Ulrich started working on the infrastructure behind it, but 
we're not ready yet.

Daniel


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] [zd1211rw] LED not configured?

2006-06-22 Thread Guennadi Liakhovetski
On Fri, 23 Jun 2006, Daniel Drake wrote:

 Guennadi Liakhovetski wrote:
  Is it known and just not implemented yet or is it just my dongle? With the
  old driver the LED on my dongle blinked cheerfully during transfers and
  just from time to time for fun:-) Now with rw it stays quiet:-(
 
 That's correct. The vendor driver simply blinks the LED at fixed intervals, it
 doesn't actually indicate how much traffic is flying around.

Emn, it doesn't look like just periodic blinking. You definitely see when 
data is being transferred, in contrast to when it is idle. No idea, maybe 
it has to do with firmware, or maybe you meant the same thing. Anyway, 
I could definitely see when it was downloading emails:-)

Thanks
Guennadi
---
Guennadi Liakhovetski

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs