On Sat, Apr 05, 2003 at 00:48:07 +0200, Holger Waechtler wrote:
> > # make
> > /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
> > DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
> > make[1]: Entering directory `/usr/src/linux-2.4.18-14'
> >
> > The present
Otto J. Makela wrote:
I've just obtained a Hauppauge (Technotrend) DVB-C card, which seems
to work reasonably well under Windoze 2000. I'd now want to set it up
for Linux, for recording DVB programs. I've downloaded the package
linuxtv-dvb-1.0.0-pre2.tar.gz and taken a look at it.
Unfortunately,
I've just obtained a Hauppauge (Technotrend) DVB-C card, which seems
to work reasonably well under Windoze 2000. I'd now want to set it up
for Linux, for recording DVB programs. I've downloaded the package
linuxtv-dvb-1.0.0-pre2.tar.gz and taken a look at it.
Unfortunately, I'm a bit lost on how
Hi,
I'm having problems with FE_GET_FRONTEND of alps_bsrv2.c:
case FE_GET_FRONTEND:
{
struct dvb_frontend_parameters *p = arg;
s32 afc;
1. afc = ((int)((char)(ves1893_readreg (i2c, 0x0a) << 1)))/2;
2. afc = (afc * (int)(p->u.qpsk.symbol_rate/8))/16;
3. p->
Hi List,
while using
http://linuxtv.org/cgi-bin/cvsweb.cgi/DVB/apps/scan/scan.c?rev=1.17&content-type=text/x-cvsweb-markup
i've noticed that the NIT is const at 1!
this error happens in parse_sections or parse_nit.
parse_sections:
...
section_length = (((buf[1] & 0x0f) << 8) | buf[2]) - 11;
id = (b
That looks like the Alps BSRV2 tuner module, this should be supported
out of the box...
Thats what I thought too, but as I wrote it only works withe the TT
Software under windows. Nor WinDVBLive neither VDR can handle it.
I have tested a lot of other DVB-s 1.3 all without problems. This is the
Helmut Auer wrote:
Holger Waechtler wrote:
Could you please open (carefully!) the silver metal box and report the
lables printed on the chips? It's probably quite straightforward to
get this working...
Hello,
There are two chips inside the silver metalbox:
A large one:
VLSI Vista
9951 N62041
Vidya Srinivas wrote:
Hi,
According to the universal driver for STV0299 obtained from this site,
s32 snr = 0x - ((stv0299_readreg (i2c, 0x24) << 8)
| stv0299_readreg (i2c, 0x25));
snr = 3 * (snr - 0xa100);