Mailing List archive

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

[linux-dvb] Re: Hauppauge DEC2000-t (Germany) tuning question



>
> and now:
> > [root@Doerte elch]# /sbin/insmod ttusb_dec
> > Using /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_register_adapter
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_register_frontend
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_dmxdev_init
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_dmxdev_release
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_dmx_init
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_unregister_frontend
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_dmx_release
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_filter_pes2ts
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_filter_pes2ts_init
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_net_release
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_unregister_adapter
> > /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/video/ttusb_dec.o:
> > unresolved symbol dvb_net_init
>
> Why /kernel/drivers/video/ ? Something with getlinks?

Not too sure how it got there.  It could be from some previous build you've 
done, and is probably the reason why nothing seems to be working.  If it's 
not a recent file, you should remove it ;)

By the way, insmod doesn't load module dependencies, whereas modprobe will.  
With the standard insmod you specify the actual module file (so full path to 
it with a .o), and with the standard modprobe you just specify the module 
name (No .o, it finds it in /lib/modules for you).  Your versions may differ, 
check their man pages.  ttusb_dec has a dependency on dvb-core, so, once 
you've got the dvb modules installed, you can do one of two things:

i) modprobe ttusb_dec

ii) insmod dvb-core.o && insmod ttusb_dec.o (from whatever directory they're 
in, or specify full paths to them - or even just from your build-2.4 
directory if installation paths are driving you insane ;)

I hope this helps, I really do :)
Alex



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



Home | Main Index | Thread Index