View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 4 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Nov 14, 2007 12:26 am 
Offline
Joined: Tue Jul 11, 2006 11:05 pm
Posts: 77
I'm trying to get a DVICO Fusion Express installed into my R5F27 box. This card is not currently supported in the version of v4l-dvb installed on my R5F27. According to linuxtv.org the digital works on the Express but not the analog, which is fine as that is all I want. The only thing is it requires the cx23885 module (pci-e bridge) which is not installed for me (checked with a modprobe and lsmod).

I thought about just updating to the latest v4l-dvb, but in another post cecil said that the version in R5F27 is already newer. So, is there any way to install just the one module?

I have been looking for a way to get this done for some time. I know the card will work, but I don't have the skills to get it there. Anyone give me a hand?

thanks

_________________
R5*
AMD Athlon X2 64 4850e
M2NPV-VM
LVM: 120 GB PATA & 320 GB SATA
1GB DDR2
PVR500
DVico Fusion Express
Pioneer DVR-111D
RC6 Remote


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 14, 2007 1:39 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
What I stated was the version included in R5F27 was newer that what is in 2.6.22. Get the "tip", untar, make all and make install.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 16, 2007 12:38 am 
Offline
Joined: Tue Jul 11, 2006 11:05 pm
Posts: 77
Ok. I got the "tip". Unfortunately, the make all and make install don't go exactly well. The make all gives a few errors towards the end and the
make install then just crashed and burned. Here is the end of the make all and the entire make install:


Code:
   LD [M]  /v4l_source/v4l-dvb-ce49575008b1/v4l/ir-common.o
  CC [M]  /v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.o
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:126: error: unknown field 'dev_attrs' specified in initializer
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:126: warning: initialization from incompatible pointer type
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: error: unknown field 'dev_release' specified in initializer
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: warning: missing braces around initializer
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: warning: (near initialization for 'video_class.subsys')
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: warning: initialization from incompatible pointer type
make[3]: *** [/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.o] Error 1
make[2]: *** [_module_/v4l_source/v4l-dvb-ce49575008b1/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.18-chw-13'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/v4l_source/v4l-dvb-ce49575008b1/v4l'
make: *** [all] Error 2
root@mythtv:/v4l_source/v4l-dvb-ce49575008b1# make install
make -C /v4l_source/v4l-dvb-ce49575008b1/v4l install
make[1]: Entering directory `/v4l_source/v4l-dvb-ce49575008b1/v4l'
Stripping debug info from files
Usage: strip <option(s)> in-file(s)
 Removes symbols and sections from files
 The options are:
  -I --input-target=<bfdname>      Assume input file is in format <bfdname>
  -O --output-target=<bfdname>     Create an output file in format <bfdname>
  -F --target=<bfdname>            Set both input and output format to <bfdname>
  -p --preserve-dates              Copy modified/access timestamps to the output
  -R --remove-section=<name>       Remove section <name> from the output
  -s --strip-all                   Remove all symbol and relocation information
  -g -S -d --strip-debug           Remove all debugging symbols & sections
     --strip-unneeded              Remove all symbols not needed by relocations
     --only-keep-debug             Strip everything but the debug information
  -N --strip-symbol=<name>         Do not copy symbol <name>
  -K --keep-symbol=<name>          Do not strip symbol <name>
     --keep-file-symbols           Do not strip file symbol(s)
  -w --wildcard                    Permit wildcard in symbol comparison
  -x --discard-all                 Remove all non-global symbols
  -X --discard-locals              Remove any compiler-generated symbols
  -v --verbose                     List all object files modified
  -V --version                     Display this program's version number
  -h --help                        Display this output
     --info                        List object formats & architectures supported
  -o <file>                        Place stripped output into <file>
strip: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big elf64-x86-64 elf64-little elf64-big srec symbolsrec tekhex binary ihex trad-core
make[1]: *** [media-install] Error 1
make[1]: Leaving directory `/v4l_source/v4l-dvb-ce49575008b1/v4l'
make: *** [install] Error 2
root@mythtv:/v4l_source/v4l-dvb-ce49575008b1#


I needed to get the kernel source compiled and had to make some links to the /lib/modules/2.6.18-chw-13/build in order to get the make all get to that point.

Any ideas where to go from here?

_________________
R5*
AMD Athlon X2 64 4850e
M2NPV-VM
LVM: 120 GB PATA & 320 GB SATA
1GB DDR2
PVR500
DVico Fusion Express
Pioneer DVR-111D
RC6 Remote


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 17, 2007 6:06 pm 
Offline
Joined: Tue Jul 11, 2006 11:05 pm
Posts: 77
I have tried doing the make all and make install in the /usr/src/ as someone had success in another post. This didn't work.

I also followed the linuxtv.org wiki using mercurial to grab the modules and update the headers before the make. This didn't get me any further either.

Am I missing something? I imagine its something simple, but I am just not seeing it.

_________________
R5*
AMD Athlon X2 64 4850e
M2NPV-VM
LVM: 120 GB PATA & 320 GB SATA
1GB DDR2
PVR500
DVico Fusion Express
Pioneer DVR-111D
RC6 Remote


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu