public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-03-03  4:55 Simeon Simeonov
  2008-03-03 11:52 ` Manu Abraham
  0 siblings, 1 reply; 27+ messages in thread
From: Simeon Simeonov @ 2008-03-03  4:55 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

I am using mythtv and here is the sequence of commands:

Without repeat:
DiSEqCDevTree: Changing LNB voltage to 13V
DiSEqCDevTree: Rotor - Goto Stored Position 2
DiSEqCDevTree: Sending DiSEqC Command: e0 31 6b  2 
DiSEqCDevTree: Changing to DiSEqC switch port 1/4
DiSEqCDevTree: Sending DiSEqC Command: e0 10 38 f0 

With repeat:
DiSEqCDevTree: Changing LNB voltage to 13V
DiSEqCDevTree: Rotor - Goto Stored Position 2
DiSEqCDevTree: Sending DiSEqC Command: e0 31 6b  2 
DiSEqCDevTree: Changing to DiSEqC switch port 1/4
DiSEqCDevTree: Sending DiSEqC Command: e0 10 38 f0 
DiSEqCDevTree: Repeat DiSEqC Command: e1 10 38 f0 


----- Original Message ----
From: Manu Abraham <abraham.manu@gmail.com>
To: Simeon Simeonov <simeonov_2000@yahoo.com>
Cc: linux-dvb@linuxtv.org
Sent: Sunday, March 2, 2008 2:38:51 PM
Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping

Simeon Simeonov wrote:
> Hi Manu,
> 
> I am attaching two gzipped logs. They are supposed to tune to the same frequency using the tip
> of Mantis tree. The difference between the two are that in the GOOD log no repeat command is used
> and in the BAD log one repeat for the switch is issued. The initial position of my rotor is about 20 deg
> east from the target rotor position. 
> Using the tunning without the repeats the rotor goes all the way through and tunes successfully - GOOD log.
> When repeat command is included in the diseqc sequence the rotor goes about 10 degrees to the west and stops as if it has reached the desired position.  The BAD log corresponds to that.
> When I tried to move to any other rotor stored position I find that that all of the memorized in the rotor positions are shifted. My guess is that for some reason the rotor stops, stores current position as the target one and then
> re-calculates all of them. But I do not see anything like that in the log file. The only thing I see is that
> after the third byte  in the  diseqc  repeat command fifo  get  full  and  sending  the  next  byte  has  to
> wait for one cycle.
> The  same  sequences  work  just  fine  with  my  102g  card  and the v4l drivers.

Can you please try to get the DiSEqC strings that you are sending
(from the application) in these 2 cases ?

* Without repeat
* With repeat

Regards,
Manu






      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-03-08 22:07 Simeon Simeonov
  2008-03-08 23:07 ` Manu Abraham
  0 siblings, 1 reply; 27+ messages in thread
From: Simeon Simeonov @ 2008-03-08 22:07 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

Hi Manu,

I was able to resolve my rotor problem by making the following changes in the stb6100, stb0899 and mantis sources:
u<X> replaced by unit<X>_t..

Since I am running the drivers on 64-bit machine my guess is that is a 64-bit pointer size thing.
Unfortunately it is painful to restore my rotor settings after loosing them and I cannot tell you at the
moment which change made the difference.

Thanks for your help,
Simeon

----- Original Message ----
From: Manu Abraham <abraham.manu@gmail.com>
To: Simeon Simeonov <simeonov_2000@yahoo.com>
Cc: linux-dvb@linuxtv.org
Sent: Monday, March 3, 2008 3:52:29 AM
Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping

Simeon Simeonov wrote:
> I am using mythtv and here is the sequence of commands:
> 
> Without repeat:
> DiSEqCDevTree: Changing LNB voltage to 13V
> DiSEqCDevTree: Rotor - Goto Stored Position 2
> DiSEqCDevTree: Sending DiSEqC Command: e0 31 6b  2 
> DiSEqCDevTree: Changing to DiSEqC switch port 1/4
> DiSEqCDevTree: Sending DiSEqC Command: e0 10 38 f0 
> 
> With repeat:
> DiSEqCDevTree: Changing LNB voltage to 13V
> DiSEqCDevTree: Rotor - Goto Stored Position 2
> DiSEqCDevTree: Sending DiSEqC Command: e0 31 6b  2 
> DiSEqCDevTree: Changing to DiSEqC switch port 1/4
> DiSEqCDevTree: Sending DiSEqC Command: e0 10 38 f0 
> DiSEqCDevTree: Repeat DiSEqC Command: e1 10 38 f0 


In fact, looks really confusing to me. The diseqc commands just go out 
as it is,
through the FIFO. I don't see anything that which changes the commands, but
if it was working with another card, it should be working with this card 
too (i
had some doubts, but when you said it worked with some other card, then i
don't see the issue in here with the diseqc part. The FiFO either works 
or not)



> ----- Original Message ----
> From: Manu Abraham <abraham.manu@gmail.com>
> To: Simeon Simeonov <simeonov_2000@yahoo.com>
> Cc: linux-dvb@linuxtv.org
> Sent: Sunday, March 2, 2008 2:38:51 PM
> Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
> 
> Simeon Simeonov wrote:
>> Hi Manu,
>>
>> I am attaching two gzipped logs. They are supposed to tune to the same frequency using the tip
>> of Mantis tree. The difference between the two are that in the GOOD log no repeat command is used
>> and in the BAD log one repeat for the switch is issued. The initial position of my rotor is about 20 deg
>> east from the target rotor position. 
>> Using the tunning without the repeats the rotor goes all the way through and tunes successfully - GOOD log.
>> When repeat command is included in the diseqc sequence the rotor goes about 10 degrees to the west and stops as if it has reached the desired position.  The BAD log corresponds to that.
>> When I tried to move to any other rotor stored position I find that that all of the memorized in the rotor positions are shifted. My guess is that for some reason the rotor stops, stores current position as the target one and then
>> re-calculates all of them. But I do not see anything like that in the log file. The only thing I see is that
>> after the third byte  in the  diseqc  repeat command fifo  get  full  and  sending  the  next  byte  has  to
>> wait for one cycle.
>> The  same  sequences  work  just  fine  with  my  102g  card  and the v4l drivers.
> 
> Can you please try to get the DiSEqC strings that you are sending
> (from the application) in these 2 cases ?
> 
> * Without repeat
> * With repeat
> 
> Regards,
> Manu






      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
[parent not found: <574101.28172.qm@web33102.mail.mud.yahoo.com>]
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-03-01  0:00 Simeon Simeonov
  0 siblings, 0 replies; 27+ messages in thread
From: Simeon Simeonov @ 2008-03-01  0:00 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

Yes, ocasionally I see the message from stb0899_wait_diseqc_fifo_empty() 
but trying to increase the time in the call did not help. So I am not sure if
my problem is related to that message.
 
----- Original Message ----
From: Manu Abraham <abraham.manu@gmail.com>
To: Simeon Simeonov <simeonov_2000@yahoo.com>
Cc: linux-dvb@linuxtv.org
Sent: Friday, February 29, 2008 3:40:05 PM
Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping

Simeon Simeonov wrote:
> I am using VP-1041 with the lnb21_attach changes to the ISEL and PCL bit settings.
> At the moemnt I have no clue why I am having this diseqc issue. I also checked the
> logs and I see from time to time diseqc_fifo_full messages but there is no correlation
> with the problem. 

Did you mean the "timed out !!" message from 
stb0899_wait_diseqc_fifo_empty() ?
(stb0899_drv.c, line #686, Trying to understand the problem that you are 
facing)

Regards,
Manu





      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-02-29 23:32 Simeon Simeonov
  2008-02-29 23:40 ` Manu Abraham
  0 siblings, 1 reply; 27+ messages in thread
From: Simeon Simeonov @ 2008-02-29 23:32 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

I am using VP-1041 with the lnb21_attach changes to the ISEL and PCL bit settings.
At the moemnt I have no clue why I am having this diseqc issue. I also checked the
logs and I see from time to time diseqc_fifo_full messages but there is no correlation
with the problem. For example I have not seen these messages for the last two days
but sending more than 2 diseqc messages re-programs my rotor.

----- Original Message ----
From: Manu Abraham <abraham.manu@gmail.com>
To: Simeon Simeonov <simeonov_2000@yahoo.com>
Cc: linux-dvb@linuxtv.org
Sent: Friday, February 29, 2008 3:20:39 PM
Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping

Simeon Simeonov wrote:
> With 72e81184fb9f I get lock  5/10 times of the times and with a9ecd19a37c9 9/10 times.
> But with 72e81184fb9f I couldn't get neither my rotor nor diseqc switch to work as 
> opposed to the tip where both work with some problems - sending more than
> 2 diseqc messages messes up my rotor.

You are using the Technisat HD2 or the VP-1041 ? if you are using the HD2,
changeset 7280 alone adds support for the HD2, so in this case you will
need to manually add support for the same.

In either of the case, i guess you have some sort of diseqc issue, but then
have you tried with the LNBP21 attach change ?


Regards,
Manu


> ----- Original Message ----
> From: Manu Abraham <abraham.manu@gmail.com>
> To: Simeon Simeonov <simeonov_2000@yahoo.com>
> Cc: linux-dvb@linuxtv.org
> Sent: Thursday, February 28, 2008 1:29:55 AM
> Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
> 
> Simeon Simeonov wrote:
>> I don't know if is the same but with the latest mantis tree I get 100% success.
>> Reverting to changeset mantis-100d4b009238 (which I think corresponds to multiproto 7200)
>> I do NOT any locks on the same transponder.
> 
> For the mantis tree, please test this changeset: 7275    72e81184fb9f as head
> Please test how that looks in comparison to tip changeset 7282    a9ecd19a37c9
> 
> Regards,
> Manu
> 
> 
> 
> 
> 
>       ____________________________________________________________________________________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> 






      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-02-29  6:35 Simeon Simeonov
  2008-02-29 19:12 ` Seppo Ingalsuo
  0 siblings, 1 reply; 27+ messages in thread
From: Simeon Simeonov @ 2008-02-29  6:35 UTC (permalink / raw)
  To: Seppo Ingalsuo, linux-dvb

> ... But diseqc positioner commands (GotoX from vdr rotor plugin) seem to 
> not get through with 100% reliability. Changing to use diseqc.conf 
> seemed to help a bit but I haven't been able to convince the motor to 
> turn to 28.2E at all.

Did you try changing line 250 in mantis_dvb.c to:
                if (!lnbp21_attach(mantis->fe, &mantis->adapter, LNBP21_PCL, LNBP21_ISEL)) {





      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-02-29  6:20 Simeon Simeonov
  2008-02-29 23:20 ` Manu Abraham
  0 siblings, 1 reply; 27+ messages in thread
From: Simeon Simeonov @ 2008-02-29  6:20 UTC (permalink / raw)
  To: Manu Abraham; +Cc: linux-dvb

With 72e81184fb9f I get lock  5/10 times of the times and with a9ecd19a37c9 9/10 times.
But with 72e81184fb9f I couldn't get neither my rotor nor diseqc switch to work as 
opposed to the tip where both work with some problems - sending more than
2 diseqc messages messes up my rotor.

----- Original Message ----
From: Manu Abraham <abraham.manu@gmail.com>
To: Simeon Simeonov <simeonov_2000@yahoo.com>
Cc: linux-dvb@linuxtv.org
Sent: Thursday, February 28, 2008 1:29:55 AM
Subject: Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping

Simeon Simeonov wrote:
> I don't know if is the same but with the latest mantis tree I get 100% success.
> Reverting to changeset mantis-100d4b009238 (which I think corresponds to multiproto 7200)
> I do NOT any locks on the same transponder.

For the mantis tree, please test this changeset: 7275    72e81184fb9f as head
Please test how that looks in comparison to tip changeset 7282    a9ecd19a37c9

Regards,
Manu





      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-02-28  4:01 Simeon Simeonov
  2008-02-28  9:29 ` Manu Abraham
  0 siblings, 1 reply; 27+ messages in thread
From: Simeon Simeonov @ 2008-02-28  4:01 UTC (permalink / raw)
  To: Manu Abraham, linux-dvb

I don't know if is the same but with the latest mantis tree I get 100% success.
Reverting to changeset mantis-100d4b009238 (which I think corresponds to multiproto 7200)
I do NOT any locks on the same transponder.

----- Original Message ----
From: Manu Abraham <abraham.manu@gmail.com>
To: linux-dvb@linuxtv.org
Sent: Tuesday, February 26, 2008 1:44:37 PM
Subject: [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping

Vangelis Nonas wrote:
> Hello,
> 
> Here is the output of hg log|head -n 5 for two different directories 
> (multiproto and multiproto_7200)
> 
> for multiproto:
> changeset:   7205:9bdb997e38b5
> tag:         tip
> user:        Manu Abraham <manu@linuxtv.org>
> date:        Sun Feb 24 02:10:56 2008 +0400
> summary:     We can now reduce the debug levels, just need to look at 
> errors only.
> 
> for multiproto_7200:
> changeset:   7200:45eec532cefa
> tag:         tip
> parent:      7095:a577a5dbc93d
> parent:      7199:0448e5a6d8a6
> user:        Manu Abraham <manu@linuxtv.org>
> 
> 
> So I guess I was referring to 7200 and not to 7201.
> I am very positive about the results because I have tested it many 
> times. It is just that it is 7200 instead of 7201.
> So as a concluesion, 7200 behaves better than 7205. My corrected little 
> table follows below just for clarification.


Ok, fine this is very much possible. Can other STB0899 users (all of them)
verify this result, such that i can revert back the changes ?


> 
> Changeset   Verbose  channels
> --------------------------------
> 7200         1        2152
> 7200         2        2105
> 7200         5        2081
> 7205         1        1760
> 7205         2        1608
> 7205         5        1578
> 
> 
> I apologise for the confusion, I may have caused.

No worries, don't apologise, this is all a part of the testing phase.


Thanks,
Manu

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb





      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [linux-dvb] TechniSat SkyStar HD: Problems scaning and zaping
@ 2008-02-21 11:53 NONAS EUAGGELOS
  2008-02-23 12:35 ` Vangelis Nonas
  0 siblings, 1 reply; 27+ messages in thread
From: NONAS EUAGGELOS @ 2008-02-21 11:53 UTC (permalink / raw)
  To: linux-dvb

Hello,

I have a Skystar HD. I use multiproto from here (checked it out yesterday):
http://jusst.de/hg/multiproto
It compiles fine, all needed modules are loaded automatically upon boot.
This is my dmesg:
saa7146: found saa7146 @ mem f88f2000 (revision 1, irq 21) (0x13c2,0x1019).
saa7146 (0): dma buffer size 192512
DVB: registering new adapter (TT-Budget S2-3200 PCI)
adapter has MAC addr = 00:d0:5c:67:dd:91
input: Budget-CI dvb ir receiver saa7146 (0) as /class/input/input3
stb0899_write_regs [0xf1b6]: 02
stb0899_write_regs [0xf1c2]: 00
stb0899_write_regs [0xf1c3]: 00
_stb0899_read_reg: Reg=[0xf000], data=82
stb0899_get_dev_id: ID reg=[0x82]
stb0899_get_dev_id: Device ID=[8], Release=[2]
_stb0899_read_s2reg Device=[0xf3fc], Base address=[0x00000400], Offset=[0xf334], Data=[0x444d4431]
_stb0899_read_s2reg Device=[0xf3fc], Base address=[0x00000400], Offset=[0xf33c], Data=[0x00000001]
stb0899_get_dev_id: Demodulator Core ID=[DMD1], Version=[1]
_stb0899_read_s2reg Device=[0xfafc], Base address=[0x00000800], Offset=[0xfa2c], Data=[0x46454331]
_stb0899_read_s2reg Device=[0xfafc], Base address=[0x00000800], Offset=[0xfa34], Data=[0x00000001]
stb0899_get_dev_id: FEC Core ID=[FEC1], Version=[1]
stb0899_attach: Attaching STB0899
stb6100_attach: Attaching STB6100
DVB: registering frontend 0 (STB0899 Multistandard)...

I use scan from here: 
http://jusst.de/manu/scan.tar.bz2
It does not compile, I use the binary I found in the archive.

I use szap2 from here:
http://www.free-x.de/vdr/patches/hdtv/szap2.tgz
It does compile.

My kernel is:
2.6.22-gentoo-r9

My problems are:
- When I scan the same transponder more than once, sometimes I get some services, sometimes I get no services.
- When I zap (with szap2) to a station more than once, sometimes I get a lock, sometimes I get no lock.
- I have also tried with vdr 1.4.7(old DVB API) and 1.5.14 (new dvb API). Both versions can tune to only one channel, the "Active" channel from previous vdr shutdown. When you change channel the signal is lost. I suppose it relates to the zap problem.

I would appreciate your help / suggestions.

Thank you very much.
Vagelis
 

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2008-03-08 23:07 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03  4:55 [linux-dvb] STB0899 users, please verify results was Re: TechniSat SkyStar HD: Problems scaning and zaping Simeon Simeonov
2008-03-03 11:52 ` Manu Abraham
  -- strict thread matches above, loose matches on Subject: below --
2008-03-08 22:07 Simeon Simeonov
2008-03-08 23:07 ` Manu Abraham
     [not found] <574101.28172.qm@web33102.mail.mud.yahoo.com>
2008-03-02 22:38 ` Manu Abraham
2008-03-01  0:00 Simeon Simeonov
2008-02-29 23:32 Simeon Simeonov
2008-02-29 23:40 ` Manu Abraham
2008-02-29  6:35 Simeon Simeonov
2008-02-29 19:12 ` Seppo Ingalsuo
2008-02-29 23:07   ` Manu Abraham
2008-03-01 18:06     ` Seppo Ingalsuo
2008-03-02 21:17       ` Seppo Ingalsuo
2008-02-29  6:20 Simeon Simeonov
2008-02-29 23:20 ` Manu Abraham
2008-02-28  4:01 Simeon Simeonov
2008-02-28  9:29 ` Manu Abraham
2008-02-28  0:52   ` Придворов Андрей
2008-02-21 11:53 [linux-dvb] " NONAS EUAGGELOS
2008-02-23 12:35 ` Vangelis Nonas
2008-02-23 17:44   ` Artem Makhutov
2008-02-23 20:21     ` Manu Abraham
2008-02-23 21:20       ` Artem Makhutov
2008-02-23 21:29         ` Manu Abraham
2008-02-23 21:32           ` Artem Makhutov
2008-02-23 21:47             ` Artem Makhutov
2008-02-23 21:50               ` Manu Abraham
2008-02-23 22:18                 ` Manu Abraham
2008-02-24  1:39                   ` Vangelis Nonas
2008-02-23 23:53                     ` Manu Abraham
2008-02-24 13:51                       ` Vangelis Nonas
2008-02-24 17:56                         ` Vangelis Nonas
2008-02-24 16:11                           ` Manu Abraham
2008-02-24 20:35                             ` Vangelis Nonas
2008-02-24 19:28                               ` Manu Abraham
     [not found]                                 ` <47C32947.1030604@otenet.gr>
2008-02-25 22:09                                   ` Manu Abraham
2008-02-26 23:23                                     ` Vangelis Nonas
2008-02-26 21:44                                       ` [linux-dvb] STB0899 users, please verify results was " Manu Abraham
2008-02-27  7:56                                         ` Oliver Bardenheier (obardenh)
2008-02-27 22:59                                           ` Manu Abraham
     [not found]                                           ` <47C64FB0.3020201@iki.fi>
2008-02-28  7:48                                             ` Oliver Bardenheier (obardenh)
2008-02-28 15:52                                               ` Seppo Ingalsuo
2008-02-28 16:27                                                 ` Oliver Bardenheier (obardenh)
2008-02-28 18:30                                                   ` Seppo Ingalsuo
2008-02-28 19:39                                                   ` Vangelis Nonas
2008-02-28 18:32                                                     ` Seppo Ingalsuo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox