[ivtv-devel] pvr-150: my summary

2005-01-15 Thread Peter Karlsson
Hi! I've got a pvr-150 (version 1046), I live in Sweden (a PAL B/G country). Modprobe tveeprom (both ivtv-0.3.2b and v4l one, though not at the same time) doesn't result in anything showing up in dmesg or in the system log (/var/log/messages), so I cannot determine tuner type that way. So I peeled

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Ryan King
Dont know why gmail didnt attach it properly. Here is a link. https://stalag.org/~snake/ntscaudio.patch On Sat, 15 Jan 2005 11:23:07 -0500, Ryan King <[EMAIL PROTECTED]> wrote: > Aaron Bonner was correct. I have the PVR-150 and was unable to get > the audio working also. The tuner audio came th

Re: [ivtv-devel] xdriver 0.8 error

2005-01-15 Thread Tim Fenn
On Sat, Jan 15, 2005 at 08:25:16PM -, John Harvey wrote: > That all looks ok other than the virtual terminal has been switched away > from the one that X is using (I think) > right. I'm a moron - my fluxbox configuration was b0rked. Never mind. -Tim -- Morals? I eat communism and $h!t A

[ivtv-devel] tuner frequency reset/offset/frequency table issue?

2005-01-15 Thread Michael Wester
Hi- I'm having problems getting a proper frequency table for my Pundit-R, PVR-350, MythTV system. Pardon the rambling e-mail, but as I'm not sure what are relevant and what are irrelevant observations. In chronological order: December 04. PVR-350 in old epia box, under FC3, tuner works fine, t

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Matt
Thanks for the info.. I get exactly the same thing from tveeprom. It seems you and I have exactly the same card. veeprom: Hauppauge: model = 26552, rev = C268, serial# = 7723854 tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47) tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 =

RE: [ivtv-devel] xdriver 0.8 error

2005-01-15 Thread John Harvey
That all looks ok other than the virtual terminal has been switched away from the one that X is using (I think) John > -Original Message- > From: [EMAIL PROTECTED] [mailto:ivtv-devel- > [EMAIL PROTECTED] On Behalf Of Tim Fenn > Sent: 15 January 2005 19:28 > To: ivtv-devel@lists.sourceforg

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Ryan King
I have some new findings. I had done all the prior testing on my room mates pvr150 card. We just bought these this week. Since I was able to his to work in my linux pvr (he runs windows) I opened up mine to use (wanted to be able receive refund it if couldnt get 150 to work). I have the same ca

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Jon Neal
On my PVR150 MCE version I just looked at the lower side markings on my tuner and it was a TAPE-H01F tuner. Also, tveeprom reports: tveeprom: Hauppauge: model = 26552, rev = C268, serial# = 7724786 tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47) tveeprom: tuner fmt = NTSC(M) (eeprom = 0

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Jon Neal
Matt - FWIW, you are trying a lot of the things that I have tried over the past couple of weeks. Take this how you want, but my findings are that it isn't a problem with the tuner module. You probably know, there are two versions of the PVR-150 NTSC: MCE and retail (models 1042 and 1045). Look

Re: [ivtv-devel] pvr-150 remote control?

2005-01-15 Thread Robert Brewer
Nice work. I've got the remote receiver on my pvr-150 working with lirc CVS and ivtv-0.3.2a. Now I can remote control the music on mythtv. Still working on TV watching. :) -Rob -- Robert W. Brewer --- The SF.Net email is sponsored by: Beat

[ivtv-devel] xdriver 0.8 error

2005-01-15 Thread Tim Fenn
For reasons I haven't figured out, X.org no longer starts up using the tv-out on the pvr350 and version 0.8 of ivtvdev_drv.o. At some point last night, the screen locked up and can't be brought back to life, even after a cold boot. I've attached the xorg.0.log, but it seems the culprit is: (EE)

[ivtv-devel] PVR150 progress Image always ok !

2005-01-15 Thread Keats
Hi, now i have a picture all time with the tuner but sound only when i don't have the picture... to have picture, i have to load modules one by one... #!/bin/bash modprobe tveeprom sleep 1 modprobe tuner type=52 sleep 1 modprobe msp3400 once=1 simple=1 standard=0x09 sleep 1 modprobe saa7127 sl

Re: [ivtv-devel] PVR150 progress Image and sound always ok ! :)

2005-01-15 Thread Keats
#!/bin/bash echo Loading IVTV drivers. modprobe tveeprom sleep 1 modprobe tuner type=38 sleep 1 modprobe msp3400 once=1 simple=1 standard=0x09 sleep 1 modprobe saa7127 sleep 1 modprobe cx25840 sleep 1 modprobe wm8775 sleep 1 modprobe ivtv tuner=38 ivtv_std=3 tda9887=0 now all is ok :) -

Re: [ivtv-devel] any new xine ivtv plugin?

2005-01-15 Thread TheNop
Im tring to get ivtv-0.2.0rc1a working. But when I do modprobe ivtv_fb after ivtv I get a segmentation fault :-( If I use ivtv-0.2.0rc1m it works. Bud I cant use it vor the xine plugin. What should I do? Best regards TheNop Here is my dmesg log: ivtv: START INIT IVTV =

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Matt
Thanks for the input... I tried everything you suggested and I'm still getting static when I use the version "b" cx25840 driver. One more note, whenever I load the version "b" cx25840 driver, the ONLY way to get video back is to do a complete power OFF reset. I'm about to do that so that I can

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Ryan King
Aaron Bonner was correct. I have the PVR-150 and was unable to get the audio working also. The tuner audio came through when composite input was selected however. I tried to apply his patch but it gave me some errors and it was ineffective. I begin comparing the differences between the two inpu

[ivtv-devel] Black screen OSD pvr-350 mythtv

2005-01-15 Thread Fredrik Trotzig
Hi all. Symtom: After exiting from program guide in livetv the screen is black, until OSD is refreshed? I wanted to bring this back into the light since i\'ve had this problem all along with mythtv and the pvr-350. ~6 month. Some users seems to have the same problem and some don\'t. I there a s

RE: [patch] [ivtv-devel] question about msp3400.ko versions

2005-01-15 Thread Anduin Withers
> This patch when using the ivtv msp3400 version should do nothing, with the > kernel ivtv recordings will be quieter. Well, 31 recordings later (29 hours), opmode=1 (not using once), recordings are quieter but haven't lost audio (granted this is using a quick scan (with a scan window of three min

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Matt
I tried your suggestions and I am able to get some crackling with the audio but I still can't get a video signal. I ran "ivtvctl -a" and noticed the following. ioctl: VIDIOC_G_STD Standard = 0x3000 ioctl: VIDIOC_QUERYCTRL Brightness = -761183072 Contrast = -384250599 Saturation = -88

RE: [ivtv-devel] pvr-150 remote control?

2005-01-15 Thread Per Jönsson
> That's great work. > My PVR150 also seems to come with a remote ir blaster that > can be used to control external tuners (satelite, cable box, > ). Would i be able to use the ir transmiter as well as > the ir receiver with this lirc driver? > > Steven No, probably not out-of-the-box. As

RE: [ivtv-devel] Driver version is 0.2.0-rc3d, IVTV_DRIVER_VERSION_COMMENT is ??

2005-01-15 Thread Anduin Withers
> After upgrading from rc3b to rc3c to rc3d I noticed that the IVTV internal > version does not seem to be changing. Is this an oversight or am I > missing > something? Oversight. -- Anduin Withers --- The SF.Net email is sponsored by: Beat

[ivtv-devel] PVR-500MCE Second input

2005-01-15 Thread Thomas M. Pluth
  Has anyone found a source yet for a dongle to connect the second set of inputs on the PVR-500MCE?  

Re: [ivtv-devel] PVR 150 NTSC

2005-01-15 Thread Matt
Thanks for the quick response. _Get your FREE Budweiser E-mail account at http://budweiser.com Budweiser E-Mail must be used responsibly and only is for consumers 21 years of age and older! Disclaimer: Neither Anheuser-Busc

[ivtv-devel] Re: PVR 350 & PVR 250 NoTuner

2005-01-15 Thread Axel Thimm
On Fri, Jan 14, 2005 at 11:39:32AM -0500, Michael T. Dean wrote: > On 01/14/2005 03:34 AM, Dave wrote: > > >I had mythtv and ivtv working for quite some time on my PVR 350, 2.6.9 > >kernel and 0.3.1t. No complaints. I installed a tuner type 50 PVR 250 > >recently and have been trying to get them

RE: [ivtv-devel] Re: ivtvHWProvbe failed to do IVTVFB_IOCTL_GET_STATE for device /dev/fb0

2005-01-15 Thread John Harvey
Run modprobe ivtv-fb manually. Or somehow add it to the modprobe.conf. I run mine manually I'm afraid since I spend so much time re-compiling it at the moment that I haven't worried about automatically starting it. John > -Original Message- > From: [EMAIL PROTECTED] [mailto:ivtv-devel-

Re: [ivtv-devel] pvr-150 remote control?

2005-01-15 Thread Steven
Per Jönsson schreef: Hi, I wrote a patch for Lirc 0.7.0 that adds support for the pvr-150 remote. It has been added to the CVS, but you can download it from here as well: http://www.pjd.nu/lirc/lirc-0.7.0_pvr150.patch.gz I have also created a new lircd.conf based on lircd-g.conf that comes with i