Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
inatalling pchdtv 5500 on gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
itlarson
n00b
n00b


Joined: 21 Oct 2007
Posts: 46

PostPosted: Sun Jan 13, 2008 3:12 am    Post subject: inatalling pchdtv 5500 on gentoo Reply with quote

I am mystified as how to procede installing this card for gentoo. Info on the internet seems to be out of date or conflicting, and the product website doesn't provide any sort of step by step guide.
I am using a single core amd 64 computor with nvidia graphics running a custom 2.6.22 kernel. It is intended as a mythtv box.
My questions are:
-What to enable/disable in the kernel.
-how to install the drivers- I have downloaded v4l-dvb-HD-5500-driver.tar.gz and tried running make, but this ends quickly in an error message.
-what's this about firmware?
-What tools do I install? Do I just emerge them? how do I tell if the card is working?
-Once it is working, what is involved in intigrating the card with mythtv?

If anyone can answer this list of questions or point me to a step by step instalation guide which is up to date for my kernel and the 5500, It would be greatly apreciated.
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Sun Jan 13, 2008 3:31 am    Post subject: Reply with quote

while i can't get you going completely, here are a few pointers i can at least hand out...

Code:
media-tv/linuxtv-dvb-firmware
Firmware files needed for operation of some dvb-devices


you'll need to set DVB_CARDS= in your make.conf... i don't know the appropriate setting for your card however.

http://gentoo-wiki.com/HOWTO_Setup_MythTV

that document is very informative about on how to get mythtv working on gentoo... there is a section on the side which goes further in-depth with your kernel configuration.

failing that, you can always try http://www.linuxtv.org/wiki/index.php/Main_Page (the dvb wiki) and perhaps http://mythtv.org/wiki/index.php/Main_Page (the mythtv wiki)

getting mythtv itself installed should be easy... "emerge -av mythtv" you'll probably want to say no, and verify all your USE flags are in order.

cheers, and i hope you get your system going. :D
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
tld
Veteran
Veteran


Joined: 09 Dec 2003
Posts: 1816

PostPosted: Sun Jan 13, 2008 6:42 am    Post subject: Reply with quote

bunder wrote:
while i can't get you going completely, here are a few pointers i can at least hand out...

Code:
media-tv/linuxtv-dvb-firmware
Firmware files needed for operation of some dvb-devices


you'll need to set DVB_CARDS= in your make.conf... i don't know the appropriate setting for your card however.

I'm using three HD-5500 cards (for ATSC DTV only, no NTSC), and actually I have neither of those. I'm not actually sure what that firmware is for.

itlarson wrote:

-What to enable/disable in the kernel.
-how to install the drivers- I have downloaded v4l-dvb-HD-5500-driver.tar.gz and tried running make, but this ends quickly in an error message.


Unless I'm missing something, I didn't think any of the drivers etc from pcHDTV were needed with newer kernels. I'm not using any of that...just the kernel's built in DVB stuff for the CX88. I'm on 2.6.23 now, but it was the same when I was on 2.6.22. I'll try to paste the pertinent parts of my kernel config:

Under Device Drivers -> Multimedia devices:

Code:
<*> Video For Linux
[ ]   Enable Video For Linux API 1 (DEPRECATED)
[*]   Enable Video For Linux API 1 compatible Layer
[*]   Video capture adapters  --->
[ ]   Radio Adapters  --->
<M> DVB for Linux
[ ]   Load and attach frontend modules as needed
[*]   DVB/ATSC adapters  --->
[ ] DAB adapters


Looking at it carefully, I actually think the "[*] DVB/ATSC adapters --->" entry above may not be needed, as I have nothing selected in the menu under that.

Under the "Video capture adapters --->" above:

Code:
[ ]   Enable advanced debug functionality
[*]   Autoselect pertinent encoders/decoders and other helper chips
< >   Virtual Video Driver
< >   SAA5246A, SAA5281 Teletext processor
< >   SAA5249 Teletext processor
[ ]   TEA 5761 radio tuner (EXPERIMENTAL)
< >   Philips SAA7134 support
< >   Hexium HV-PCI6 and Orion frame grabber
< >   Hexium Gemini frame grabber
<M>   Conexant 2388x (bt878 successor) support
< >     Conexant 2388x DMA audio support
< >     Blackbird MPEG encoder support (cx2388x + cx23416)
<M>     DVB/ATSC Support for cx2388x based TV cards
< >       VP-3054 Secondary I2C Bus Support
< >   Marvell 88ALP01 (Cafe) CMOS Camera Controller support
[ ]   V4L USB devices  --->


...and I believe that's about it. In /etc/modules.autoload.d/kernel-2.6 I have the line:

Code:
cx88-dvb


...to autoload that.

I don't know offhand if there's more required for analog tuning etc, but for DTV I think that's about it. In mythtv I set the cards up as 'DVB' and not as HD-5500's, which is what I understood you're supposed to do when using the kernel DVB.

Those tuners have been great by the way. I love recording DTV. It takes a lot of disk, but since it records the mpeg2 exctly as it comes off the tuner, I can record three HD shows at once with the CPU at like 2% or less...awesome stuff.

Tom
Back to top
View user's profile Send private message
tld
Veteran
Veteran


Joined: 09 Dec 2003
Posts: 1816

PostPosted: Sun Jan 13, 2008 6:50 am    Post subject: Reply with quote

Looking at the wiki that blunder linked to, in the kernel page here:

http://gentoo-wiki.com/HOWTO_Setup_Kernel/System_for_MythTV

...they show these enabled as well:

Code:
< >     Conexant 2388x DMA audio support
< >     Blackbird MPEG encoder support (cx2388x + cx23416)


...both of which aren't needed if, like me, you're only receiving DTV.

Good luck!

Tom
Back to top
View user's profile Send private message
gentuse
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2002
Posts: 75
Location: Seattle

PostPosted: Wed Mar 26, 2008 8:23 pm    Post subject: Reply with quote

Not completely useful, but I'm going to mention it anyway: http://www.linuxtv.org/wiki/index.php/PcHDTV_HD-5500
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum