[linux-dvb] UNS: Re: New unspported device AVerMedia DVB-T
Antti Palosaari
crope at iki.fi
Wed Sep 17 22:20:31 CEST 2008
ke 17.9.2008 22:15 Dirk Vornheder kirjoitti:
>
> Compile produces undefined symbol:
>
> Building modules, stage 2.
> MODPOST 166 modules
> WARNING: "__udivdi3" [/backup/privat/kernel/af9015_test-
> c8583d119095/v4l/af9013.ko] undefined!
I fixed this yesterday but only for af9015 main tree :-( Unfortunately I
am not in my home so I cannot fix this just now for your test tree. But if
you can, you can fix it yourself.
Open file af9015_test/linux/drivers/media/dvb/frontends/af9013.c
Remove lines 982-986. Compile and test. Hopefully it works.
You can remove following lines (982-986).
if (total_bit_count) {
numerator = error_bit_count * 1000000000;
denominator = total_bit_count;
state->ber = numerator / denominator;
}
regards
Antti
More information about the linux-dvb
mailing list