From: "Hans Werner" <HWerner4@gmx.de>
To: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] [PATCH] Mantis Bug (was Technisat HD2 cannot szap/scan)
Date: Sun, 04 Jan 2009 20:24:35 +0100 [thread overview]
Message-ID: <20090104192435.72460@gmx.net> (raw)
In-Reply-To: <20081215143047.45940@gmx.net>
> With the Azurewave AD-SP400 (Twinhan VP-1041 / Technisat HD2 /
> ?poss. Terratec Cinergy S2 PCI HD)
> there seems to be a driver bug when tuning some channels immediately
> after boot or after resuming from sleep (which is entered after 1 minute
> idle).
> So the initialisation seems to be unsuitable for tuning some channels.
>
> But... if another channel is tuned successfully first then the bad
> channels *CAN* be tuned
> (if you are quick and do it before it sleeps again).
>
> It looks like the problem channels are all horizontal but perhaps other
> parameters are
> relevant too/instead.
>
> Can anyone help?
> Instructions for reproducing the problem on Astra 19.2E or Hotbird 13.0E
> are below.
>
> I don't know whether the problem is in the mantis, stb0899, stb6100 or
> lnbp21 code.
Problem solved with the patch below.
I found that both problems tuning channels (#1 immediately after boot and #2 after sleep) are
caused by the lnbp21 voltage OFF setting. To fix #1: the LNB voltage needs to be turned on when
the lnbp21 is attached, and to fix #2: turning the voltage off on sleep needs to be disabled.
To keep the voltage on, we need to make sure that register bit LNBP21_EN is always set.
I note that as well as controlling the voltage regulator blocks this register bit also controls
a loopthrough switch -- clearing the bit takes the lnbp21 out of the LNB line, which could be
used to allow other circuitry to do LNB power and control. I don't have any info on how the
card is actually wired. It seems best to keep the EN bit always set, because I know clearing
it causes trouble.
It turns out there is already a mechanism for specifying register bits to be overridden in
the lnbp21 attach call (already used for another card) and we just need to apply the following
one-line patch to the VP-1041 attach.
This is against the repository at http://mercurial.intuxication.org/hg/s2-liplianin.
Signed-off-by: Hans Werner <hwerner4@gmx.de>
diff -r 28324bc3d694 linux/drivers/media/dvb/mantis/mantis_dvb.c
--- a/linux/drivers/media/dvb/mantis/mantis_dvb.c
+++ b/linux/drivers/media/dvb/mantis/mantis_dvb.c
@@ -239,7 +239,7 @@ int __devinit mantis_frontend_init(struc
vp1041_config.demod_address);
if (stb6100_attach(mantis->fe, &vp1041_stb6100_config, &mantis->adapter)) {
- if (!lnbp21_attach(mantis->fe, &mantis->adapter, 0, 0)) {
+ if (!lnbp21_attach(mantis->fe, &mantis->adapter, LNBP21_EN, 0)) {
printk("%s: No LNBP21 found!\n", __FUNCTION__);
mantis->fe = NULL;
}
Regards,
Hans
>
> > > When it goes into sleep mode I see the following in dmesg:
> > > [ 522.821625] _stb0899_read_reg: Reg=[0xf12a], data=58
>
> >
> > >
> > > [ 522.821632] stb0899_i2c_gate_ctrl: Disabling I2C Repeater ...
>
> >
> > >
> > > [ 522.821634] stb0899_write_regs [0xf12a]: 58
>
> >
> > >
> > > [ 522.822681] stb0899_sleep: Going to Sleep .. (Really tired .. :-))
> > >
> > > So the Twinhan 1041 is quite useless for me at the moment.
> >
> > Try the following channels.conf for Astra at 19.2E:
> >
> > TVEi;CANALSATELLITE:11567:vS0C56M2:S19.2E:22000:58:59:61:0:9022:1:1024:0
> >
> ZDF;ZDFvision:11953:hS0C34M2:S19.2E:27500:110:120=deu,121=2ch;125=deu:130:0:28006:1:1079:0
> >
> > Then do the following (in this order):
> > 0. point dish to 19.2E.
> > 1. tune to TVEi
> > szap-s2 -a 0 -r -p -V -c ~/channels.conf.astra1 "TVEi;CANALSATELLITE"
> >
> > 2. hit ctrl-c, and wait 1 minute until the frontend sleeps (check dmesg)
> >
> > 3. try to tune to ZDF. It FAILS (hangs).
> > szap-s2 -a 0 -r -p -V -c ~/channels.conf.astra1 "ZDF;ZDFvision"
> >
> > 4. ctrl-c and then szap-s2 to TVEi. That WORKS.
> >
> > 5. ctrl-c and then quickly (before sleep) szap-s2 to ZDF. Now it WORKS
> > too.
> > You can keep changing to other channels provided that it is not allowed
> to
> > get into a sleep.
> >
> > Similar problems are seen using scan-s2 instead of szap-s2.
>
>
> For Hotbird try the following channels.conf.hotbird:
>
> BBC World News:12596:vS0C34M2:S13.0E:27500:163:92:41:0:8204:318:9400:0
> Nile
> News:12539:hS0C34M2:S13.0E:27500:1185+1184:1187=ara:0:0:8983:318:9100:0
> Toscana Channel:11541:vS0C56M2:S13.0E:22000:521:522:0:0:3622:200:1800:0
> ZDF:11054:hS0C56M2:S13.0E:27500:570:571=deu:572:0:8011:318:12700:0
>
> Then do the following (in this order):
> 0. point dish to 13.0E.
> 1. tune to Toscana Channel (or BBC World News)
> szap-s2 -a 0 -r -p -V -c ~/channels.conf.hotbird "Toscana Channel"
>
> 2. hit ctrl-c, and wait at least 1 minute until the frontend sleeps (check
> dmesg)
>
> 3. try to tune to Nile News (or ZDF). It FAILS (hangs with -r -p or
> doesn't lock without those options).
> szap-s2 -a 0 -r -p -V -c ~/channels.conf.hotbird "Nile News"
>
> 4. Do ctrl-c and then szap-s2 to Toscana Channel (or BBC World News). That
> WORKS.
>
> 5. Do ctrl-c and then quickly (before sleep) szap-s2 to Nile News (or
> ZDF). Now it
> WORKS too!
> You can keep changing to other channels provided that it is not allowed to
> get into a sleep.
>
> Or even simpler:
> just boot the computer (or sudo modprobe -r mantis && sudo modprobe
> mantis)
> and skip number 1 and number 2, i.e. do 0,3,4,5.
>
> > Can someone reproduce this? (or fix the problem ;-) ).
>
> Hans
--
Release early, release often.
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2009-01-04 19:25 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-01 22:37 [linux-dvb] Technisat HD2 cannot szap/scan Pavel Hofman
2008-12-02 6:13 ` Michel Verbraak
2008-12-02 22:31 ` Pavel Hofman
[not found] ` <c74595dc0812022332s2ef51d1cn907cbe5e4486f496@mail.gmail.com>
[not found] ` <c74595dc0812022347j37e83279mad4f00354ae0e611@mail.gmail.com>
2008-12-03 23:24 ` Pavel Hofman
2008-12-05 6:22 ` [linux-dvb] Technisat HD2 cannot szap/scan (possible diseqc problem) Michel Verbraak
2008-12-05 9:00 ` Alex Betis
2008-12-06 17:07 ` Hans Werner
2008-12-06 17:28 ` Alex Betis
2008-12-06 17:37 ` Hans Werner
2008-12-09 15:34 ` [linux-dvb] [PATCH] Technisat HD2 cannot szap/scan Hans Werner
2008-12-15 14:30 ` [linux-dvb] Mantis Bug (was Technisat HD2 cannot szap/scan) Hans Werner
2009-01-04 19:24 ` Hans Werner [this message]
[not found] ` <c74595dc0901042308j24fcbdebq3d6c51d2c68c8a73@mail.gmail.com>
2009-01-05 15:10 ` [linux-dvb] [PATCH] stb6100: stb6100_init fix Hans Werner
[not found] ` <b8a3b1ca0901051233u635b6d14u33d9d3b2f3d1ef61@mail.gmail.com>
2009-01-05 20:37 ` [linux-dvb] Fwd: " Tomáš Skočdopole
2009-01-06 17:21 ` [linux-dvb] " Newsy Paper
2009-01-05 16:45 ` [linux-dvb] [PATCH] Mantis Bug (was Technisat HD2 cannot szap/scan) gimli
2009-01-05 17:36 ` Hans Werner
2009-01-05 18:04 ` gimli
2009-01-05 18:09 ` gimli
2009-02-05 12:34 ` Hans Werner
2009-02-06 7:14 ` Alexey Klimov
2009-02-06 11:47 ` Hans Werner
2008-12-07 15:06 ` [linux-dvb] Technisat HD2 cannot szap/scan Pavel Hofman
2008-12-07 18:08 ` BOUWSMA Barry
2008-12-08 18:43 ` Pavel Hofman
2008-12-09 6:38 ` BOUWSMA Barry
2008-12-08 6:52 ` Michel Verbraak
2008-12-08 18:54 ` Pavel Hofman
[not found] ` <c74595dc0812070822p73746bdel9894de34c87a733f@mail.gmail.com>
2008-12-08 18:39 ` Pavel Hofman
2008-12-08 19:53 ` Alex Betis
2008-12-08 20:10 ` BOUWSMA Barry
2008-12-08 22:19 ` Pavel Hofman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090104192435.72460@gmx.net \
--to=hwerner4@gmx.de \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.