Am Freitag, 27. Februar 2004 22:49 schrieb Al Bogner:
> I downloaded todays cvs and copied dvb-ttpci-01.fw (downloaded
> today) in "build-2.4"

> make[2]: *** [dvb_frontend.o] Error 1

I got the following private message:

# same problem here, the following diff solves this problem.

# --- dvb_frontend_1.68.c       2004-02-28 08:24:07.000000000 +0100
# +++ dvb_frontend.c    2004-02-27 18:17:18.000000000 +0100
# @@ -371,8 +371,10 @@
#       switch(fe->info->type) {
#       case FE_QPSK:
#               if (fe->parameters.u.qpsk.symbol_rate < 10000000)
# +                  {
#                       stepsize = fe->parameters.u.qpsk.symbol_rate /
# 32000; maxdrift = 5000;
# +                  }
#               else {
#                       stepsize = fe->parameters.u.qpsk.symbol_rate / 16000;
#                       maxdrift = fe->parameters.u.qpsk.symbol_rate / 2000;

Since I am not a coder, it would be great if the problem would be 
corrected in the next cvs.

Al


-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to