Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [V4L] Re: Re: Galaxis DVB card installation problems



Thanks again Rolf

I understand now that I need tuxzap to control xawtv. However it still 
compiles with a lot of errors. I  It seems to miss something and I have 
no idea what, or the compiler does not understand the type of C 
statements??. My knowledge of C is very limited, but I do know other 
programming languages so when you can give me some explanation what is 
going on I will be greatfull.

This is what I did uptil now:
I unpacked the siemens_dvb-0.9.3.tar.gz in directory /opt/download which 
cretead the DVB dir .
I changed to /opt/download/DVB/driver where I did 'make' and 'make insmod'
I changed to /opt/download/DVB/libdvb where I did 'make'
I changed to /opt/download/DVB/apps/mpegtools where I did 'make'
I changed to /opt/download/DVB/apps/tuxzap
here I made a directory cdk and put the cdk.h of the right kernel in it
I did './autogen.sh --enable-lirc=no' to keep it simple no lirc yet.
When I did 'make', a number of files were compiled and then te following 
errors occured:

The errors are:

ntuxzap.cc:37: syntax error before `*'
ntuxzap.cc:116: `EObjectType' was not declared in this scope
ntuxzap.cc:116: parse error before `,'
ntuxzap.cc: In function `int save_ch (...)':
ntuxzap.cc:118: `data' undeclared (first use this function)
ntuxzap.cc:118: (Each undeclared identifier is reported only once for 
each function it appears in.)
ntuxzap.cc:128: `copyChar' undeclared (first use this function)
ntuxzap.cc:131: `cdkscreen' undeclared (first use this function)
ntuxzap.cc:131: `popupLabel' undeclared (first use this function)
ntuxzap.cc: At top level:
ntuxzap.cc:144: `EObjectType' was not declared in this scope
ntuxzap.cc:144: parse error before `,'
ntuxzap.cc: In function `int del_ch (...)':
ntuxzap.cc:163: warning: no return statement in function returning 
non-void
ntuxzap.cc: At top level:
ntuxzap.cc:165: `EObjectType' was not declared in this scope
ntuxzap.cc:165: parse error before `,'
ntuxzap.cc: In function `int set_audio (...)':
ntuxzap.cc:184: `CDKITEMLIST' undeclared (first use this function)
ntuxzap.cc:184: `ilist' undeclared (first use this function)
ntuxzap.cc:186: `LEFT' undeclared (first use this function)
ntuxzap.cc:187: `newCDKItemlist' undeclared (first use this function)
ntuxzap.cc:188: `activateCDKItemlist' undeclared (first use this 
function)
ntuxzap.cc:189: `vNORMAL' undeclared (first use this function)
ntuxzap.cc:192: `destroyCDKItemlist' undeclared (first use this 
function)
ntuxzap.cc:193: `refreshCDKScreen' undeclared (first use this function)
ntuxzap.cc: At top level:
ntuxzap.cc:198: `EObjectType' was not declared in this scope
ntuxzap.cc:198: parse error before `,'
ntuxzap.cc:241: `CDKALPHALIST' was not declared in this scope
ntuxzap.cc:241: `alphaList' was not declared in this scope
ntuxzap.cc:241: parse error before `)'
ntuxzap.cc: In function `int getList (...)':
ntuxzap.cc:247: `k' undeclared (first use this function)
ntuxzap.cc:275: `alphaList' undeclared (first use this function)
ntuxzap.cc:275: `setCDKAlphalistContents' undeclared (first use this 
function)
ntuxzap.cc:277: `vALPHALIST' undeclared (first use this function)
ntuxzap.cc:277: `KEY_F1' undeclared (first use this function)
ntuxzap.cc:277: `bindCDKObject' undeclared (first use this function)
ntuxzap.cc:281: `KEY_F8' undeclared (first use this function)
ntuxzap.cc:284: `KEY_F2' undeclared (first use this function)
ntuxzap.cc:287: warning: no return statement in function returning 
non-void
ntuxzap.cc: In function `int main (int, char **)':
ntuxzap.cc:294: `WINDOW' undeclared (first use this function)
ntuxzap.cc:294: `cursesWin' undeclared (first use this function)
ntuxzap.cc:294: parse error before `)'
ntuxzap.cc:297: `CDKALPHALIST' undeclared (first use this function)
ntuxzap.cc:297: parse error before `)'
ntuxzap.cc:362: `initscr' undeclared (first use this function)
ntuxzap.cc:363: `initCDKScreen' undeclared (first use this function)
ntuxzap.cc:366: `initCDKColor' undeclared (first use this function)
ntuxzap.cc:369: `CENTER' undeclared (first use this function)
ntuxzap.cc:372: `A_REVERSE' undeclared (first use this function)
ntuxzap.cc:372: `newCDKAlphalist' undeclared (first use this function)
ntuxzap.cc:382: `activateCDKAlphalist' undeclared (first use this 
function)
ntuxzap.cc:385: `vESCAPE_HIT' undeclared (first use this function)
ntuxzap.cc:420: `destroyCDKAlphalist' undeclared (first use this 
function)
ntuxzap.cc:421: `delwin' undeclared (first use this function)
ntuxzap.cc:422: `endCDK' undeclared (first use this function)
make[2]: *** [ntuxzap.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


Let me know if you (or someone else) can make something of this...

Ton


Rolf Siebrecht wrote:

>Hi Ton,
>
>on Tue, 30 Oct 2001, you wrote:
>
>>I compiled the DVB/driver and did make insmod. For some reason the 
>>'videodev' module could not be found, but to my surprize XawTV could be 
>>
>
>If you have a
>    alias char-major-81 videodev
>line in your modules.conf, 'videodev' is automatically loaded by kmod
>when xawtv makes an access to /dev/video, which is char-major-81 in
>other words.
>But it's strange. I have Rh 7.1, and the videodev.o module is in
>/lib/modules/2.4.2-2/kernel/drivers/media/video. For me the command
>'insmod videodev' (in your case called by 'make insmod' among others) is
>successful from any directory. It must read 'insmod videodev', not 'insmod
>videodev.o' - but that's correct for DVB-0.9.3/driver/Makefile.
>
>>started. I have N-TV as the only station. I cannot change the channels. 
>>I see the numbers change in the window bar of XawTV when I attempt to 
>>switch channels but the in=mage remains firmly on N-TV. Sound is only 
>>heard via a loop cable from my DVB card 'audio out' to my Sound card 
>>(Soundblaster live) line input. This is of course not reacting to mute 
>>or volume changes. Again the window bar shows 'Mute' or 'Volume 0%' when 
>>I press volume down or switch mute. It is impossible to increase the 
>>volume. Making of a channel list has no effect on things.
>>
>
>That is not possible with xawtv. Tuning and audio control of the DVB
>card is executed thru the DVB API, which xawtv doesn't know of. You have
>to use tuxzap/ntuxzap for selection of TV channels. tuxzap has a volume
>slider, too. You may change channels while the xawtv window remains
>open.
>
>
>Bye,
>     Rolf
>
>
>
>





-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index