-
It seems the driver loads but something fails
I noticed the following errors in dmesg
em28xx_dvb
Unknown symbols mt352_attach, simple_tuner_attach, lgdt330x_attach
These errors are displayed a few times. I don't see any other errors, warnings.
I don't know if this is fatal
-
You may need this
Crypro Redi 100
ID: 187f:0201 Siano Mobile Silicon Nova 0
-
I got the crypto redi 100 working (smsusb) by doing the following
cd /lib/firmware/
sudo wget http://steventoth.net/linux/sm…1xxx-hcw-55xxx-dvbt-02.fw
sudo mv sms1xxx-hcw-55xxx-dvbt-02.fw dvb_nova_12mhz_b0.inp
and i had to pass smsusb as argument to your install script
This is a 17 Euro runer here in Greece that works pretty good for European
digital channels
http://www.pc1.gr/showitem.php?ID=200012139
http://www.crypto.gr/.
What is the difference between "01" and "02" versions?
Any luck with em28xx? (pinnacle 330e)??
Thanks for your effort and the good work.
-
I am not sure how the linux kernel for the 800 is written.
If dynamic loading of modules is supported and the module exists, it should be loaded automatically on the first reference to a particular symbol and the resolved address should be placed in the symbol table. If this a case it seems that some module is missing and this why you are getting the unresolved
reference.
Check the modules to see where the symbol is defined (not referenced) and you can probably discover which module is missing.
Otherwise, how do you know when and how symbols in modules are referenced so that you can have a prioritized loading order of modules.
You have to know not only the symbols in the module but also the execution sequence.
-
Could you please add the em28xx driver to support the "Hauppauge 900R or 900R2" for pinnacle 330e?
Thanks