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 d8000000 (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 d4000000 (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