View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 10 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: [How-to] R6 HVR-2250
PostPosted: Sat Nov 14, 2009 8:54 pm 
Offline
Joined: Thu Jul 09, 2009 11:05 am
Posts: 28
This is a how-to for getting the HVR-2250 setup on LinHES. I used the following as a guide:

http://ubuntuforums.org/showthread.php? ... ost7344302

Run the following after logging in as mythtv user:

Code:
su -
sv stop mythbackend
cd
wget http://www.steventoth.net/linux/hvr22xx/22xxdrv_27086.zip
wget http://www.steventoth.net/linux/hvr22xx/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
wget http://www.steventoth.net/linux/hvr22xx/extract.sh


Code:
sh extract.sh
cp *fw /lib/firmware


Code:
pacman -Syu
pacman -S mercurial
pacman -S gcc make



Code:
hg clone http://kernellabs.com/hg/saa7164-stable/




Code:
cd saa7164-stable
make
make install
reboot


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 15, 2009 6:26 am 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
Dude, you should make a PKGBUILD for this and upload it to flyspray to have it included.

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 09, 2010 11:25 am 
Offline
Joined: Thu Jul 09, 2009 11:05 am
Posts: 28
This no longer works in 6.03. I haven't started debugging yet but has anyone else gotten the HVR-2250 to work on 6.03?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 12, 2010 9:43 pm 
Offline
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
kingkaeru wrote:
This no longer works in 6.03. I haven't started debugging yet but has anyone else gotten the HVR-2250 to work on 6.03?


Yes. First I did:
Code:
pacman -S v4l-dvb


to install the main dvb tree. You'll figure out that the saa7164 is probably not up to date enough for your 2250.

The other thing I figured out was the latest stable was not working because of a firmware size mismatch. I had on old version of the driver on my system, dated Dec 19, 2009. You will probably have to retry this process several times to get a driver that works, looking at the output of dmesg to make sure the firmware loaded properly.

So, you'll have to download the a stable release from mercurial and compile (in general follow the guide, install firmwares, etc).

What I did next was use the find command to find the driver and only install the 2250 driver.

Code:
find . -name saa7164.ko


and then copy to:

/lib/modules/2.6.28-LinHES/kernel/drivers/media/video/saa7164/saa7164.ko

HTH.


Top
 Profile  
 
PostPosted: Sun Jun 26, 2011 5:55 pm 
Offline
Joined: Sun Jun 12, 2011 2:43 pm
Posts: 4
bobmyth wrote:
kingkaeru wrote:
This no longer works in 6.03. I haven't started debugging yet but has anyone else gotten the HVR-2250 to work on 6.03?


Yes. First I did:
Code:
pacman -S v4l-dvb


to install the main dvb tree. You'll figure out that the saa7164 is probably not up to date enough for your 2250.

The other thing I figured out was the latest stable was not working because of a firmware size mismatch. I had on old version of the driver on my system, dated Dec 19, 2009. You will probably have to retry this process several times to get a driver that works, looking at the output of dmesg to make sure the firmware loaded properly.

So, you'll have to download the a stable release from mercurial and compile (in general follow the guide, install firmwares, etc).

What I did next was use the find command to find the driver and only install the 2250 driver.

Code:
find . -name saa7164.ko


and then copy to:

/lib/modules/2.6.28-LinHES/kernel/drivers/media/video/saa7164/saa7164.ko

HTH.


I installed LinHES 07.00.02 in the hope that the 2.6.37 kernel would have my HVR-2250 working OOTB on my newly built MythTV box (hopefully soon will be.)

Well, lspci does show the device (apparently correctly) but the it will not set up the device. Would you consider breaking the above down into a more simple step-by-step for inexperienced arch linux users? I would very much like to become a LinHES / MythTV user, but I need to get this card working ASAP. I will only consider MythTV solutions, but would have to switch distros in order to get the device working? (Mythbuntu is my second choice.)

Any assistance would be much appreciated. Thanks so much. :-)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 17, 2011 9:20 pm 
Offline
Joined: Sun Sep 05, 2004 7:06 pm
Posts: 690
I installed R7.0.3 with a build date of 9/14/2011

lspci -v shows

Multimedia controller: Phillips Semiconductors SAA7164 (rev 81)
Subsystem: Hauppauge computer works Inc. WinTv HVR-2250
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at fa800000 (64bit, non prefetchable) [size=4m]
Memory at fa400000 (64bit, non prefetchable) [size=4m]
...
Kernel driver in use: ath9k
Kernel modules: ath9k

My test box is ZOTAC Atom IONITX-F

uname -r = 2.6.39-LinHES

Myth Setup does not find the card.... :cry:


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 18, 2011 3:30 pm 
Offline
Joined: Sun Sep 05, 2004 7:06 pm
Posts: 690
Update

Code:
dmesg | grep saa7164


showed that a firmware file is missing

nxp7164-2010-03-10.1.fw

It needs to be in

/lib/firmware

http://www.steventoth.net/linux/hvr22xx ... 03-10.1.fw

Then reboot

When I enter myth setup the card shows as "Analog V4L capture card"
All I had to do was create two tuners since the card has dual tuners..

:wink:


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 18, 2011 4:59 pm 
Offline
Joined: Sun Sep 18, 2011 4:55 pm
Posts: 1
Is anyone using the digital HD tuners? Or is everyone just using the analog tuners?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 21, 2011 10:14 am 
Offline
Joined: Sun Sep 05, 2004 7:06 pm
Posts: 690
To clarify the HVR-2250 works fine in digital HD OTA mode. I'm testing is it right now, on R7.03 Build Date 9/14/2011.

Here's what needs to be done in Myth Setup

Under Capture cards select DVB DTV Capture Card (v3.x)
The frontend id will display Samsung S5H1411 QAM/Subtype: ATSC
once it's configured it appears like this.

Code:
[DVB : /dev/dvb/adapter0/frontend0]
[DVB : /dev/dvb/adapter1/frontend0]

Additionally from reading in the ubuntu forum
http://ubuntuforums.org/showthread.php?t=1567490&page=10

I think the card can do analog cable and OTA HD digital if you change recording options to.

Code:
Max Recordings   1
Open DVB Card on demand  checked
Use DVB card for active EIT scan  unchecked

I haven't tested this with analog cable yet...

So far R7.03 Build Date 9/14/2011 is working properly with this card

:wink:


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 28, 2011 2:38 pm 
Offline
Joined: Sun Mar 12, 2006 9:51 pm
Posts: 22
For anyone searching about analog and this card:

I can confirm that Digital and Analog both work out of the box in 7.1. Just make sure you set the recording options just as RacerX mentioned.

EDIT: Also make sure to set input groups on each tuner so that mythtv doesn't try to record both analog and digital at the same time on a tuner: http://www.mythtv.org/docs/mythtv-HOWTO.html#toc12.6

Thanks!

-Joe


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 6 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:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu