Hans, Sorry to bother again.
I did the whole trunk thing and the dvb stuff and got everything compiled as should without errors !! the dmesg gives: ivtv: ==================== START INIT IVTV ==================== ivtv: version 0.4.3 (tagged release) loading ivtv: Linux version: 2.6.15-1.1833_FC4 686 REGPARM 4KSTACKS gcc-4.0 ivtv: In case of problems please include the debug info between ivtv: the START INIT IVTV and END INIT IVTV lines, along with ivtv: any module options, when mailing the ivtv-users mailinglist. ivtv0: User specified YUAN PG600/DIAMOND PVR-550 (CX FALCON2) card (detected cx23416 based chip) ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11 tveeprom: Encountered bad packet header [ff]. Corrupt or not a Hauppauge eeprom. ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0) cx25840 2-0044: loaded v4l-cx25840.fw firmware (14264 bytes) ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44] ivtv0: Could not detect tuner standard, defaulting to NTSC. ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) ivtv0: Encoder revision: 0x02050032 ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total) ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total) ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total) ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total) ivtv0 warning: i2c client addr: 0x00 not found for command 0x40045403! cx25840 2-0044: 0x0000 is not a valid video input! ivtv0 warning: i2c client addr: 0x00 not found for command 0x40085618! ivtv0 warning: i2c client addr: 0x00 not found for command 0x402c5639! ivtv0: Initialized YUAN PG600/DIAMOND PVR-550 (CX FALCON2), card #0 ivtv: ==================== END INIT IVTV ==================== This is with the mdoprobe.conf as : # ivtv modules setup alias char-major-81 dvb-ttpci alias char-major-81-0 ivtv options ivtv cardtype=7 tuner=71 options msp3400 once=0 simpler=1 simple=0 To me it seems that the tuner is not working or the firmware has a hickup ?? I tried also with the shipped Falcon2 firmware but that just gives me more errors dmesg with that gives: ivtv: ==================== START INIT IVTV ==================== ivtv: version 0.4.3 (tagged release) loading ivtv: Linux version: 2.6.15-1.1833_FC4 686 REGPARM 4KSTACKS gcc-4.0 ivtv: In case of problems please include the debug info between ivtv: the START INIT IVTV and END INIT IVTV lines, along with ivtv: any module options, when mailing the ivtv-users mailinglist. ivtv0: User specified YUAN PG600/DIAMOND PVR-550 (CX FALCON2) card (detected cx23416 based chip) ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11 tveeprom: Encountered bad packet header [ff]. Corrupt or not a Hauppauge eeprom. ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0) cx25840 2-0044: loaded v4l-cx25840.fw firmware (14264 bytes) ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44] ivtv0: Could not detect tuner standard, defaulting to NTSC. ivtv0: unable to open firmware v4l-cx2341x-enc.fw ivtv0: did you put the firmware in the hotplug firmware directory? ivtv0 warning: failed loading encoder firmware ivtv0 warning: Error loading firmware -3! ivtv0: Error -3 initializing firmware. ivtv0: Error -12 on initialization ivtv: probe of 0000:00:08.0 failed with error -12 ivtv: ==================== END INIT IVTV ==================== My guess is that the tveeprom sw has an issue ??? Anyway to test that ?? If you want to take this off list that is OK with me as well ... Robert ([EMAIL PROTECTED] -- though in Mexico at the moment) On Wednesday 15 March 2006 13:24, Hans Verkuil wrote: > This tuner is supported, but only in the v4l repository. It isn't even > in the upcoming 2.6.16 kernel. > > That means that you are forced to use the 'trunk' of the ivtv subversion > repository. See http://www.ivtvdriver.org/index.php/Svn_checkout on how > to do it. Also read the README.1ST in the checked out ivtv directory. > > Then use ivtv module option tuner=71 to select the XCeive tuner. You > also need the tuner's firmware. Put it with the other ivtv firmwares > and use the filename xceive_xc_3028.fw. The firmware should be part of > the Windows driver (something like cxxc.rom). > > I hope that will get it to work. > > Hans > > On Wednesday 15 March 2006 20:12, Robert Bungener wrote: > > Ok Hans, > > > > I looked at the board last night and I found the following chips > > > > CX23416-2 > > CX25843-23 > > XCEIVE AC2828 or RC2828 (can't read the letters they are too damn > > small And some kind of mem chip ... > > > > Robert > > > > On Tuesday 14 March 2006 17:18, Hans Verkuil wrote: > > > Hmm, I wonder if you have somewhat different hardware. > > > > > > Can you make a list of the chips on the card and also of the tuner > > > name? For the latter you probably have to gently peel off the label > > > in order to read the tuner type underneath. > > > > > > Hans > > > > > > On Wednesday 15 March 2006 00:10, Robert Bungener wrote: > > > > OK got that fixed ... > > > > > > > > modprobe cardtype=7 radio=1 > > > > still missing some tuner info > > > > > > > > modprobe.conf has: > > > > # ivtv modules setup > > > > alias char-major-81 ivtv > > > > alias char-major-81 videodev > > > > alias char-major-81-0 ivtv > > > > options ivtv tuner=2 > > > > options msp3400 once=0 simpler=1 simple=0 > > > > > > > > dmesg gives: > > > > ivtv: ==================== START INIT IVTV ==================== > > > > ivtv: version 0.4.3 (tagged release) loading > > > > ivtv: Linux version: 2.6.15-1.1833_FC4 686 REGPARM 4KSTACKS > > > > gcc-4.0 ivtv: In case of problems please include the debug info > > > > between ivtv: the START INIT IVTV and END INIT IVTV lines, along > > > > with ivtv: any module options, when mailing the ivtv-users > > > > mailinglist. ivtv0: User specified YUAN PG600/DIAMOND PVR-550 (CX > > > > FALCON2) card (detected cx23416 based chip) > > > > ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 11 > > > > (level, low) -> IRQ 11 > > > > tveeprom: Encountered bad packet header [ff]. Corrupt or not a > > > > Hauppauge eeprom. > > > > ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] > > > > cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0) > > > > cx25840 1-0044: loaded v4l-cx25840.fw firmware (14264 bytes) > > > > ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44] > > > > ivtv0: Could not detect tuner standard, defaulting to NTSC. > > > > ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) > > > > ivtv0: Encoder revision: 0x02050032 > > > > ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers > > > > (4096KB total) ivtv0: Allocate DMA encoder YUV stream: 194 x > > > > 10800 buffers (2048KB total) ivtv0: Allocate DMA encoder VBI > > > > stream: 120 x 17472 buffers (2048KB total) ivtv0: Allocate DMA > > > > encoder PCM audio stream: 455 x 4608 buffers (2048KB total) > > > > ivtv0: Create encoder radio stream > > > > ivtv0 warning: i2c client addr: 0x00 not found for command > > > > 0x40045403! ivtv0 warning: i2c client addr: 0x00 not found for > > > > command 0x40085618! ivtv0 warning: i2c client addr: 0x00 not > > > > found for command 0x402c5639! ivtv0: Initialized YUAN > > > > PG600/DIAMOND PVR-550 (CX FALCON2), card #0 ivtv: > > > > ==================== END INIT IVTV ==================== > > > > > > > > More info, I specified tuner=2 but that was only on the "Howto" > > > > part. I could not find a list with the available options ... > > > > > > > > Thanks, > > > > Robert > > > > > > > > On Tuesday 14 March 2006 15:01, Hans Verkuil wrote: > > > > > Run with ivtv module option cardtype=7. That should work. The > > > > > card is misdetected as a PVR250, a different card altogether. > > > > > > > > > > Yuan makes a mess of their vendor IDs :-( > > > > > > > > > > Hans > > > > > > > > > > On Tuesday 14 March 2006 21:48, Robert Bungener wrote: > > > > > > Hello list, > > > > > > > > > > > > I have a Yuan PG600 and some problems to get it to work ... > > > > > > > > > > > > yummed all the ivtv parts for FC4 > > > > > > > > > > > > lspci -v gives: > > > > > > 00:08.0 Multimedia video controller: Internext Compression > > > > > > Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01) Subsystem: > > > > > > Unknown device ffab:0600 > > > > > > Flags: bus master, medium devsel, latency 64, IRQ > > > > > > 11 Memory at dc000000 (32-bit, prefetchable) [size=64M] > > > > > > Capabilities: [44] Power Management version 2 > > > > > > > > > > > > dmesg gives: > > > > > > ivtv: ==================== START INIT IVTV > > > > > > ==================== ivtv: version 0.4.3 (tagged release) > > > > > > loading > > > > > > ivtv: Linux version: 2.6.15-1.1833_FC4 686 REGPARM 4KSTACKS > > > > > > gcc-4.0 ivtv: In case of problems please include the debug > > > > > > info between ivtv: the START INIT IVTV and END INIT IVTV > > > > > > lines, along with ivtv: any module options, when mailing the > > > > > > ivtv-users mailinglist. ivtv0: Unknown card: vendor/device: > > > > > > 4444/0016 ivtv0: subsystem vendor/device: > > > > > > ffab/0600 ivtv0: cx23416 based > > > > > > ivtv0: Defaulting to WinTV PVR 250 card > > > > > > ivtv0: Please mail the vendor/device and subsystem > > > > > > vendor/device IDs and what kind of > > > > > > ivtv0: card you have to the ivtv-devel mailinglist > > > > > > (www.ivtvdriver.org) ivtv0: Prefix your subject line with > > > > > > [UNKNOWN CARD]. > > > > > > ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKA] -> GSI 11 > > > > > > (level, low) -> IRQ 11 > > > > > > tveeprom: Encountered bad packet header [ff]. Corrupt or not > > > > > > a Hauppauge eeprom. > > > > > > ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] > > > > > > ivtv0: No tuner detected, default to NTSC > > > > > > ivtv0 warning: i2c client addr: 0x21 not found for command > > > > > > 0x8004646b! ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 > > > > > > bytes) ivtv0: Encoder revision: 0x02050032 > > > > > > ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers > > > > > > (4096KB total) ivtv0: Allocate DMA encoder YUV stream: 194 x > > > > > > 10800 buffers (2048KB total) ivtv0: Allocate DMA encoder VBI > > > > > > stream: 120 x 17472 buffers (2048KB total) ivtv0: Allocate > > > > > > DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB > > > > > > total) ivtv0 warning: i2c client addr: 0x00 not found for > > > > > > command 0x40045403! ivtv0 warning: i2c client addr: 0x21 not > > > > > > found for command 0x40085618! ivtv0 warning: i2c client addr: > > > > > > 0x21 not found for command 0xc0045627! ivtv0 warning: i2c > > > > > > client addr: 0x40 not found for command 0x40086d11! ivtv0 > > > > > > warning: i2c client addr: 0x40 not found for command > > > > > > 0x80287610! ivtv0 warning: i2c client addr: 0x40 not found > > > > > > for command 0x40287611! ivtv0 warning: i2c client addr: 0x00 > > > > > > not found for command 0x40085618! ivtv0 warning: i2c client > > > > > > addr: 0x40 not found for command 0x40085618! ivtv0 warning: > > > > > > i2c client addr: 0x21 not found for command 0x40085618! ivtv0 > > > > > > warning: i2c client addr: 0x40 not found for command > > > > > > 0x80287610! ivtv0 warning: i2c client addr: 0x40 not found > > > > > > for command 0x40287611! ivtv0 warning: i2c client addr: 0x21 > > > > > > not found for command 0x40045613! ivtv0 warning: i2c client > > > > > > addr: 0x00 not found for command 0x402c5639! ivtv0 warning: > > > > > > i2c client addr: 0x40 not found for command 0x402c5639! ivtv0 > > > > > > warning: i2c client addr: 0x21 not found for command > > > > > > 0x40045612! ivtv0 warning: i2c client addr: 0x40 not found > > > > > > for command 0x80287610! ivtv0 warning: i2c client addr: 0x40 > > > > > > not found for command 0x40287611! ivtv0: Initialized WinTV > > > > > > PVR 250, card #0 > > > > > > ivtv: ==================== END INIT IVTV > > > > > > ==================== > > > > > > > > > > > > As I mentioned I reinstalled the firmware parts as per the > > > > > > "Howto" and some got better. But still gives me a bunch of > > > > > > problems. > > > > > > > > > > > > Any pointers ?? > > > > > > > > > > _______________________________________________ > > > > > ivtv-users mailing list > > > > > [email protected] > > > > > http://ivtvdriver.org/mailman/listinfo/ivtv-users > > > > > > _______________________________________________ > > > ivtv-users mailing list > > > [email protected] > > > http://ivtvdriver.org/mailman/listinfo/ivtv-users > > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users -- A bartender is just a pharmacist with a limited inventory. I used to have a handle on life, but it broke --- Robert Bungener Dutch World Ventures _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
