Re: [ivtv-devel] PVR-500mce NTSC, ivtv 0.3.2i, tuner type not set

2005-03-15 Thread Michael Wester
On Wed, 16 Mar 2005 00:16:53 -0500, Tyler Trafford <[EMAIL PROTECTED]> wrote: > Since you have both a 350 and a 500, you'll need to stop the saa7127 > driver from claiming all the devices. > > It looks like the 350 is the first device, so you would want to add > this to your module configuration:

RE: [ivtv-devel] PVR-150 MCE w/ NTSC TAPE H091F = static all channels...

2005-03-15 Thread Christian Morris
Glory be. Crystal clear video. Wow. That's all it takes? I wonder why I didn't find that in my searches... Oh well, no matter. What's the black_magic option do that needs to be turned off? (and thanks!) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [ivtv-devel] PVR-500mce NTSC, ivtv 0.3.2i, tuner type not set

2005-03-15 Thread Tyler Trafford
Michael Wester <[EMAIL PROTECTED]> wrote: > I think I'll try hunting down another version of firmware at this > point, as the card seems OK, but the output- ie. encoder is still > potentially buggy? But only buggy for the pvr-500mce? Any other > ideas? Thanks again, Since you have both a 350 an

Re: [ivtv-devel] PVR-150 MCE w/ NTSC TAPE H091F = static all channels...

2005-03-15 Thread Paul Harvey
I have a card just like you do, to get it working all I have is the following... alias char-major-81 videodev alias char-major-81-0 ivtv options cx25840 no_black_magic=1 and then do a modprobe ivtv That is with 0.3.2i on 2.6.10. On Tue, 15 Mar 2005 22:44:48 -0600 (CST), [EMAIL PROTECTED] <[EMA

Re: [ivtv-devel] PVR-500mce NTSC, ivtv 0.3.2i, tuner type not set

2005-03-15 Thread Michael Wester
On Tue, 15 Mar 2005 17:22:14 -0800, Jarod Wilson <[EMAIL PROTECTED]> wrote: >Please move your in-kernel tuner module out of the way, it looks like that's >getting loaded instead of the ivtv-provided tuner module, and it doesn't have >support for type 57 (support has to be in both your loaded tveep

[ivtv-devel] PVR-150 MCE w/ NTSC TAPE H091F = static all channels...

2005-03-15 Thread xian
PVR-150 MCE w/ NTSC TAPE H091F = static all channels... Hoping to tap the experience & knowledge of the folks on this list. I recently received a pair of PVR-150 MCE cards. Knowing that the status of the driver support is less than perfect I opted to put together a testing box rather than blow

[ivtv-devel] FM radio support on PVR150

2005-03-15 Thread Shiju Mathew
Hi, Could anyone tell me if FM radio support is there on the ivtv driver for PVR150. The tuner on the card is Philips FM1236 MK3. If the FM radio is not there on the driver is there a patch available. I am testing using the latest driver ivtv-0.3.2i without any success on FM radio. -- Shiju ---

[ivtv-devel] [PATCH] hotplug firmware load for cx25840

2005-03-15 Thread Tyler Trafford
This adds hotplug firmware loading to the cx25840 module. Please test this if you use HP_FWLOAD and use the external audio input. (This firmware is not used for the tuner.) I didn't bother putting the md5 and sha1 stuff in this, since that looks like it was originally done just so the original a

Re: [ivtv-devel] PVR-500mce NTSC, ivtv 0.3.2i, tuner type not set

2005-03-15 Thread Jarod Wilson
On Tuesday 15 March 2005 17:00, Michael Wester wrote: > Hi- > > I think I'm getting close here. SuSE 9.2 in a pundit-r with pvr-350 > which has worked fine and now I've added a new pvr-500. My > understanding was that tuner=57 was supported in 0.3.2i. From the > log, it appears that ivtv is tell

[ivtv-devel] PVR-500mce NTSC, ivtv 0.3.2i, tuner type not set

2005-03-15 Thread Michael Wester
Hi- I think I'm getting close here. SuSE 9.2 in a pundit-r with pvr-350 which has worked fine and now I've added a new pvr-500. My understanding was that tuner=57 was supported in 0.3.2i. From the log, it appears that ivtv is telling the card to set to tuner 57, but it's not getting a reply. I

Re: [ivtv-devel] [PATCH] Makefile support building for non current kernel

2005-03-15 Thread jerome lacoste
On Tue, 15 Mar 2005 18:37:44 -0500, Tyler Trafford <[EMAIL PROTECTED]> wrote: > jerome lacoste <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED]:~$ ls -la /lib/modules/2.*/ | grep build > > lrwxr-xr-x 1 root root 26 Jul 25 2003 build -> > > /usr/src/linux-2.6.0-test1 > > lrwxr-xr-x 1 ro

Re: [ivtv-devel] [PATCH] Makefile support building for non current kernel

2005-03-15 Thread Tyler Trafford
Tyler Trafford <[EMAIL PROTECTED]> wrote: > jerome lacoste <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED]:~$ ls -la /lib/modules/2.*/ | grep build > > lrwxr-xr-x 1 root root 26 Jul 25 2003 build -> > > /usr/src/linux-2.6.0-test1 > > lrwxr-xr-x 1 root root 20 Dec 24 2003 build ->

Re: [ivtv-devel] [PATCH] Makefile support building for non current kernel

2005-03-15 Thread Tyler Trafford
jerome lacoste <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~$ ls -la /lib/modules/2.*/ | grep build > lrwxr-xr-x 1 root root 26 Jul 25 2003 build -> > /usr/src/linux-2.6.0-test1 > lrwxr-xr-x 1 root root 20 Dec 24 2003 build -> /usr/src/linux-2.6.0 > lrwxr-xr-x 1 root root21

Re: [ivtv-devel] [PATCH] Makefile support building for non current kernel

2005-03-15 Thread jerome lacoste
On Tue, 15 Mar 2005 18:20:41 -0500, Tyler Trafford <[EMAIL PROTECTED]> wrote: > jerome lacoste <[EMAIL PROTECTED]> wrote: > > I've made the following change to support building the module for a > > non running kernel. > > There's one problem, you shouldn't be changing the HEADERDIR variable. > Th

Re: [ivtv-devel] [PATCH] Makefile support building for non current kernel

2005-03-15 Thread Tyler Trafford
jerome lacoste <[EMAIL PROTECTED]> wrote: > I've made the following change to support building the module for a > non running kernel. There's one problem, you shouldn't be changing the HEADERDIR variable. That doesn't change regardless of what your kernel is. -- Tyler Trafford

[ivtv-devel] [PATCH] Makefile support building for non current kernel

2005-03-15 Thread jerome lacoste
I've made the following change to support building the module for a non running kernel. Apply if you see fit. J --- Makefile2.6.orig2005-03-15 01:29:26.0 +0100 +++ Makefile2.6 2005-03-15 01:46:43.0 +0100 @@ -1,3 +1,8 @@ +# By default, the build is done against the running kern

Re: [ivtv-devel] IVTV source code repository

2005-03-15 Thread Peter Martens
> What I would love even more is a subversion repo, so... > > > instead of getting a tar.gz each time... > > > > Makes it also very easy to find out wen something broke. > > ...since I already had subversion and trac set up on my own server, I tossed > something together here: > > http://svn.wil

Re: [ivtv-devel] Re: Re: Re: Re: PAL PVR500MCE installation help

2005-03-15 Thread Tyler Trafford
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Mar 15 20:44:56 pvr cx25840: Unable to open FW file > '/lib/modules/HcwMakoA.ROM'. > Mar 15 20:44:56 pvr cx25840: Failed to load any FW image file > > I don't have this file, so I is in it's right to complain. But how do I > get it. My card came witho

[ivtv-devel] Re: Re: Re: Re: PAL PVR500MCE installation help

2005-03-15 Thread mail
Ok, This is where I am now: - I deleted the tveeprom from the kernel. - I added cryptographic stuff to the kernel - modprobe ivtv (no options) Mar 15 20:44:55 pvr tveeprom: Hauppauge: model = 23559, rev = D391, serial# = 7787077 Mar 15 20:44:55 pvr tveeprom: tuner = Philips FQ1216AME MK4 (idx = 9

Re: [ivtv-devel] PVR350 + FM1216ME/I H-3 + Radio

2005-03-15 Thread Jarod Wilson
On Tuesday 15 March 2005 04:15, [EMAIL PROTECTED] wrote: > Hi again! > > I was experimenting around a bit, because I really want to get that radio > working on my PVR 350. This was my problem: TV works, radio brings just > noise. The tuner is recognized by tveeprom as type 38 > (TUNER_PHILIPS_FM121

Re: [ivtv-devel] Using SPDIF audio from soundcard in lieu of analog input in PVR-250

2005-03-15 Thread kevin thayer
not without soldering, and probably a few components to convert formats. The chip may support it though. You might be able to post-process it in using your CPU if you REALLY want digital. -tmk --- Andy Hopper <[EMAIL PROTECTED]> wrote: > Got a wierd question for you guys. I was wondering > if i

Re: [ivtv-devel] Re: Re: PAL PVR500MCE installation help

2005-03-15 Thread Jarod Wilson
On Tuesday 15 March 2005 03:57, [EMAIL PROTECTED] wrote: > >Its type 56 in the tuner module shipped with ivtv 0.3.2i, and a patch for > >it has already been submitted upstream for v4l inclusion. > > Ok, that's good to know. So I can try with tuner=56 in the modprobe > statement. If you're using th

Re: [ivtv-devel] IVTV source code repository

2005-03-15 Thread jerome lacoste
On Mon, 14 Mar 2005 17:25:40 -0800, Jarod Wilson <[EMAIL PROTECTED]> wrote: > On Monday 14 March 2005 14:38, jerome lacoste wrote: > > On Mon, 14 Mar 2005 16:49:54 -0500 (EST), D. Hugh Redelmeier > > > > <[EMAIL PROTECTED]> wrote: > > > Any project that isn't tiny ought to use a repository to recor

[ivtv-devel] Re: IVTV source code repository

2005-03-15 Thread Axel Thimm
On Mon, Mar 14, 2005 at 05:25:40PM -0800, Jarod Wilson wrote: > On Monday 14 March 2005 14:38, jerome lacoste wrote: > > On Mon, 14 Mar 2005 16:49:54 -0500 (EST), D. Hugh Redelmeier > > > > <[EMAIL PROTECTED]> wrote: > > > Any project that isn't tiny ought to use a repository to record > > > change

[ivtv-devel] Using SPDIF audio from soundcard in lieu of analog input in PVR-250

2005-03-15 Thread Andy Hopper
Got a wierd question for you guys. I was wondering if it was possible to route the SPDIF audio input from my soundcard (coming off of my directv receiver), into ivtv (or some similiar arrangement) instead of using the analog audio input on the back of my card (PVR-250). Thanks in advance if anyone

Re: [ivtv-devel] Re: PVR-150 NTSC Retail - Blank screen on "Watch TV"

2005-03-15 Thread Robert Brewer
I agree... it shouldn't be playing back choppy on your system. I was having a small bit of chop during live tv which was solved by activating the realtime priority option in the playback setup screen. However, it wasn't quite working until I fooled with the realtime LSM module better. -Rob -- R

[ivtv-devel] mythtv PVR-250, No sound: wrong directories?

2005-03-15 Thread Ryan M
I've seen the archives on this but so far haven't had any luck. I've followed the Jarod's guide but I can't get sound to work for my PVR-250, sound does work on the rest of the system. There is a lot of talk about a msp3400.ko file not being the right version. On my machine the msp3400-ivtv.ko fi

Re: [ivtv-devel] IVTV_IRQ_DEC_DMA_ERR intr

2005-03-15 Thread jerome lacoste
On Mon, 14 Mar 2005 17:07:45 -0800 (PST), Jason Knisley <[EMAIL PROTECTED]> wrote: > What motherboard/chipset do you have? Via M1 C3 Nehemiah > I have a > SuperMicro P4DCE+ with dual Xeon 2.2ghz with an > SMP/SMT kernel, 8kstacks preempt and everything has > been working swimmingly. > > Lik

Re: [ivtv-devel] PAL PVR500MCE installation help

2005-03-15 Thread Tyler Trafford
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Mar 14 22:17:11 pvr cx25840: Unknown symbol crypto_alloc_tfm > Mar 14 22:17:11 pvr cx25840: Unknown symbol crypto_free_tfm > Mar 14 22:17:11 pvr modprobe: FATAL: Error inserting cx25840 > (/lib/modules/2.6.11-gentoo-r3/ivtv/cx25840.ko): Unknown symbol

Re: [ivtv-devel] PVR-350 & ivtv-fb (osd) problems

2005-03-15 Thread David Benoit
Just a followup: On a tip from Claus and Rob, I saw there was a vesafb module loaded. I unloaded that (after an unsuccessful attempt at making it not load at boot; it's not in /etc/modules or anywhere else for that matter... might be an initrd thing). rmmod vesafb modprobe ivtv-fb works! For t

Re: [ivtv-devel] PVR-350 Tuner problem

2005-03-15 Thread MythTV user
Jerome, I diffed our IVTV outputs (from when I had the 2.6.10 kernel and there's not much difference. I have listed the rows where we have different output below and I have a hard time finding anything of interest here but maybe you experts can spot something. < = Jerome output > = my output I ha

Re: [ivtv-devel] PVR-350 Tuner problem

2005-03-15 Thread jerome lacoste
On Tue, 15 Mar 2005 13:23:07 +0100, MythTV user <[EMAIL PROTECTED]> wrote: > Gijs, > > I am now running 2.4.27. I tried the latest 0.2.0 and 0.3.0 ivtv drivers. > They still load without errors and I still have static only. I also tried > grabbing bttv 0.9 and recompiling the kernel but there's no

Re: [ivtv-devel] PVR-350 Tuner problem

2005-03-15 Thread MythTV user
Gijs, I am now running 2.4.27. I tried the latest 0.2.0 and 0.3.0 ivtv drivers. They still load without errors and I still have static only. I also tried grabbing bttv 0.9 and recompiling the kernel but there's no difference. This is my last cry for help before I ask the shop to take the card bac

[ivtv-devel] PVR350 + FM1216ME/I H-3 + Radio

2005-03-15 Thread ivtv
Hi again! I was experimenting around a bit, because I really want to get that radio working on my PVR 350. This was my problem: TV works, radio brings just noise. The tuner is recognized by tveeprom as type 38 (TUNER_PHILIPS_FM1216ME_MK3). But on the chip itself I read FM1216ME/I H-3. In the tuner

[ivtv-devel] Re: Re: PAL PVR500MCE installation help

2005-03-15 Thread mail
>Its type 56 in the tuner module shipped with ivtv 0.3.2i, and a patch for >it has already been submitted upstream for v4l inclusion. Ok, that's good to know. So I can try with tuner=56 in the modprobe statement. >> I'm guessing the FQ1216AME-part is some indicator for the tuner type. >> However