Re: [ivtv-devel] PVR 350 host uptimes?

2005-09-29 Thread Tyler Trafford
that allowed the BIOS itself to map a USB serial port to a tradition COM3 or COM4 pseudo interrupt/interface. But then again, I've never tried it. The adapter will work, as long as it is supported under your kernel. -- Tyler Trafford ___ ivtv-devel

Re: [ivtv-devel] Should we make 0.3.9 the stable series instead of 0.2?

2005-10-02 Thread Tyler Trafford
version? What is the general opinion on abandoning the 0.2 branch in favor of 0.3? 0.2 has been effectively abandoned for awhile now, no one has stepped up to maintain it. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] PVR 150 and no sound

2005-10-03 Thread Tyler Trafford
On Mon, Oct 03, 2005 at 10:41:05AM -0400, Jacques Facquet wrote: Le Lundi 3 Octobre 2005 16:05, Tyler Trafford a écrit : On Mon, Oct 03, 2005 at 06:35:18AM -0400, Jacques Facquet wrote: Le Lundi 3 Octobre 2005 08:26, Julien Pervillé a écrit : PS: Thank you for the 0x45 hack to enable

Re: [ivtv-devel] RE: 0.2 and 2.6.13

2005-10-03 Thread Tyler Trafford
to is at http://ivtvdriver.org/trac/ticket/28 but http://dl.ivtvdriver.org/ *is* up to date and is the official download site. 0.3.8 is the last released version. That 0.3.9 is an improperly named nightly snapshot and not an actual release. -- Tyler Trafford

Re: [ivtv-devel] 0.3.9 compile error

2005-10-04 Thread Tyler Trafford
/driver/cx25840-audio.c:238: warning: passing arg 1 of `cx25840_w rite' makes pointer from integer without a cast /tmp/ivtv-0.3.9/driver/cx25840-audio.c:238: error: too few arguments to function Easy mistake, easy fix. Check out again and it will work. -- Tyler Trafford

Re: [ivtv-devel] Versioning voodoo

2005-10-05 Thread Tyler Trafford
://ivtvdriver.org/viewcvs/ivtv/trunk.tar.gz?view=tar a nightly snapshot or the latest svn? Latest, it is dynamically created. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

[ivtv-devel] 'misc' directory in distribution

2005-10-05 Thread Tyler Trafford
object? -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] a little bug in cx25840-driver.c ?

2005-10-05 Thread Tyler Trafford
not ? info = kmalloc(sizeof(struct cx25840_info), GFP_KERNEL); if (info == NULL) { kfree(client); return -ENOMEM; } i2c_set_clientdata(client, info); Yeah, you're right. Fixed in r2754. -- Tyler Trafford

Re: [ivtv-devel] Video-Frequencies-0.03.tar.gz

2005-10-06 Thread Tyler Trafford
for freqtable (us-cable) and device (/dev/video0) the first time it is run, since those are needed to do anything. It works just like ptune, and will do channel scanning and custom frequency tables this weekend. -- Tyler Trafford ___ ivtv-devel mailing

Re: [ivtv-devel] Re: Video-Frequencies-0.03.tar.gz

2005-10-06 Thread Tyler Trafford
with everything else. In fact, I didn't know about the existence of this utility until Tyler Trafford mentioned it to me in this mailing list. The util is not in any documentation that you normally look at when the source is downloaded. I hope this util becomes more prominent

Re: [ivtv-devel] Video-Frequencies-0.03.tar.gz

2005-10-07 Thread Tyler Trafford
into that. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] SOUND: no more silent tuners?

2005-10-07 Thread Tyler Trafford
-- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] SOUND: no more silent tuners?

2005-10-07 Thread Tyler Trafford
Jacques Facquet wrote: Le Samedi 8 Octobre 2005 04:02, Tyler Trafford a écrit : Jacques Facquet wrote: After loading this, what's the output of: cx25840ctl -l | grep DL_ADDR DL_ADDR_LB=231 (0xE7) DL_ADDR_HB=1 (0x1) That's odd because it's only failing on the fast load, but then it falls

Re: [ivtv-devel] SOUND: no more silent tuners?

2005-10-07 Thread Tyler Trafford
Jacques Facquet wrote: Le Samedi 8 Octobre 2005 04:13, Jacques Facquet a écrit : Le Samedi 8 Octobre 2005 04:02, Tyler Trafford a écrit : Jacques Facquet wrote: After loading this, what's the output of: cx25840ctl -l | grep DL_ADDR DL_ADDR_LB=231 (0xE7) DL_ADDR_HB=1 (0x1) That's odd

Re: [ivtv-devel] SOUND: no more silent tuners?

2005-10-08 Thread Tyler Trafford
Jacques Facquet wrote: Le Samedi 8 Octobre 2005 06:02, Tyler Trafford a écrit : Jacques Facquet wrote: [problem with fast firmware loading] You can always try the 'fastfw=0' option. Yes but the problem is still here (it's working with this option). Above, there was 0x1E7 (487) bytes

[ivtv-devel] DECODER_GET_VIDEO_STATUS

2005-10-08 Thread Tyler Trafford
Can anyone see what's the point of this cx25840 ioctl? Especially it's usage in ivtv-fileops... -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] [ANNOUNCE] Improvements on V4L

2005-10-10 Thread Tyler Trafford
Tyler Trafford wrote: Tyler Trafford wrote: Hans Verkuil wrote: On Monday 10 October 2005 01:38, Tyler Trafford wrote: Mauro Carvalho Chehab wrote: Latest V4L CVS version can be obtained at linuxtv.org: Hmm, tveeprom here doesn't work with my PVR150 tuner=50, but the one in 2.6.12 does

Re: [ivtv-devel] Noob question about ivtv driver version

2005-10-10 Thread Tyler Trafford
. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [SOLVED!] Re: [ivtv-devel] Tried to install 0.4.0, now nothing will install... (ivtv make file???)

2005-10-10 Thread Tyler Trafford
directories (I never did that). Please correct me if I'm wrong, since I'm not exactly a Kernel Hacker. This is exactly right. If you need multiple kernels from a tree, copy it with 'cp -al' to a new location. -- Tyler Trafford ___ ivtv-devel mailing

Re: [ivtv-devel] i2c errors in dmesg

2005-10-11 Thread Tyler Trafford
some debug config options for I2C in the kernel's menuconfig, make sure you turn those off if you don't want to see these messages. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] latest ivtv and tveeprom from v4l incompatible ?

2005-10-11 Thread Tyler Trafford
/ivtv.ko] undefined! Everything still loads fine, except it says tveeprom_read taints the kernel. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] firmware loading and the cx25840

2005-10-12 Thread Tyler Trafford
On Mon, Oct 10, 2005 at 10:07:29PM -0400, Tyler Trafford wrote: I propose that the direct loading method be cut out entirely, and rely purely on the prefered method with hotplug. This is already the way it is handled in bttv-cards.c, for instance, so pre-2.4.23 kernels are already depreciated

Re: [ivtv-devel] Re: 0.5.0 open for business again

2005-10-12 Thread Tyler Trafford
On Wed, Oct 12, 2005 at 02:27:21PM -0400, Trev Jackson wrote: I'm getting errors when I try to compile any version of ivtv later than SVN 2791. SVN 2790 and earlier compile OK. Did you read README.1ST? Changes to build environment went in on 2791. -- Tyler Trafford

Re: [ivtv-devel] PVR-500 issues

2005-10-12 Thread Tyler Trafford
. You should install module-init-tools and then you will have a new directory /etc/modprobe.d in which to place your 'ivtv' file which you currently have in /etc/modutils. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] New PVR-500MCE not working (either tuner) with ivtv0.4.0

2005-10-13 Thread Tyler Trafford
--- Also i just use cp /lib/modules/ivtv*.bin $MNTIMAGE/lib/modules/ instead of the two lines but that doesn't matter really. Don't forget HcwMakoA.ROM, the firmware needed for the cx25840 module. -- Tyler Trafford ___ ivtv

Re: [ivtv-devel] decoder vbi changes in 0.5

2005-10-15 Thread Tyler Trafford
Daniel Segel wrote: Tyler Trafford wrote: Hi everyone- I've just committed some VBI changes to ivtv 0.5 to make the decoders be less tied to ivtv in particular. The problem is that I am unable to test my changes myself. Could people please test for differences in VBI handling between 0.4

Re: [ivtv-devel] 2832 and v4l CVS not in sync

2005-10-19 Thread Tyler Trafford
minor change on kernel number (for every new -git numer, version is touched). Our problem arises when using the header for the user programs, in the kernel stuff it works fine. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org

[ivtv-devel] cx25840 development changes

2005-10-19 Thread Tyler Trafford
I have just committed changes to the way the cx25840 module is handled that changes the video inputs. From now on, all cx25840 cards (eg PVR150/500 DiamondMM 550...) will be presented with only (the same) 3 inputs: 0 = Tuner 1 = Composite 2 = S-Video -- Tyler Trafford

Re: [ivtv-devel] cx25840 development changes

2005-10-19 Thread Tyler Trafford
Brad Barnett wrote: On Wed, 19 Oct 2005 20:01:29 -0400 Tyler Trafford [EMAIL PROTECTED] wrote: I have just committed changes to the way the cx25840 module is handled that changes the video inputs. From now on, all cx25840 cards (eg PVR150/500 DiamondMM 550...) will be presented with only

Re: [ivtv-devel] cx25840 development changes

2005-10-19 Thread Tyler Trafford
Tyler Trafford wrote: Brad Barnett wrote: On Wed, 19 Oct 2005 20:01:29 -0400 Tyler Trafford [EMAIL PROTECTED] wrote: I have just committed changes to the way the cx25840 module is handled that changes the video inputs. From now on, all cx25840 cards (eg PVR150/500 DiamondMM 550

Re: [ivtv-devel] cx25840 development changes

2005-10-20 Thread Tyler Trafford
Tyler Trafford wrote: I've just made the input layout into this: FYI: The points raised here have convinced me to just recode the input-set part of the cx25840 to allow it to be set to any possible input. This will result in a large quantity of inputs to choose from, but it is the most

Re: [ivtv-devel] Module versions

2005-10-21 Thread Tyler Trafford
support and then recompile the kernel. (It is created by genksyms though.) -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] PVR350 with stripe pattern (PVR500 is OK) - ivtv0.4

2005-10-26 Thread Tyler Trafford
that the 250/350 gave a better picture than the 150/500 (until this thread, anyway). -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

[ivtv-devel] enc overflow

2005-10-26 Thread Tyler Trafford
I seem to be getting this warning when I run scantv on my pvr150: ivtv0 warning: ENC Stream 2 OVERFLOW #16802: Stealing a Buffer, 961 currently allocated Does this happen to anyone else? -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel

Re: [ivtv-devel] enc overflow

2005-10-27 Thread Tyler Trafford
. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] PVR-500 hotplug firmware problems

2005-11-02 Thread Tyler Trafford
/portage directory is the build management directory on a gentoo system. I would have expected the script to be put in /usr/lib/, or /usr/sbin/ by the ebuild process that installed it. Yeah, or in /etc/hotplug. Hotplug most likely is not installed on that system. -- Tyler Trafford

Re: [ivtv-devel] New firmware...

2005-11-04 Thread Tyler Trafford
didn't try from a cold reboot though. (I only tested that the standard was detected correctly and unmuted.) Both ivtv and cx25840 allow you to choose alternate firmware via module options. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel

Re: [ivtv-devel] Is alternative audio input possible at all ?

2005-11-08 Thread Tyler Trafford
posted before, I get an error when i try ivtvctl -q 1 : ioctl VIDIOC_S_AUDIO failed: Invalid argument I think I just figured this out, strangely it doesn't effect everyone*. I'll try to get a fix into both 0.4 and 0.5 today. [*] it's probably compiler specific -- Tyler Trafford

Re: [ivtv-devel] Re: 0.5.0 progress report

2005-11-09 Thread Tyler Trafford
and should be the only problem with those modules specifically. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] version 0.4.1 (development revision 2961) fails

2005-11-16 Thread Tyler Trafford
/hotplug in there too. I've never understood the point of doing putting ivtv into the initrd. What is the reason? -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Re: Minimum kernel requirements (was: 0.4.1 subversion repository should be OK again.)

2005-11-16 Thread Tyler Trafford
checked and FC1 does indeed have support for hotplug firmware loading even though it is less than 2.4.23. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Re: Minimum kernel requirements (was: 0.4.1 subversion repository should be OK again.)

2005-11-16 Thread Tyler Trafford
. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Re: Minimum kernel requirements (was: 0.4.1 subversion repository should be OK again.)

2005-11-16 Thread Tyler Trafford
replacing hotplug) in the image, which may solve this. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Re: [ivtv-commits] svn commit: r2965 - ivtv/branches/0.4/utils by ttrafford

2005-11-17 Thread Tyler Trafford
:#include linux/videodev2.h ivtvfbctl.c:#include linux/videodev2.h ivtv-radio.c:#include linux/videodev2.h No, you're right. Committing now. Thanks. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman

Re: [ivtv-devel] [patch] solution for #47

2005-11-18 Thread Tyler Trafford
setchannel/setstation. v4lctl is also a part of xawtv. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] cx25840 2-0044: firmware /lib/modules/HcwMakoA.ROM load failed

2005-11-18 Thread Tyler Trafford
- but I'm guessing some bytes were written in fast mode before the failure, so that stuff gets written twice. There's a simple (I think) way to make the fall-back cleaner, but I can't test it myself since I've never had the error happen to me. -- Tyler Trafford

Re: [ivtv-devel] cx25840 2-0044: firmware /lib/modules/HcwMakoA.ROM load failed

2005-11-18 Thread Tyler Trafford
Jacques Facquet wrote: Tyler Trafford a ?crit : There's a simple (I think) way to make the fall-back cleaner, but I can't test it myself since I've never had the error happen to me. I think it's no so easy to know how many bytes of the firmware were really sent. Well, we do know the number

Re: [ivtv-devel] cx25840 2-0044: firmware /lib/modules/HcwMakoA.ROM load failed

2005-11-18 Thread Tyler Trafford
Jacques Facquet wrote: Le Vendredi 18 Novembre 2005 22:27, Tyler Trafford a écrit : Err, I went back to my original thought. I can't trust that the value of DL_ADDR read before the failure is correct in the very case I would need it. http://ivtvdriver.org/trac/changeset/2976 After

Re: [ivtv-devel] cx25840 2-0044: firmware /lib/modules/HcwMakoA.ROM load failed

2005-11-18 Thread Tyler Trafford
Mark Knecht wrote: On 11/18/05, Tyler Trafford [EMAIL PROTECTED] wrote: Kevin Ruland wrote: Mark, I have exactly the same problem when using the 0.5.0 series drivers under 2.6.12-14. When I roll back to 0.4.0 drivers everything is fine. Also on Gentoo. Kevin However, AFAICT MythTV still

Re: [ivtv-devel] Please test 0.4.1 branch!

2005-11-26 Thread Tyler Trafford
sources. Are there many people who only have headers installed for their 2.4 kernel? Hmm, Debian puts Rules.make in their headers packages (at least it is there in 2.4.27)... it's kind of an important part of building. -- Tyler Trafford ___ ivtv-devel

Re: [ivtv-devel] Resolved: Re: [ivtv-users] Kernel oops with ivtv-fb on 2.6.12, PVR 350

2005-11-27 Thread Tyler Trafford
compile with 'make HP_FWLOAD=1' then hotplug will get used, all the way back to 0.3.0 I think. It is the default in 0.5.x and the upcoming 0.4.1. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo

Re: [ivtv-devel] Please test 0.4.1 branch!

2005-11-27 Thread Tyler Trafford
in MythTV. I had completely forgotten about this myself. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Please test 0.4.1 branch!

2005-11-27 Thread Tyler Trafford
Sigurd Nes wrote: Tyler Trafford wrote: Oh, I bet I know what this is. The input numbering changed for the 150/500 cards. Tuner 0 = 0 instead of 6, for instance. So that will need to be reconfigured in MythTV. I had completely forgotten about this myself. Is this something I can set

Re: [ivtv-devel] Please test 0.4.1 branch!

2005-11-27 Thread Tyler Trafford
Hans Verkuil wrote: On Sunday 27 November 2005 22:52, Tyler Trafford wrote: Sigurd Nes wrote: Tyler Trafford wrote: Oh, I bet I know what this is. The input numbering changed for the 150/500 cards. Tuner 0 = 0 instead of 6, for instance. So that will need to be reconfigured in MythTV. I

Re: [ivtv-devel] 0.4.1 on 2.6.15 - no supporting modules

2005-12-20 Thread Tyler Trafford
enable: BT848 Video For Linux so that tuner, tda9887 and tveeprom modules will also get built. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Hauppauge PVR-350 and HVR-1100 in the same machine

2005-12-21 Thread Tyler Trafford
refers to that symbol, or you can probably just replace the version with 0x (although I haven't tested that method). After this, recompile ivtv. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org

Re: [ivtv-devel] Please test svn trunk: added support for A/V cable set, changed inputs

2005-12-28 Thread Tyler Trafford
handling. Nice. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] [Fwd: PVR-500 with Samsung tuners; no channels higher than 11?]

2005-12-29 Thread Tyler Trafford
it to type 57. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] [Fwd: PVR-500 with Samsung tuners; no channels higher than 11?]

2005-12-29 Thread Tyler Trafford
On Thu, Dec 29, 2005 at 01:37:41PM -0500, Hans Verkuil wrote: On Thursday 29 December 2005 19:27, Tyler Trafford wrote: Your tuner is type 4. You are overriding it to type 57. That's not true. This tuner is simply not supported. Tuner 57 seems to come closest but some frequency ranges

Re: [ivtv-devel] ivtv driver HOWTO

2006-01-03 Thread Tyler Trafford
, they are instead installed to /lib/modules/2.6.12 (no extra tag). Is there something I can do to prevent this? Yes, you need to set EXTRAVERSION (in the kernel's Makefile) to the proper value. In your case, EXTRAVERSION=-10-386. -- Tyler Trafford

Re: [ivtv-devel] ivtv driver HOWTO

2006-01-09 Thread Tyler Trafford
repositories. Since the debian packages aren't maintained anymore I guess they aren't in (k)ubuntu as well. At least I can't apt-get them. The MythTV packages are now in the marillat repository. -- Tyler Trafford ___ ivtv-devel mailing list ivtv

Re: [ivtv-devel] [ANNOUNCEMENT]: Released ivtv-0.4.2

2006-01-15 Thread Tyler Trafford
in my 2.4 kernel setup. I'll commit a fix soon. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] After upgrade to 0.4.1: Cannot tune PVR350 anymore

2006-01-26 Thread Tyler Trafford
how to change the firmware madness, and for first look everything was ok, except I wasn't able to tune the card. Everywhere got the same recording from /dev/video0, exactly as you described. So, even ivtv-tune cannot change the channels? -- Tyler Trafford

Re: [ivtv-devel] Rants against ivtv developers (was: Upcoming Fedora Core release, 2.6.16 and ivtv 0.4.3/0.6)

2006-03-13 Thread Tyler Trafford
the real user demand is. In this sense, thanks to Hans, John, Tyler, Chris, Kevin and all others involved for their efforts!!! It is worth noting that Hans has been the sole developer since the beginning of the year. All things considered, he is getting an amazing amount of work done. -- Tyler

Re: [ivtv-devel] Error loading firmware ivtv 0.4.3

2006-03-13 Thread Tyler Trafford
, that could be causing the problem. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Probably fix for saturation problems: please test (Hans Verkuil)

2006-03-13 Thread Tyler Trafford
thing would be to use cx25840ctl to do that. It would require knowing the register name though. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] Hotplug support removed from FC5

2006-03-24 Thread Tyler Trafford
, instead of there being a separate 'hotplug' binary. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] I can't change the video and audio input with ivtvctl

2006-04-18 Thread Tyler Trafford
', not both. It is just going with the first one, which since there is no parameter it assumes is zero. Run it like this: ivtvctl -p2 or like this: ivtvctl --set-input=2 -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] install error on Slackware 10.1

2006-06-08 Thread Tyler Trafford
then. I can fix this by undoing an earlier change... Hans, do you happen to remember the reason for this? : http://ivtvdriver.org/trac/changeset/3025 -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org

Re: [ivtv-devel] System hangs loading driver modules for PVR-500

2006-06-25 Thread Tyler Trafford
time for this anyway in the next two weeks. A thread from last year suggests that this does work under Windows. http://www.gossamer-threads.com/lists/ivtv/devel/18662#18662 -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] Crash on loading of 2nd firmware file

2006-07-05 Thread Tyler Trafford
Chris was very active. See here for my kernel patch set details: http://webcon.ca/~rhardy/patches/linux/kernel/Patchset-2.6.17-rh3/index.txt Just curious, what happens without your added delay if you turn off hyperthreading? -- Tyler Trafford ___ ivtv

Re: [ivtv-devel] Firmware not found on SuSE 10.1 with IVTV 0.6.3

2006-07-10 Thread Tyler Trafford
` -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] [PATCH] ivtv-0.8.0 SVN 3507 Firmware loading fix patch

2006-11-07 Thread Tyler Trafford
sure those writel's were there to fix something *checks* Refer to these: http://ivtvdriver.org/trac/changeset/3089 http://ivtvdriver.org/trac/changeset/3152 -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] [PATCH] ivtv-0.8.0 SVN 3507 Firmware loading fix patch

2006-11-08 Thread Tyler Trafford
On Wed, Nov 08, 2006 at 02:09:36PM -0500, Robert Hardy wrote: On Tue, 7 Nov 2006, Tyler Trafford wrote: On Nov 7, 2006, at 3:44 PM, Robert Hardy wrote: The most important modification is the code now no longer blindly writes all the data fw-size returns if it makes no sense to! Maybe I

Re: [ivtv-devel] [PATCH] ivtv-0.8.0 SVN 3507 Firmware loading fix patch

2006-11-08 Thread Tyler Trafford
calls stomping on each other. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] [PATCH] ivtv-0.8.0 SVN 3507 Firmware loading fix patch

2006-11-08 Thread Tyler Trafford
. -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] UNKNOWN CARD

2006-11-13 Thread Tyler Trafford
? ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel -- Tyler

Re: [ivtv-devel] S-Video is black and white

2006-11-19 Thread Tyler Trafford
for both versions, right? -- Tyler Trafford ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Re: [ivtv-devel] 2.6.20 broken for pvr150/500...

2007-02-07 Thread Tyler Trafford
not to work for some people here. In other words, it needs more work. I'll continue investigating tonight. In my defense, I'm pretty sure that when the code in question was put in, I tried client-dev first and then when that didn't work used client-adapter-dev. :) -- Tyler Trafford A sect or party

Re: [ivtv-devel] [PULL] http://linuxtv.org/hg/~hverkuil/ivtv

2007-02-27 Thread Tyler Trafford
to make the firmware load triggerable by ioctl (perhaps even delaying i2c client connections until then, to bypass the same problem occuring with the cx25840 driver) in the case of non-module compilation. Hans, correct me if I'm wrong. -- Tyler Trafford A sect or party is an elegant incognito devised

Re: [ivtv-devel] missing ivtv-fb.c in v4l-dvb hg

2007-03-09 Thread Tyler Trafford
) += ivtv.o ivtv-fb.o -- Tyler Trafford A sect or party is an elegant incognito devised to save a man from the vexation of thinking. -- Ralph Waldo Emerson, Journals, 1831 ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] Kernel 2.6.22.1

2007-07-17 Thread Tyler Trafford
://ivtvdriver.org/pipermail/ivtv-devel/2007-February/004501.html I think it might be a good idea for drivers that require firmware to delay initialization until triggered by the user. -- Tyler Trafford A sect or party is an elegant incognito devised to save a man from the vexation of thinking

Re: [ivtv-devel] Kernel 2.6.22.1

2007-07-17 Thread Tyler Trafford
On Tue, Jul 17, 2007 at 01:39:53PM -0400, Nicholas Fearnley wrote: On 17 Jul 2007, at 18:11, Tyler Trafford wrote: Hans Verkuil wrote: I've never actually tested having ivtv compiled in the kernel, I always tested it as a module. I'm not sure how firmware loading is supposed to work

Re: [ivtv-devel] Kernel 2.6.22.1

2007-07-17 Thread Tyler Trafford
On Tue, Jul 17, 2007 at 04:25:13PM -0400, Sander Sweers wrote: On 7/17/07, Nicholas Fearnley [EMAIL PROTECTED] wrote: On 17 Jul 2007, at 18:11, Tyler Trafford wrote: http://ivtvdriver.org/pipermail/ivtv-devel/2007-February/004501.html I think it might be a good idea for drivers

Re: [ivtv-devel] ivtv-fb in 2.6.22?

2007-07-22 Thread Tyler Trafford
, ivtv (and support modules) in v4l-dvb compiled just fine on 2.6.15. -- Tyler Trafford A sect or party is an elegant incognito devised to save a man from the vexation of thinking. -- Ralph Waldo Emerson, Journals, 1831 ___ ivtv-devel mailing

Re: [ivtv-devel] PVR-500 mysterious problems

2008-03-15 Thread Tyler Trafford
is what's at the root. -- Tyler Trafford A sect or party is an elegant incognito devised to save a man from the vexation of thinking. -- Ralph Waldo Emerson, Journals, 1831 ___ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http

Re: [ivtv-devel] Why won't my firmware load?

2008-04-07 Thread Tyler Trafford
source then? If so, where is your firmware.sh located? -- Tyler Trafford A sect or party is an elegant incognito devised to save a man from the vexation of thinking. -- Ralph Waldo Emerson, Journals, 1831 ___ ivtv-devel mailing list ivtv

Re: [ivtv-devel] Why won't my firmware load?

2008-04-07 Thread Tyler Trafford
where your distro looks for firmware but usually this is /lib/firmware. That message is a general failure. It doesn't mean it actually found a file and it was the wrong size. -- Tyler Trafford A sect or party is an elegant incognito devised to save a man from the vexation of thinking

Re: [ivtv-devel] Why won't my firmware load?

2008-04-07 Thread Tyler Trafford
Scott A. Conway wrote: --- Tyler Trafford [EMAIL PROTECTED] wrote: Scott A. Conway wrote: I first discovered that it would not load the modules, but not load the firmware at all, so I poked around on the web for a while until I saw that the 2.6.24 kernels require that the ivtvfb module

Re: [ivtv-devel] Why won't my firmware load?

2008-04-07 Thread Tyler Trafford
Tyler Trafford wrote: There should be a /etc/udev/hotplug.rules. At the end of that file is a commented line to enable some verbose debugging to /var/log/hotplug.log. Try enabling that and then rebooting. Oh that may be distribution dependant... first check that one of the rules files