You are not logged in.
Pages: 1
Recently I bought a USB DVB card. It based on it913x chip
Bus 001 Device 009: ID 048d:9135 Integrated Technology Express, Inc. Zolid Mini DVB-T Stick
There are no support for it 3.1 kernel, but exist some git repo of Linux TV http://linuxtv.org/
I try compile proper kernel module, like that:
git clone git://linuxtv.org/media_build.git
cd media_build
./build
sudo make install
There are no problem with compile, but when load modules i got:
[16238.752569] usb 1-1.1: new high speed USB device number 9 using ehci_hcd
[16239.226404] dvb_usb_it913x: disagrees about version of symbol rc_keydown
[16239.226415] dvb_usb_it913x: Unknown symbol rc_keydown (err -22)
[16239.226461] dvb_usb_it913x: disagrees about version of symbol dvb_usb_device_init
[16239.226467] dvb_usb_it913x: Unknown symbol dvb_usb_device_init (err -22)
Tell me what I do wrong ? I am sure that git repo works, because I compile it on Lubuntu but on older(3.0) kernel.
Thanks for any help.
Last edited by arteqw (2011-11-11 16:01:23)
Offline
Pages: 1