public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Yves <ydebx6@free.fr>
To: linux-media@vger.kernel.org
Cc: Douglas Schilling Landgraf <dougsland@gmail.com>
Subject: Re: Nova-T 500 Dual DVB-T
Date: Sat, 26 Dec 2009 05:53:03 +0100	[thread overview]
Message-ID: <4B3596AF.3010501@free.fr> (raw)
In-Reply-To: <4B31AE21.8040508@free.fr>

Yves a écrit :
> Douglas Schilling Landgraf a écrit :
>> Hello Yves,
>>
>> On 12/20/2009 03:21 AM, Yves wrote:
>>> Hi,
>>>
>>> I have a Nova-T 500 Dual DVB-T card that used to work very well 
>>> under Mandriva 2008.1 (kernel 2.6.24.7).
>>>
>>> I moved to Mandriva 2009.1, then 2010.0 (kernel 2.6.31.6) and it 
>>> doesn't work well any more. Scan can't find channels. I tried hading 
>>> "options dvb-usb-dib0700 force_lna_activation=1" in 
>>> /etc/modprobe.conf. It improve just a bit. Scan find only a few 
>>> channels. If I revert to Mandriva 2008.1 (in another partition), all 
>>> things are good (without adding anything in modprobe.conf).
>>>
>>> Is there a new version of the driver (dvb_usb_dib0700) that correct 
>>> this behavior.
>>> If not, how to install the driver from kernel 2.6.24.7 in kernel 
>>> 2.6.31.6 ?
>>>
>>
>> Please try the current driver available at v4l/dvb develpment tree 
>> and share your results here.
>>
>> hg clone http://linuxtv.org/hg/v4l-dvb
>> make
>> make rmmod
>> make install
>>
>> Finally, just restart your machine and test your favourite application.
>>
>> For additional info:
>>
>> http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers 
>>
>>
>> Cheers,
>> Douglas
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe 
>> linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>
> Hello Douglas,
>
> Unfortunately, the compilation did not succeed:
>
> $ 
> make                                                                                                         
>
> make -C 
> /home/mythtv/v4l-dvb/v4l                                                                                                      
>
> make[1]: entrant dans le répertoire « /home/mythtv/v4l-dvb/v4l 
> »                                                                     
> perl scripts/make_config_compat.pl 
> /lib/modules/2.6.31.6-desktop-1mnb/source ./.myconfig 
> ./config-compat.h                           creating symbolic 
> links...                                                                                                            
>
> make -C firmware 
> prep                                                                                                                 
>
> make[2]: Entering directory 
> `/home/mythtv/v4l-dvb/v4l/firmware'                                                                       
>
> make[2]: Leaving directory 
> `/home/mythtv/v4l-dvb/v4l/firmware'                                                                        
>
> make -C 
> firmware                                                                                                                      
>
> make[2]: Entering directory 
> `/home/mythtv/v4l-dvb/v4l/firmware'                                                                       
>
>  CC  
> ihex2fw                                                                                                                         
>
> Generating 
> vicam/firmware.fw                                                                                                          
>
> Generating 
> dabusb/firmware.fw                                                                                                         
>
> Generating 
> dabusb/bitstream.bin                                                                                                       
>
> Generating 
> ttusb-budget/dspbootcode.bin                                                                                               
>
> Generating 
> cpia2/stv0672_vp4.bin                                                                                                      
>
> Generating 
> av7110/bootcode.bin                                                                                                        
>
> make[2]: Leaving directory 
> `/home/mythtv/v4l-dvb/v4l/firmware'                                                                        
>
> Kernel build directory is 
> /lib/modules/2.6.31.6-desktop-1mnb/build                                                                    
>
> make -C /lib/modules/2.6.31.6-desktop-1mnb/build 
> SUBDIRS=/home/mythtv/v4l-dvb/v4l  
> modules                                           make[2]: Entering 
> directory 
> `/usr/src/linux-2.6.31.6-desktop-1mnb'                                                                    
>
>  CC [M]  
> /home/mythtv/v4l-dvb/v4l/tuner-xc2028.o                                                                                     
>
>  CC [M]  
> /home/mythtv/v4l-dvb/v4l/tuner-simple.o                                                                                     
>
>  CC [M]  
> /home/mythtv/v4l-dvb/v4l/tuner-types.o                                                                                      
>
>  CC [M]  
> /home/mythtv/v4l-dvb/v4l/mt20xx.o                                                                                           
>
>
> ....
>
>  CC [M]  /home/mythtv/v4l-dvb/v4l/cx88-cards.o
>  CC [M]  /home/mythtv/v4l-dvb/v4l/cx88-core.o
>  CC [M]  /home/mythtv/v4l-dvb/v4l/cx88-i2c.o
>  CC [M]  /home/mythtv/v4l-dvb/v4l/cx88-tvaudio.o
>  CC [M]  /home/mythtv/v4l-dvb/v4l/cx88-dsp.o
>  CC [M]  /home/mythtv/v4l-dvb/v4l/cx88-input.o
>  CC [M]  /home/mythtv/v4l-dvb/v4l/dvbdev.o
> /home/mythtv/v4l-dvb/v4l/dvbdev.c: In function 'init_dvbdev':
> /home/mythtv/v4l-dvb/v4l/dvbdev.c:520: error: 'struct class' has no 
> member named 'nodename'
> make[3]: *** [/home/mythtv/v4l-dvb/v4l/dvbdev.o] Error 1
> make[2]: *** [_module_/home/mythtv/v4l-dvb/v4l] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.6.31.6-desktop-1mnb'
> make[1]: *** [default] Erreur 2
> make[1]: quittant le répertoire « /home/mythtv/v4l-dvb/v4l »
> make: *** [all] Erreur 2
>
> I don't know that is wrong.
>
> Yves
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
I am still blocked at this stage. I do not know what to do.

Thank you for your help!

Yves



  reply	other threads:[~2009-12-26  4:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-20  8:21 Nova-T 500 Dual DVB-T Yves
2009-12-21  4:41 ` Douglas Schilling Landgraf
2009-12-21  2:14   ` Carey Stevens
2009-12-23  5:44   ` Yves
2009-12-26  4:53     ` Yves [this message]
2009-12-28 18:00     ` Yves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B3596AF.3010501@free.fr \
    --to=ydebx6@free.fr \
    --cc=dougsland@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox