Page 1 of 1

I'm facing a problem when trying to install TBS 6920 driver

PostPosted: Tue Mar 20, 2012 11:53 am
by almansouri
when I do make command at the end of make command result I got this


Code: Select All Code
make[2]: *** [_module_/home/tvserver/Desktop/v4l-dvb-3724e93f7af5/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.0.0-16-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/tvserver/Desktop/v4l-dvb-3724e93f7af5/v4l'
make: *** [all] Error 2



I'm using mythbuntu kernel 3. and this is what I get when using dmesg | grep -i dvb

Code: Select All Code
[   10.090468] cx23885_dvb_register() allocating 1 frontend(s)
[   10.090472] cx23885[0]: cx23885 based dvb card
[   10.316596] DVB: registering new adapter (cx23885[0])
[   10.316600] DVB: registering adapter 0 frontend 0 (Conexant CX24116/CX24118)...
[   31.414997] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...



Is everything is ok or there is a problem ? If so how to fix it please?

Re: I'm facing a problem when trying to install TBS 6920 dri

PostPosted: Tue Mar 20, 2012 7:09 pm
by SergioDanielG
almansouri Wrote:when I do make command at the end of make command result I got this

Code: Select All Code
make[2]: *** [_module_/home/tvserver/Desktop/v4l-dvb-3724e93f7af5/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.0.0-16-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/tvserver/Desktop/v4l-dvb-3724e93f7af5/v4l'
make: *** [all] Error 2

Exactly a few line before this you have the real error.



almansouri Wrote:I'm using mythbuntu kernel 3. and this is what I get when using dmesg | grep -i dvb

Code: Select All Code
[   10.090468] cx23885_dvb_register() allocating 1 frontend(s)
[   10.090472] cx23885[0]: cx23885 based dvb card
[   10.316596] DVB: registering new adapter (cx23885[0])
[   10.316600] DVB: registering adapter 0 frontend 0 (Conexant CX24116/CX24118)...
[   31.414997] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...



Is everything is ok or there is a problem ? If so how to fix it please?


Are you using 64bits kernel? If yes, refer to this post viewtopic.php?p=24468#p24468 to install driver.
If you don't know witch kernel are you using, post the output of "uname -a"
Best regards.