| |
| |||||||
| Want to give back to the MythTV Community? Help answer threads with 0 replies. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#11
| |||
| |||
| |
|
#12
| |||
| |||
|
This is great news! Will the same driver set work for the 2200 (PAL / DVB-T) as for the 2250 (NTSC / ATSC / QAM)? As far as I can see the only difference between the cards is the broadcast standards supported. Steve Toth refers to the "...the Linux HVR-2250 / 2200 driver.." in his blog - maybe if he reads this he can say or else put it on his blog. Living in UK I need DVB-T - not so worried about PAL as all the analog channels are also on digital now, and PAL is going in 2-3 years time. Maybe it is hard coded in the tuner chip firmware & so outside the driver?
__________________ Gigabyte MA78G-DS3H - AMD Phenom X3 8750 - 4 x 1GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200 Last edited by AndyW; 03-15-2009 at 09:11 PM. |
|
#13
| |||
| |||
| Sorry , I am just a messenger. As you say, maybe he will read this.
|
|
#14
| |||
| |||
|
Latest updates look encouraging:- steventoth.net HVR-2250
__________________ Gigabyte MA78G-DS3H - AMD Phenom X3 8750 - 4 x 1GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200 |
|
#15
| |||
| |||
|
Hey all, I wanted to post since I found this thread (3rd from top) by searching google for "HVR 2250 mythtv". Looks like Steve is done!!! steventoth.net HVR-2250 Quote:
|
|
#16
| |||
| |||
|
hope this doesn't double post Quote:
|
|
#17
| |||
| |||
|
Perhaps this is more informative: steventoth.net HVR-2250 Quote:
Quote:
|
|
#18
| |||
| |||
|
Well I have got my HVR-2200 (Model number 89619 LF, rev. D1F2) and this is how I got on... I am running Fedora 10 (kernel 2.6.27.24) and mainly use yum for package management, so not everything here will apply to everyone. Steve Toth's SAA7164 page on KernelLabs is here SAA7164 Linux Driver - KernelLabs.com - there are links there to other useful pages. KernelLabs use Mercurial for SCM so I yum installed kernel-headers, make, gcc and mercurial. I downloaded the source code & built it in /usr/local/src:- Code: [root@localhost /]# cd /usr/local/src [root@localhost src]# hg clone http://kernellabs.com/hg/saa7164-stable/ [root@localhost src]# cd saa7164-stable [root@localhost saa7164-stable]# make [root@localhost saa7164-stable]# make install Code: May 29 23:00:41 localhost kernel: saa7164 driver loaded May 29 23:00:41 localhost kernel: saa7164 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 May 29 23:00:41 localhost kernel: CORE saa7164[0]: dev->lmmio = 0xffffc20011100000 May 29 23:00:41 localhost kernel: CORE saa7164[0]: dev->lmmio2 = 0xffffc20011580000 May 29 23:00:41 localhost kernel: CORE saa7164[0]: dev->bmmio = 0xffffc20011100000 May 29 23:00:41 localhost kernel: CORE saa7164[0]: dev->bmmio2 = 0xffffc20011580000 May 29 23:00:41 localhost kernel: CORE saa7164[0]: subsystem: 0070:8980, board: Hauppauge WinTV-HVR2200 [card=4,autodetected] May 29 23:00:41 localhost kernel: saa7164[0]/0: found at 0000:02:00.0, rev: 129, irq: 16, latency: 0, mmio: 0xfd400000 May 29 23:00:41 localhost kernel: saa7164[0]: i2c bus 0 registered May 29 23:00:41 localhost kernel: saa7164[0]: i2c bus 1 registered May 29 23:00:41 localhost kernel: saa7164[0]: i2c bus 2 registered May 29 23:00:41 localhost kernel: tveeprom 0-0000: Hauppauge model 89619, rev D1F2, serial# 6178918 May 29 23:00:41 localhost kernel: tveeprom 0-0000: MAC address is 00-0D-FE-5E-48-66 May 29 23:00:41 localhost kernel: tveeprom 0-0000: tuner model is NXP 18271C2_716x (idx 152, type 4) May 29 23:00:41 localhost kernel: tveeprom 0-0000: TV standards PAL(B/G) NTSC(M) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xfc) May 29 23:00:41 localhost kernel: tveeprom 0-0000: audio processor is SAA7164 (idx 43) May 29 23:00:41 localhost kernel: tveeprom 0-0000: decoder processor is SAA7164 (idx 40) May 29 23:00:41 localhost kernel: tveeprom 0-0000: has radio May 29 23:00:41 localhost kernel: saa7164[0]: Hauppauge eeprom: model=89619 May 29 23:00:41 localhost kernel: tda18271 1-0060: creating new instance May 29 23:00:41 localhost kernel: TDA18271HD/C2 detected @ 1-0060 May 29 23:00:41 localhost kernel: DVB: registering new adapter (saa7164) May 29 23:00:41 localhost kernel: DVB: registering adapter 0 frontend 0 (NXP TDA10048HN DVB-T)... May 29 23:00:41 localhost kernel: tda18271 2-0060: creating new instance May 29 23:00:41 localhost kernel: TDA18271HD/C2 detected @ 2-0060 May 29 23:00:42 localhost kernel: DVB: registering new adapter (saa7164) May 29 23:00:42 localhost kernel: DVB: registering adapter 1 frontend 0 (NXP TDA10048HN DVB-T)... There should now be two Code: [root@localhost dev]# ls -lR dvb dvb: total 0 drwxr-xr-x 2 root root 120 2009-05-29 23:00 adapter0 drwxr-xr-x 2 root root 120 2009-05-29 23:00 adapter1 dvb/adapter0: total 0 crw-rw----+ 1 andrew root 212, 1 2009-05-29 23:00 demux0 crw-rw----+ 1 andrew root 212, 2 2009-05-29 23:00 dvr0 crw-rw----+ 1 andrew root 212, 0 2009-05-29 23:00 frontend0 crw-rw----+ 1 andrew root 212, 3 2009-05-29 23:00 net0 dvb/adapter1: total 0 crw-rw----+ 1 andrew root 212, 5 2009-05-29 23:00 demux0 crw-rw----+ 1 andrew root 212, 6 2009-05-29 23:00 dvr0 crw-rw----+ 1 andrew root 212, 4 2009-05-29 23:00 frontend0 crw-rw----+ 1 andrew root 212, 7 2009-05-29 23:00 net0 Code: hg clone http://linuxtv.org/hg/dvb-apps Code: cvs -d:pserver:anonymous@dvbtools.cvs.sourceforge.net:/cvsroot/dvbtools login cvs -z3 -d:pserver:anonymous@dvbtools.cvs.sourceforge.net:/cvsroot/dvbtools co -P dvbstream First thing is to find the lists of transmitter frequencies supplied with dvb-apps. In my system these are in /usr/share/dvb/dvb-t though the location may vary. Find the file that corresponds to your local transmitter - I am in London so use uk-CrystalPalace, which looks like: Code: # UK, Crystal Palace # Auto-generated from http://www.dtg.org.uk/retailer/dtt_channels.html # and http://www.ofcom.org.uk/static/reception_advice/index.asp.html # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy T 505833000 8MHz 3/4 NONE QAM16 2k 1/32 NONE T 481833000 8MHz 2/3 NONE QAM64 2k 1/32 NONE T 561833000 8MHz 2/3 NONE QAM64 2k 1/32 NONE T 529833000 8MHz 3/4 NONE QAM16 2k 1/32 NONE Code: scan ./uk-CrystalPalace -o zap | tee ~/.mythtv/channels.conf Code: BBC ONE:505833330:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_3_4:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:600:601:4164 BBC TWO:505833330:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_3_4:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:610:611:4228 BBC THREE:505833330:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_3_4:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:0:0:4351 BBC NEWS:505833330:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_3_4:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:640:641:4415 Code: [root@localhost .mythtv]# tzap -c ~/.mythtv/channels.conf -r 'BBC ONE' using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' reading channels from file '/root/.mythtv/channels.conf' tuning to 505833330 Hz video pid 0x0258, audio pid 0x0259 status 00 | signal 8888 | snr 0029 | ber 0000ffff | unc 00000000 | status 1f | signal fefe | snr 00f6 | ber 00000000 | unc 00000000 | FE_HAS_LOCK status 1f | signal fefe | snr 00f6 | ber 00000001 | unc 00000000 | FE_HAS_LOCK status 1f | signal fefe | snr 00f6 | ber 00000000 | unc 00000000 | FE_HAS_LOCK status 1f | signal fefe | snr 00f6 | ber 00000000 | unc 00000000 | FE_HAS_LOCK Code: [root@localhost .mythtv]# /usr/local/src/dvbstream/dvbstream -ps -o 600 601 | mplayer - In mythtvsetup > Capture cards add a device of type "DVB DTV capture card (v3.x)" The DVB Device Number should default to 0 and the Frontend ID should display "NXP TDA10048HN DVB-T" (a couple of times there was an error probing the card for the ID). Save and add another device - this time the device number should default to 1. In mythtvsetup > Video sources set up a suitable source e.g. "Freeview" for UK digital TV. In mythtvsetup > Input connections associate both devices with this source. In "Scan for channels" I found scan type "Import channels.conf" worked best, using the file created earlier (enter the full path including the filename). "Full scan" ran without error, but didn't detect anything. It might be possible to use the other options and enter some of the tuning data, but I think building channels.conf with scan and tzap does the same thing, quicker and easier. I still have a few issues; however some of these I think are unrelated to the card and in any case the driver is still not finalised.
Code: 2009-05-30 16:49:01.707 NVP: prebuffering pause 2009-05-30 16:49:03.308 NVP: Prebuffer wait timed out 10 times. 2009-05-30 16:49:04.908 NVP: Prebuffer wait timed out 10 times. Andrew
__________________ Gigabyte MA78G-DS3H - AMD Phenom X3 8750 - 4 x 1GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200 |
|
#19
| |||
| |||
|
The OTA ATSC reception on this card is great but I haven't figured out how to get good QAM-256 reception yet. The driver is brand new so it can only get better.
|
|
#20
| |||
| |||
|
I'm using this with QAM on Comcast and it works pretty well. Occasionally I get a channel that breaks up a little or the picture jumps around, but most of the time things look good, especially the HD channels. I'm hoping he adds analog support soon so I can get comedy central and espn and everything.
Last edited by rbalik; 05-31-2009 at 07:44 AM. |
| |
![]() |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Haup HD-PVR Status? | Quantum | Hardware | 8 | 01-29-2009 08:59 AM |
| LIRC and Status LED | crashmaxx | Hardware | 0 | 01-19-2008 05:28 AM |
| Mythtv-Server Status von Linux aus abfragen | board_tester | Allgemeines | 6 | 05-21-2007 02:39 PM |
| Linux Anfänger/Welches Linux | Condor1978 | Probleme bei der Installation | 4 | 07-30-2005 02:54 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |