Re: Bah! How do I change channels?

2009-06-27 Thread Robert Krakora
On Sat, Jun 27, 2009 at 12:25 AM, George Adams wrote: > > Thanks again to both of you for your help.  I gave the no_poweroff flag a > try, but didn't see any difference.  I also tried a "setchannel 3" during the > middle of the encoding session, and also saw no change. > > But I think I've found

Re: Bah! How do I change channels?

2009-06-26 Thread Robert Krakora
On Fri, Jun 26, 2009 at 9:42 AM, Devin Heitmueller wrote: > On Fri, Jun 26, 2009 at 7:50 AM, Andy Walls 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.250

Re: Bah! How do I change channels?

2009-06-26 Thread Robert Krakora
On Fri, Jun 26, 2009 at 1:23 PM, Devin Heitmueller wrote: > On Fri, Jun 26, 2009 at 1:19 PM, Robert > Krakora 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 m

Re: Can't use my Pinnacle PCTV HD Pro stick - what am I doing wrong?

2009-06-22 Thread Robert Krakora
On Mon, Jun 22, 2009 at 10:40 PM, Robert Krakora wrote: > On Mon, Jun 22, 2009 at 5:39 PM, George Adams wrote: >> >> Hello again.  I have some updates now that I've been able to make some >> further tests. >> >> 1) My Pinnacle PCTV HD Pro (800e) sti

Re: Can't use my Pinnacle PCTV HD Pro stick - what am I doing wrong?

2009-06-22 Thread Robert Krakora
On Mon, Jun 22, 2009 at 5:39 PM, George Adams wrote: > > Hello again.  I have some updates now that I've been able to make some > further tests. > > 1) My Pinnacle PCTV HD Pro (800e) stick does, in fact, work correctly under > Windows.  The scanning detects the one channel we're running over our

Fwd: [PATCH 2/2] uvc: Added two webcams with 'No FID' quirk.

2009-06-12 Thread Robert Krakora
From: Robert Krakora Added two webcams with 'No FID' quirk. Priority: normal Signed-off-by: Robert Krakora diff -r bff77ec33116 linux/drivers/media/video/uvc/uvc_driver.c --- a/linux/drivers/media/video/uvc/uvc_driver.cThu Jun 11 18:44:23 2009 -0300 +++ b/linux/drivers/m

[PATCH 1/2] uvc: Fix for no return value check of uvc_ctrl_set() which calls mutex_lock_interruptible()

2009-06-12 Thread Robert Krakora
From: Robert Krakora Fix for no return value check of uvc_ctrl_set() which calls mutex_lock_interruptible(). Priority: normal Signed-off-by: Robert Krakora diff -r bff77ec33116 linux/drivers/media/video/uvc/uvc_v4l2.c --- a/linux/drivers/media/video/uvc/uvc_v4l2.c Thu Jun 11 18:44:23 2009

Re: Panic in HVR-950q caused by changeset 11356

2009-04-28 Thread Robert Krakora
onal background as to what > prompted this change, it will help me better understand the correct > course of action at this point. > > Devin > > cc: Robert Krakora and Josh Watzman since they both independently > reported what I believe to be the exact same issue (the stack is &

[PATCH 1/1] em28xx: Fix for Slow Memory Leak

2009-04-14 Thread Robert Krakora
em28xx: Fix for Slow Memory Leak From: Robert Krakora Test Code: (Provided by Douglas) v4l-dvb/v4l2-apps/test/stress-buffer.c The audio DMA area was never being freed and would slowly leak over time as the v4l device was opened and closed by an application. Thanks again to Douglas for

[PATCH 4/4] em28xx: Fix for KWorld 330U AC97

2009-01-16 Thread Robert Krakora
em28xx: Fix for KWorld 330U AC97 From: Robert Krakora Fix for KWorld 330U AC97 Many thanks to Devin and Mauro again!!! Priority: normal Signed-off-by: Robert Krakora diff -r 6896782d783d linux/drivers/media/video/em28xx/em28xx-core.c --- a/linux/drivers/media/video/em28xx/em28xx-core.c

[PATCH 3/4] em28xx: Fix for KWorld 330U Board

2009-01-16 Thread Robert Krakora
em28xx: Fix for KWorld 330U Board From: Robert Krakora Fix for KWorld 330U Board Many thanks to Devin and Mauro!!! Priority: normal Signed-off-by: Robert Krakora diff -r 6896782d783d linux/drivers/media/video/em28xx/em28xx-cards.c --- a/linux/drivers/media/video/em28xx/em28xx-cards.c Wed

[PATCH 2/4] em28xx: Clock (XCLK) Cleanup

2009-01-16 Thread Robert Krakora
em28xx: Clock (XCLK) Cleanup From: Robert Krakora Clock (XCLK) Cleanupt Priority: normal Signed-off-by: Robert Krakora diff -r 6896782d783d linux/drivers/media/video/em28xx/em28xx-core.c --- a/linux/drivers/media/video/em28xx/em28xx-core.cWed Jan 14 10:06:12 2009 -0200 +++ b/linux

[PATCH 1/4] em28xx: Fix audio URB transfer buffer memory leak and race condition/corruption of capture pointer

2009-01-16 Thread Robert Krakora
em28xx: Fix audio URB transfer buffer memory leak and race condition/corruption of capture pointer From: Robert Krakora Fix audio URB transfer buffer memory leak and race condition/corruption of capture pointer Leak fix kindly contributed by Pádraig Brady. Priority: normal Signed-off-by