View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed May 11, 2005 10:30 am 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
ref : pvr.pl (http://dc1.snapperworld.net/files/mythtv/pvr.pl)

*****************
* pvr.pl with R5A15 *
*****************


Yesterday, I installed R5A15 on my computer. I discovered that the script (pvr.pl) was distributed in this version. Here is what I have done :

root@pvr:~#cd /root
root@pvr:~#perl /usr/local/bin/pvr.pl -i

KnoppMythVersion detected=R5 Alpha 15
Backup directory /root/pvr350util exists...kipping file backup
insmod : can't read 'ivtv-fb' : no such file or directory
sorry, i could not find the /etcX11/XF86Config-4.pvr350-tvout.sample file that need to construct the XF86Config-4.file
Exiting

Anyone know what i'm doing wrong ?
I just installed R5A15 and CTRL-ALT-F1 to exit at the command line
log with root and execute script.

*****************
* pvr.pl with R5A12 *
*****************


Today, I decided to install R5A12 and execute pvr.pl in the root. The script ran with no error but when I reboot, my computer freeze in the boot with cascading text and my TV displays green/grey bars.
-->capture : http://www.imagebarrel.com/img/05/97/05/screen.JPG

My pvr-350 is connected in input with a cable (coaxial)
and in output with S-VIDEO cable.

:?: Anyone know what should I do to resolve this problem ?


Last edited by aspain on Wed Jun 08, 2005 2:40 am, edited 4 times in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 27, 2005 6:41 am 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
:idea: Ok...I found a solution with R5A12. That was my video card on my mother board. I added a new video card and the problem is resolved!

But... Mythbrowser can't open a web page. Here is the message :

"an error occured while loading http://www.google.com
Could not start process cannot talk to klauncher"


and...I can't use Mythgame...problem with the version of xmame


Last edited by aspain on Sat May 28, 2005 4:28 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 27, 2005 10:37 pm 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
**************
*With R5A15.1
**************


If I manually setup my tv-out, my TV went from black to a bunch of gray and blackish bars in a stepped-diagonal pattern and my machine just freeze during the boot.

Here is what I have done :

Code:
root@mythtv:~# /sbin/modprobe ivtv-fb
root@mythtv:~# dmesg | grep "iTVC15 TV out"
ivtv-osd: fb0: iTVC15 TV out frame buffer device


Code:
root@mythtv:~# lspci
0000:02:01.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)


Code:
root@mythtv:/#nano /etc/X11/XF86Config-4

Section "Device"
        Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver      "ivtvdev"

        ### change fb1 to whatever number you got in the previous section
        Option      "fbdev" "/dev/fb0"
        Option      "ivtv" "/dev/fb0"

        ### 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 "PCI:02:01:0"
        BusID "0:0x2:1"
EndSection


Code:
root@mythtv:/# nano /etc/mythtv/modules/ivtv

alias char-major-81 videodev
alias char-major-61 lirc_i2c
#options ivtv debug=1
#options tuner type=2
options msp3400 once=1 simple=1
install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115;  /sbin/modprobe --ignore-install  ivtv; /sbin/modprobe ivtv-fb; /sbin/modprobe lirc_i2c
remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner && /sbin/modprobe -r ivtv-fb && /sbin/modprobe -r lirc_i2c



Code:
root@mythtv:/#install -c -m 0444 /tmp/ivtv-0.2.0-rc3j/utils/ivtvdev_drv_o /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o


Code:
root@mythtv:~# dmesg


ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 11 (level, low) -> IRQ 11
ivtv: Unreasonably low latency timer, setting to 64 (was 32)
ivtv: XXX PCI device: 0x1130 vendor: 0x8086
ivtv: i2c attach [client=tveeprom,ok]
ivtv: i2c attach [client=(tuner unset),ok]
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
msp34xx: ivtv version
msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode
msp34xx: $Id$ compiled on: Apr 20 2005 06:45:08
ivtv: i2c attach [client=MSP3448W-A2,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) 0x01, (1F) 0x40
tveeprom: Hauppauge: model = 48132, rev = K168, serial# = 7520098
tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio_processor = MSP3440 (type = 11)
ivtv: Tuner Type 47, Tuner formats 0x00001000, Radio: yes, Model 0x00ad1598, Revision 0x00000001
ivtv: NTSC tuner detected
ivtv: Radio detected
saa7127: Ignoring new-style parameters in presence of obsolete ones
saa7127: video encoder driver version V 0.3 loaded
saa7127: detecting saa7127 client on address 0x88
saa7127: Selecting NTSC video Standard
saa7127: Selecting S-Video+Composite
saa7127: Turn WSS off
saa7127: Widescreen Mode 4:3 Full Format
saa7127: Selecting Normal Encoder Input
saa7127: Enable Video Output
ivtv: i2c attach [client=saa7127[0],ok]
ivtv: Encoder revision: 0x02040011
ivtv: Decoder revision: 0x02020023
ivtv: Configuring WinTV PVR 350 card with 9 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: Create DMA stream 5 using 16 65536 byte buffers  1048576 kbytes total
ivtv: Registered v4l2 device, streamtype 5 minor 16
ivtv: Create stream 6 using 1024 2048 byte buffers  262144 kbytes total
ivtv: Registered v4l2 device, streamtype 6 minor 228
ivtv: Create stream 7
ivtv: Registered v4l2 device, streamtype 7 minor 232
ivtv: Create DMA stream 8
ivtv: Registered v4l2 device, streamtype 8 minor 48
ivtv: Setting Tuner 47
tuner 1-0061: type set to 47 (LG NTSC (TAPE series))
saa7115: decoder set input (4)
saa7115: now setting Composite input
ivtv: Setting audio matrix to input 3, output 1
ivtv: Switching standard to NTSC.
ivtv: ivtv_enc_thread: pid = 2599, itv = 0xd0c21a20
ivtv: ivtv_dec_thread: pid = 2600, itv = 0xd0c21a20
eth0: no IPv6 routers present
saa7115: decoder set norm NTSC
saa7115: set audio: 0x01
saa7127: Setting Encoder Video Standard
saa7127: Set NTSC Video Mode
saa7127: Selecting NTSC video Standard
ivtv: Initialized WinTV PVR 350, card #0
ivtv: ====================  END INIT IVTV  ====================
ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0)
ivtv-osd: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes.
ivtv-osd: screen coords: [0 0] -> [720 480]
ivtv-osd: original global alpha = 208
ivtv-osd: current OSD state = 39
ivtv-osd: new global alpha = 208 (1 255 0)
ivtv-osd: framebuffer at 0xd5510000, mapped to 0xd1a90000, size 1350k
ivtv-osd: mode is 720x480x32, linelength=2880
Console: switching to colour frame buffer device 90x30
ivtv-osd: fb0: iTVC15 TV out frame buffer device
cx2388x v4l2 driver version 0.0.4 loaded
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
ivtv: i2c attach [client=Hauppauge IR,ok]
lirc_dev: lirc_register_plugin:sample_rate: 10
saa7115: decoder disable output
saa7115: decoder set input (0)
saa7115: now setting Composite input
ivtv: Setting audio matrix to input 1, output 1
saa7115: decoder enable output
saa7115: decoder set size
saa7115: decoder disable output
saa7115: decoder set input (4)
saa7115: now setting Composite input
ivtv: Setting audio matrix to input 3, output 1
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
input: PC Speaker
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
agpgart: Detected an Intel i815 Chipset.
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: AGP aperture is 64M @ 0xd0000000
cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
ichxrom: ichxrom_init_one(): Unable to register resource 0xffb00000-0xffffffff - kernel bug?
CFI: Found no ichxrom @fff00000 device at location zero
JEDEC: Found no ichxrom @fff00000 device at location zero
CFI: Found no ichxrom @fff00000 device at location zero
JEDEC: Found no ichxrom @fff00000 device at location zero¸
...
CFI: Found no ichxrom @ffff0000 device at location zero
JEDEC: Found no ichxrom @ffff0000 device at location zero
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
ACPI: PCI interrupt 0000:03:09.2[C] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:03:09.2: NEC Corporation USB 2.0
ehci_hcd 0000:03:09.2: irq 11, pci mem 0xdc003000
ehci_hcd 0000:03:09.2: new USB bus registered, assigned bus number 5
ehci_hcd 0000:03:09.2: USB 2.0 initialized, EHCI 0.95, driver 10 Dec 2004
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 5 ports detected


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 30, 2005 11:27 am 
Offline
Joined: Tue Mar 22, 2005 11:56 am
Posts: 110
Location: San Francisco
Hey aspain~

It looks like you are a couple of days ahead of me. I'm having the same problems.

Have you made any progress?

for me X won't load after I perl snapperdragon's script, and I get that same banding on my TV. I'm getting:


Code:
root@stevietv:~# perl pvr.pl -d
KnoppMythVersion detected=R5 Alpha 15.1
DEBUG: KnoppMyth Version = R5 Alpha 15.1
DEBUG: Tuner Typer=
DEBUG: Busid=PCI:0x0::0
[b]insmod: can't read 'ivtv-fb': No such file or directory[/b]
DEBUG: fb=agpgart
DEBUG: creating /tmp/ivtv file.
DEBUG: Displaying ivtv file that would have been created
DEBUG: writing temp XF86Config-4 file to /tmp directory.
DEBUG: Displaying XF86Config file that would have been producted


Code:
root@stevietv:~# lspci
0000:01:06.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 30, 2005 7:19 pm 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
No solution with R5A15 or R5A15.1

If I execute pvr.pl on R5A12 I can get tv-out. But MythBrowser can't load web page. I dont know why...

Have you try to execute the script on R5A12 ?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 08, 2005 2:36 am 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
Ok, I found a solution with 15.1
I have to use : BusID "PCI:02:01:00"
and Option "ivtv" "/dev/fb0"

But now, I have no sound!


here is my XF86Config-4 :

Code:
root@mythtv:/#nano /etc/X11/XF86Config-4

Section "Device"
        Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver      "ivtvdev"

        ### change fb1 to whatever number you got in the previous section
        #Option      "fbdev" "/dev/fb0"
        Option      "ivtv" "/dev/fb0"

        ### 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 "PCI:02:01:0"
        #BusID "0:0x2:1"
        BusID "PCI:02:01:00"
EndSection


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu