Re: Bah! How do I change channels?

2009-06-27 Thread Robert Krakora
wonder what happened to my v4lctl program, though?  xawtv itself (running in X) seems to work fine when I tell it to change the channel... Date: Fri, 26 Jun 2009 09:42:06 -0400 Subject: Re: Bah! How do I change channels? From: dheitmuel...@kernellabs.com To: awa...@radix.net CC: g_adam

Re: Bah! How do I change channels?

2009-06-27 Thread Andy Walls
On Sat, 2009-06-27 at 17:57 -0400, Robert Krakora wrote: Andy: I too care about the environment. I am trying to find some extra time to figure out if my KWorld 330U USB TV devices are actually going into low power mode or not. I would say not as they get really hot, so I unplug them when

Re: Bah! How do I change channels?

2009-06-27 Thread Devin Heitmueller
On Sat, Jun 27, 2009 at 8:17 PM, Andy Wallsawa...@radix.net wrote: Oh, I'm not against power management.  But state is lost - somethings that's fixable with a lot of work apparently.  I was thinking maybe the V4L2 spec could change. I was also pondering maybe the final close() shouldn't be

RE: Bah! How do I change channels?

2009-06-27 Thread hermann pitton
, though? xawtv itself (running in X) seems to work fine when I tell it to change the channel... Date: Fri, 26 Jun 2009 09:42:06 -0400 Subject: Re: Bah! How do I change channels? From: dheitmuel...@kernellabs.com To: awa...@radix.net CC: g_adam...@hotmail.com; video4linux-l

RE: Bah! How do I change channels?

2009-06-27 Thread George Adams
on .xawtv) and the setchannel command (which does not, at least according to the man page.) Subject: RE: Bah! How do I change channels? From: hermann-pit...@arcor.de To: g_adam...@hotmail.com CC: dheitmuel...@kernellabs.com; awa...@radix.net

RE: Bah! How do I change channels?

2009-06-27 Thread hermann pitton
what you reported initially. That can be looked up in the code and it also should not matter that I have a dual install of xawtv-3.95 and 4x since both start to exist. Cheers, Hermann Subject: RE: Bah! How do I change channels? From: hermann-pit

Re: Bah! How do I change channels?

2009-06-26 Thread Andy Walls
On Thu, 2009-06-25 at 23:04 -0400, George Adams wrote: Having gotten my Pinnacle HDTV Pro Stick working again under some old v4l drivers, I'm now facing a much more mundane problem - I can't figure out how to use the command line to change the channel. The video feed (a closed-circuit feed)

Re: Bah! How do I change channels?

2009-06-26 Thread Devin Heitmueller
On Fri, Jun 26, 2009 at 7:50 AM, Andy Wallsawa...@radix.net wrote: I use either v4l2-ctl or ivtv-tune $ ivtv-tune -d /dev/video0 -t us-bcast -c 3 /dev/video0: 61.250 MHz $ v4l2-ctl -d /dev/video0 -f 61.250 Frequency set to 980 (61.25 MHz) Regards, Andy Hello Andy, I had sent

Re: Bah! How do I change channels?

2009-06-26 Thread Devin Heitmueller
On Fri, Jun 26, 2009 at 1:28 PM, Robert Krakorarob.krak...@messagenetsystems.com wrote: Yes, it is run after mplayer initially tunes it.  However, what is the difference between mplayer tuning and v4l-ctl tuning?  They are both submitting the same IOCTLs to the driver to accomplish the same end

Re: Bah! How do I change channels?

2009-06-26 Thread Robert Vincent Krakora
Devin Heitmueller wrote: On Fri, Jun 26, 2009 at 1:28 PM, Robert Krakorarob.krak...@messagenetsystems.com wrote: Yes, it is run after mplayer initially tunes it. However, what is the difference between mplayer tuning and v4l-ctl tuning? They are both submitting the same IOCTLs to the

Re: Bah! How do I change channels?

2009-06-26 Thread Andy Walls
On Fri, 2009-06-26 at 13:23 -0400, Devin Heitmueller wrote: On Fri, Jun 26, 2009 at 1:19 PM, Robert Krakorarob.krak...@messagenetsystems.com wrote: I had ran into this before with the KWorld a few months back. However, whatever problem existed that forced me to add no_poweroff=1 to

Re: Bah! How do I change channels?

2009-06-26 Thread Devin Heitmueller
On Fri, Jun 26, 2009 at 2:34 PM, Andy Wallsawa...@radix.net wrote: Hmm, that sure sounds like a V4L2 spec violation.  From the V4L2 close() description: Closes the device. Any I/O in progress is terminated and resources associated with the file descriptor are freed. However data format

Re: Bah! How do I change channels?

2009-06-26 Thread Andy Walls
On Fri, 2009-06-26 at 14:47 -0400, Devin Heitmueller wrote: On Fri, Jun 26, 2009 at 2:34 PM, Andy Wallsawa...@radix.net wrote: Hmm, that sure sounds like a V4L2 spec violation. From the V4L2 close() description: Closes the device. Any I/O in progress is terminated and resources

Re: Bah! How do I change channels?

2009-06-26 Thread Devin Heitmueller
On Fri, Jun 26, 2009 at 3:02 PM, Andy Wallsawa...@radix.net wrote: All I'm saying is that it is obviously the expected behavior, it the specified behavior, and all the userland apps and scripts are written with that behavior in mind. The applications' expectation of that behavior is, of

Re: Bah! How do I change channels?

2009-06-26 Thread Robert Vincent Krakora
Devin Heitmueller wrote: On Fri, Jun 26, 2009 at 3:02 PM, Andy Wallsawa...@radix.net wrote: All I'm saying is that it is obviously the expected behavior, it the specified behavior, and all the userland apps and scripts are written with that behavior in mind. The applications' expectation of

Re: Bah! How do I change channels?

2009-06-26 Thread Devin Heitmueller
On Fri, Jun 26, 2009 at 3:56 PM, Robert Vincent I care and I love the infrastructure that has been created.  However, it seems as though there are devices that do not conform to the paradigm or maybe they are not truly in low power mode.  My guess is the latter otherwise there would be a

Re: Bah! How do I change channels?

2009-06-26 Thread Andy Walls
On Fri, 2009-06-26 at 15:29 -0400, Devin Heitmueller wrote: On Fri, Jun 26, 2009 at 3:02 PM, Andy Wallsawa...@radix.net wrote: All I'm saying is that it is obviously the expected behavior, it the specified behavior, and all the userland apps and scripts are written with that behavior in