Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: may be helps





Boris Jalov wrote:

> check your dvb.c for this lines:
> if (!(len=firmread("Dpram", (char**) &lfirm)))
>         if (!(len=firmread("dpram", (char**)
>
> and change them to
>
> if (!(len=firmread("/lib/modules/skystar/Dpram", (char**) &lfirm)))
>         if (!(len=firmread("/lib/modules/skystar/dpram", (char**)
>
> you can use any directory you chose where you must copy Dpram, Root and
> Boot_up.axf . Check all the "firmread" commands in dvb.c . Then compile
> again.

    But the same drivers I have used a few hours ago but on another computer
that has am internet link by eth0. I think that maibe dvbd is not working
well after changing to ppp0 and recompiling. It does not send anything in
/var/log/messages .Neither "dvbd[......] starting"   . You think that the
drivers does not uploaded the firmware ? But how then getting sync=127 and
vber=0. I think that dvbd can't get the ppp0 local Ip .

    Thanks
    Paul



Home | Main Index | Thread Index