Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Larry Symms
Jarod Wilson wrote:
On Monday 25 April 2005 05:37, Larry Symms wrote:
 

I'm having nothing but trouble getting this combo to work.  I've tried
this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
fine, without errors but video1 is giving me nothing, not even static,
while video0 (the 350) works fine.  Here's my modules.conf snippet (note
that ivtv is autodecting both tuners as type 47):
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 no_black_magic=1
I'm sure the problem is in the options ivtv line.  Any suggestions?
   

You need some i2c_enable statements in there. I have a 350 in the same box as 
a 500, works just fine. Try this:

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options saa7127 i2c_enable=1,-1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=-1,1 no_black_magic=1
The saa7127 driver for the 350's output is hijacking the i2c bus on the 150, 
the -1 to i2c_enable tells it to not enable for a given card.

I tried this exactly like you said.  Same problem.  Doing *dd 
if=/dev/video0 of=/dev/video16* works great.  Doing *dd if=/dev/video1 
of=/dev/video16* gives me:
dd: reading `/dev/video1': Input/output error

Here's my /var/log/messages snippet:
May  6 10:33:01 mythtv kernel: ivtv:  START INIT 
IVTV 
May  6 10:33:01 mythtv kernel: ivtv: version 0.3.3 (y) loading
May  6 10:33:01 mythtv kernel: ivtv: Linux version: 2.6.9-chw-4 SMP 
preempt 586 gcc-3.3
May  6 10:33:01 mythtv kernel: ivtv: In case of problems please include 
the debug info
May  6 10:33:01 mythtv kernel: ivtv: between the START INIT IVTV and END 
INIT IVTV lines when
May  6 10:33:01 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
May  6 10:33:01 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card
May  6 10:33:01 mythtv kernel: ivtv: Found an iTVC15 based chip
May  6 10:33:01 mythtv kernel: ACPI: PCI interrupt :01:08.0[A] - 
GSI 18 (level, high) - IRQ 18
May  6 10:33:01 mythtv kernel: ivtv: Unreasonably low latency timer, 
setting to 64 (was 32)
May  6 10:33:01 mythtv kernel: ivtv: XXX PCI device: 0x01e0 vendor: 0x10de
May  6 10:33:01 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev = 
K168, serial# = 7378609
May  6 10:33:01 mythtv kernel: tveeprom: tuner = LG TAPE H001F MK3 (idx 
= 68, type = 47)
May  6 10:33:01 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 
0x08, v4l2 = 0x1000)
May  6 10:33:01 mythtv kernel: tveeprom: audio_processor = MSP3440 (type 
= 11)
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=tveeprom[50],ok]
May  6 10:33:01 mythtv kernel: ivtv: Tuner Type 47, Tuner formats 
0x1000, Radio: yes, Model 0x00ad1598, Revision 0x0001
May  6 10:33:01 mythtv kernel: ivtv: Radio detected
May  6 10:33:01 mythtv kernel: tuner: Ignoring new-style parameters in 
presence of obsolete ones
May  6 10:33:01 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus 
ivtv i2c driver #0
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok]
May  6 10:33:01 mythtv kernel: saa7115: starting probe for adapter ivtv 
i2c driver #0 (0x10005)
May  6 10:33:01 mythtv kernel: saa7115: detecting saa7115 client on 
address 0x42
May  6 10:33:01 mythtv kernel: saa7115: writing init values
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=saa7115[50],ok]
May  6 10:33:01 mythtv kernel: saa7115: status: (1E) 0x40, (1F) 0xc0
May  6 10:33:01 mythtv kernel: saa7127: Ignoring new-style parameters in 
presence of obsolete ones
May  6 10:33:01 mythtv kernel: saa7127: video encoder driver version V 
0.3 loaded
May  6 10:33:01 mythtv kernel: saa7127: detecting saa7127 client on 
address 0x88
May  6 10:33:01 mythtv kernel: saa7127: Selecting NTSC video Standard
May  6 10:33:01 mythtv kernel: saa7127: Selecting S-Video+Composite
May  6 10:33:01 mythtv kernel: saa7127: Turn WSS off
May  6 10:33:01 mythtv kernel: saa7127: Widescreen Mode 4:3 Full Format
May  6 10:33:01 mythtv kernel: saa7127: Selecting Normal Encoder Input
May  6 10:33:01 mythtv kernel: saa7127: Enable Video Output
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=saa7127[50],ok]
May  6 10:33:01 mythtv kernel: msp34xx: ivtv version
May  6 10:33:01 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has 
NICAM support, simple (D) mode, simpler (G) no-thread mode
May  6 10:33:01 mythtv kernel: msp34xx: $Id$ compiled on: May  5 2005 
23:37:27
May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok]
May  6 10:33:01 mythtv kernel: ivtv: Encoder revision: 0x02040011
May  6 10:33:01 mythtv kernel: ivtv: Decoder revision: 0x02020023
May  6 10:33:01 mythtv kernel: ivtv: Configuring WinTV PVR 350 card with 
10 streams
May  6 10:33:01 mythtv kernel: ivtv: Registered v4l2 device, streamtype 
0 minor 0
May  6 

Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Victor Perez
I readed somewhere the cx25840's i2c_enable doesn't count 250/350 so I
removed the first -1 and it worked:

options cx25840 i2c_enable=1 no_black_magic=1


On 5/6/05, Larry Symms [EMAIL PROTECTED] wrote:
 Jarod Wilson wrote:
 
 On Monday 25 April 2005 05:37, Larry Symms wrote:
 
 
 I'm having nothing but trouble getting this combo to work.  I've tried
 this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
 the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
 fine, without errors but video1 is giving me nothing, not even static,
 while video0 (the 350) works fine.  Here's my modules.conf snippet (note
 that ivtv is autodecting both tuners as type 47):
 
 alias char-major-61 lirc_i2c
 alias char-major-81 videodev
 alias char-major-81-0 ivtv
 alias char-major-81-1 ivtv
 options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
 options cx25840 no_black_magic=1
 
 I'm sure the problem is in the options ivtv line.  Any suggestions?
 
 
 
 You need some i2c_enable statements in there. I have a 350 in the same box as
 a 500, works just fine. Try this:
 
 alias char-major-81 videodev
 alias char-major-81-0 ivtv
 alias char-major-81-1 ivtv
 options saa7127 i2c_enable=1,-1
 options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
 options cx25840 i2c_enable=-1,1 no_black_magic=1
 
 The saa7127 driver for the 350's output is hijacking the i2c bus on the 150,
 the -1 to i2c_enable tells it to not enable for a given card.
 
 I tried this exactly like you said.  Same problem.  Doing *dd
 if=/dev/video0 of=/dev/video16* works great.  Doing *dd if=/dev/video1
 of=/dev/video16* gives me:
 dd: reading `/dev/video1': Input/output error
 
 Here's my /var/log/messages snippet:
 
 May  6 10:33:01 mythtv kernel: ivtv:  START INIT
 IVTV 
 May  6 10:33:01 mythtv kernel: ivtv: version 0.3.3 (y) loading
 May  6 10:33:01 mythtv kernel: ivtv: Linux version: 2.6.9-chw-4 SMP
 preempt 586 gcc-3.3
 May  6 10:33:01 mythtv kernel: ivtv: In case of problems please include
 the debug info
 May  6 10:33:01 mythtv kernel: ivtv: between the START INIT IVTV and END
 INIT IVTV lines when
 May  6 10:33:01 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
 May  6 10:33:01 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card
 May  6 10:33:01 mythtv kernel: ivtv: Found an iTVC15 based chip
 May  6 10:33:01 mythtv kernel: ACPI: PCI interrupt :01:08.0[A] -
 GSI 18 (level, high) - IRQ 18
 May  6 10:33:01 mythtv kernel: ivtv: Unreasonably low latency timer,
 setting to 64 (was 32)
 May  6 10:33:01 mythtv kernel: ivtv: XXX PCI device: 0x01e0 vendor: 0x10de
 May  6 10:33:01 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev =
 K168, serial# = 7378609
 May  6 10:33:01 mythtv kernel: tveeprom: tuner = LG TAPE H001F MK3 (idx
 = 68, type = 47)
 May  6 10:33:01 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom =
 0x08, v4l2 = 0x1000)
 May  6 10:33:01 mythtv kernel: tveeprom: audio_processor = MSP3440 (type
 = 11)
 May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=tveeprom[50],ok]
 May  6 10:33:01 mythtv kernel: ivtv: Tuner Type 47, Tuner formats
 0x1000, Radio: yes, Model 0x00ad1598, Revision 0x0001
 May  6 10:33:01 mythtv kernel: ivtv: Radio detected
 May  6 10:33:01 mythtv kernel: tuner: Ignoring new-style parameters in
 presence of obsolete ones
 May  6 10:33:01 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus
 ivtv i2c driver #0
 May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok]
 May  6 10:33:01 mythtv kernel: saa7115: starting probe for adapter ivtv
 i2c driver #0 (0x10005)
 May  6 10:33:01 mythtv kernel: saa7115: detecting saa7115 client on
 address 0x42
 May  6 10:33:01 mythtv kernel: saa7115: writing init values
 May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=saa7115[50],ok]
 May  6 10:33:01 mythtv kernel: saa7115: status: (1E) 0x40, (1F) 0xc0
 May  6 10:33:01 mythtv kernel: saa7127: Ignoring new-style parameters in
 presence of obsolete ones
 May  6 10:33:01 mythtv kernel: saa7127: video encoder driver version V
 0.3 loaded
 May  6 10:33:01 mythtv kernel: saa7127: detecting saa7127 client on
 address 0x88
 May  6 10:33:01 mythtv kernel: saa7127: Selecting NTSC video Standard
 May  6 10:33:01 mythtv kernel: saa7127: Selecting S-Video+Composite
 May  6 10:33:01 mythtv kernel: saa7127: Turn WSS off
 May  6 10:33:01 mythtv kernel: saa7127: Widescreen Mode 4:3 Full Format
 May  6 10:33:01 mythtv kernel: saa7127: Selecting Normal Encoder Input
 May  6 10:33:01 mythtv kernel: saa7127: Enable Video Output
 May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=saa7127[50],ok]
 May  6 10:33:01 mythtv kernel: msp34xx: ivtv version
 May  6 10:33:01 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has
 NICAM support, simple (D) mode, simpler (G) no-thread mode
 May  6 10:33:01 mythtv kernel: msp34xx: $Id$ compiled on: May  5 2005
 23:37:27
 May  6 10:33:01 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok]
 May  6 10:33:01 mythtv 

Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Larry Symms
This didn't work.  I got the same results.  If I switch the cards around 
so the 150MCE is detected first its encoder works fine, but the 350 
TV-out doesn't work.  When I boot, instead of the nice green tv-output I 
get a flickery black image followed by no signal (my TV displays the 
input number when when no signal is coming in).  X starts without errors 
but no picture.  If I do dd if=/dev/video0 of=/dev/video17 I get audio 
but no video.  If I do dd if=/dev/video0 if=test.mpg I get a nice 
looking mpg with audio (this also works with video1).  Here's my current 
modules.conf snippet (note that the 150MCE is detected first):

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
alias char-major-61 lirc_i2c
options saa7127 i2c_enable=-1,1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=1,-1 no_black_magic=1

I readed somewhere the cx25840's i2c_enable doesn't count 250/350 so I
removed the first -1 and it worked:
options cx25840 i2c_enable=1 no_black_magic=1
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-06 Thread Larry Symms
I also tried just have the cx25840 line read:
options cx25840 i2c_enable=1 no_black_magic=1
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-05-05 Thread Victor Perez
I just added a 150 last week and had the same problem until I figured
out the i2c_enable switch. In the saa7127 you have to pass a -1 to
your 150 and/or 500's, but for the cx25840 you skip the 350.

When I added the 150 I got it to work with:

options saa7127 i2c_enable=1,-1
options cx25840 i2c_enable=1 no_black_magic=1

Right now I have a 350, 150 and 500 in tha order, I got the 500
working yesterday with the following:

# detection order: 350, 150, 500
options ivtv ivtv_std=0,0,0,0 tuner=47,47,57,57
options saa7127 i2c_enable=1,-1,-1,-1
options cx25840 i2c_enable=1,1,1 no_black_magic=1

I am running knoppmyth R5A15 with ivtv-0.2.0rc3j.



On 4/28/05, Adrian [EMAIL PROTECTED] wrote:
 I have a very similar problems to Larry's.  I have a PVR-350 which works
 pretty well.  I recently added a PVR-150, which I have not been able to
 get to work (even by itself).  I tried Jarod's modprobe settings, but
 nothing seemed to change.
 
 The PVR-150 seems to be initialized just fine by ivtv (see attached), but
 it produces no output on /dev/video1.  The only anomaly that I have
 noticed is in the lspci output, it reports unknown device as follows
 (May be normal for PVR-150??):
 
 04:00.0 Multimedia video controller: Internext Compression Inc iTVC15
 MPEG-2 Encoder (rev 01)
 Subsystem: Hauppauge computer works Inc. WinTV PVR-350
 Flags: bus master, medium devsel, latency 64, IRQ 11
 Memory at d800 (32-bit, prefetchable) [size=64M]
 Capabilities: [44] Power Management version 2
 
 04:01.0 Multimedia video controller: Internext Compression Inc iTVC16
 (CX23416)MPEG-2 Encoder (rev 01)
 Subsystem: Hauppauge computer works Inc.: Unknown device 8003
 Flags: bus master, medium devsel, latency 64, IRQ 10
 Memory at d400 (32-bit, prefetchable) [size=64M]
 Capabilities: [44] Power Management version 2
 
 Any pointers would be appreciated.
 
 Thanks,
   Adrian
 
 ps  This is my first post, but I have been lurking for months.  Thanks to
 all for getting me this far.
 
 
  On Monday 25 April 2005 05:37, Larry Symms wrote:
  I'm having nothing but trouble getting this combo to work.  I've tried
 this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
 the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
 fine, without errors but video1 is giving me nothing, not even static,
 while video0 (the 350) works fine.  Here's my modules.conf snippet
 (note
  that ivtv is autodecting both tuners as type 47):
  alias char-major-61 lirc_i2c
  alias char-major-81 videodev
  alias char-major-81-0 ivtv
  alias char-major-81-1 ivtv
  options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
  options cx25840 no_black_magic=1
  I'm sure the problem is in the options ivtv line.  Any suggestions?
 
  You need some i2c_enable statements in there. I have a 350 in the same
 box
  as
  a 500, works just fine. Try this:
 
  alias char-major-81 videodev
  alias char-major-81-0 ivtv
  alias char-major-81-1 ivtv
  options saa7127 i2c_enable=1,-1
  options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
  options cx25840 i2c_enable=-1,1 no_black_magic=1
 
  The saa7127 driver for the 350's output is hijacking the i2c bus on the
 150,
  the -1 to i2c_enable tells it to not enable for a given card.
 
  --
  Jarod Wilson
  [EMAIL PROTECTED]
 
  Got a question? Read this first...
   http://catb.org/~esr/faqs/smart-questions.html
  MythTV, Fedora Core  ATrpms documentation:
   http://wilsonet.com/mythtv/
  MythTV Searchable Mailing List Archive
   http://www.gossamer-threads.com/lists/mythtv/
  ___
  mythtv-users mailing list
  mythtv-users@mythtv.org
  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-04-29 Thread Jarod Wilson
On Thursday 28 April 2005 20:52, Adrian wrote:
 I have a very similar problems to Larry's.  I have a PVR-350 which works
 pretty well.  I recently added a PVR-150, which I have not been able to
 get to work (even by itself).  I tried Jarod's modprobe settings, but
 nothing seemed to change.

The ones below with the i2c_enable stuff? If not, try those. If so, try 
shutting down, powering off, pulling the power cord for a minute, then boot 
back up. The 150s (and 500s) are notorious for holding onto bad settings, but 
if you give their capacitors enough time to discharge, they usually play nice 
again...

 The PVR-150 seems to be initialized just fine by ivtv (see attached), but
 it produces no output on /dev/video1.  The only anomaly that I have
 noticed is in the lspci output, it reports unknown device as follows
 (May be normal for PVR-150??):

The lspci output shouldn't matter.

  You need some i2c_enable statements in there. I have a 350 in the same
  box as a 500, works just fine. Try this:
 
  alias char-major-81 videodev
  alias char-major-81-0 ivtv
  alias char-major-81-1 ivtv
  options saa7127 i2c_enable=1,-1
  options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
  options cx25840 i2c_enable=-1,1 no_black_magic=1
 
  The saa7127 driver for the 350's output is hijacking the i2c bus on the
  150, the -1 to i2c_enable tells it to not enable for a given card.

-- 
Jarod Wilson
[EMAIL PROTECTED]

Got a question? Read this first...
 http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core  ATrpms documentation:
 http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
 http://www.gossamer-threads.com/lists/mythtv/


pgpnEKPuwkBww.pgp
Description: PGP signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-04-28 Thread Jarod Wilson
On Monday 25 April 2005 05:37, Larry Symms wrote:
 I'm having nothing but trouble getting this combo to work.  I've tried
 this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
 the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
 fine, without errors but video1 is giving me nothing, not even static,
 while video0 (the 350) works fine.  Here's my modules.conf snippet (note
 that ivtv is autodecting both tuners as type 47):

 alias char-major-61 lirc_i2c
 alias char-major-81 videodev
 alias char-major-81-0 ivtv
 alias char-major-81-1 ivtv
 options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
 options cx25840 no_black_magic=1

 I'm sure the problem is in the options ivtv line.  Any suggestions?

You need some i2c_enable statements in there. I have a 350 in the same box as 
a 500, works just fine. Try this:

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options saa7127 i2c_enable=1,-1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=-1,1 no_black_magic=1

The saa7127 driver for the 350's output is hijacking the i2c bus on the 150, 
the -1 to i2c_enable tells it to not enable for a given card.

-- 
Jarod Wilson
[EMAIL PROTECTED]

Got a question? Read this first...
 http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core  ATrpms documentation:
 http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
 http://www.gossamer-threads.com/lists/mythtv/


pgpZWL5UukZjK.pgp
Description: PGP signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-04-28 Thread Larry Symms
Jarod Wilson wrote:
On Monday 25 April 2005 05:37, Larry Symms wrote:
 

I'm having nothing but trouble getting this combo to work.  I've tried
this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
fine, without errors but video1 is giving me nothing, not even static,
while video0 (the 350) works fine.  Here's my modules.conf snippet (note
that ivtv is autodecting both tuners as type 47):
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 no_black_magic=1
I'm sure the problem is in the options ivtv line.  Any suggestions?
   

You need some i2c_enable statements in there. I have a 350 in the same box as 
a 500, works just fine. Try this:

alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 ivtv
options saa7127 i2c_enable=1,-1
options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
options cx25840 i2c_enable=-1,1 no_black_magic=1
The saa7127 driver for the 350's output is hijacking the i2c bus on the 150, 
the -1 to i2c_enable tells it to not enable for a given card.
 


Thanks Jarod.  That sounds like exactly what it's doing.  I'll give it a 
try ASAP (which might be a while without seriously affecting WAF).
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 with tv-out and PVR-150MCE combo setting

2005-04-28 Thread Adrian
I have a very similar problems to Larry's.  I have a PVR-350 which works
pretty well.  I recently added a PVR-150, which I have not been able to
get to work (even by itself).  I tried Jarod's modprobe settings, but
nothing seemed to change.

The PVR-150 seems to be initialized just fine by ivtv (see attached), but
it produces no output on /dev/video1.  The only anomaly that I have
noticed is in the lspci output, it reports unknown device as follows
(May be normal for PVR-150??):

04:00.0 Multimedia video controller: Internext Compression Inc iTVC15
MPEG-2 Encoder (rev 01)
Subsystem: Hauppauge computer works Inc. WinTV PVR-350
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at d800 (32-bit, prefetchable) [size=64M]
Capabilities: [44] Power Management version 2

04:01.0 Multimedia video controller: Internext Compression Inc iTVC16
(CX23416)MPEG-2 Encoder (rev 01)
Subsystem: Hauppauge computer works Inc.: Unknown device 8003
Flags: bus master, medium devsel, latency 64, IRQ 10
Memory at d400 (32-bit, prefetchable) [size=64M]
Capabilities: [44] Power Management version 2


Any pointers would be appreciated.

Thanks,
  Adrian

ps  This is my first post, but I have been lurking for months.  Thanks to
all for getting me this far.


 On Monday 25 April 2005 05:37, Larry Symms wrote:
 I'm having nothing but trouble getting this combo to work.  I've tried
this with 0.2.0 rc3i and 0.3.2u.  The 150 is located at PCI:1:9:0 and
the 350 is located at PCI:1:8:0.  Ivtv seems to be detecting the 150
fine, without errors but video1 is giving me nothing, not even static,
while video0 (the 350) works fine.  Here's my modules.conf snippet
(note
 that ivtv is autodecting both tuners as type 47):
 alias char-major-61 lirc_i2c
 alias char-major-81 videodev
 alias char-major-81-0 ivtv
 alias char-major-81-1 ivtv
 options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
 options cx25840 no_black_magic=1
 I'm sure the problem is in the options ivtv line.  Any suggestions?

 You need some i2c_enable statements in there. I have a 350 in the same
box
 as
 a 500, works just fine. Try this:

 alias char-major-81 videodev
 alias char-major-81-0 ivtv
 alias char-major-81-1 ivtv
 options saa7127 i2c_enable=1,-1
 options ivtv ivtv_debug=1 ivtv_std=1 tuner=47,47
 options cx25840 i2c_enable=-1,1 no_black_magic=1

 The saa7127 driver for the 350's output is hijacking the i2c bus on the
150,
 the -1 to i2c_enable tells it to not enable for a given card.

 --
 Jarod Wilson
 [EMAIL PROTECTED]

 Got a question? Read this first...
  http://catb.org/~esr/faqs/smart-questions.html
 MythTV, Fedora Core  ATrpms documentation:
  http://wilsonet.com/mythtv/
 MythTV Searchable Mailing List Archive
  http://www.gossamer-threads.com/lists/mythtv/
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users





dmesg_output
Description: Binary data
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users