View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 51 posts ] 
Go to page Previous  1, 2, 3, 4  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sat Dec 10, 2005 11:44 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
madsholme wrote:
No its in the right one, that was the first thing i checked :)

Which one did you check, the frequency set or the connector? If you've got the right connector and a clean connection, snow usually means that you've got the wrong frequencies for one of two reasons.

1) Wrong frequency set for your locale or cable system.

2) Wrong card/tuner type, so that when the frequency is translated to commands for the card, those are wrong.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 10, 2005 12:07 pm 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
tjc wrote:
madsholme wrote:
No its in the right one, that was the first thing i checked :)

Which one did you check, the frequency set or the connector? If you've got the right connector and a clean connection, snow usually means that you've got the wrong frequencies for one of two reasons.

1) Wrong frequency set for your locale or cable system.

2) Wrong card/tuner type, so that when the frequency is translated to commands for the card, those are wrong.


That i haddent conected i tto the radio..

also the picture isent only snow, there is also green and purple squares around in it..

1: right frequency, also tryed to use ptune-ui.pl to look for channels
2: think my settings are right, cant check now thought.. away from the box.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 1:16 pm 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
1: Yes i can switch tuner by pressing Y. althought the image is just the same on the other tuner

2: THe picture is covered by snow, and green and purple boxes, the sound is laggin or, chopping..

from dmesg


Code:
tveeprom: Hauppauge: model = 23559, rev = D491, serial# = 8748867
tveeprom: tuner = Philips FQ1216AME MK4 (idx = 91, type = 56)


from /etc/mythtv/modules/ivtv


Code:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
alias char-major-81-0 ivtv
alias char-major-81-0 bttv
alias /dev/video0 ivtv
options ivtv ivtv_debug=1 tda9887=0
options msp3400 once=1 simple=1


from : /etc/sysconfig/ivtv/cfg-0 & 1
Code:
IVTV_TUNER='56'
IVTV_TYPE='PAL'


my: nano /etc/init.d/set_ivtv_params


Code:
IVTV_DF='PAL'           # tuner format [NTSC|PAL]



my settings: mythtv-setup
TV format = PAL
VBI Format = PAL Teletext
Channel Frequency table = europe-west

i used ptune-ui.pl to tune into channels from mythtv, the frequency table is set to the right one.

some one got some ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 1:40 pm 
Offline
Joined: Sun May 22, 2005 2:44 pm
Posts: 105
Location: The Netherlands
Hi,

Code:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
alias char-major-81-0 ivtv
alias char-major-81-0 bttv
alias /dev/video0 ivtv
options ivtv ivtv_debug=1 tda9887=0
options msp3400 once=1 simple=1


I would change this part like:
Code:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
# alias char-major-81-0 bttv
alias /dev/video0 ivtv
# options ivtv ivtv_debug=1 tda9887=0
# options msp3400 once=1 simple=1



Can you post your association of video0 and/or video1 with tuner0 and/or tuner1 with "provider_myproviderdenmarklocal'?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 1:45 pm 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
fiete wrote:
Hi,

Code:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
alias char-major-81-0 ivtv
alias char-major-81-0 bttv
alias /dev/video0 ivtv
options ivtv ivtv_debug=1 tda9887=0
options msp3400 once=1 simple=1


I would change this part like:
Code:
alias char-major-81 videodev
alias char-major-61 lirc_i2c
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
# alias char-major-81-0 bttv
alias /dev/video0 ivtv
# options ivtv ivtv_debug=1 tda9887=0
# options msp3400 once=1 simple=1



Can you post your association of video0 and/or video1 with tuner0 and/or tuner1 with "provider_myproviderdenmarklocal'?


do you mean from inside mythtv-setup, under input connections?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 2:42 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
He means to change /etc/mythtv/modules/ivtv


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 2:48 pm 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
tjc wrote:
He means to change /etc/mythtv/modules/ivtv


not with this part?

fiete wrote:
Can you post your association of video0 and/or video1 with tuner0 and/or tuner1 with "provider_myproviderdenmarklocal'?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 2:54 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
For that he meant inside mytthv-setup.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 5:06 pm 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
alright here goes: Mythtv-setup

1: Capture Cards
dev/video0
and
dev/video1

both setup as a haupauge 250 card

2:
under video sources i made a new one called cable, and then got it to get the channels, and under chanel frequency table i chose europe-west

3:
Input connections, i got:

/dev/video0 (tuner0) -> cable
/dev/video0 (tuner1) -> cable
/dev/video1 (tuner0) -> cable
/dev/video1 (tuner1) -> cable

they all got this as their setup (when ýou press return on one of them)
video sources: cable
Input preference: 0
External channel change command: "blank"
preset tuner to channel: "blank"
starting channel: 1


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 11, 2005 10:45 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
madsholme wrote:
/dev/video0 (tuner0) -> cable
/dev/video0 (tuner1) -> cable
/dev/video1 (tuner0) -> cable
/dev/video1 (tuner1) -> cable

This is bad. You should only associate the video source with the input(s) that is(are) in use, here dev/video0 (tuner0) and /dev/video1(tuner0).
madsholme wrote:
starting channel: 1

Is channel 1 a real channel that exists on your cable feed? If the channel specified here doesn't really exist bad things happen...


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 12, 2005 1:47 am 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
tjc wrote:
madsholme wrote:
/dev/video0 (tuner0) -> cable
/dev/video0 (tuner1) -> cable
/dev/video1 (tuner0) -> cable
/dev/video1 (tuner1) -> cable

This is bad. You should only associate the video source with the input(s) that is(are) in use, here dev/video0 (tuner0) and /dev/video1(tuner0).
madsholme wrote:
starting channel: 1

Is channel 1 a real channel that exists on your cable feed? If the channel specified here doesn't really exist bad things happen...


Alright i will try and remove the ones that arent used.

Shouldent i use:

/dev/video1(tuner1). rater than /dev/video1(tuner0).
since it got 2 tuners?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 12, 2005 8:07 am 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
alright tryed to change what you said and the picture is still the same.

is there a way to take screenshots easy ?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 12, 2005 9:11 am 
Offline
Joined: Sun May 22, 2005 2:44 pm
Posts: 105
Location: The Netherlands
Hi,

This must be very frustrating for you. Maybe tjc has some brainwaves about this. Would you please post your dmesg using the instructions in
http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles
(I mean the sed command)? CopyPaste of the code is:

Code:
sed -n '/= START INIT IVTV/,/=  END INIT IVTV/p' </var/log/dmesg | more


This is about checking the PAL stuff and autodetection.
Your hardware might be of interest now...

In another post tjc suggests a clean mythtv-setup. After starting mythtv-setup you will be questioned about deleting card settings and deleting channel settings. Personally I would do a really clean mythtv-setup now, deleting old channel settings and card settings. The only thing you will lose are your manually edited channels (frequencies and so on).

Unfortunately I don't know about taking screenshots :(

F.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 12, 2005 9:22 am 
Offline
Joined: Fri Dec 02, 2005 7:23 am
Posts: 171
Location: Denmark (PAL-B/G)
fiete wrote:
Hi,

This must be very frustrating for you. Maybe tjc has some brainwaves about this. Would you please post your dmesg using the instructions in
http://www.knoppmythwiki.org/index.php?page=CheckingLogFiles
(I mean the sed command)? CopyPaste of the code is:

Code:
sed -n '/= START INIT IVTV/,/=  END INIT IVTV/p' </var/log/dmesg | more


This is about checking the PAL stuff and autodetection.
Your hardware might be of interest now...

In another post tjc suggests a clean mythtv-setup. After starting mythtv-setup you will be questioned about deleting card settings and deleting channel settings. Personally I would do a really clean mythtv-setup now, deleting old channel settings and card settings. The only thing you will lose are your manually edited channels (frequencies and so on).

Unfortunately I don't know about taking screenshots :(

F.


You have no idea how fustrating it is :) kinda fear that i have bought the expensive card in vain..

here is the output from dmesg:

Code:
root@mythtv:~# sed -n '/= START INIT IVTV/,/=  END INIT IVTV/p' </var/log/dmesg
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.4.0 (tagged release) loading
ivtv:  Linux version: 2.6.13.2-chw-3 SMP preempt 586 gcc-3.3
ivtv:  In case of problems please include the debug info
ivtv:  between the START INIT IVTV and END INIT IVTV lines when
ivtv:  mailing the ivtv-devel mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (iTVC16 based)
ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKB] -> GSI 12 (level, low) -> IRQ 12
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tveeprom: Second (radio) tuner idx 101
tveeprom: ivtv version
tveeprom: Hauppauge: model = 23559, rev = D491, serial# = 8748867
tveeprom: tuner = Philips FQ1216AME MK4 (idx = 91, type = 56)
tveeprom: tuner fmt = PAL(B/G) PAL(I) SECAM(L/L') PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17)
tveeprom: audio processor = CX25843 (type = 25)
tveeprom: decoder processor = CX25843 (type = 1e)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
ivtv0: This is the first unit of a PVR500
tuner (ivtv): chip found at addr 0xc0 i2c-bus ivtv i2c driver #0
TEA5767 detected.
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60]
tuner: type set to 62 (Philips TEA5767HN FM Radio) by autodetect
type set to 62 (Philips TEA5767HN FM Radio)
tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
cx25840 0-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 0-0044: loaded /lib/modules/HcwMakoA.ROM firmware (14264 bytes)
ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
tda9885/6/7: (ivtv) chip found @ 0x86
ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43]
ivtv0: Detected a TEA5767 radio tuner. Enabling radio support.
ts: Compaq touchscreen protocol output
ivtv0: loading /lib/modules/ivtv-fw-enc.bin
ivtv0: Encoder revision: 0x02040011
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Create encoder radio stream
tuner: type set to 56 (Philips PAL/SECAM multi (FQ1216AME MK4)) by ivtv i2c driver #0
ivtv0: Initialized WinTV PVR 500 (unit #1), card #0
ivtv:  ======================  NEXT CARD  ======================
ivtv1: Autodetected WinTV PVR 150 card (iTVC16 based)
ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
tveeprom: Second (radio) tuner idx 101
tveeprom: ivtv version
tveeprom: Hauppauge: model = 23559, rev = D491, serial# = 8748867
tveeprom: tuner = Philips FQ1216AME MK4 (idx = 91, type = 56)
tveeprom: tuner fmt = PAL(B/G) PAL(I) SECAM(L/L') PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17)
tveeprom: audio processor = CX25843 (type = 25)
tveeprom: decoder processor = CX25843 (type = 1e)
ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]
tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #1
ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61]
cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1)
cx25840 1-0044: loaded /lib/modules/HcwMakoA.ROM firmware (14264 bytes)
ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44]
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #1)
ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b]
tda9885/6/7: (ivtv) chip found @ 0x86
ivtv1: i2c attach to card #1 ok [client=tda9887, addr=43]
ivtv1: This is the second unit of a PVR500
ivtv1: Correcting tveeprom data: no radio present on second unit
ivtv1: loading /lib/modules/ivtv-fw-enc.bin
ivtv1: Encoder revision: 0x02040011
ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv1: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB total)
ivtv1: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB total)
ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
tuner: type set to 56 (Philips PAL/SECAM multi (FQ1216AME MK4)) by ivtv i2c driver #1
ivtv1: Initialized WinTV PVR 500 (unit #2), card #1
ivtv:  ====================  END INIT IVTV  ====================
root@mythtv:~#


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 12, 2005 2:48 pm 
Offline
Joined: Sun May 22, 2005 2:44 pm
Posts: 105
Location: The Netherlands
Hi,

I don't see any very strange things in the dmesg you've posted. Maybe you could follow this post as well:
http://mysettopbox.tv/phpBB2/viewtopic.php?t=7299

The last post in this thread by tjc says:
Quote:
That would be my next move, say yes to both questions at the start of mythtv-setup, and do a clean configuration.


Maybe you could give the 'clean configuration' a try?

BTW there is very limited info about your hardware. Is the 500MCE your one and only TV card?

F.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 51 posts ] 
Go to page Previous  1, 2, 3, 4  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 9 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