Mailing List archive

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

[linux-dvb] Driver from metzlerbroz.org



Hello!
I try use driver DVB-1.1.4 from metzlerbros.org for satellite internet
connection (as was recommended in linux-dvb list). I download driver,
unpack and compile it.(I have 2.4.18 kernel).
But when i try make insmod, error is occured:
...
dvb_dsp.o: unresolved symbol register_sound_dsp_Rsmp_75ea8ffd
dvb_dsp.o: unresolved symbol unregister_sound_dsp_Rsmp_cd083b10
...
vb-saa7146.o: unresolved symbol dvb_unregister_dsp
dvb-saa7146.o: unresolved symbol dvb_register_dsp
make[1]: *** [insmod] Error 1
...
I'll try recompile kernel, but with same results.
Then I decide remove DSP code from driver. If I want only networking,
I do not need sound DSP, right?
I edit Makefile in driver
...
export USE_DVB_DSP=0
...
and in av7110
...
#EXTRA_CFLAGS = -I.. -I. -g -DUSE_OSD -DUSE_DVB_DSP
EXTRA_CFLAGS = -I.. -I. -g -DUSE_OSD
...
Now it compile Ok.
But when I try tune it with dvbtune, it's failed

[root@reignite dvbtune]# ./dvbtune -c 0 -f 11137000 -p V -t 0 -s 39800 -D 0 -n 512
Using DVB card "STV0299"
tuning DVB-S to L-Band:-1073743768, Pol:V Srate=39800000, 22kHz=off
polling....
Getting frontend event
FE_STATUS: FE_TIMEDOUT FE_HAS_CARRIER
Not able to lock to the signal on the given frequency

(But driver from CVS tunes Ok in the same time)

What's a problem can be?
Maybe DSP need for tuning and networking?

--
Best regards,
 Denis                          mailto:grusnyov@west.crimea.com



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index