You are not logged in.

#1 2012-06-25 07:31:07

drahnr
Member
Registered: 2011-03-14
Posts: 73

[SOLVED] Technotrend budget S2-4100

I recently got the above card, I tried to compile the driver from http://engl.technotrend.eu/2959/PC_Products.html
They also state their driver does support a wide range up to 3.4.x

Compilation succeds, but as soon as I reboot (as I don't know which module is required to get the card working) I check demesg and get this:

# dmesg |grep dvb
[    8.875012] saa716x_core: disagrees about version of symbol dvb_frontend_detach
[    8.875017] saa716x_core: Unknown symbol dvb_frontend_detach (err -22)
[    8.875028] saa716x_core: disagrees about version of symbol dvb_unregister_frontend
[    8.875030] saa716x_core: Unknown symbol dvb_unregister_frontend (err -22)
[    8.875037] saa716x_core: disagrees about version of symbol dvb_register_frontend
[    8.875039] saa716x_core: Unknown symbol dvb_register_frontend (err -22)

As expected, there is no /dev/dvb*

The result did not change between kernel 3.4.1 and 3.4.3
I also rebuild the current stable branch of v4l but that did not work out either.



Any ideas?

Last edited by drahnr (2012-06-25 15:59:41)

Offline

#2 2012-06-25 15:59:24

drahnr
Member
Registered: 2011-03-14
Posts: 73

Re: [SOLVED] Technotrend budget S2-4100

Fixed - all I had to do was get rid of old files within the local tree

    rm -Rf /lib/modules/$(uname -r)/kernel/drivers/media/

did the trick + recompiling the module via the provided scripts

Offline

Board footer

Powered by FluxBB