LinHES Forums http://forum.linhes.org/ |
|
Upgraded to ivtv-pre2-ck-100z ? Need help please http://forum.linhes.org/viewtopic.php?f=14&t=2659 |
Page 1 of 1 |
Author: | mythdude350 [ Mon Oct 11, 2004 8:52 pm ] |
Post subject: | Upgraded to ivtv-pre2-ck-100z ? Need help please |
If you did the ivtv upgrade from 0.1.9 in R4V5 to 0.1.10-pre2-ck-100z then can you please post your XF86Config-4 and modules/ivtv file here? My config is off somewhere and can't seem to figure out where. I am using pvr-350 tv out so the X-config is critical. Thanks |
Author: | wrooster [ Mon Oct 11, 2004 11:19 pm ] |
Post subject: | |
R4V5 install w/PVR350 NTSC format with composite IN and OUT Code: jds@mythtv:/etc/modutils $ uname -a Linux mythtv 2.4.25-chw #1 Sat Apr 10 15:46:31 PDT 2004 i686 GNU/Linux Code: jds@mythtv:/etc/modutils $ lspci | grep iTV 02:09.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01) Code: jds@mythtv:/etc/modutils $ cat /etc/mythtv/modules/ivtv alias char-major-61 lirc_i2c alias char-major-81 videodev # alias char-major-81-0 ivtv options ivtv debug=1 options tuner type=2 options saa7127 enable_output=1 output_select=0 options msp3400 once=1 simple=1 add below ivtv msp3400 saa7115 saa7127 tuner add above ivtv lirc_dev lirc_i2c ivtv-fb Code: jds@mythtv:/etc/X11 $ cat XF86Config-4 | manual_editor Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "TV Screen" InputDevice "PS/2 Mouse" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection < snip / a lot of misc generic stuff > Section "Device" Identifier "Hauppauge PVR 350 iTVC15 Framebuffer" # Driver "fbdev" Driver "ivtvdev" ### change fb1 to whatever number you got in the previous section # Option "fbdev" "/dev/fb1" Option "fbdev" "/dev/fb1" ### change the busid to whatever is reported by lspci. Note that ### output of lspci is hex, so add a preceding "0x" to the BusID BusID "2:0x09:0" EndSection Section "Screen" Identifier "TV Screen" Device "Hauppauge PVR 350 iTVC15 Framebuffer" Monitor "NTSC Monitor" DefaultDepth 24 DefaultFbbpp 32 Subsection "Display" Depth 24 FbBpp 32 Modes "720x480" EndSubsection EndSection Code: jds@mythtv:~ $ ls -sl /dev/fb[0-1]* 0 crw--w--w- 1 root tty 29, 0 Apr 14 2001 /dev/fb0 0 crw--w--w- 1 root tty 29, 0 Apr 14 2001 /dev/fb0current 0 crw-rw-rw- 1 mythtv root 29, 1 Oct 10 11:16 /dev/fb1 0 crw-rw-rw- 1 root tty 29, 33 Apr 14 2001 /dev/fb1autodetect 0 crw-rw-rw- 1 root tty 29, 32 Apr 14 2001 /dev/fb1current Code: jds@mythtv:/etc/X11 $ find /usr -name "ivtvdev*" -print /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o jds@mythtv:/etc/X11 $ cksum /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o 4253674261 17902 /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o Code: jds@mythtv:/etc/X11 $ lsmod Module Size Used by Not tainted lirc_i2c 4448 1 (autoclean) lirc_dev 8592 1 (autoclean) [lirc_i2c] ivtv-fb 19536 1 (autoclean) tveeprom 6016 0 (autoclean) (unused) ivtv 773888 4 (autoclean) [ivtv-fb] msp3400 20224 1 (autoclean) saa7115 7776 0 (autoclean) (unused) saa7127 8132 0 (autoclean) (unused) tuner 12712 1 (autoclean) i2c-algo-bit 7048 1 (autoclean) [ivtv] i2c-core 12452 0 (autoclean) [lirc_i2c tveeprom msp3400 saa7115 saa7127 tuner i2c-algo-bit] videodev 6016 9 (autoclean) [ivtv] ledxmit_serial 7328 0 ledxmit_dev 8784 1 [ledxmit_serial] autofs4 9332 0 (unused) af_packet 14632 0 (unused) snd-mixer-oss 11640 0 snd-intel8x0 17636 0 snd-pcm 56000 0 [snd-intel8x0] snd-timer 14088 0 [snd-pcm] snd-ac97-codec 32832 0 [snd-intel8x0] snd-page-alloc 4316 0 [snd-intel8x0 snd-pcm] snd-mpu401-uart 3168 0 [snd-intel8x0] snd-rawmidi 13088 0 [snd-mpu401-uart] snd-seq-device 3824 0 [snd-rawmidi] snd 27940 0 [snd-mixer-oss snd-intel8x0 snd-pcm snd-timer s nd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device] soundcore 3524 1 [snd] agpgart 42852 0 (unused) eepro100 19412 1 mii 2176 0 [eepro100] hw_random 2680 0 (unused) serial 44708 0 usb-uhci 22960 0 (unused) usbcore 59980 0 [usb-uhci] rtc 7432 0 ext3 65604 2 jbd 47952 2 [ext3] Code: Oct 10 15:31:46 mythtv syslogd 1.4.1#10: restart.
Oct 10 15:31:46 mythtv kernel: klogd 1.4.1#10, log source = /proc/kmsg started. Oct 10 15:31:46 mythtv kernel: Inspecting /boot/System.map-2.4.25-chw Oct 10 15:31:46 mythtv kernel: Loaded 18648 symbols from /boot/System.map-2.4.25-chw. Oct 10 15:31:46 mythtv kernel: Symbols match kernel version 2.4.25. Oct 10 15:31:46 mythtv kernel: Loaded 522 symbols from 25 modules. Oct 10 15:31:46 mythtv kernel: Linux version 2.4.25-chw (root@km_dev.mysettopbox.tv) (gcc version 3.3.2 20030812 (Debian prerelease)) #1 Sat Apr 10 15:46:31 PDT 2004 Oct 10 15:31:46 mythtv kernel: BIOS-provided physical RAM map: Oct 10 15:31:46 mythtv kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) Oct 10 15:31:46 mythtv kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) Oct 10 15:31:46 mythtv kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) Oct 10 15:31:46 mythtv kernel: BIOS-e820: 0000000000100000 - 000000001ffd0000 (usable) Oct 10 15:31:46 mythtv kernel: BIOS-e820: 000000001ffd0000 - 000000001fff0000 (ACPI NVS) Oct 10 15:31:46 mythtv kernel: BIOS-e820: 000000001fff0000 - 0000000020000000 (usable) Oct 10 15:31:46 mythtv kernel: BIOS-e820: 00000000feea0000 - 0000000100000000 (reserved) Oct 10 15:31:46 mythtv kernel: 0MB HIGHMEM available. Oct 10 15:31:46 mythtv kernel: 512MB LOWMEM available. Oct 10 15:31:46 mythtv kernel: On node 0 totalpages: 131072 Oct 10 15:31:46 mythtv kernel: zone(0): 4096 pages. Oct 10 15:31:46 mythtv kernel: zone(1): 126976 pages. Oct 10 15:31:46 mythtv kernel: zone(2): 0 pages. Oct 10 15:31:46 mythtv kernel: Kernel command line: auto BOOT_IMAGE=Linux ro root=301 hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi apm=power-off nomce Oct 10 15:31:46 mythtv kernel: ide_setup: hda=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hdb=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hdc=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hdd=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hde=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hdf=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hdg=scsi Oct 10 15:31:46 mythtv kernel: ide_setup: hdh=scsi Oct 10 15:31:46 mythtv kernel: Initializing CPU#0 Oct 10 15:31:46 mythtv kernel: Detected 863.877 MHz processor. Oct 10 15:31:46 mythtv kernel: Console: colour dummy device 80x25 Oct 10 15:31:46 mythtv kernel: Calibrating delay loop... 1723.59 BogoMIPS Oct 10 15:31:46 mythtv kernel: Memory: 515200k/524288k available (1363k kernel code, 8572k reserved, 490k data, 116k init, 0k highmem) Oct 10 15:31:46 mythtv kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) Oct 10 15:31:46 mythtv kernel: Inode cache hash table entries: 32768 (order: 6, 262144 bytes) Oct 10 15:31:46 mythtv kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes) Oct 10 15:31:46 mythtv kernel: Buffer cache hash table entries: 32768 (order: 5, 131072 bytes) Oct 10 15:31:46 mythtv kernel: Page-cache hash table entries: 131072 (order: 7, 524288 bytes) Oct 10 15:31:46 mythtv kernel: CPU: L1 I cache: 16K, L1 D cache: 16K Oct 10 15:31:46 mythtv kernel: CPU: L2 cache: 256K Oct 10 15:31:46 mythtv kernel: CPU: Intel Pentium III (Coppermine) stepping 06 Oct 10 15:31:46 mythtv kernel: Enabling fast FPU save and restore... done. Oct 10 15:31:46 mythtv kernel: Enabling unmasked SIMD FPU exception support... done. Oct 10 15:31:46 mythtv kernel: Checking 'hlt' instruction... OK. Oct 10 15:31:46 mythtv kernel: POSIX conformance testing by UNIFIX Oct 10 15:31:46 mythtv kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au) Oct 10 15:31:46 mythtv kernel: mtrr: detected mtrr type: Intel Oct 10 15:31:46 mythtv kernel: PCI: PCI BIOS revision 2.10 entry at 0xe838d, last bus=2 Oct 10 15:31:46 mythtv kernel: PCI: Using configuration type 1 Oct 10 15:31:46 mythtv kernel: PCI: Probing PCI hardware Oct 10 15:31:46 mythtv kernel: PCI: Probing PCI hardware (bus 00) Oct 10 15:31:46 mythtv kernel: Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge Oct 10 15:31:46 mythtv kernel: PCI: Using IRQ router PIIX/ICH [8086/2440] at 00:1f.0 Oct 10 15:31:46 mythtv kernel: isapnp: Scanning for PnP cards... Oct 10 15:31:46 mythtv kernel: isapnp: No Plug & Play device found Oct 10 15:31:46 mythtv kernel: Linux NET4.0 for Linux 2.4 Oct 10 15:31:46 mythtv kernel: Based upon Swansea University Computer Society NET3.039 Oct 10 15:31:46 mythtv kernel: Initializing RT netlink socket Oct 10 15:31:46 mythtv kernel: Starting kswapd Oct 10 15:31:46 mythtv kernel: VFS: Disk quotas vdquot_6.5.1 Oct 10 15:31:46 mythtv kernel: vesafb: framebuffer at 0x48000000, mapped to 0xe080d000, size 3072k Oct 10 15:31:46 mythtv kernel: vesafb: mode is 1024x768x16, linelength=2048, pages=0 Oct 10 15:31:46 mythtv kernel: vesafb: protected mode interface info at c000:0336 Oct 10 15:31:46 mythtv kernel: vesafb: scrolling: redraw Oct 10 15:31:46 mythtv kernel: vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0 Oct 10 15:31:46 mythtv kernel: Looking for splash picture... no good signature found. Oct 10 15:31:46 mythtv kernel: Console: switching to colour frame buffer device 128x48 Oct 10 15:31:46 mythtv kernel: fb0: VESA VGA frame buffer device Oct 10 15:31:46 mythtv kernel: pty: 256 Unix98 ptys configured Oct 10 15:31:46 mythtv kernel: Floppy drive(s): fd0 is 1.44M Oct 10 15:31:46 mythtv kernel: FDC 0 is a post-1991 82077 Oct 10 15:31:46 mythtv kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Oct 10 15:31:46 mythtv kernel: loop: loaded (max 8 devices) Oct 10 15:31:46 mythtv kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4 Oct 10 15:31:46 mythtv kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Oct 10 15:31:46 mythtv kernel: ICH2: IDE controller at PCI slot 00:1f.1 Oct 10 15:31:46 mythtv kernel: ICH2: chipset revision 1 Oct 10 15:31:46 mythtv kernel: ICH2: not 100%% native mode: will probe irqs later Oct 10 15:31:46 mythtv kernel: ide0: BM-DMA at 0x2460-0x2467, BIOS settings: hda:DMA, hdb:pio Oct 10 15:31:46 mythtv kernel: ide1: BM-DMA at 0x2468-0x246f, BIOS settings: hdc:DMA, hdd:pio Oct 10 15:31:46 mythtv kernel: hda: WDC WD2500JB-00GVA0, ATA DISK drive Oct 10 15:31:46 mythtv kernel: hdc: Compaq CRD-8481B, ATAPI CD/DVD-ROM drive Oct 10 15:31:46 mythtv kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Oct 10 15:31:46 mythtv kernel: ide1 at 0x170-0x177,0x376 on irq 15 Oct 10 15:31:46 mythtv kernel: hda: attached ide-disk driver. Oct 10 15:31:46 mythtv kernel: hda: host protected area => 1 Oct 10 15:31:46 mythtv kernel: hda: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63 Oct 10 15:31:46 mythtv kernel: ide-cd: passing drive hdc to ide-scsi emulation. Oct 10 15:31:46 mythtv kernel: hdc: attached ide-scsi driver. Oct 10 15:31:46 mythtv kernel: Partition check: Oct 10 15:31:46 mythtv kernel: hda: hda1 hda2 hda3 hda4 Oct 10 15:31:46 mythtv kernel: Highpoint HPT370 Softwareraid driver for linux version 0.02 Oct 10 15:31:46 mythtv kernel: Guestimating sector 488375744 for superblock Oct 10 15:31:46 mythtv kernel: SCSI subsystem driver Revision: 1.00 Oct 10 15:31:46 mythtv kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices Oct 10 15:31:46 mythtv kernel: Vendor: COMPAQ Model: CRD-8481B Rev: 2.05 Oct 10 15:31:46 mythtv kernel: Type: CD-ROM ANSI SCSI revision: 02 Oct 10 15:31:46 mythtv kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 Oct 10 15:31:46 mythtv kernel: sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray Oct 10 15:31:46 mythtv kernel: Uniform CD-ROM driver Revision: 3.12 Oct 10 15:31:46 mythtv kernel: Initializing Cryptographic API Oct 10 15:31:46 mythtv kernel: NET4: Linux TCP/IP 1.0 for NET4.0 Oct 10 15:31:46 mythtv kernel: IP Protocols: ICMP, UDP, TCP, IGMP Oct 10 15:31:46 mythtv kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes Oct 10 15:31:46 mythtv kernel: TCP: Hash tables configured (established 131072 bind 65536) Oct 10 15:31:46 mythtv kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. Oct 10 15:31:46 mythtv kernel: RAMDISK: Compressed image found at block 0 Oct 10 15:31:46 mythtv kernel: Freeing initrd memory: 151k freed Oct 10 15:31:46 mythtv kernel: VFS: Mounted root (ext2 filesystem). Oct 10 15:31:46 mythtv kernel: Journalled Block Device driver loaded Oct 10 15:31:46 mythtv kernel: kjournald starting. Commit interval 5 seconds Oct 10 15:31:46 mythtv kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal Oct 10 15:31:46 mythtv kernel: EXT3-fs: mounted filesystem with ordered data mode. Oct 10 15:31:46 mythtv kernel: Freeing unused kernel memory: 116k freed Oct 10 15:31:46 mythtv kernel: Adding Swap: 955856k swap-space (priority -1) Oct 10 15:31:46 mythtv kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal Oct 10 15:31:46 mythtv kernel: Real Time Clock Driver v1.10f Oct 10 15:31:46 mythtv kernel: usb.c: registered new driver usbdevfs Oct 10 15:31:46 mythtv kernel: usb.c: registered new driver hub Oct 10 15:31:46 mythtv kernel: usb-uhci.c: $Revision: 1.275 $ time 16:10:01 Apr 10 2004 Oct 10 15:31:46 mythtv kernel: usb-uhci.c: High bandwidth mode enabled Oct 10 15:31:46 mythtv kernel: PCI: Found IRQ 5 for device 00:1f.4 Oct 10 15:31:46 mythtv kernel: usb-uhci.c: USB UHCI at I/O 0x2440, IRQ 5 Oct 10 15:31:46 mythtv kernel: usb-uhci.c: Detected 2 ports Oct 10 15:31:46 mythtv kernel: usb.c: new USB bus registered, assigned bus number 1 Oct 10 15:31:46 mythtv kernel: hub.c: USB hub found Oct 10 15:31:46 mythtv kernel: hub.c: 2 ports detected Oct 10 15:31:46 mythtv kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver Oct 10 15:31:46 mythtv kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ISAPNP enabled Oct 10 15:31:46 mythtv kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A Oct 10 15:31:46 mythtv kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A Oct 10 15:31:46 mythtv kernel: hw_random hardware driver 1.0.0 loaded Oct 10 15:31:46 mythtv kernel: eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html Oct 10 15:31:46 mythtv kernel: eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others Oct 10 15:31:46 mythtv kernel: PCI: Found IRQ 5 for device 02:08.0 Oct 10 15:31:46 mythtv kernel: eth0: OEM i82557/i82558 10/100 Ethernet, 00:02:A5:02:8E:94, IRQ 5. Oct 10 15:31:46 mythtv kernel: Board assembly 010633-001, Physical connectors present: RJ45 Oct 10 15:31:46 mythtv kernel: Primary interface chip i82555 PHY #1. Oct 10 15:31:46 mythtv kernel: General self-test: passed. Oct 10 15:31:46 mythtv kernel: Serial sub-system self-test: passed. Oct 10 15:31:46 mythtv kernel: Internal registers self-test: passed. Oct 10 15:31:46 mythtv kernel: ROM checksum self-test: passed (0x04f4518b). Oct 10 15:31:46 mythtv kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann Oct 10 15:31:46 mythtv kernel: agpgart: Maximum main memory to use for agp memory: 440M Oct 10 15:31:46 mythtv kernel: agpgart: Detected Intel i815 chipset Oct 10 15:31:46 mythtv kernel: agpgart: AGP aperture is 64M @ 0x4c000000 Oct 10 15:31:46 mythtv kernel: PCI: Found IRQ 11 for device 00:1f.5 Oct 10 15:31:46 mythtv kernel: intel8x0: clocking to 41158 Oct 10 15:31:46 mythtv kernel: kjournald starting. Commit interval 5 seconds Oct 10 15:31:46 mythtv kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,4), internal journal Oct 10 15:31:46 mythtv kernel: EXT3-fs: mounted filesystem with ordered data mode. Oct 10 15:31:46 mythtv kernel: blk: queue c0316080, I/O limit 4095Mb (mask 0xffffffff) Oct 10 15:31:46 mythtv kernel: ledxmit_dev: IR Remote Control driver registered, at major 72 Oct 10 15:31:46 mythtv kernel: ledxmit_serial: auto-detected active high receiver Oct 10 15:31:46 mythtv kernel: ledxmit_dev: ledxmit_register_plugin:sample_rate: 0 Oct 10 15:31:52 mythtv kernel: Linux video capture interface: v1.00 Oct 10 15:31:52 mythtv kernel: i2c-core.o: i2c core module version 2.6.1 (20010830) Oct 10 15:31:52 mythtv kernel: i2c-algo-bit.o: i2c bit algorithm module Oct 10 15:31:52 mythtv kernel: saa7127: video encoder driver version V 0.3 loaded Oct 10 15:31:52 mythtv kernel: ivtv: ==================== START INIT IVTV ==================== Oct 10 15:31:52 mythtv kernel: ivtv: version 0.1.10 (0.1.10pre2-ck100z) loading Oct 10 15:31:52 mythtv kernel: ivtv: Linux version: 2.4.25-chw Oct 10 15:31:52 mythtv kernel: ivtv: In case of problems please include the debug info Oct 10 15:31:52 mythtv kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when Oct 10 15:31:52 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist. Oct 10 15:31:52 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card Oct 10 15:31:52 mythtv kernel: ivtv: Found an iTVC15 based chip Oct 10 15:31:52 mythtv kernel: PCI: Found IRQ 10 for device 02:09.0 Oct 10 15:31:52 mythtv kernel: ivtv: pci: PCIBUS detected device: 0x1130 vendor: 0x8086 Oct 10 15:31:52 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 Oct 10 15:31:52 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok] Oct 10 15:31:52 mythtv kernel: tuner: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles)) by insmod option Oct 10 15:31:52 mythtv kernel: tuner: The type=<n> insmod option will go away soon. Oct 10 15:31:52 mythtv kernel: tuner: Please use the tuner=<n> option provided by Oct 10 15:31:52 mythtv kernel: tuner: tv aard core driver (bttv, saa7134, ...) instead. Oct 10 15:31:53 mythtv kernel: saa7127: Selecting NTSC video Standard Oct 10 15:31:53 mythtv kernel: saa7127: Selecting S-Video+Composite Oct 10 15:31:53 mythtv kernel: saa7127: Turn WSS off Oct 10 15:31:53 mythtv kernel: saa7127: Widescreen Mode 4:3 Full Format Oct 10 15:31:53 mythtv kernel: saa7127: Selecting Normal Encoder Input Oct 10 15:31:53 mythtv kernel: saa7127: Enable Video Output Oct 10 15:31:53 mythtv kernel: ivtv: i2c attach [client=saa7127[0],ok] Oct 10 15:31:53 mythtv kernel: saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005) Oct 10 15:31:53 mythtv kernel: apm: BIOS not found. Oct 10 15:31:53 mythtv kernel: saa7115: detecting saa7115 client on address 0x42 Oct 10 15:31:53 mythtv kernel: saa7115: writing init values Oct 10 15:31:53 mythtv kernel: ivtv: i2c attach [client=saa7115[0],ok] Oct 10 15:31:53 mythtv kernel: saa7115: status: (1E) 0x50, (1F) 0xc0 Oct 10 15:31:53 mythtv kernel: msp34xx: ivtv version Oct 10 15:31:53 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode Oct 10 15:31:53 mythtv kernel: msp34xx: $Id$ compiled on: Oct 10 2004 11:25:03 Oct 10 15:31:53 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok] Oct 10 15:31:53 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev = J323, serial# = 7011834 Oct 10 15:31:53 mythtv kernel: tveeprom: tuner = Philips FM1236 (idx = 23, type = 2) Oct 10 15:31:53 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) Oct 10 15:31:53 mythtv kernel: tveeprom: audio_processor = MSP3440 (type = 11) Oct 10 15:31:53 mythtv kernel: ivtv: i2c attach [client=tveeprom[0],ok] Oct 10 15:31:53 mythtv kernel: ivtv: Tuner Type 2, Tuner formats 0x00001000, Radio: yes, Model 0x00a93493, Revision 0x00000001 Oct 10 15:31:53 mythtv kernel: ivtv: NTSC tuner detected Oct 10 15:31:53 mythtv kernel: ivtv: Radio detected Oct 10 15:31:54 mythtv kernel: ivtv: Encoder revision: 0x02040011 Oct 10 15:31:54 mythtv kernel: ivtv: Decoder revision: 0x02020023 Oct 10 15:31:54 mythtv kernel: ivtv: Configuring WinTV PVR 350 card with 9 streams Oct 10 15:31:54 mythtv kernel: ivtv: Create DMA stream 0 using 128 buffers of size 32768 Oct 10 15:31:54 mythtv kernel: ivtv: Create DMA stream 1 using 128 buffers of size 32768 Oct 10 15:31:54 mythtv kernel: ivtv: Create stream 2 using 128 buffers of size 4096 Oct 10 15:31:54 mythtv kernel: ivtv: Create DMA stream 3 using 128 buffers of size 32768 Oct 10 15:31:54 mythtv kernel: ivtv: Create stream 4 Oct 10 15:31:54 mythtv kernel: ivtv: Create DMA stream 5 using 16 buffers of size 32768 Oct 10 15:31:54 mythtv kernel: ivtv: Create stream 6 using 128 buffers of size 4096 Oct 10 15:31:54 mythtv kernel: ivtv: Create stream 7 Oct 10 15:31:54 mythtv kernel: ivtv: Create DMA stream 8 using 16 buffers of size 32768 Oct 10 15:31:54 mythtv kernel: ivtv: Setting Tuner 2 Oct 10 15:31:54 mythtv kernel: ivtv: Setting audio matrix to input 3, output 1 Oct 10 15:31:54 mythtv kernel: ivtv: Switching standard to NTSC. Oct 10 15:31:55 mythtv kernel: saa7115: decoder set norm NTSC Oct 10 15:31:55 mythtv kernel: saa7115: set audio: 0x01 Oct 10 15:31:55 mythtv kernel: saa7127: Setting Encoder Video Standard Oct 10 15:31:55 mythtv kernel: saa7127: Set NTSC Video Mode Oct 10 15:31:55 mythtv kernel: saa7127: Selecting NTSC video Standard Oct 10 15:31:55 mythtv kernel: ivtv: Initialized WinTV PVR 350, card #0 Oct 10 15:31:55 mythtv kernel: ivtv: ==================== END INIT IVTV ==================== Oct 10 15:31:55 mythtv kernel: ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0) Oct 10 15:31:55 mythtv kernel: apm: BIOS not found. Oct 10 15:31:56 mythtv kernel: ivtv-osd: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes. Oct 10 15:31:56 mythtv kernel: ivtv-osd: screen coords: [0 0] -> [720 480] Oct 10 15:31:56 mythtv kernel: ivtv-osd: original global alpha = 208 Oct 10 15:31:56 mythtv kernel: ivtv-osd: current OSD state = 39 Oct 10 15:31:57 mythtv kernel: ivtv-osd: new global alpha = 208 (1 255 0) Oct 10 15:31:57 mythtv kernel: ivtv-osd: Good video_base is inside valid allocated space. Oct 10 15:31:57 mythtv kernel: ivtv-osd: framebuffer at 0x45510000, mapped to 0xe2d44000, size 1350k Oct 10 15:31:57 mythtv kernel: ivtv-osd: mode is 720x480x32, linelength=2880 Oct 10 15:31:57 mythtv kernel: ivtv-osd: fb1: iTVC15 TV out frame buffer device Oct 10 15:31:57 mythtv kernel: lirc_dev: IR Remote Control driver registered, at major 61 Oct 10 15:31:57 mythtv kernel: bttv: driver version 0.9.15 loaded Oct 10 15:31:57 mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture Oct 10 15:31:57 mythtv kernel: bttv: driver version 0.9.15 loaded Oct 10 15:31:57 mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture Oct 10 15:31:57 mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR) Oct 10 15:31:57 mythtv kernel: ivtv: i2c attach [client=Hauppauge IR,ok] Oct 10 15:31:57 mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10 Oct 10 15:31:57 mythtv kernel: saa7115: decoder set input (0) Oct 10 15:31:57 mythtv kernel: saa7115: now setting Composite input Oct 10 15:31:57 mythtv kernel: ivtv: Setting audio matrix to input 1, output 1 Oct 10 15:31:57 mythtv kernel: ivtv: Finished with Mute Oct 10 15:31:57 mythtv kernel: saa7115: decoder set picture bright=128 contrast=63 saturation=64 hue=0 Oct 10 15:31:57 mythtv kernel: saa7115: decoder set picture bright=128 contrast=63 saturation=63 hue=0 Oct 10 15:31:57 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 Oct 10 15:31:57 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 Oct 10 15:32:00 mythtv kernel: apm: BIOS not found. Oct 10 15:32:01 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 Oct 10 15:32:01 mythtv last message repeated 7 times Oct 10 15:32:01 mythtv kernel: saa7115: decoder set size Oct 10 15:32:03 mythtv kernel: saa7115: decoder disable output Oct 10 15:32:03 mythtv kernel: saa7115: decoder enable output Oct 10 15:32:03 mythtv kernel: ivtv: VIM Restart |
Author: | mythdude350 [ Tue Oct 12, 2004 12:10 am ] |
Post subject: | |
Everything looks per your output yet I get a black screen on tv out of 350. I can make it work with older drivers. What else can I do ? I dont have any ivtvdev file being made at all. My X pretty much says it cant find the driver ivtvdev. If I try fbdev then I get error saying initialization failed or something. I have to identify the device it seems. Here's output: root@mythtv:/var/log # ivtvfbctl /dev/fb1 -on Framebuffer state: Framebuffer state: ON Global alpha: ENABLED Local alpha: disabled Flicker reduction: ENABLED Global alpha value: 208 Active buffer: Offset: 0x00000000 Maximum offset: 0x00151800 Horizontal stride: 720 32-bit words Vertical lines: 480 lines Coordinates (x, y): 0, 0 Framebuffer state: Framebuffer state: ON Global alpha: ENABLED Local alpha: disabled Flicker reduction: ENABLED Global alpha value: 208 Active buffer: Offset: 0x00000000 Maximum offset: 0x00151800 Horizontal stride: 720 32-bit words Vertical lines: 480 lines Coordinates (x, y): 0, 0 Oct 11 22:44:41 mythtv kernel: product code 434d rev 00.9 date 07-31-00 Oct 11 22:44:41 mythtv kernel: 8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface. Oct 11 22:44:41 mythtv kernel: MII transceiver found at address 24, status 786d. Oct 11 22:44:41 mythtv kernel: Enabling bus-master transmits and whole-frame receives. Oct 11 22:44:41 mythtv kernel: 00:10.0: scatter/gather enabled. h/w checksums enabled Oct 11 22:44:41 mythtv kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann Oct 11 22:44:41 mythtv kernel: agpgart: Maximum main memory to use for agp memory: 149M Oct 11 22:44:41 mythtv kernel: agpgart: Detected Intel 440BX chipset Oct 11 22:44:41 mythtv kernel: agpgart: AGP aperture is 64M @ 0xf4000000 Oct 11 22:44:41 mythtv kernel: PCI: Found IRQ 10 for device 00:06.0 Oct 11 22:44:41 mythtv kernel: PCI: Sharing IRQ 10 with 00:10.0 Oct 11 22:44:41 mythtv kernel: SGI XFS with realtime, no debug enabled Oct 11 22:44:41 mythtv kernel: SGI XFS Quota Management subsystem Oct 11 22:44:41 mythtv kernel: XFS mounting filesystem ide0(3,3) Oct 11 22:44:41 mythtv kernel: XFS mounting filesystem ide0(3,4) Oct 11 22:44:41 mythtv kernel: blk: queue c0316080, I/O limit 4095Mb (mask 0xffffffff) Oct 11 22:44:48 mythtv kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) Oct 11 22:44:48 mythtv kernel: Linux video capture interface: v1.00 Oct 11 22:44:48 mythtv kernel: i2c-core.o: i2c core module version 2.6.1 (20010830) Oct 11 22:44:48 mythtv kernel: i2c-algo-bit.o: i2c bit algorithm module Oct 11 22:44:48 mythtv kernel: saa7127: video encoder driver version V 0.3 loaded Oct 11 22:44:48 mythtv kernel: ivtv: ==================== START INIT IVTV ==================== Oct 11 22:44:48 mythtv kernel: ivtv: version 0.1.10 (0.1.10pre2-ck100z) loading Oct 11 22:44:48 mythtv kernel: ivtv: Linux version: 2.4.25-chw Oct 11 22:44:48 mythtv kernel: ivtv: In case of problems please include the debug info Oct 11 22:44:48 mythtv kernel: ivtv: between the START INIT IVTV and END INIT IVTV lines when Oct 11 22:44:48 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist. Oct 11 22:44:48 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card Oct 11 22:44:48 mythtv kernel: ivtv: Found an iTVC15 based chip Oct 11 22:44:48 mythtv kernel: PCI: Found IRQ 11 for device 00:0e.0 Oct 11 22:44:48 mythtv kernel: PCI: Sharing IRQ 11 with 00:04.2 Oct 11 22:44:48 mythtv kernel: ivtv: pci: PCIBUS detected device: 0x7190 vendor: 0x8086 Oct 11 22:44:48 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 Oct 11 22:44:48 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok] Oct 11 22:44:48 mythtv kernel: tuner: type set to 44 (Philips 4 in 1 (ATI TV Wonder Pro/Conexant)) by insmod option Oct 11 22:44:48 mythtv kernel: tuner: The type=<n> insmod option will go away soon. Oct 11 22:44:48 mythtv kernel: tuner: Please use the tuner=<n> option provided by Oct 11 22:44:48 mythtv kernel: tuner: tv aard core driver (bttv, saa7134, ...) instead. Oct 11 22:44:48 mythtv kernel: saa7127: Selecting NTSC video Standard Oct 11 22:44:48 mythtv kernel: saa7127: Selecting NTSC video Standard Oct 11 22:44:48 mythtv kernel: saa7127: Selecting S-Video+Composite Oct 11 22:44:48 mythtv kernel: saa7127: Turn WSS off Oct 11 22:44:48 mythtv kernel: saa7127: Widescreen Mode 4:3 Full Format Oct 11 22:44:48 mythtv kernel: saa7127: Selecting Normal Encoder Input Oct 11 22:44:48 mythtv kernel: saa7127: Enable Video Output Oct 11 22:44:48 mythtv kernel: ivtv: i2c attach [client=saa7127[0],ok] Oct 11 22:44:48 mythtv kernel: saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005) Oct 11 22:44:48 mythtv kernel: saa7115: detecting saa7115 client on address 0x42 Oct 11 22:44:48 mythtv kernel: saa7115: writing init values Oct 11 22:44:49 mythtv kernel: ivtv: i2c attach [client=saa7115[0],ok] Oct 11 22:44:49 mythtv kernel: saa7115: status: (1E) 0x09, (1F) 0xc0 Oct 11 22:44:49 mythtv kernel: msp34xx: ivtv version Oct 11 22:44:49 mythtv kernel: msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode Oct 11 22:44:49 mythtv kernel: msp34xx: $Id$ compiled on: Oct 11 2004 22:35:13 Oct 11 22:44:49 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok] Oct 11 22:44:49 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev = K168, serial# = 2844335 Oct 11 22:44:49 mythtv kernel: tveeprom: tuner = Philips FM1216 ME MK3 (idx = 68, type = 38) Oct 11 22:44:49 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) Oct 11 22:44:49 mythtv kernel: tveeprom: audio_processor = MSP3440 (type = 11) Oct 11 22:44:49 mythtv kernel: ivtv: i2c attach [client=tveeprom[0],ok] Oct 11 22:44:49 mythtv kernel: ivtv: Tuner Type 38, Tuner formats 0x00001000, Radio: yes, Model 0x00ad1598, Revision 0x00000001 Oct 11 22:44:49 mythtv kernel: ivtv: NTSC tuner detected Oct 11 22:44:49 mythtv kernel: ivtv: Radio detected Oct 11 22:44:50 mythtv kernel: ivtv: Encoder revision: 0x02040011 Oct 11 22:44:50 mythtv kernel: ivtv: Decoder revision: 0x02020023 Oct 11 22:44:50 mythtv kernel: ivtv: Configuring WinTV PVR 350 card with 9 streams Oct 11 22:44:50 mythtv kernel: ivtv: Create DMA stream 0 using 128 buffers of size 32768 Oct 11 22:44:50 mythtv kernel: ivtv: Create DMA stream 1 using 128 buffers of size 32768 Oct 11 22:44:50 mythtv kernel: ivtv: Create stream 2 using 128 buffers of size 4096 Oct 11 22:44:50 mythtv kernel: ivtv: Create DMA stream 3 using 128 buffers of size 32768 Oct 11 22:44:50 mythtv kernel: ivtv: Create stream 4 Oct 11 22:44:50 mythtv kernel: ivtv: Create DMA stream 5 using 16 buffers of size 32768 Oct 11 22:44:50 mythtv kernel: ivtv: Create stream 6 using 128 buffers of size 4096 Oct 11 22:44:50 mythtv kernel: ivtv: Create stream 7 Oct 11 22:44:50 mythtv kernel: ivtv: Create DMA stream 8 using 16 buffers of size 32768 Oct 11 22:44:50 mythtv kernel: ivtv: Setting Tuner 38 Oct 11 22:44:50 mythtv kernel: tuner: type already set to 44, ignoring request for 38 Oct 11 22:44:50 mythtv kernel: ivtv: Setting audio matrix to input 3, output 1 Oct 11 22:44:50 mythtv kernel: ivtv: Switching standard to NTSC. Oct 11 22:44:51 mythtv kernel: saa7115: decoder set norm NTSC Oct 11 22:44:51 mythtv kernel: saa7115: set audio: 0x01 Oct 11 22:44:51 mythtv kernel: saa7127: Setting Encoder Video Standard Oct 11 22:44:51 mythtv kernel: saa7127: Set NTSC Video Mode Oct 11 22:44:51 mythtv kernel: saa7127: Selecting NTSC video Standard Oct 11 22:44:51 mythtv kernel: ivtv: Initialized WinTV PVR 350, card #0 Oct 11 22:44:51 mythtv kernel: ivtv: ==================== END INIT IVTV ==================== Oct 11 22:44:51 mythtv kernel: ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0) Oct 11 22:44:51 mythtv kernel: ivtv-osd: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes. Oct 11 22:44:52 mythtv kernel: ivtv-osd: screen coords: [0 0] -> [720 480] Oct 11 22:44:52 mythtv kernel: ivtv-osd: original global alpha = 208 Oct 11 22:44:52 mythtv kernel: ivtv-osd: current OSD state = 39 Oct 11 22:44:53 mythtv kernel: ivtv-osd: new global alpha = 208 (1 255 0) Oct 11 22:44:53 mythtv kernel: ivtv-osd: Good video_base is inside valid allocated space. Oct 11 22:44:53 mythtv kernel: ivtv-osd: framebuffer at 0xf9510000, mapped to 0xcedfd000, size 1350k Oct 11 22:44:53 mythtv kernel: ivtv-osd: framebuffer at 0xf9510000, mapped to 0xcedfd000, size 1350k Oct 11 22:44:53 mythtv kernel: ivtv-osd: mode is 720x480x32, linelength=2880 Oct 11 22:44:53 mythtv kernel: ivtv-osd: fb1: iTVC15 TV out frame buffer device Oct 11 22:44:53 mythtv kernel: lirc_dev: IR Remote Control driver registered, at major 61 Oct 11 22:44:53 mythtv kernel: bttv: driver version 0.9.15 loaded Oct 11 22:44:53 mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture Oct 11 22:44:53 mythtv kernel: bttv: Host bridge needs ETBF enabled. Oct 11 22:44:53 mythtv kernel: bttv: driver version 0.9.15 loaded Oct 11 22:44:53 mythtv kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture Oct 11 22:44:53 mythtv kernel: bttv: Host bridge needs ETBF enabled. Oct 11 22:44:53 mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR) Oct 11 22:44:53 mythtv kernel: ivtv: i2c attach [client=Hauppauge IR,ok] Oct 11 22:44:53 mythtv kernel: lirc_dev: lirc_register_plugin:sample_rate: 10 Oct 11 22:44:53 mythtv kernel: saa7115: decoder set picture bright=128 contrast=63 saturation=64 hue=0 Oct 11 22:44:53 mythtv kernel: saa7115: decoder set picture bright=128 contrast=63 saturation=63 hue=0 Oct 11 22:44:53 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 Oct 11 22:44:53 mythtv kernel: saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 Oct 11 22:44:53 mythtv kernel: ivtv: v4l2 ioctl: set frequency 1236 Oct 11 22:44:54 mythtv kernel: ivtv: Finished with Mute |
Author: | mythdude350 [ Tue Oct 12, 2004 12:15 am ] |
Post subject: | |
I pretty much get a green screen for a second and then all black. |
Author: | mythdude350 [ Tue Oct 12, 2004 12:48 am ] |
Post subject: | |
Okay I found ivtvdev_drv.o pre-compiled on web. I copied it to the X11R6.../driver directory and now tv out is working. However now X keeps on asking me to input login information rather than directly starting the frontend. How can I restore the original settings of X where it would simply start the front end automatically without any login screen. Thanks !! |
Author: | cesman [ Tue Oct 12, 2004 8:20 am ] |
Post subject: | |
GDM should launch FVWM automaticaly after 30 secs. The isue could be GDM's configuration has been changed or /home/mythtv/.fvwm/.fvwm2rc has been changed so it doesn't lanuch MythTV (KnopmMyth-run). |
Author: | wrooster [ Tue Oct 12, 2004 9:05 am ] |
Post subject: | |
Quote: GDM should launch FVWM automaticaly after 30 secs.
that's exactly how my newly installed R4V5 behaves. ps: i grok'd the .fvwm2rc a bit but i did not see an obvious place to cut the delay down from 30 seconds (to say 10). is there a trivial way to do this? thanks, jim |
Author: | Xsecrets [ Tue Oct 12, 2004 9:08 am ] |
Post subject: | |
that won't be in the fvwmrc it is handled by GDM. Sorry I can't help you with which file controls GDM, I've never messed with it, but at least you will be looking in the right direction. |
Author: | wrooster [ Tue Oct 12, 2004 9:23 am ] |
Post subject: | |
ok, found it... jds@mythtv:~ $ grep TimedLoginDelay /etc/gdm/gdm.conf TimedLoginDelay=30 thanks for the lead. jim |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |