[mythtv] Crashes

Mario L superm1 at gmail.com
Wed Mar 16 20:29:04 UTC 2005


I had the same problems too, until I moved my pvr350 into a dedicated
backend.  Even if I was using tvout of another video card and not the
350 tv out it would freeze.  The moment I had a dedicated backend and
dedicated frontend the issues went away.


On Wed, 16 Mar 2005 19:51:39 +0000, Tom Barber <tom at wamonline.org.uk> wrote:
> Robert Kulagowski wrote:
> 
> >> Anyone else had this problem?
> >
> >
> > No one can do anything with a post that has no details in it.
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev at mythtv.org 
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev 
> >
> Right,
> I have a Semperon 2.8,
> 512MB RAM
> a 40GB IDE HD
> Nvidia Geforce FX 128MB running the 7167 Nvidia driver
> and 2 PVR 250's
> running FC3
> IVTV 0.2.0
> Myth TV 0.17
> 
> It runs fine apart from it crashes solid often when rewinding pausing or
> ffowarding live tv.
> Also now and again it just freezes solid often with a high pitched
> sqeeking coming through the speakers, it seems to happen more often when
> recording tv, only crashes when watching TV as well. It doesn't just
> crash the frontend I can't even ssh into the box.
> I've checked the DMA settings and its on.
> I've switched off acpi and apm.
> 
> I'm not running out of harddrive space the /video partition.
> 
> Filesystem            Size  Used Avail Use% Mounted on
> /dev/hda2             9.7G  2.6G  6.7G  28% /
> /dev/hda1              99M   14M   81M  15% /boot
> none                  252M     0  252M   0% /dev/shm
> /dev/hda5              27G  3.9G   24G  15% /video
> 
> so im at a bit of a loss.
> I've included my xorg.conf and my latest dmesg and the ivtvinit section.
> Thanks again
> Tom
> 
> 
> # XFree86 4 configuration created by pyxf86config
> 
> Section "ServerLayout"
>         Identifier     "Default Layout"
>         Screen      0  "Screen0" 0 0
>         InputDevice    "Mouse0" "CorePointer"
>         InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "Files"
> 
> # RgbPath is the location of the RGB database.  Note, this is the name of the
> # file minus the extension (like ".txt" or ".db").  There is normally
> # no need to change the default.
> # Multiple FontPath entries are allowed (they are concatenated together)
> # By default, Red Hat 6.0 and later now use a font server independent of
> # the X server to render fonts.
>         RgbPath      "/usr/X11R6/lib/X11/rgb"
>         ModulePath   "/usr/X11R6/lib/modules/extensions/nvidia"
>         ModulePath   "/usr/X11R6/lib/modules/extensions"
>         ModulePath   "/usr/X11R6/lib/modules"
>         FontPath     "unix/:7100"
> EndSection
> 
> Section "Module"
>         Load  "dbe"
>         Load  "extmod"
>         Load  "v4l"
>         Load  "fbdevhw"
>         Load  "glx"
>         Load  "record"
>         Load  "freetype"
>         Load  "type1"
> EndSection
> 
> Section "InputDevice"
> 
> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
> #       Option  "Xleds"         "1 2 3"
> # To disable the XKEYBOARD extension, uncomment XkbDisable.
> #       Option  "XkbDisable"
> # To customise the XKB settings to suit your keyboard, modify the
> # lines below (which are the defaults).  For example, for a non-U.S.
> # keyboard, you will probably want to use:
> #       Option  "XkbModel"      "pc102"
> # If you have a US Microsoft Natural keyboard, you can use:
> #       Option  "XkbModel"      "microsoft"
> #
> # Then to change the language, change the Layout setting.
> # For example, a german layout can be obtained with:
> #       Option  "XkbLayout"     "de"
> # or:
> #       Option  "XkbLayout"     "de"
> #       Option  "XkbVariant"    "nodeadkeys"
> #
> # If you'd like to switch the positions of your capslock and
> # control keys, use:
> #       Option  "XkbOptions"    "ctrl:swapcaps"
> # Or if you just want both to be control, use:
> #       Option  "XkbOptions"    "ctrl:nocaps"
> #
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option      "XkbModel" "pc105"
>         Option      "XkbLayout" "gb"
> EndSection
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "microsoft"
>         Option      "Device" "/dev/ttyS0"
> #       Option      "ZAxisMapping" "4 5"
>         Option      "Emulate3Buttons" "yes"
> EndSection
> 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "Monitor Vendor"
>         ModelName    "719B"
> #       DisplaySize  330        250
>         HorizSync    30.0 - 50.0
>         VertRefresh  60.0
> #       Option      "dpms"
> EndSection
> 
> Section "Device"
>         Identifier  "Videocard0"
>         Driver      "nvidia"
>         VendorName  "Videocard vendor"
>         BoardName   "NVIDIA GeForce FX (generic)"
>         Option      "RenderAccel" "1"
>         Option      "ConnectedMonitor" "TV"
>         Option      "TVStandard" "PAL-I"
>         Option      "TVOutFormat" "COMPOSITE"
> #       Option      "TwinView"
> #       Option      "SecondMonitorHorizSync" "30-50"
> #       Option      "SecondMonitorVertRefresh" "60"
> #       Option      "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480,
> 640x480;"
> #       Option      "TVStandard" "PAL-I"
> EndSection
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Videocard0"
>         Monitor    "Monitor0"
>         DefaultDepth     24
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     16
>                 Modes    "800x600" "640x480"
>         EndSubSection
>         SubSection "Display"
>                 Viewport   0 0
>                 Depth     24
>                 Modes    "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection
> 
> Section "DRI"
>         Group        0
>         Mode         0666
> EndSection
> 
> 
> HighMem zone: 0 pages, LIFO batch:1
> DMI 2.3 present.
> Built 1 zonelists
> Kernel command line: ro root=LABEL=/ rhgb quiet acpi=off apic=off apic=no apm=off pci=routeirq
> Initializing CPU#0
> CPU 0 irqstacks, hard=c03d3000 soft=c03d2000
> PID hash table entries: 2048 (order: 11, 32768 bytes)
> Detected 1666.562 MHz processor.
> Using tsc for high-res timesource
> Console: colour VGA+ 80x25
> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> Memory: 514876k/524224k available (2045k kernel code, 8752k reserved, 655k data, 160k init, 0k highmem)
> Checking if this processor honours the WP bit even in supervisor mode... Ok.
> Calibrating delay loop... 3268.60 BogoMIPS (lpj=1634304)
> Security Framework v1.0.0 initialized
> SELinux:  Initializing.
> SELinux:  Starting in permissive mode
> selinux_register_security:  Registering secondary module capability
> Capability LSM initialized as secondary
> Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
> CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000
> CPU: After vendor identify, caps:  0383fbff c1cbfbff 00000000 00000000
> CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
> CPU: L2 Cache: 256K (64 bytes/line)
> CPU: After all inits, caps:        0383f3ff c1cbfbff 00000000 00000020
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU: AMD Sempron(tm) 2400+ stepping 01
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> checking if image is initramfs... it is
> Freeing initrd memory: 568k freed
> NET: Registered protocol family 16
> PCI: PCI BIOS revision 2.10 entry at 0xfdae1, last bus=1
> PCI: Using configuration type 1
> mtrr: v2.0 (20020519)
> ACPI: Subsystem revision 20041105
> ACPI: Interpreter disabled.
> Linux Plug and Play Support v0.97 (c) Adam Belay
> pnp: PnP ACPI: ACPI disable
> usbcore: registered new driver usbfs
> usbcore: registered new driver hub
> PCI: Probing PCI hardware
> PCI: Probing PCI hardware (bus 00)
> PCI: Via IRQ fixup
> PCI: Using IRQ router default [1106/3177] at 0000:00:11.0
> PCI: IRQ 0 for device 0000:00:11.1 doesn't match PIRQ mask - try pci=usepirqmask
> PCI: Hardcoded IRQ 14 for device 0000:00:11.1
> apm: BIOS not found.
> audit: initializing netlink socket (disabled)
> audit(1111001002.690:0): initialized
> Total HugeTLB memory allocated, 0
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> SELinux:  Registering netfilter hooks
> Initializing Cryptographic API
> ksign: Installing public key data
> Loading keyring
> - Added public key C1F2FA57F7EECD64
> - User ID: Red Hat, Inc. (Kernel Module GPG key)
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Real Time Clock Driver v1.12
> Linux agpgart interface v0.100 (c) Dave Jones
> agpgart: Detected VIA KT400/KT400A/KT600 chipset
> agpgart: Maximum main memory to use for agp memory: 439M
> agpgart: AGP aperture is 64M @ 0xe0000000
> serio: i8042 AUX port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> Serial: 8250/16550 driver $Revision: 1.90 $ 76 ports, IRQ sharing enabled
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered
> RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
> divert: not allocating divert_blk for non-ethernet device lo
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> VP_IDE: IDE controller at PCI slot 0000:00:11.1
> PCI: Hardcoded IRQ 14 for device 0000:00:11.1
> VP_IDE: chipset revision 6
> VP_IDE: not 100% native mode: will probe irqs later
> VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
>     ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
>     ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
> Probing IDE interface ide0...
> hda: SAMSUNG SP0411N, ATA DISK drive
> elevator: using anticipatory as default io scheduler
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> Probing IDE interface ide1...
> hdc: LG DVD-ROM DRD-8160B, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: max request size: 1024KiB
> hda: 78242976 sectors (40060 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(133)
> hda: cache flushes supported
>  hda: hda1 hda2 hda3 hda4 < hda5 >
> hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
> Uniform CD-ROM driver Revision: 3.20
> ide-floppy driver 0.99.newide
> usbcore: registered new driver hiddev
> usbcore: registered new driver usbhid
> drivers/usb/input/hid-core.c: v2.0:USB HID core driver
> mice: PS/2 mouse device common for all mice
> input: AT Translated Set 2 keyboard on isa0060/serio0
> md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27
> NET: Registered protocol family 2
> IP: routing cache hash table of 1024 buckets, 32Kbytes
> TCP: Hash tables configured (established 32768 bind 9362)
> Initializing IPsec netlink socket
> NET: Registered protocol family 1
> NET: Registered protocol family 17
> Freeing unused kernel memory: 160k freed
> EXT3-fs: INFO: recovery required on readonly filesystem.
> EXT3-fs: write access will be enabled during recovery.
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: recovery complete.
> EXT3-fs: mounted filesystem with ordered data mode.
> SELinux:  Disabled at runtime.
> SELinux:  Unregistering netfilter hooks
> floppy0: no floppy controllers found
> via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
> divert: allocating divert_blk for eth0
> eth0: VIA Rhine II at 0xdffffe00, 00:0b:6a:6f:11:47, IRQ 11.
> eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
> ip_tables: (C) 2000-2002 Netfilter core team
> eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> Linux video capture interface: v1.00
> ivtv: no version for "struct_module" found: kernel tainted.
> ivtv: ==================== START INIT IVTV ====================
> ivtv: version 0.2.0 (rc3g) loading
> ivtv: Linux version: 2.6.10-1.770_FC3 686 REGPARM 4KSTACKS gcc-3.4
> 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.
> ivtv: Autodetected WinTV PVR 250 card
> ivtv: Found an iTVC16 based chip
> ivtv: Unreasonably low latency timer, setting to 64 (was 32)
> ivtv: VIA PCI device: 0x3189 vendor: 0x1106
> tveeprom: Hauppauge: model = 32035, rev = B135, serial# = 6916180
> tveeprom: tuner = Temic 4066FY5 (idx = 35, type = 18)
> tveeprom: tuner fmt = PAL(I) (eeprom = 0x10, v4l2 = 0x00000010)
> tveeprom: audio_processor = MSP3415 (type = 6)
> ivtv: i2c attach [client=tveeprom[0],ok]
> ivtv: Tuner Type 18, Tuner formats 0x00000010, Radio: yes, Model 0x008914d5, Revision 0x00000000
> ivtv: PAL tuner detected
> ivtv: Radio detected
> tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
> ivtv: i2c attach [client=(tuner unset),ok]
> saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)
> saa7115: detecting saa7115 client on address 0x42
> saa7115: writing init values
> ivtv: i2c attach [client=saa7115[0],ok]
> saa7115: status: (1E) 0x48, (1F) 0xc0
> msp34xx: init: chip=MSP3415G-B8 +nicam +simple +simpler +radio mode=simple
> ivtv: i2c attach [client=MSP3415G-B8,ok]
> msp3410: daemon started
> ivtv: Encoder revision: 0x02040024
> ivtv: Encoder Firmware is buggy, use version 0x02040011
> ivtv: Configuring WinTV PVR 250 card with 5 streams
> ivtv: Create DMA stream 0 using 256 16384 byte buffers  4194304 kbytes total
> ivtv: Registered v4l2 device, streamtype 0 minor 0
> ivtv: Create DMA stream 1
> ivtv: Registered v4l2 device, streamtype 1 minor 32
> ivtv: Create stream 2 using 40 52224 byte buffers  2097152 kbytes total
> ivtv: Registered v4l2 device, streamtype 2 minor 224
> ivtv: Create DMA stream 3 using 455 4608 byte buffers  2097152 kbytes total
> ivtv: Registered v4l2 device, streamtype 3 minor 24
> ivtv: Create stream 4
> ivtv: Registered v4l2 device, streamtype 4 minor 64
> ivtv: Setting Tuner 18
> tuner: type set to 18 (Temic PAL_I (4066 FY5)) by ivtv i2c driver #0
> ivtv: Setting audio matrix to input 3, output 1
> ivtv: Switching standard to PAL.
> saa7115: decoder set norm PAL
> saa7115: set audio: 0x01
> ivtv: Initialized WinTV PVR 250, card #0
> ivtv: Autodetected WinTV PVR 250 card
> ivtv: Found an iTVC16 based chip
> ivtv: Unreasonably low latency timer, setting to 64 (was 32)
> ivtv: VIA PCI device: 0x3189 vendor: 0x1106
> tveeprom: Hauppauge: model = 32035, rev = B135, serial# = 6916325
> tveeprom: tuner = Temic 4066FY5 (idx = 35, type = 18)
> tveeprom: tuner fmt = PAL(I) (eeprom = 0x10, v4l2 = 0x00000010)
> tveeprom: audio_processor = MSP3415 (type = 6)
> ivtv: i2c attach [client=tveeprom[1],ok]
> tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #1
> ivtv: i2c attach [client=(tuner unset),ok]
> saa7115: starting probe for adapter ivtv i2c driver #1 (0x10005)
> saa7115: detecting saa7115 client on address 0x42
> saa7115: writing init values
> ivtv: i2c attach [client=saa7115[1],ok]
> ivtv: ivtv_enc_thread: pid = 2460, itv = 0xe0a05020
> saa7115: status: (1E) 0x48, (1F) 0xc0
> msp34xx: init: chip=MSP3415G-B8 +nicam +simple +simpler +radio mode=simple
> ivtv: i2c attach [client=MSP3415G-B8,ok]
> msp3410: daemon started
> ivtv: Tuner Type 18, Tuner formats 0x00000010, Radio: yes, Model 0x008914d5, Revision 0x00000000
> ivtv: PAL tuner detected
> ivtv: Radio detected
> ivtv: Encoder revision: 0x02040024
> ivtv: Encoder Firmware is buggy, use version 0x02040011
> ivtv: Configuring WinTV PVR 250 card with 5 streams
> ivtv: Create DMA stream 0 using 256 16384 byte buffers  4194304 kbytes total
> ivtv: Registered v4l2 device, streamtype 0 minor 1
> ivtv: Create DMA stream 1
> ivtv: Registered v4l2 device, streamtype 1 minor 33
> ivtv: Create stream 2 using 40 52224 byte buffers  2097152 kbytes total
> ivtv: Registered v4l2 device, streamtype 2 minor 225
> ivtv: Create DMA stream 3 using 455 4608 byte buffers  2097152 kbytes total
> ivtv: Registered v4l2 device, streamtype 3 minor 25
> ivtv: Create stream 4
> ivtv: Registered v4l2 device, streamtype 4 minor 65
> ivtv: Setting Tuner 18
> tuner: type set to 18 (Temic PAL_I (4066 FY5)) by ivtv i2c driver #1
> ivtv: Setting audio matrix to input 3, output 1
> ivtv: Switching standard to PAL.
> saa7115: decoder set norm PAL
> saa7115: set audio: 0x01
> ivtv: Initialized WinTV PVR 250, card #1
> ivtv: ====================  END INIT IVTV  ====================
> ivtv: ivtv_enc_thread: pid = 2553, itv = 0xe0a194c0
> lirc_dev: IR Remote Control driver registered, at major 61
> bttv: driver version 0.9.15 loaded
> bttv: using 8 buffers with 2080k (520 pages) each for capture
> lirc_i2c: chip found @ 0x18 (Hauppauge IR)
> ivtv: i2c attach [client=Hauppauge IR,ok]
> lirc_dev: lirc_register_plugin:sample_rate: 10
> lirc_i2c: chip found @ 0x18 (Hauppauge IR)
> ivtv: i2c attach [client=Hauppauge IR,ok]
> lirc_dev: lirc_register_plugin:sample_rate: 10
> saa7115: starting probe for adapter SMBus Via Pro adapter at 0400 (0x0)
> gameport: pci0000:00:0d.1 speed 1193 kHz
> ehci_hcd 0000:00:10.3: EHCI Host Controller
> ehci_hcd 0000:00:10.3: irq 12, pci mem 0xdfffff00
> ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
> ehci_hcd 0000:00:10.3: USB 2.0 initialized, EHCI 1.00, driver 26 Oct 2004
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 6 ports detected
> USB Universal Host Controller Interface driver v2.2
> uhci_hcd 0000:00:10.0: UHCI Host Controller
> uhci_hcd 0000:00:10.0: irq 11, io base 0xdc00
> uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 2 ports detected
> uhci_hcd 0000:00:10.1: UHCI Host Controller
> uhci_hcd 0000:00:10.1: irq 10, io base 0xe000
> uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
> hub 3-0:1.0: USB hub found
> hub 3-0:1.0: 2 ports detected
> uhci_hcd 0000:00:10.2: UHCI Host Controller
> uhci_hcd 0000:00:10.2: irq 3, io base 0xe400
> uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
> hub 4-0:1.0: USB hub found
> hub 4-0:1.0: 2 ports detected
> md: Autodetecting RAID arrays.
> md: autorun ...
> md: ... autorun DONE.
> NET: Registered protocol family 10
> Disabled Privacy Extensions on device c03697c0(lo)
> IPv6 over IPv4 tunneling driver
> divert: not allocating divert_blk for non-ethernet device sit0
> nvidia: module license 'NVIDIA' taints kernel.
> NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module  1.0-7167  Fri Feb 25 09:08:22 PST 2005
> agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
> agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
> agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
> agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
> agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
> agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
> spurious 8259A interrupt: IRQ7.
> eth0: no IPv6 routers present
> EXT3 FS on hda2, internal journal
> device-mapper: 4.3.0-ioctl (2004-09-30) initialised: dm-devel at redhat.com 
> hdc: command error: status=0x51 { DriveReady SeekComplete Error }
> hdc: command error: error=0x54
> ide: failed opcode was 100
> ATAPI device hdc:
>   Error: Illegal request -- (Sense key=0x05)
>   Read of scrambled sector without authentication -- (asc=0x6f, ascq=0x03)
>   The failed "Read 10" packet command was:
>   "28 00 00 2f 90 a0 00 00 01 00 00 00 00 00 00 00 "
> end_request: I/O error, dev hdc, sector 12468864
> kjournald starting.  Commit interval 5 seconds
> EXT3 FS on hda1, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
> SGI XFS Quota Management subsystem
> XFS mounting filesystem hda5
> Starting XFS recovery on filesystem: hda5 (dev: hda5)
> Ending XFS recovery on filesystem: hda5 (dev: hda5)
> Adding 522104k swap on /dev/hda3.  Priority:-1 extents:1
> ieee1394: Initialized config rom entry `ip1394'
> ip_tables: (C) 2000-2002 Netfilter core team
> ip_tables: (C) 2000-2002 Netfilter core team
> lp: driver loaded but no devices found
> saa7115: decoder set picture bright=128 contrast=63 saturation=64 hue=0
> saa7115: decoder set picture bright=128 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder disable output
> saa7115: decoder enable output
> saa7115: decoder set picture bright=128 contrast=63 saturation=64 hue=0
> saa7115: decoder set picture bright=128 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder disable output
> saa7115: decoder enable output
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set size
> saa7115: decoder disable output
> saa7115: decoder enable output
> application mythfrontend uses obsolete OSS audio interface
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0
> saa7115: decoder disable output
> saa7115: decoder enable output
> saa7115: decoder disable output
> saa7115: decoder enable output
> 
> 
> Mar 16 18:26:44 mythtv kernel: Linux video capture interface: v1.00
> Mar 16 18:26:44 mythtv kernel: ivtv: no version for "struct_module" found: kerne
> l tainted.
> Mar 16 18:26:44 mythtv kernel: ivtv: ==================== START INIT IVTV ======
> ==============
> Mar 16 18:26:44 mythtv kernel: ivtv: version 0.2.0 (rc3g) loading
> Mar 16 18:26:44 mythtv kernel: ivtv: Linux version: 2.6.10-1.770_FC3 686 REGPARM
>  4KSTACKS gcc-3.4
> Mar 16 18:26:44 mythtv kernel: ivtv: In case of problems please include the debu
> g info
> Mar 16 18:26:44 mythtv cups: cupsd startup succeeded
> Mar 16 18:26:44 mythtv kernel: ivtv: between the START INIT IVTV and END INIT IV
> TV lines when
> Mar 16 18:26:44 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
> Mar 16 18:26:44 mythtv kernel: ivtv: Autodetected WinTV PVR 250 card
> Mar 16 18:26:44 mythtv sshd:  succeeded
> Mar 16 18:26:44 mythtv kernel: ivtv: Found an iTVC16 based chip
> Mar 16 18:26:44 mythtv kernel: ivtv: Unreasonably low latency timer, setting to
> 64 (was 32)
> Mar 16 18:26:44 mythtv kernel: ivtv: VIA PCI device: 0x3189 vendor: 0x1106
> Mar 16 18:26:44 mythtv kernel: tveeprom: Hauppauge: model = 32035, rev = B135, s
> erial# = 6916180
> Mar 16 18:26:44 mythtv kernel: tveeprom: tuner = Temic 4066FY5 (idx = 35, type =
>  18)
> Mar 16 18:26:44 mythtv kernel: tveeprom: tuner fmt = PAL(I) (eeprom = 0x10, v4l2
>  = 0x00000010)
> Mar 16 18:26:44 mythtv kernel: tveeprom: audio_processor = MSP3415 (type = 6)
> Mar 16 18:26:44 mythtv kernel: ivtv: i2c attach [client=tveeprom[0],ok]
> Mar 16 18:26:44 mythtv kernel: ivtv: Tuner Type 18, Tuner formats 0x00000010, Ra
> dio: yes, Model 0x008914d5, Revision 0x00000000
> Mar 16 18:26:44 mythtv kernel: ivtv: PAL tuner detected
> Mar 16 18:26:44 mythtv kernel: ivtv: Radio detected
> Mar 16 18:26:44 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c d
> river #0
> Mar 16 18:26:44 mythtv xinetd: xinetd startup succeeded
> Mar 16 18:26:44 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok]
> Mar 16 18:26:45 mythtv kernel: saa7115: starting probe for adapter ivtv i2c driv
> er #0 (0x10005)
> Mar 16 18:26:45 mythtv kernel: saa7115: detecting saa7115 client on address 0x42
> Mar 16 18:26:45 mythtv kernel: saa7115: writing init values
> Mar 16 18:26:45 mythtv kernel: ivtv: i2c attach [client=saa7115[0],ok]
> Mar 16 18:26:45 mythtv kernel: saa7115: status: (1E) 0x48, (1F) 0xc0
> Mar 16 18:26:45 mythtv kernel: msp34xx: init: chip=MSP3415G-B8 +nicam +simple +s
> impler +radio mode=simple
> Mar 16 18:26:45 mythtv kernel: ivtv: i2c attach [client=MSP3415G-B8,ok]
> Mar 16 18:26:45 mythtv kernel: msp3410: daemon started
> Mar 16 18:26:45 mythtv kernel: ivtv: Encoder revision: 0x02040024
> Mar 16 18:26:45 mythtv kernel: ivtv: Encoder Firmware is buggy, use version 0x02
> 040011
> Mar 16 18:26:45 mythtv kernel: ivtv: Configuring WinTV PVR 250 card with 5 strea
> ms
> Mar 16 18:26:45 mythtv kernel: ivtv: Create DMA stream 0 using 256 16384 byte bu
> ffers  4194304 kbytes total
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 0 minor
> 0
> Mar 16 18:26:45 mythtv kernel: ivtv: Create DMA stream 1
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 1 minor
> 32
> Mar 16 18:26:45 mythtv kernel: ivtv: Create stream 2 using 40 52224 byte buffers
>   2097152 kbytes total
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 2 minor
> 224
> Mar 16 18:26:45 mythtv kernel: ivtv: Create DMA stream 3 using 455 4608 byte buf
> fers  2097152 kbytes total
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 3 minor
> 24
> Mar 16 18:26:45 mythtv kernel: ivtv: Create stream 4
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 4 minor
> 64
> Mar 16 18:26:45 mythtv kernel: ivtv: Setting Tuner 18
> Mar 16 18:26:45 mythtv kernel: tuner: type set to 18 (Temic PAL_I (4066 FY5)) by
>  ivtv i2c driver #0
> Mar 16 18:26:45 mythtv kernel: ivtv: Setting audio matrix to input 3, output 1
> Mar 16 18:26:45 mythtv kernel: ivtv: Switching standard to PAL.
> Mar 16 18:26:45 mythtv kernel: saa7115: decoder set norm PAL
> Mar 16 18:26:45 mythtv kernel: saa7115: set audio: 0x01
> Mar 16 18:26:45 mythtv kernel: ivtv: Initialized WinTV PVR 250, card #0
> Mar 16 18:26:45 mythtv kernel: ivtv: Autodetected WinTV PVR 250 card
> Mar 16 18:26:45 mythtv xinetd[4968]: xinetd Version 2.3.13 started with libwrap
> loadavg options compiled in.
> Mar 16 18:26:45 mythtv kernel: ivtv: Found an iTVC16 based chip
> Mar 16 18:26:45 mythtv xinetd[4968]: Started working: 0 available services
> Mar 16 18:26:45 mythtv kernel: ivtv: Unreasonably low latency timer, setting to
> 64 (was 32)
> Mar 16 18:26:45 mythtv kernel: ivtv: VIA PCI device: 0x3189 vendor: 0x1106
> Mar 16 18:26:45 mythtv kernel: tveeprom: Hauppauge: model = 32035, rev = B135, s
> erial# = 6916325
> Mar 16 18:26:45 mythtv kernel: tveeprom: tuner = Temic 4066FY5 (idx = 35, type =
>  18)
> Mar 16 18:26:45 mythtv kernel: tveeprom: tuner fmt = PAL(I) (eeprom = 0x10, v4l2
>  = 0x00000010)
> Mar 16 18:26:45 mythtv kernel: tveeprom: audio_processor = MSP3415 (type = 6)
> Mar 16 18:26:45 mythtv kernel: ivtv: i2c attach [client=tveeprom[1],ok]
> Mar 16 18:26:45 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus ivtv i2c d
> river #1
> Mar 16 18:26:45 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok]
> Mar 16 18:26:45 mythtv kernel: saa7115: starting probe for adapter ivtv i2c driv
> er #1 (0x10005)
> Mar 16 18:26:45 mythtv kernel: saa7115: detecting saa7115 client on address 0x42
> Mar 16 18:26:45 mythtv kernel: saa7115: writing init values
> Mar 16 18:26:45 mythtv kernel: ivtv: i2c attach [client=saa7115[1],ok]
> Mar 16 18:26:45 mythtv kernel: ivtv: ivtv_enc_thread: pid = 2460, itv = 0xe0a050
> 20
> Mar 16 18:26:45 mythtv kernel: saa7115: status: (1E) 0x48, (1F) 0xc0
> Mar 16 18:26:45 mythtv kernel: msp34xx: init: chip=MSP3415G-B8 +nicam +simple +s
> impler +radio mode=simple
> Mar 16 18:26:45 mythtv kernel: ivtv: i2c attach [client=MSP3415G-B8,ok]
> Mar 16 18:26:45 mythtv kernel: msp3410: daemon started
> Mar 16 18:26:45 mythtv kernel: ivtv: Tuner Type 18, Tuner formats 0x00000010, Ra
> dio: yes, Model 0x008914d5, Revision 0x00000000
> Mar 16 18:26:45 mythtv kernel: ivtv: PAL tuner detected
> Mar 16 18:26:45 mythtv kernel: ivtv: Radio detected
> Mar 16 18:26:45 mythtv kernel: ivtv: Encoder revision: 0x02040024
> Mar 16 18:26:45 mythtv kernel: ivtv: Encoder Firmware is buggy, use version 0x02
> 040011
> Mar 16 18:26:45 mythtv kernel: ivtv: Configuring WinTV PVR 250 card with 5 strea
> ms
> Mar 16 18:26:45 mythtv kernel: ivtv: Create DMA stream 0 using 256 16384 byte bu
> ffers  4194304 kbytes total
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 0 minor
> 1
> Mar 16 18:26:45 mythtv kernel: ivtv: Create DMA stream 1
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 1 minor
> 33
> Mar 16 18:26:45 mythtv kernel: ivtv: Create stream 2 using 40 52224 byte buffers
>   2097152 kbytes total
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 2 minor
> 225
> Mar 16 18:26:45 mythtv kernel: ivtv: Create DMA stream 3 using 455 4608 byte buf
> fers  2097152 kbytes total
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 3 minor
> 25
> Mar 16 18:26:45 mythtv kernel: ivtv: Create stream 4
> Mar 16 18:26:45 mythtv kernel: ivtv: Registered v4l2 device, streamtype 4 minor
> 65
> Mar 16 18:26:45 mythtv kernel: ivtv: Setting Tuner 18
> Mar 16 18:26:45 mythtv kernel: tuner: type set to 18 (Temic PAL_I (4066 FY5)) by
>  ivtv i2c driver #1
> Mar 16 18:26:45 mythtv kernel: ivtv: Setting audio matrix to input 3, output 1
> Mar 16 18:26:45 mythtv kernel: ivtv: Switching standard to PAL.
> Mar 16 18:26:45 mythtv kernel: saa7115: decoder set norm PAL
> Mar 16 18:26:45 mythtv kernel: saa7115: set audio: 0x01
> Mar 16 18:26:45 mythtv kernel: ivtv: Initialized WinTV PVR 250, card #1
> Mar 16 18:26:45 mythtv kernel: ivtv: ====================  END INIT IVTV  ======
> ==============
> Mar 16 18:26:45 mythtv kernel: ivtv: ivtv_enc_thread: pid = 2553, itv = 0xe0a194
> c0
> 
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org 
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev 
> 
> 
>


More information about the mythtv-dev mailing list